Searched refs:EXPORT_META (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 2899 ….Impress.XMLOasisMetaExporter", "XMLImpressMetaExportOasis", sal_False, EXPORT_OASIS|EXPORT_META ); 2905 …, "com.sun.star.comp.Impress.XMLMetaExporter", "XMLImpressMetaExportOOO", sal_False, EXPORT_META ); 2911 …ar.comp.Draw.XMLOasisMetaExporter", "XMLDrawMetaExportOasis", sal_True, EXPORT_OASIS|EXPORT_META ); 2917 …portOOO, "com.sun.star.comp.Draw.XMLMetaExporter", "XMLDrawMetaExportOOO", sal_True, EXPORT_META ); 2932 …case EXPORT_META|EXPORT_STYLES|EXPORT_MASTERSTYLES|EXPORT_AUTOSTYLES|EXPORT_CONTENT|EXPORT_SCRIPTS… in getImplementationName() 2938 case EXPORT_META: in getImplementationName() 2943 …case EXPORT_OASIS|EXPORT_META|EXPORT_STYLES|EXPORT_MASTERSTYLES|EXPORT_AUTOSTYLES|EXPORT_CONTENT|E… in getImplementationName() 2949 case EXPORT_OASIS|EXPORT_META: in getImplementationName() 2964 …case EXPORT_META|EXPORT_STYLES|EXPORT_MASTERSTYLES|EXPORT_AUTOSTYLES|EXPORT_CONTENT|EXPORT_SCRIPTS… in getImplementationName() 2970 case EXPORT_META: in getImplementationName() [all …]
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmlexp.cxx | 279 if( (getExportFlags() & EXPORT_META) != 0 ) in exportDoc() 786 return (cppu::OWeakObject*)new SwXMLExport( rSMgr, EXPORT_META); in SwXMLExportMetaOOO_createInstance() 905 return (cppu::OWeakObject*)new SwXMLExport(rSMgr, EXPORT_META|EXPORT_OASIS); in SwXMLExportMeta_createInstance() 961 case EXPORT_META: in getImplementationName()
|
/aoo41x/main/xmloff/source/meta/ |
H A D | MetaExportComponent.cxx | 229 return (cppu::OWeakObject*)new XMLMetaExportComponent(rSMgr, EXPORT_META|EXPORT_OASIS); in XMLMetaExportComponent_createInstance() 252 return (cppu::OWeakObject*)new XMLMetaExportComponent(rSMgr, EXPORT_META); in XMLMetaExportOOO_createInstance()
|
/aoo41x/main/xmloff/source/core/ |
H A D | xmlexp.cxx | 351 …if( (getExportFlags() & (EXPORT_META|EXPORT_STYLES|EXPORT_MASTERSTYLES|EXPORT_AUTOSTYLES|EXPORT_CO… in _InitCtor() 360 if( (getExportFlags() & (EXPORT_META|EXPORT_MASTERSTYLES|EXPORT_CONTENT) ) != 0 ) in _InitCtor() 416 …if( (getExportFlags() & (EXPORT_META|EXPORT_STYLES|EXPORT_AUTOSTYLES|EXPORT_MASTERSTYLES|EXPORT_CO… in _InitCtor() 903 EXPORT_META|EXPORT_STYLES|EXPORT_CONTENT|EXPORT_SETTINGS; in filter() 1473 …const sal_Int32 nExportMode = mnExportFlags & (EXPORT_META|EXPORT_STYLES|EXPORT_CONTENT|EXPORT_SET… in exportDoc() 1477 if( EXPORT_META == nExportMode ) in exportDoc() 1527 if( mnExportFlags & EXPORT_META ) in exportDoc()
|
/aoo41x/main/starmath/source/ |
H A D | mathmlexport.cxx | 471 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_META ); in SmXMLExportMetaOOO_createInstance() 495 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_OASIS|EXPORT_META ); in SmXMLExportMeta_createInstance() 582 case EXPORT_META: in getImplementationName()
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlExport.cxx | 134 …ptExport(Reference< XMultiServiceFactory >(xContext->getServiceManager(),UNO_QUERY),EXPORT_META )); in create() 242 …if( (getExportFlags() & (EXPORT_META|EXPORT_STYLES|EXPORT_MASTERSTYLES|EXPORT_AUTOSTYLES|EXPORT_CO… in ORptExport() 261 …if( (getExportFlags() & (EXPORT_META|EXPORT_STYLES|EXPORT_AUTOSTYLES|EXPORT_MASTERSTYLES|EXPORT_CO… in ORptExport()
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | xmlexp.hxx | 94 #define EXPORT_META 0x0001 macro
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 257 return (cppu::OWeakObject*)new ScXMLExport( rSMgr, EXPORT_META ); in ScXMLOOoExport_Meta_createInstance() 352 return (cppu::OWeakObject*)new ScXMLExport(rSMgr, EXPORT_META|EXPORT_OASIS); in ScXMLOasisExport_Meta_createInstance() 4590 case EXPORT_META: in getImplementationName() 4609 case EXPORT_META: in getImplementationName()
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlExport.cxx | 218 …if( (nExportFlag & (EXPORT_META|EXPORT_STYLES|EXPORT_MASTERSTYLES|EXPORT_AUTOSTYLES|EXPORT_CONTENT… in ODBExport()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLExport.cxx | 4016 return (cppu::OWeakObject*)new SchXMLExport( rSMgr, EXPORT_META | EXPORT_OASIS ); in SchXMLExport_Oasis_Meta_createInstance() 4041 case ( EXPORT_META | EXPORT_OASIS ): in getImplementationName()
|
Completed in 155 milliseconds