|
LibreOffice Module xmloff (master) 1
|
Public Member Functions | |
| SvXMLImport_Impl (uno::Reference< uno::XComponentContext > xContext, OUString theImplementationName, const css::uno::Sequence< OUString > &sSupportedServiceNames={}) | |
| sal_uInt16 | getGeneratorVersion (const SvXMLImport &rImport) |
Public Attributes | |
| FontToSubsFontConverter | hBatsFontConv |
| FontToSubsFontConverter | hMathFontConv |
| bool | mbOwnGraphicResolver |
| bool | mbOwnEmbeddedResolver |
| INetURLObject | aBaseURL |
| INetURLObject | aDocBase |
| OUString | mStreamName |
| name of stream in package, e.g., "content.xml" More... | |
| std::optional< OUString > | mxODFVersion |
| bool | mbIsOOoXML |
| std::optional< bool > | mbIsMSO |
| bool | mbShapePositionInHoriL2R |
| bool | mbTextDocInOOoFileFormat |
| const uno::Reference< uno::XComponentContext > | mxComponentContext |
| OUString | implementationName |
| css::uno::Sequence< OUString > | maSupportedServiceNames |
| uno::Reference< embed::XStorage > | mxSourceStorage |
| std::unique_ptr< xmloff::RDFaImportHelper > | mpRDFaHelper |
| std::optional< DocumentInfo > | moDocumentInfo |
| ::comphelper::UnoInterfaceToUniqueIdentifierMapper | maInterfaceToIdentifierMapper |
Definition at line 303 of file xmlimp.cxx.
|
inline |
Definition at line 339 of file xmlimp.cxx.
|
inline |
Definition at line 360 of file xmlimp.cxx.
References moDocumentInfo.
| INetURLObject SvXMLImport_Impl::aBaseURL |
Definition at line 311 of file xmlimp.cxx.
| INetURLObject SvXMLImport_Impl::aDocBase |
Definition at line 312 of file xmlimp.cxx.
| FontToSubsFontConverter SvXMLImport_Impl::hBatsFontConv |
Definition at line 306 of file xmlimp.cxx.
| FontToSubsFontConverter SvXMLImport_Impl::hMathFontConv |
Definition at line 307 of file xmlimp.cxx.
| OUString SvXMLImport_Impl::implementationName |
Definition at line 330 of file xmlimp.cxx.
| ::comphelper::UnoInterfaceToUniqueIdentifierMapper SvXMLImport_Impl::maInterfaceToIdentifierMapper |
Definition at line 370 of file xmlimp.cxx.
| css::uno::Sequence< OUString > SvXMLImport_Impl::maSupportedServiceNames |
Definition at line 331 of file xmlimp.cxx.
| std::optional<bool> SvXMLImport_Impl::mbIsMSO |
Definition at line 321 of file xmlimp.cxx.
| bool SvXMLImport_Impl::mbIsOOoXML |
Definition at line 319 of file xmlimp.cxx.
| bool SvXMLImport_Impl::mbOwnEmbeddedResolver |
Definition at line 310 of file xmlimp.cxx.
| bool SvXMLImport_Impl::mbOwnGraphicResolver |
Definition at line 309 of file xmlimp.cxx.
| bool SvXMLImport_Impl::mbShapePositionInHoriL2R |
Definition at line 326 of file xmlimp.cxx.
| bool SvXMLImport_Impl::mbTextDocInOOoFileFormat |
Definition at line 327 of file xmlimp.cxx.
| std::optional< DocumentInfo > SvXMLImport_Impl::moDocumentInfo |
Definition at line 337 of file xmlimp.cxx.
Referenced by getGeneratorVersion().
| std::unique_ptr< xmloff::RDFaImportHelper > SvXMLImport_Impl::mpRDFaHelper |
Definition at line 335 of file xmlimp.cxx.
| OUString SvXMLImport_Impl::mStreamName |
name of stream in package, e.g., "content.xml"
Definition at line 315 of file xmlimp.cxx.
| const uno::Reference< uno::XComponentContext > SvXMLImport_Impl::mxComponentContext |
Definition at line 329 of file xmlimp.cxx.
| std::optional<OUString> SvXMLImport_Impl::mxODFVersion |
Definition at line 317 of file xmlimp.cxx.
| uno::Reference< embed::XStorage > SvXMLImport_Impl::mxSourceStorage |
Definition at line 333 of file xmlimp.cxx.