Kaydet (Commit) c8d78f83 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS frmcontrols01 (1.19.102); FILE MERGED

2003/10/27 15:08:47 fs 1.19.102.2: RESYNC: (1.19-1.20); FILE MERGED
2003/10/27 11:45:24 fs 1.19.102.1: #i21605# spin button handling
üst 252ab562
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: elementimport.hxx,v $ * $RCSfile: elementimport.hxx,v $
* *
* $Revision: 1.20 $ * $Revision: 1.21 $
* *
* last change: $Author: obo $ $Date: 2003-10-21 08:38:52 $ * last change: $Author: kz $ $Date: 2003-12-11 12:08:45 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -434,6 +434,35 @@ namespace xmloff ...@@ -434,6 +434,35 @@ namespace xmloff
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& _rxAttrList); const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& _rxAttrList);
}; };
//=====================================================================
//= OValueRangeImport
//=====================================================================
/** A specialized version of the <type>OControlImport</type> class, which imports
the value-range elements
*/
class OValueRangeImport : public OControlImport
{
private:
sal_Int32 m_nStepSizeValue;
public:
OValueRangeImport(
IFormsImportContext& _rImport, IEventAttacherManager& _rEventManager, sal_uInt16 _nPrefix, const ::rtl::OUString& _rName,
const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer >& _rxParentContainer,
OControlElement::ElementType _eType
);
protected:
// SvXMLImportContext overridables
virtual void StartElement(
const ::com::sun::star::uno::Reference< ::com::sun::star::xml::sax::XAttributeList >& _rxAttrList );
// OPropertyImport overridables
virtual void handleAttribute( sal_uInt16 _nNamespaceKey,
const ::rtl::OUString& _rLocalName,
const ::rtl::OUString& _rValue );
};
//===================================================================== //=====================================================================
//= OTextLikeImport //= OTextLikeImport
//===================================================================== //=====================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment