Home
last modified time | relevance | path

Searched refs:EXPORT_OASIS (Results 1 – 20 of 20) sorted by relevance

/aoo41x/main/xmloff/source/draw/
H A Dsdxmlexp.cxx1992 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 Dsdpropls.cxx1635 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 Dshapeexport2.cxx98 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 Dshapeexport.cxx153 if( ( GetExport().getExportFlags() & EXPORT_OASIS ) == 0 ) in checkForCustomShapeReplacement()
635 ( GetExport().getExportFlags() & EXPORT_OASIS ) != 0 || in exportShape()
/aoo41x/main/sw/source/filter/xml/
H A Dxmlexp.cxx829 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 Dxmltexte.cxx680 if ( ( rXMLExport.getExportFlags() & EXPORT_OASIS ) == 0 ) in _exportTextEmbedded()
/aoo41x/main/xmloff/source/meta/
H A DMetaExportComponent.cxx90 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 DXMLAutoTextEventExport.cxx146 if( (getExportFlags() & EXPORT_OASIS) == 0 ) in exportDoc()
269 return (cppu::OWeakObject*)new XMLAutoTextEventExport(rSMgr, EXPORT_ALL|EXPORT_OASIS); in XMLAutoTextEventExport_createInstance()
H A Dtxtexppr.cxx898 ( GetExport().getExportFlags() & EXPORT_OASIS ) == 0 ) in ContextFilter()
H A Dtxtparae.cxx861 ( GetExport().getExportFlags() & EXPORT_OASIS ) != 0; in exportListChange()
1123 if ( ( GetExport().getExportFlags() & EXPORT_OASIS ) != 0 && in exportListChange()
/aoo41x/main/starmath/source/
H A Dmathmlexport.cxx447 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 DSchXMLExport.cxx3899 (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 DPropertyMaps.cxx256 if( mrExport.getExportFlags() & EXPORT_OASIS ) in ContextFilter()
/aoo41x/main/xmloff/source/core/
H A Dxmlexp.cxx342 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 Dxmlexprt.cxx334 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 Dxmlwrap.cxx804 ( pExport->getExportFlags() & EXPORT_OASIS ) ) in ExportToComponent()
/aoo41x/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx116 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 Dstyleexp.cxx203 if ( ( GetExport().getExportFlags() & EXPORT_OASIS ) != 0 && in exportStyle()
/aoo41x/main/xmloff/inc/xmloff/
H A Dxmlexp.hxx106 #define EXPORT_OASIS 0x8000 macro
/aoo41x/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx202 : SvXMLExport( _rxMSF,MAP_10TH_MM,XML_DATABASE, EXPORT_OASIS | nExportFlag) in ODBExport()

Completed in 204 milliseconds