|
| | SvxXMLXTableExportComponent (const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::xml::sax::XDocumentHandler > &xHandler, const css::uno::Reference< css::container::XNameContainer > &xTable, css::uno::Reference< css::document::XGraphicStorageHandler > const &xGraphicStorageHandler) |
| |
| virtual | ~SvxXMLXTableExportComponent () override |
| |
| virtual void | ExportAutoStyles_ () override |
| |
| virtual void | ExportMasterStyles_ () override |
| |
| virtual void | ExportContent_ () override |
| |
| | SvXMLExport (const css::uno::Reference< css::uno::XComponentContext > &xContext, OUString implementationName, sal_Int16 const eDefaultMeasureUnit, const enum ::xmloff::token::XMLTokenEnum eClass, SvXMLExportFlags nExportFlag) |
| |
| | SvXMLExport (const css::uno::Reference< css::uno::XComponentContext > &xContext, OUString implementationName, OUString fileName, sal_Int16 const eDefaultMeasureUnit, const css::uno::Reference< css::xml::sax::XDocumentHandler > &rHandler) |
| |
| | SvXMLExport (const css::uno::Reference< css::uno::XComponentContext > &xContext, OUString implementationName, OUString fileName, const css::uno::Reference< css::xml::sax::XDocumentHandler > &rHandler, const css::uno::Reference< css::frame::XModel > &, FieldUnit const eDefaultFieldUnit, SvXMLExportFlags nExportFlag) |
| |
| virtual | ~SvXMLExport () override |
| |
| virtual void | collectAutoStyles () |
| |
| virtual void SAL_CALL | setSourceDocument (const css::uno::Reference< css::lang::XComponent > &xDoc) override |
| |
| virtual sal_Bool SAL_CALL | filter (const css::uno::Sequence< css::beans::PropertyValue > &aDescriptor) override |
| |
| virtual void SAL_CALL | cancel () override |
| |
| virtual void SAL_CALL | initialize (const css::uno::Sequence< css::uno::Any > &aArguments) override |
| |
| virtual OUString SAL_CALL | getName () override |
| |
| virtual void SAL_CALL | setName (const OUString &aName) override |
| |
| virtual OUString SAL_CALL | getImplementationName () final override |
| |
| virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) final override |
| |
| virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () final override |
| |
| OUString | EnsureNamespace (OUString const &i_rNamespace) |
| |
| void | CheckAttrList () |
| |
| void | ClearAttrList () |
| |
| void | AddAttribute (sal_uInt16 nPrefix, const OUString &rName, const OUString &rValue) |
| |
| void | AddAttribute (sal_uInt16 nPrefix, enum ::xmloff::token::XMLTokenEnum eName, const OUString &rValue) |
| |
| void | AddAttribute (sal_uInt16 nPrefix, enum ::xmloff::token::XMLTokenEnum eName, enum ::xmloff::token::XMLTokenEnum eValue) |
| |
| void | AddAttribute (const OUString &rQName, const OUString &rValue) |
| |
| void | AddAttribute (const OUString &rQName, enum ::xmloff::token::XMLTokenEnum eValue) |
| |
| void | AddLanguageTagAttributes (sal_uInt16 nPrefix, sal_uInt16 nPrefixRfc, const css::lang::Locale &rLocale, bool bWriteEmpty) |
| |
| void | AddLanguageTagAttributes (sal_uInt16 nPrefix, sal_uInt16 nPrefixRfc, const LanguageTag &rLanguageTag, bool bWriteEmpty) |
| |
| void | AddAttributeList (const css::uno::Reference< css::xml::sax::XAttributeList > &xAttrList) |
| |
| comphelper::AttributeList & | GetAttrList () |
| |
| css::uno::Reference< css::xml::sax::XAttributeList > | GetXAttrList () const |
| |
| const css::uno::Reference< css::xml::sax::XDocumentHandler > & | GetDocHandler () const |
| |
| const OUString & | GetOrigFileName () const |
| |
| const SvXMLNamespaceMap & | GetNamespaceMap () const |
| |
| size_t | GetInfoID (const OUString sPersonalInfo) const |
| |
| const SvXMLUnitConverter & | GetMM100UnitConverter () const |
| |
| SvXMLUnitConverter & | GetMM100UnitConverter () |
| |
| void | addChaffWhenEncryptedStorage () |
| |
| virtual ErrCode | exportDoc (enum ::xmloff::token::XMLTokenEnum eClass=::xmloff::token::XML_TOKEN_INVALID) |
| |
| void | collectDataStyles (bool bFromUsedStyles) |
| |
| virtual void | addDataStyle (const sal_Int32 nNumberFormat, bool bTimeFormat=false) |
| |
| virtual void | exportDataStyles () |
| |
| virtual void | exportAutoDataStyles () |
| |
| virtual OUString | getDataStyleName (const sal_Int32 nNumberFormat, bool bTimeFormat=false) const |
| |
| sal_Int32 | dataStyleForceSystemLanguage (sal_Int32 nFormat) const |
| |
| virtual void | exportAnnotationMeta (const css::uno::Reference< css::drawing::XShape > &xShape) |
| |
| const css::uno::Reference< css::frame::XModel > & | GetModel () const |
| |
| css::uno::Reference< css::util::XNumberFormatsSupplier > & | GetNumberFormatsSupplier () |
| |
| void | SetNumberFormatsSupplier (const css::uno::Reference< css::util::XNumberFormatsSupplier > &_xNumberFormatSupplier) |
| |
| rtl::Reference< XMLTextParagraphExport > const & | GetTextParagraphExport () |
| |
| rtl::Reference< XMLShapeExport > const & | GetShapeExport () |
| |
| rtl::Reference< SvXMLAutoStylePoolP > const & | GetAutoStylePool () |
| |
| rtl::Reference< XMLPageExport > const & | GetPageExport () |
| |
| rtl::Reference< SchXMLExportHelper > const & | GetChartExport () |
| |
| rtl::Reference< XMLFontAutoStylePool > const & | GetFontAutoStylePool () |
| |
| ProgressBarHelper * | GetProgressBarHelper () |
| |
| rtl::Reference< xmloff::OFormLayerXMLExport > const & | GetFormExport () |
| |
| bool | HasFormExport () const |
| |
| const css::uno::Reference< css::beans::XPropertySet > & | getExportInfo () const |
| |
| const css::uno::Reference< css::task::XStatusIndicator > & | GetStatusIndicator () const |
| |
| XMLEventExport & | GetEventExport () |
| |
| XMLImageMapExport & | GetImageMapExport () |
| |
| OUString | AddEmbeddedXGraphic (css::uno::Reference< css::graphic::XGraphic > const &rxGraphic, OUString &rOutMimeType, OUString const &rRequestedName=OUString()) |
| |
| bool | AddEmbeddedXGraphicAsBase64 (css::uno::Reference< css::graphic::XGraphic > const &rxGraphic) |
| |
| bool | GetGraphicMimeTypeFromStream (css::uno::Reference< css::graphic::XGraphic > const &rxGraphic, OUString &rOutMimeType) |
| |
| OUString | AddEmbeddedObject (const OUString &rEmbeddedObjectURL) |
| |
| bool | AddEmbeddedObjectAsBase64 (const OUString &rEmbeddedObjectURL) |
| |
| OUString | EncodeStyleName (const OUString &rName, bool *pEncoded=nullptr) const |
| |
| bool | IsSaveLinkedSections () const |
| |
| SvXMLExportFlags | getExportFlags () const |
| |
| void | ExportEmbeddedOwnObject (css::uno::Reference< css::lang::XComponent > const &rComp) |
| |
| OUString | GetRelativeReference (const OUString &rValue) |
| |
| void | StartElement (sal_uInt16 nPrefix, enum ::xmloff::token::XMLTokenEnum eName, bool bIgnWSOutside) |
| |
| void | StartElement (const OUString &rName, bool bIgnWSOutside) |
| |
| void | Characters (const OUString &rChars) |
| |
| void | EndElement (sal_uInt16 nPrefix, enum ::xmloff::token::XMLTokenEnum eName, bool bIgnWSInside) |
| |
| void | EndElement (const OUString &rName, bool bIgnWSInside) |
| |
| void | IgnorableWhitespace () |
| |
| void | SetError (sal_Int32 nId, const css::uno::Sequence< OUString > &rMsgParams, const OUString &rExceptionMessage, const css::uno::Reference< css::xml::sax::XLocator > &rLocator) |
| |
| void | SetError (sal_Int32 nId, const css::uno::Sequence< OUString > &rMsgParams) |
| |
| virtual void | DisposingModel () |
| |
| ::comphelper::UnoInterfaceToUniqueIdentifierMapper & | getInterfaceToIdentifierMapper () |
| |
| const css::uno::Reference< css::uno::XComponentContext > & | getComponentContext () const |
| |
| SvtModuleOptions::EFactory | GetModelType () const |
| |
| bool | writeOutlineStyleAsNormalListStyle () const |
| |
| css::uno::Reference< css::embed::XStorage > const & | GetTargetStorage () const |
| |
| char const * | GetODFVersionAttributeValue () const |
| |
| SvtSaveOptions::ODFSaneDefaultVersion | getSaneDefaultVersion () const |
| |
| void SAL_DLLPRIVATE | AddAttributeIdLegacy (sal_uInt16 const nLegacyPrefix, OUString const &rValue) |
| |
| void | AddAttributeXmlId (css::uno::Reference< css::uno::XInterface > const &i_xIfc) |
| |
| void | AddAttributesRDFa (css::uno::Reference< css::text::XTextContent > const &i_xTextContent) |
| |
| bool | exportTextNumberElement () const |
| |
| bool | SetNullDateOnUnitConverter () |
| |
| OUString const & | GetImageFilterName () const |
| |
Definition at line 34 of file xmlxtexp.hxx.