Searched refs:EXPORT_META (Results 1 – 10 of 10) sorted by relevance
| /trunk/main/xmloff/source/draw/ |
| H A D | sdxmlexp.cxx | 2895 …ss.XMLOasisExporter", "XMLImpressExportOasis", sal_False, EXPORT_OASIS|EXPORT_META|EXPORT_STYLES|E… 2898 ….Impress.XMLOasisMetaExporter", "XMLImpressMetaExportOasis", sal_False, EXPORT_OASIS|EXPORT_META ); 2901 ….sun.star.comp.Impress.XMLExporter", "XMLImpressExportOOO", sal_False, EXPORT_META|EXPORT_STYLES|E… 2904 …, "com.sun.star.comp.Impress.XMLMetaExporter", "XMLImpressMetaExportOOO", sal_False, EXPORT_META ); 2907 …p.Draw.XMLOasisExporter", "XMLDrawExportOasis", sal_True, EXPORT_OASIS|EXPORT_META|EXPORT_STYLES|E… 2910 …ar.comp.Draw.XMLOasisMetaExporter", "XMLDrawMetaExportOasis", sal_True, EXPORT_OASIS|EXPORT_META ); 2913 …O, "com.sun.star.comp.Draw.XMLExporter", "XMLDrawExportOOO", sal_True, EXPORT_META|EXPORT_STYLES|E… 2916 …portOOO, "com.sun.star.comp.Draw.XMLMetaExporter", "XMLDrawMetaExportOOO", sal_True, EXPORT_META ); 2931 …case EXPORT_META|EXPORT_STYLES|EXPORT_MASTERSTYLES|EXPORT_AUTOSTYLES|EXPORT_CONTENT|EXPORT_SCRIPTS… in getImplementationName() 2937 case EXPORT_META: in getImplementationName() [all …]
|
| /trunk/main/sw/source/filter/xml/ |
| H A D | xmlexp.cxx | 275 if( (getExportFlags() & EXPORT_META) != 0 ) in exportDoc() 778 return (cppu::OWeakObject*)new SwXMLExport( rSMgr, EXPORT_META); in SwXMLExportMetaOOO_createInstance() 892 return (cppu::OWeakObject*)new SwXMLExport(rSMgr, EXPORT_META|EXPORT_OASIS); in SwXMLExportMeta_createInstance() 945 case EXPORT_META: in getImplementationName()
|
| /trunk/main/xmloff/source/meta/ |
| H A D | MetaExportComponent.cxx | 228 return (cppu::OWeakObject*)new XMLMetaExportComponent(rSMgr, EXPORT_META|EXPORT_OASIS); in XMLMetaExportComponent_createInstance() 250 return (cppu::OWeakObject*)new XMLMetaExportComponent(rSMgr, EXPORT_META); in XMLMetaExportOOO_createInstance()
|
| /trunk/main/xmloff/source/core/ |
| H A D | xmlexp.cxx | 348 …if( (getExportFlags() & (EXPORT_META|EXPORT_STYLES|EXPORT_MASTERSTYLES|EXPORT_AUTOSTYLES|EXPORT_CO… in _InitCtor() 357 if( (getExportFlags() & (EXPORT_META|EXPORT_MASTERSTYLES|EXPORT_CONTENT) ) != 0 ) in _InitCtor() 413 …if( (getExportFlags() & (EXPORT_META|EXPORT_STYLES|EXPORT_AUTOSTYLES|EXPORT_MASTERSTYLES|EXPORT_CO… in _InitCtor() 898 EXPORT_META|EXPORT_STYLES|EXPORT_CONTENT|EXPORT_SETTINGS; in filter() 1465 …const sal_Int32 nExportMode = mnExportFlags & (EXPORT_META|EXPORT_STYLES|EXPORT_CONTENT|EXPORT_SET… in exportDoc() 1469 if( EXPORT_META == nExportMode ) in exportDoc() 1519 if( mnExportFlags & EXPORT_META ) in exportDoc()
|
| /trunk/main/starmath/source/ |
| H A D | mathmlexport.cxx | 468 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_META ); in SmXMLExportMetaOOO_createInstance() 491 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_OASIS|EXPORT_META ); in SmXMLExportMeta_createInstance() 574 case EXPORT_META: in getImplementationName()
|
| /trunk/main/reportdesign/source/filter/xml/ |
| H A D | xmlExport.cxx | 135 …ptExport(Reference< XMultiServiceFactory >(xContext->getServiceManager(),UNO_QUERY),EXPORT_META )); in create() 243 …if( (getExportFlags() & (EXPORT_META|EXPORT_STYLES|EXPORT_MASTERSTYLES|EXPORT_AUTOSTYLES|EXPORT_CO… in ORptExport() 262 …if( (getExportFlags() & (EXPORT_META|EXPORT_STYLES|EXPORT_AUTOSTYLES|EXPORT_MASTERSTYLES|EXPORT_CO… in ORptExport()
|
| /trunk/main/xmloff/inc/xmloff/ |
| H A D | xmlexp.hxx | 94 #define EXPORT_META 0x0001 macro
|
| /trunk/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() 4585 case EXPORT_META: in getImplementationName() 4604 case EXPORT_META: in getImplementationName()
|
| /trunk/main/dbaccess/source/filter/xml/ |
| H A D | xmlExport.cxx | 219 …if( (nExportFlag & (EXPORT_META|EXPORT_STYLES|EXPORT_MASTERSTYLES|EXPORT_AUTOSTYLES|EXPORT_CONTENT… in ODBExport()
|
| /trunk/main/xmloff/source/chart/ |
| H A D | SchXMLExport.cxx | 4017 return (cppu::OWeakObject*)new SchXMLExport( rSMgr, EXPORT_META | EXPORT_OASIS ); in SchXMLExport_Oasis_Meta_createInstance() 4042 case ( EXPORT_META | EXPORT_OASIS ): in getImplementationName()
|