Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmlfmte.cxx208 if (xDrawPageSupplier.is() && GetFormExport().is()) in collectAutoStyles()
212 GetFormExport()->examineForms(xPage); in collectAutoStyles()
248 GetFormExport()->exportAutoStyles(); in ExportAutoStyles_()
H A Dxmlexp.cxx470 xPage, GetFormExport() ); in ExportContent_()
473 …if ( xmloff::OFormLayerXMLExport::pageContainsForms( xPage ) || GetFormExport()->documentContainsX… in ExportContent_()
477 GetFormExport()->exportXForms(); in ExportContent_()
479 GetFormExport()->seekPage(xPage); in ExportContent_()
480 GetFormExport()->exportForms(xPage); in ExportContent_()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmlfmte.cxx208 if (xDrawPageSupplier.is() && GetFormExport().is()) in collectAutoStyles()
212 GetFormExport()->examineForms(xPage); in collectAutoStyles()
248 GetFormExport()->exportAutoStyles(); in ExportAutoStyles_()
H A Dxmlexp.cxx441 xPage, GetFormExport() ); in ExportContent_()
444 …if ( xmloff::OFormLayerXMLExport::pageContainsForms( xPage ) || GetFormExport()->documentContainsX… in ExportContent_()
448 GetFormExport()->exportXForms(); in ExportContent_()
450 GetFormExport()->seekPage(xPage); in ExportContent_()
451 GetFormExport()->exportForms(xPage); in ExportContent_()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dsdxmlexp.cxx2082 GetFormExport()->examineForms( xMasterPage ); in collectAutoStyles()
2109 GetFormExport()->examineForms( xNotesPage ); in collectAutoStyles()
2137 GetFormExport()->examineForms( xDrawPage ); in collectAutoStyles()
2175 GetFormExport()->examineForms( xNotesPage ); in collectAutoStyles()
2215 GetFormExport()->exportAutoStyles( ); in ExportAutoStyles_()
2348 GetFormExport()->exportForms( xDrawPage ); in exportFormsElement()
2351 if(! GetFormExport()->seekPage( xDrawPage ) ) in exportFormsElement()
2428 GetFormExport()->exportAutoControlNumberStyles(); in exportAutoDataStyles()
H A Dshapeexport.cxx407 … OUString sNumberStyle = mrExport.GetFormExport()->getControlNumberStyle(xControlModel); in collectShapeAutoStyles()
2578 OUString sControlId = mrExport.GetFormExport()->getControlId( xControlModel ); in ImpExportControlShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dsdxmlexp.cxx2080 GetFormExport()->examineForms( xMasterPage ); in collectAutoStyles()
2107 GetFormExport()->examineForms( xNotesPage ); in collectAutoStyles()
2135 GetFormExport()->examineForms( xDrawPage ); in collectAutoStyles()
2173 GetFormExport()->examineForms( xNotesPage ); in collectAutoStyles()
2213 GetFormExport()->exportAutoStyles( ); in ExportAutoStyles_()
2346 GetFormExport()->exportForms( xDrawPage ); in exportFormsElement()
2349 if(! GetFormExport()->seekPage( xDrawPage ) ) in exportFormsElement()
2429 GetFormExport()->exportAutoControlNumberStyles(); in exportAutoDataStyles()
H A Dshapeexport.cxx417 … OUString sNumberStyle = mrExport.GetFormExport()->getControlNumberStyle(xControlModel); in collectShapeAutoStyles()
2508 …mrExport.AddAttribute( XML_NAMESPACE_DRAW, XML_CONTROL, mrExport.GetFormExport()->getControlId( xC… in ImpExportControlShape()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/xmloff/
H A Dxmlexp.hxx451 inline rtl::Reference< xmloff::OFormLayerXMLExport > const & GetFormExport();
614 inline rtl::Reference< xmloff::OFormLayerXMLExport > const & SvXMLExport::GetFormExport() in GetFormExport() function in SvXMLExport
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/xmloff/
H A Dxmlexp.hxx446 inline rtl::Reference< xmloff::OFormLayerXMLExport > const & GetFormExport();
609 inline rtl::Reference< xmloff::OFormLayerXMLExport > const & SvXMLExport::GetFormExport() in GetFormExport() function in SvXMLExport
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dxmlexprt.cxx591 GetFormExport()->examineForms(xDrawPage); in CollectShapesAutoStyles()
2626 GetFormExport()->exportAutoStyles( ); in ExportAutoStyles_()
2898 GetFormExport()->exportForms( xDrawPage ); in WriteTable()
2899 bool bRet(GetFormExport()->seekPage( xDrawPage )); in WriteTable()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmlexprt.cxx599 GetFormExport()->examineForms(xDrawPage); in CollectShapesAutoStyles()
2637 GetFormExport()->exportAutoStyles( ); in ExportAutoStyles_()
2908 GetFormExport()->exportForms( xDrawPage ); in WriteTable()
2909 bool bRet(GetFormExport()->seekPage( xDrawPage )); in WriteTable()