Searched refs:EXPORT_META (Results 1 – 10 of 10) sorted by relevance
| /trunk/main/xmloff/source/draw/ |
| H A D | sdxmlexp.cxx | 2896 …ss.XMLOasisExporter", "XMLImpressExportOasis", sal_False, EXPORT_OASIS|EXPORT_META|EXPORT_STYLES|E… 2899 ….Impress.XMLOasisMetaExporter", "XMLImpressMetaExportOasis", sal_False, EXPORT_OASIS|EXPORT_META ); 2902 ….sun.star.comp.Impress.XMLExporter", "XMLImpressExportOOO", sal_False, EXPORT_META|EXPORT_STYLES|E… 2905 …, "com.sun.star.comp.Impress.XMLMetaExporter", "XMLImpressMetaExportOOO", sal_False, EXPORT_META ); 2908 …p.Draw.XMLOasisExporter", "XMLDrawExportOasis", sal_True, EXPORT_OASIS|EXPORT_META|EXPORT_STYLES|E… 2911 …ar.comp.Draw.XMLOasisMetaExporter", "XMLDrawMetaExportOasis", sal_True, EXPORT_OASIS|EXPORT_META ); 2914 …O, "com.sun.star.comp.Draw.XMLExporter", "XMLDrawExportOOO", sal_True, EXPORT_META|EXPORT_STYLES|E… 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() [all …]
|
| /trunk/main/sw/source/filter/xml/ |
| H A D | xmlexp.cxx | 275 if( (getExportFlags() & EXPORT_META) != 0 ) in exportDoc() 782 return (cppu::OWeakObject*)new SwXMLExport( rSMgr, EXPORT_META); in SwXMLExportMetaOOO_createInstance() 901 return (cppu::OWeakObject*)new SwXMLExport(rSMgr, EXPORT_META|EXPORT_OASIS); in SwXMLExportMeta_createInstance() 957 case EXPORT_META: in getImplementationName()
|
| /trunk/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()
|
| /trunk/main/xmloff/source/core/ |
| H A D | xmlexp.cxx | 349 …if( (getExportFlags() & (EXPORT_META|EXPORT_STYLES|EXPORT_MASTERSTYLES|EXPORT_AUTOSTYLES|EXPORT_CO… in _InitCtor() 358 if( (getExportFlags() & (EXPORT_META|EXPORT_MASTERSTYLES|EXPORT_CONTENT) ) != 0 ) in _InitCtor() 414 …if( (getExportFlags() & (EXPORT_META|EXPORT_STYLES|EXPORT_AUTOSTYLES|EXPORT_MASTERSTYLES|EXPORT_CO… in _InitCtor() 901 EXPORT_META|EXPORT_STYLES|EXPORT_CONTENT|EXPORT_SETTINGS; in filter() 1471 …const sal_Int32 nExportMode = mnExportFlags & (EXPORT_META|EXPORT_STYLES|EXPORT_CONTENT|EXPORT_SET… in exportDoc() 1475 if( EXPORT_META == nExportMode ) in exportDoc() 1525 if( mnExportFlags & EXPORT_META ) in exportDoc()
|
| /trunk/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()
|
| /trunk/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()
|
| /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() 4590 case EXPORT_META: in getImplementationName() 4609 case EXPORT_META: in getImplementationName()
|
| /trunk/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()
|
| /trunk/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()
|