Lines Matching refs:SdXMLExport

117 	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()
1372 ImpXMLEXPPageMasterInfo* SdXMLExport::ImpGetOrCreatePageMasterInfo( Reference< XDrawPage > xMasterP… in ImpGetOrCreatePageMasterInfo()
1396 void SdXMLExport::ImpPrepPageMasterInfos() in ImpPrepPageMasterInfos()
1446 void SdXMLExport::ImpWritePageMasterInfos() in ImpWritePageMasterInfos()
1508 ImpXMLEXPPageMasterInfo* SdXMLExport::ImpGetPageMasterInfoByName(const OUString& rName) in ImpGetPageMasterInfoByName()
1529 void SdXMLExport::ImpPrepDrawPageInfos() in ImpPrepDrawPageInfos()
1613 HeaderFooterPageSettingsImpl SdXMLExport::ImpPrepDrawPageHeaderFooterDecls( const Reference<XDrawPa… in ImpPrepDrawPageHeaderFooterDecls()
1668 void SdXMLExport::ImpWriteHeaderFooterDecls() in ImpWriteHeaderFooterDecls()
1732 void SdXMLExport::ImplExportHeaderFooterDeclAttributes( const HeaderFooterPageSettingsImpl& aSettin… in ImplExportHeaderFooterDeclAttributes()
1746 OUString SdXMLExport::ImpCreatePresPageStyleName( Reference<XDrawPage> xDrawPage, bool bExportBackg… in ImpCreatePresPageStyleName()
1806 void SdXMLExport::ImpPrepMasterPageInfos() in ImpPrepMasterPageInfos()
1836 void SdXMLExport::ImpWritePresentationStyles() in ImpWritePresentationStyles()
1868 void SdXMLExport::SetProgress(sal_Int32 nProg) in SetProgress()
1878 void SdXMLExport::_ExportMeta() in _ExportMeta()
1899 void SdXMLExport::_ExportContent() in _ExportContent()
2086 void SdXMLExport::exportPresentationSettings() in exportPresentationSettings()
2271 void SdXMLExport::_ExportStyles(sal_Bool bUsed) in _ExportStyles()
2311 void SdXMLExport::_ExportAutoStyles() in _ExportAutoStyles()
2508 void SdXMLExport::_ExportMasterStyles() in _ExportMasterStyles()
2632 void SdXMLExport::exportFormsElement( Reference< XDrawPage > xDrawPage ) in exportFormsElement()
2651 void SdXMLExport::GetViewSettings(uno::Sequence<beans::PropertyValue>& rProps) in GetViewSettings()
2682 void SdXMLExport::GetConfigurationSettings(uno::Sequence<beans::PropertyValue>& rProps) in GetConfigurationSettings()
2695 void SdXMLExport::addDataStyle(const sal_Int32 nNumberFormat, sal_Bool bTimeFormat ) in addDataStyle()
2715 void SdXMLExport::exportDataStyles() in exportDataStyles()
2722 void SdXMLExport::exportAutoDataStyles() in exportAutoDataStyles()
2741 OUString SdXMLExport::getDataStyleName(const sal_Int32 nNumberFormat, sal_Bool bTimeFormat ) const in getDataStyleName()
2753 OUString SdXMLExport::getNavigationOrder( const Reference< XDrawPage >& xDrawPage ) in getNavigationOrder()
2788 void SdXMLExport::collectAnnotationAutoStyles( const Reference<XDrawPage>& xDrawPage ) in collectAnnotationAutoStyles()
2811 void SdXMLExport::exportAnnotations( const Reference<XDrawPage>& xDrawPage ) in exportAnnotations()
2893 return (cppu::OWeakObject*)new SdXMLExport( rSMgr, draw, flags );\
2924 OUString SAL_CALL SdXMLExport::getImplementationName() throw( uno::RuntimeException ) in getImplementationName()