Searched refs:XMLConstantsPropertyHandler (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/xmloff/source/style/ |
H A D | XMLConstantsPropertyHandler.cxx | 38 XMLConstantsPropertyHandler::XMLConstantsPropertyHandler( in XMLConstantsPropertyHandler() function in XMLConstantsPropertyHandler 46 XMLConstantsPropertyHandler::~XMLConstantsPropertyHandler() in ~XMLConstantsPropertyHandler() 50 sal_Bool XMLConstantsPropertyHandler::importXML( in importXML() 65 sal_Bool XMLConstantsPropertyHandler::exportXML( in exportXML()
|
H A D | prhdlfac.cxx | 414 pPropHdl = new XMLConstantsPropertyHandler( in CreatePropertyHandler() 419 pPropHdl = new XMLConstantsPropertyHandler( in CreatePropertyHandler()
|
H A D | PageMasterPropHdlFactory.cxx | 135 pHdl = new XMLConstantsPropertyHandler( in GetPropertyHandler()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtprhdl.cxx | 1309 pHdl = new XMLConstantsPropertyHandler( pXML_HoriPos_Enum, XML_TOKEN_INVALID ); in GetPropertyHandler() 1315 pHdl = new XMLConstantsPropertyHandler( pXML_HoriRel_Enum, XML_TOKEN_INVALID ); in GetPropertyHandler() 1318 pHdl = new XMLConstantsPropertyHandler( pXML_HoriRelFrame_Enum, XML_TOKEN_INVALID ); in GetPropertyHandler() 1324 pHdl = new XMLConstantsPropertyHandler( pXML_VertPos_Enum, XML_TOKEN_INVALID ); in GetPropertyHandler() 1327 pHdl = new XMLConstantsPropertyHandler( pXML_VertPosAtChar_Enum, XML_TOKEN_INVALID ); in GetPropertyHandler() 1330 pHdl = new XMLConstantsPropertyHandler( pXML_VertRel_Enum, XML_TOKEN_INVALID ); in GetPropertyHandler() 1333 pHdl = new XMLConstantsPropertyHandler( pXML_VertRelPage_Enum, XML_TOKEN_INVALID ); in GetPropertyHandler() 1336 pHdl = new XMLConstantsPropertyHandler( pXML_VertRelFrame_Enum, XML_TOKEN_INVALID ); in GetPropertyHandler() 1398 pHdl = new XMLConstantsPropertyHandler( pXML_RubyAdjust_Enum, XML_TOKEN_INVALID ); in GetPropertyHandler() 1401 pHdl = new XMLConstantsPropertyHandler( pXML_FontRelief_Enum, XML_TOKEN_INVALID ); in GetPropertyHandler() [all …]
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | controlpropertyhdl.hxx | 105 class XMLOFF_DLLPUBLIC ImageScaleModeHandler : public XMLConstantsPropertyHandler 117 mutable XMLConstantsPropertyHandler* m_pTextAlignHandler; 122 mutable XMLConstantsPropertyHandler* m_pFontEmphasisHandler; 123 mutable XMLConstantsPropertyHandler* m_pFontReliefHandler;
|
H A D | XMLConstantsPropertyHandler.hxx | 39 class XMLOFF_DLLPUBLIC XMLConstantsPropertyHandler: public XMLPropertyHandler class 46 XMLConstantsPropertyHandler( const SvXMLEnumMapEntry *pM, 50 virtual ~XMLConstantsPropertyHandler();
|
/aoo41x/main/xmloff/source/forms/ |
H A D | controlpropertyhdl.cxx | 86 …m_pTextAlignHandler = new XMLConstantsPropertyHandler(OEnumMapper::getEnumMap(OEnumMapper::epTextA… in GetPropertyHandler() 116 …m_pFontEmphasisHandler = new XMLConstantsPropertyHandler( OEnumMapper::getEnumMap(OEnumMapper::epF… in GetPropertyHandler() 122 …m_pFontReliefHandler = new XMLConstantsPropertyHandler( OEnumMapper::getEnumMap(OEnumMapper::epFon… in GetPropertyHandler() 379 …:XMLConstantsPropertyHandler( OEnumMapper::getEnumMap( OEnumMapper::epImageScaleMode ), XML_STRETC… in ImageScaleModeHandler()
|
/aoo41x/main/xmloff/ |
H A D | Package_inc.mk | 46 … gb_Package_add_file,xmloff_inc,inc/xmloff/XMLConstantsPropertyHandler.hxx,xmloff/XMLConstantsProp…
|
H A D | Library_xo.mk | 233 xmloff/source/style/XMLConstantsPropertyHandler \
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlHelper.hxx | 51 mutable ::std::auto_ptr<XMLConstantsPropertyHandler> m_pDisplayHandler;
|
H A D | xmlHelper.cxx | 93 m_pDisplayHandler.reset(new XMLConstantsPropertyHandler(aDisplayMap, XML_TOKEN_INVALID )); in GetPropertyHandler()
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlHelper.hxx | 53 mutable ::std::auto_ptr<XMLConstantsPropertyHandler> m_pDisplayHandler;
|
Completed in 42 milliseconds