Searched refs:IMPORT_META (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/xmloff/source/draw/ |
H A D | sdxmlimp.cxx | 317 ….sun.star.comp.Impress.XMLOasisMetaImporter", "XMLImpressMetaImportOasis", sal_False, IMPORT_META ) 318 …"com.sun.star.comp.Draw.XMLOasisMetaImporter", "XMLImpressMetaImportOasis", sal_True, IMPORT_META ) 771 if (getImportFlags() & IMPORT_META) in CreateMetaContext() 1015 case IMPORT_META: in getImplementationName() 1035 case IMPORT_META: in getImplementationName()
|
/aoo42x/main/xmloff/source/chart/ |
H A D | SchXMLImport.cxx | 666 && (getImportFlags() & IMPORT_META) )) ) in CreateContext() 870 return (cppu::OWeakObject*)new SchXMLImport( rSMgr, IMPORT_META ); in SchXMLImport_Meta_createInstance() 884 case IMPORT_META: in getImplementationName()
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmlmeta.cxx | 74 if (getImportFlags() & IMPORT_META) in CreateMetaContext()
|
H A D | xmlimp.cxx | 1686 return (cppu::OWeakObject*)new SwXMLImport( rSMgr, IMPORT_META ); in SwXMLImportMeta_createInstance() 1726 case IMPORT_META: in getImplementationName()
|
/aoo42x/main/reportdesign/source/filter/xml/ |
H A D | xmlfilter.cxx | 368 IMPORT_META)); in create() 1104 if ( (getImportFlags() & IMPORT_META) ) in CreateMetaContext()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlimprt.cxx | 142 return (cppu::OWeakObject*)new ScXMLImport( rSMgr, IMPORT_META ); in ScXMLImport_Meta_createInstance() 1913 if (getImportFlags() & IMPORT_META) in CreateMetaContext() 2599 case IMPORT_META: in getImplementationName()
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | xmlimp.hxx | 80 #define IMPORT_META 0x0001 macro
|
/aoo42x/main/starmath/source/ |
H A D | mathmlimport.cxx | 496 return (cppu::OWeakObject*)new SmXMLImport( rSMgr, IMPORT_META ); in SmXMLImportMeta_createInstance() 533 case IMPORT_META: in getImplementationName()
|
/aoo42x/main/xmloff/source/core/ |
H A D | xmlimp.cxx | 1290 const sal_uInt32 nTest = IMPORT_META|IMPORT_STYLES|IMPORT_CONTENT|IMPORT_SETTINGS; in IsPackageURL()
|
Completed in 94 milliseconds