/aoo41x/main/xmloff/source/draw/ |
H A D | sdxmlexp.cxx | 1992 if( getExportFlags() & EXPORT_OASIS ) in _ExportContent() 2423 if(IsImpress() && ((getExportFlags() & EXPORT_OASIS) == 0) ) in _ExportAutoStyles() 2911 …ar.comp.Draw.XMLOasisMetaExporter", "XMLDrawMetaExportOasis", sal_True, EXPORT_OASIS|EXPORT_META ); 2945 case EXPORT_OASIS|EXPORT_STYLES|EXPORT_MASTERSTYLES|EXPORT_AUTOSTYLES: in getImplementationName() 2947 case EXPORT_OASIS|EXPORT_AUTOSTYLES|EXPORT_CONTENT|EXPORT_SCRIPTS|EXPORT_FONTDECLS: in getImplementationName() 2949 case EXPORT_OASIS|EXPORT_META: in getImplementationName() 2951 case EXPORT_OASIS|EXPORT_SETTINGS: in getImplementationName() 2976 case EXPORT_OASIS|EXPORT_STYLES|EXPORT_MASTERSTYLES|EXPORT_AUTOSTYLES: in getImplementationName() 2978 case EXPORT_OASIS|EXPORT_AUTOSTYLES|EXPORT_CONTENT|EXPORT_SCRIPTS|EXPORT_FONTDECLS: in getImplementationName() 2980 case EXPORT_OASIS|EXPORT_META: in getImplementationName() [all …]
|
H A D | sdpropls.cxx | 1635 if( mrExport.getExportFlags() & EXPORT_OASIS ) in ContextFilter() 1640 if( ((mrExport.getExportFlags() & EXPORT_OASIS) == 0) || in ContextFilter() 1648 if( ((mrExport.getExportFlags() & EXPORT_OASIS) == 0) || in ContextFilter() 1657 if( ((mrExport.getExportFlags() & EXPORT_OASIS) == 0) || in ContextFilter() 1663 if( ((mrExport.getExportFlags() & EXPORT_OASIS) == 0) ) in ContextFilter()
|
H A D | shapeexport2.cxx | 98 if ( ( GetExport().getExportFlags() & EXPORT_OASIS ) == 0 && in ImpExportNewTrans_GetB2DHomMatrix() 1337 if ( ( GetExport().getExportFlags() & EXPORT_OASIS ) == 0 && 1493 if ( ( GetExport().getExportFlags() & EXPORT_OASIS ) == 0 && 1687 if ( ( mrExport.getExportFlags() & EXPORT_OASIS ) == 0 )
|
H A D | shapeexport.cxx | 153 if( ( GetExport().getExportFlags() & EXPORT_OASIS ) == 0 ) in checkForCustomShapeReplacement() 635 ( GetExport().getExportFlags() & EXPORT_OASIS ) != 0 || in exportShape()
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmlexp.cxx | 829 return (cppu::OWeakObject*)new SwXMLExport( rSMgr, EXPORT_ALL|EXPORT_OASIS); in SwXMLExport_createInstance() 856 EXPORT_FONTDECLS|EXPORT_OASIS ); in SwXMLExportStyles_createInstance() 884 EXPORT_FONTDECLS|EXPORT_OASIS ); in SwXMLExportContent_createInstance() 905 return (cppu::OWeakObject*)new SwXMLExport(rSMgr, EXPORT_META|EXPORT_OASIS); in SwXMLExportMeta_createInstance() 926 return (cppu::OWeakObject*)new SwXMLExport(rSMgr, EXPORT_SETTINGS|EXPORT_OASIS); in SwXMLExportSettings_createInstance()
|
H A D | xmltexte.cxx | 680 if ( ( rXMLExport.getExportFlags() & EXPORT_OASIS ) == 0 ) in _exportTextEmbedded()
|
/aoo41x/main/xmloff/source/meta/ |
H A D | MetaExportComponent.cxx | 90 if( (getExportFlags() & EXPORT_OASIS) == 0 ) in exportDoc() 229 return (cppu::OWeakObject*)new XMLMetaExportComponent(rSMgr, EXPORT_META|EXPORT_OASIS); in XMLMetaExportComponent_createInstance()
|
/aoo41x/main/xmloff/source/text/ |
H A D | XMLAutoTextEventExport.cxx | 146 if( (getExportFlags() & EXPORT_OASIS) == 0 ) in exportDoc() 269 return (cppu::OWeakObject*)new XMLAutoTextEventExport(rSMgr, EXPORT_ALL|EXPORT_OASIS); in XMLAutoTextEventExport_createInstance()
|
H A D | txtexppr.cxx | 898 ( GetExport().getExportFlags() & EXPORT_OASIS ) == 0 ) in ContextFilter()
|
H A D | txtparae.cxx | 861 ( GetExport().getExportFlags() & EXPORT_OASIS ) != 0; in exportListChange() 1123 if ( ( GetExport().getExportFlags() & EXPORT_OASIS ) != 0 && in exportListChange()
|
/aoo41x/main/starmath/source/ |
H A D | mathmlexport.cxx | 447 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_OASIS|EXPORT_ALL ); in SmXMLExport_createInstance() 495 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_OASIS|EXPORT_META ); in SmXMLExportMeta_createInstance() 543 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_OASIS|EXPORT_SETTINGS ); in SmXMLExportSettings_createInstance() 569 return (cppu::OWeakObject*)new SmXMLExport( rSMgr, EXPORT_OASIS|EXPORT_CONTENT ); in SmXMLExportContent_createInstance()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLExport.cxx | 3899 (EXPORT_ALL ^ ( EXPORT_SETTINGS | EXPORT_MASTERSTYLES | EXPORT_SCRIPTS )) | EXPORT_OASIS ); in SchXMLExport_Oasis_createInstance() 3940 return (cppu::OWeakObject*)new SchXMLExport( rSMgr, EXPORT_STYLES | EXPORT_OASIS ); in SchXMLExport_Oasis_Styles_createInstance() 3979 …t*)new SchXMLExport( rSMgr, EXPORT_AUTOSTYLES | EXPORT_CONTENT | EXPORT_FONTDECLS | EXPORT_OASIS ); in SchXMLExport_Oasis_Content_createInstance() 4016 return (cppu::OWeakObject*)new SchXMLExport( rSMgr, EXPORT_META | EXPORT_OASIS ); in SchXMLExport_Oasis_Meta_createInstance() 4035 case ( EXPORT_ALL | EXPORT_OASIS ): in getImplementationName() 4037 case ( EXPORT_STYLES | EXPORT_OASIS ): in getImplementationName() 4039 case ( EXPORT_AUTOSTYLES | EXPORT_CONTENT | EXPORT_FONTDECLS | EXPORT_OASIS ): in getImplementationName() 4041 case ( EXPORT_META | EXPORT_OASIS ): in getImplementationName()
|
H A D | PropertyMaps.cxx | 256 if( mrExport.getExportFlags() & EXPORT_OASIS ) in ContextFilter()
|
/aoo41x/main/xmloff/source/core/ |
H A D | xmlexp.cxx | 342 if( (getExportFlags() & ~EXPORT_OASIS) != 0 ) in _InitCtor() 444 if( (getExportFlags() & EXPORT_OASIS) != 0 ) in _InitCtor() 1375 if( (getExportFlags() & EXPORT_OASIS) == 0 ) in exportDoc() 2249 if( ! (getExportFlags() & EXPORT_OASIS) && in ExportEmbeddedOwnObject()
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 334 return (cppu::OWeakObject*)new ScXMLExport(rSMgr, EXPORT_ALL|EXPORT_OASIS); in ScXMLOasisExport_createInstance() 352 return (cppu::OWeakObject*)new ScXMLExport(rSMgr, EXPORT_META|EXPORT_OASIS); in ScXMLOasisExport_Meta_createInstance() 370 …MLExport(rSMgr, EXPORT_STYLES|EXPORT_MASTERSTYLES|EXPORT_AUTOSTYLES|EXPORT_FONTDECLS|EXPORT_OASIS); in ScXMLOasisExport_Styles_createInstance() 388 … ScXMLExport(rSMgr, EXPORT_AUTOSTYLES|EXPORT_CONTENT|EXPORT_SCRIPTS|EXPORT_FONTDECLS|EXPORT_OASIS); in ScXMLOasisExport_Content_createInstance() 406 return (cppu::OWeakObject*)new ScXMLExport(rSMgr, EXPORT_SETTINGS|EXPORT_OASIS); in ScXMLOasisExport_Settings_createInstance() 4579 if (nFlags & EXPORT_OASIS) in getImplementationName() 4581 nFlags |= EXPORT_OASIS; in getImplementationName()
|
H A D | xmlwrap.cxx | 804 ( pExport->getExportFlags() & EXPORT_OASIS ) ) in ExportToComponent()
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlExport.cxx | 116 EXPORT_FONTDECLS|EXPORT_OASIS )); in create() 221 : SvXMLExport( _rxMSF,MAP_100TH_MM,XML_REPORT, EXPORT_OASIS) in ORptExport() 224 setExportFlags( EXPORT_OASIS | nExportFlag); in ORptExport()
|
/aoo41x/main/xmloff/source/style/ |
H A D | styleexp.cxx | 203 if ( ( GetExport().getExportFlags() & EXPORT_OASIS ) != 0 && in exportStyle()
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | xmlexp.hxx | 106 #define EXPORT_OASIS 0x8000 macro
|
/aoo41x/main/dbaccess/source/filter/xml/ |
H A D | xmlExport.cxx | 202 : SvXMLExport( _rxMSF,MAP_10TH_MM,XML_DATABASE, EXPORT_OASIS | nExportFlag) in ODBExport()
|