Home
last modified time | relevance | path

Searched refs:SdXMLExport (Results 1 – 5 of 5) sorted by relevance

/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx117 ImpXMLEXPPageMasterInfo(const SdXMLExport& rExp, const Reference<XDrawPage>& xPage);
134 const SdXMLExport& rExp, in ImpXMLEXPPageMasterInfo()
410 SdXMLExport::SdXMLExport( in DECLARE_LIST()
441 void SAL_CALL SdXMLExport::setSourceDocument( const Reference< lang::XComponent >& xDoc ) in setSourceDocument()
661 sal_uInt32 SdXMLExport::ImpRecursiveObjectCount(Reference< drawing::XShapes > xShapes) in ImpRecursiveObjectCount()
691 __EXPORT SdXMLExport::~SdXMLExport() in ~SdXMLExport()
834 void SdXMLExport::ImpPrepAutoLayoutInfos() in ImpPrepAutoLayoutInfos()
866 sal_Bool SdXMLExport::ImpPrepAutoLayoutInfo(const Reference<XDrawPage>& xPage, OUString& rName) in ImpPrepAutoLayoutInfo()
935 void SdXMLExport::ImpWriteAutoLayoutInfos() in ImpWriteAutoLayoutInfos()
1323 void SdXMLExport::ImpWriteAutoLayoutPlaceholder(XmlPlaceholder ePl, const Rectangle& rRect) in ImpWriteAutoLayoutPlaceholder()
[all …]
H A DXMLNumberStylesExport.hxx30 class SdXMLExport;
38 static void exportTimeStyle( SdXMLExport& rExport, sal_Int32 nStyle );
39 static void exportDateStyle( SdXMLExport& rExport, sal_Int32 nStyle );
H A Dsdxmlexp_impl.hxx98 class SdXMLExport : public SvXMLExport class
191 SdXMLExport(
194 virtual ~SdXMLExport();
H A DXMLNumberStyles.cxx327 static void SdXMLExportDataStyleNumber( SdXMLExport& rExport, SdXMLDataStyleNumber& rElement ) in SdXMLExportDataStyleNumber()
352 static void SdXMLExportStyle( SdXMLExport& rExport, const SdXMLFixedDataStyle* pStyle, const SdXMLF… in SdXMLExportStyle()
393 void SdXMLNumberStylesExporter::exportTimeStyle( SdXMLExport& rExport, sal_Int32 nStyle ) in exportTimeStyle()
400 void SdXMLNumberStylesExporter::exportDateStyle( SdXMLExport& rExport, sal_Int32 nStyle ) in exportDateStyle()
H A Danimationexport.cxx1555 …const XMLPropertyHandler* pHandler = static_cast<SdXMLExport*>(&mrExport)->GetSdPropHdlFactory()->… in convertValue()