Searched refs:IMPORT_AUTOSTYLES (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/xmloff/source/draw/ |
H A D | sdxmlimp.cxx | 192 if( GetImport().getImportFlags() & IMPORT_AUTOSTYLES ) in CreateChildContext() 311 …sImporter", "XMLImpressStylesImportOasis", sal_False, IMPORT_STYLES|IMPORT_AUTOSTYLES|IMPORT_MASTE… 312 …esImporter", "XMLImpressStylesImportOasis", sal_True, IMPORT_STYLES|IMPORT_AUTOSTYLES|IMPORT_MASTE… 314 …MLOasisContentImporter", "XMLImpressContentImportOasis", sal_False, IMPORT_AUTOSTYLES|IMPORT_CONTE… 315 …XMLOasisContentImporter", "XMLImpressContentImportOasis", sal_True, IMPORT_AUTOSTYLES|IMPORT_CONTE… 1011 case (IMPORT_STYLES|IMPORT_AUTOSTYLES|IMPORT_MASTERSTYLES): in getImplementationName() 1013 case (IMPORT_AUTOSTYLES|IMPORT_CONTENT|IMPORT_SCRIPTS|IMPORT_FONTDECLS): in getImplementationName() 1031 case (IMPORT_STYLES|IMPORT_AUTOSTYLES|IMPORT_MASTERSTYLES): in getImplementationName() 1033 case (IMPORT_AUTOSTYLES|IMPORT_CONTENT|IMPORT_SCRIPTS|IMPORT_FONTDECLS): in getImplementationName()
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmlimp.cxx | 1634 IMPORT_STYLES | IMPORT_MASTERSTYLES | IMPORT_AUTOSTYLES | in SwXMLImportStyles_createInstance() 1662 IMPORT_AUTOSTYLES | IMPORT_CONTENT | IMPORT_SCRIPTS | in SwXMLImportContent_createInstance() 1722 case (IMPORT_STYLES|IMPORT_MASTERSTYLES|IMPORT_AUTOSTYLES|IMPORT_FONTDECLS): in getImplementationName() 1724 case (IMPORT_AUTOSTYLES|IMPORT_CONTENT|IMPORT_SCRIPTS|IMPORT_FONTDECLS): in getImplementationName()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlimprt.cxx | 161 …return (cppu::OWeakObject*)new ScXMLImport( rSMgr, IMPORT_STYLES|IMPORT_AUTOSTYLES|IMPORT_MASTERST… in ScXMLImport_Styles_createInstance() 180 …return (cppu::OWeakObject*)new ScXMLImport( rSMgr, IMPORT_AUTOSTYLES|IMPORT_CONTENT|IMPORT_SCRIPTS… in ScXMLImport_Content_createInstance() 387 if (GetScImport().getImportFlags() & IMPORT_AUTOSTYLES) in CreateChildContext() 2595 case (IMPORT_STYLES|IMPORT_MASTERSTYLES|IMPORT_AUTOSTYLES|IMPORT_FONTDECLS): in getImplementationName() 2597 case (IMPORT_AUTOSTYLES|IMPORT_CONTENT|IMPORT_SCRIPTS|IMPORT_FONTDECLS): in getImplementationName()
|
/aoo42x/main/xmloff/source/chart/ |
H A D | SchXMLImport.cxx | 849 …return (cppu::OWeakObject*)new SchXMLImport( rSMgr, IMPORT_CONTENT | IMPORT_AUTOSTYLES | IMPORT_FO… in SchXMLImport_Content_createInstance() 882 case ( IMPORT_CONTENT | IMPORT_AUTOSTYLES | IMPORT_FONTDECLS ): in getImplementationName()
|
H A D | contexts.cxx | 114 if( nFlags & IMPORT_AUTOSTYLES ) in CreateChildContext()
|
/aoo42x/main/reportdesign/source/filter/xml/ |
H A D | xmlfilter.cxx | 328 …ce< XMultiServiceFactory >(xContext->getServiceManager(),UNO_QUERY),IMPORT_AUTOSTYLES | IMPORT_CON… in create() 348 IMPORT_STYLES | IMPORT_MASTERSTYLES | IMPORT_AUTOSTYLES | in create()
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | xmlimp.hxx | 83 #define IMPORT_AUTOSTYLES 0x0008 macro
|
Completed in 41 milliseconds