Home
last modified time | relevance | path

Searched refs:nExportFlags (Results 1 – 12 of 12) sorted by relevance

/trunk/main/xmloff/source/text/
H A DXMLTextListAutoStylePool.cxx175 sal_uInt16 nExportFlags = rExport.getExportFlags(); in DECLARE_CONTAINER_SORT() local
176 sal_Bool bStylesOnly = (nExportFlags & EXPORT_STYLES) != 0 && (nExportFlags & EXPORT_CONTENT) == 0; in DECLARE_CONTAINER_SORT()
/trunk/main/xmloff/source/style/
H A Dimpastp4.cxx89 sal_uInt16 nExportFlags = GetExport().getExportFlags(); in AddFamily() local
90 sal_Bool bStylesOnly = (nExportFlags & EXPORT_STYLES) != 0 && (nExportFlags & EXPORT_CONTENT) == 0; in AddFamily()
/trunk/main/xmloff/inc/
H A DSchXMLExport.hxx75 sal_uInt16 nExportFlags = EXPORT_ALL );
/trunk/main/xmloff/inc/xmloff/
H A Dxmlexp.hxx189 void setExportFlags( sal_uInt16 nExportFlags ) { mnExportFlags = nExportFlags; } in setExportFlags() argument
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.cxx120 sal_uInt16 nExportFlags) in SwXMLExport() argument
121 : SvXMLExport( xServiceFactory, MAP_INCH, XML_TEXT, nExportFlags ), in SwXMLExport()
H A Dxmlexp.hxx136 sal_uInt16 nExportFlags = EXPORT_ALL);
/trunk/main/starmath/source/
H A Dmathmlexport.hxx115 sal_uInt16 nExportFlags=EXPORT_ALL);
H A Dmathmlexport.cxx390 sal_uInt16 nExportFlags) in SmXMLExport() argument
391 : SvXMLExport( xServiceFactory, MAP_INCH, XML_MATH, nExportFlags ) , in SmXMLExport()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp_impl.hxx193 sal_Bool bIsDraw, sal_uInt16 nExportFlags = EXPORT_ALL );
H A Dsdxmlexp.cxx412 sal_Bool bIsDraw, sal_uInt16 nExportFlags ) in DECLARE_LIST()
413 : SvXMLExport( xServiceFactory, MAP_CM, bIsDraw ? XML_DRAWING : XML_PRESENTATION, nExportFlags ), in DECLARE_LIST()
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx473 MapUnit eDfltUnit, const enum XMLTokenEnum eClass, sal_uInt16 nExportFlags ) in SvXMLExport() argument
488 mnExportFlags( nExportFlags ), in SvXMLExport()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx3663 sal_uInt16 nExportFlags ) in SchXMLExport() argument
3664 : SvXMLExport( xServiceFactory, MAP_CM, ::xmloff::token::XML_CHART, nExportFlags ), in SchXMLExport()

Completed in 103 milliseconds