Home
last modified time | relevance | path

Searched refs:XMLNegPercentPropHdl (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dxmlbahdl.hxx98 class XMLNegPercentPropHdl : public XMLPropertyHandler class
102 explicit XMLNegPercentPropHdl( sal_Int8 nB ) : nBytes( nB ) {} in XMLNegPercentPropHdl() function in XMLNegPercentPropHdl
103 virtual ~XMLNegPercentPropHdl() override;
H A Dprhdlfac.cxx207 pPropHdl.reset(new XMLNegPercentPropHdl( 4 )); in CreatePropertyHandler()
210 pPropHdl.reset(new XMLNegPercentPropHdl( 1 )); in CreatePropertyHandler()
213 pPropHdl.reset(new XMLNegPercentPropHdl( 2 )); in CreatePropertyHandler()
H A Dxmlbahdl.cxx365 XMLNegPercentPropHdl::~XMLNegPercentPropHdl() in ~XMLNegPercentPropHdl()
370 bool XMLNegPercentPropHdl::importXML( const OUString& rStrImpValue, Any& rValue, const SvXMLUnitCon… in importXML()
381 bool XMLNegPercentPropHdl::exportXML( OUString& rStrExpValue, const Any& rValue, const SvXMLUnitCon… in exportXML()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dxmlbahdl.hxx99 class XMLNegPercentPropHdl : public XMLPropertyHandler class
103 explicit XMLNegPercentPropHdl( sal_Int8 nB ) : nBytes( nB ) {} in XMLNegPercentPropHdl() function in XMLNegPercentPropHdl
104 virtual ~XMLNegPercentPropHdl() override;
H A Dprhdlfac.cxx206 pPropHdl.reset(new XMLNegPercentPropHdl( 4 )); in CreatePropertyHandler()
209 pPropHdl.reset(new XMLNegPercentPropHdl( 1 )); in CreatePropertyHandler()
212 pPropHdl.reset(new XMLNegPercentPropHdl( 2 )); in CreatePropertyHandler()
H A Dxmlbahdl.cxx373 XMLNegPercentPropHdl::~XMLNegPercentPropHdl() in ~XMLNegPercentPropHdl()
378 bool XMLNegPercentPropHdl::importXML( const OUString& rStrImpValue, Any& rValue, const SvXMLUnitCon… in importXML()
389 bool XMLNegPercentPropHdl::exportXML( OUString& rStrExpValue, const Any& rValue, const SvXMLUnitCon… in exportXML()