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::unique_ptr< DocumentInfo > | mpDocumentInfo |
::comphelper::UnoInterfaceToUniqueIdentifierMapper | maInterfaceToIdentifierMapper |
Definition at line 280 of file xmlimp.cxx.
|
inline |
Definition at line 316 of file xmlimp.cxx.
|
inline |
Definition at line 337 of file xmlimp.cxx.
References DocumentInfo, and mpDocumentInfo.
INetURLObject SvXMLImport_Impl::aBaseURL |
Definition at line 288 of file xmlimp.cxx.
INetURLObject SvXMLImport_Impl::aDocBase |
Definition at line 289 of file xmlimp.cxx.
FontToSubsFontConverter SvXMLImport_Impl::hBatsFontConv |
Definition at line 283 of file xmlimp.cxx.
FontToSubsFontConverter SvXMLImport_Impl::hMathFontConv |
Definition at line 284 of file xmlimp.cxx.
OUString SvXMLImport_Impl::implementationName |
Definition at line 307 of file xmlimp.cxx.
::comphelper::UnoInterfaceToUniqueIdentifierMapper SvXMLImport_Impl::maInterfaceToIdentifierMapper |
Definition at line 347 of file xmlimp.cxx.
css::uno::Sequence< OUString > SvXMLImport_Impl::maSupportedServiceNames |
Definition at line 308 of file xmlimp.cxx.
std::optional<bool> SvXMLImport_Impl::mbIsMSO |
Definition at line 298 of file xmlimp.cxx.
bool SvXMLImport_Impl::mbIsOOoXML |
Definition at line 296 of file xmlimp.cxx.
bool SvXMLImport_Impl::mbOwnEmbeddedResolver |
Definition at line 287 of file xmlimp.cxx.
bool SvXMLImport_Impl::mbOwnGraphicResolver |
Definition at line 286 of file xmlimp.cxx.
bool SvXMLImport_Impl::mbShapePositionInHoriL2R |
Definition at line 303 of file xmlimp.cxx.
bool SvXMLImport_Impl::mbTextDocInOOoFileFormat |
Definition at line 304 of file xmlimp.cxx.
std::unique_ptr< DocumentInfo > SvXMLImport_Impl::mpDocumentInfo |
Definition at line 314 of file xmlimp.cxx.
Referenced by getGeneratorVersion().
std::unique_ptr< xmloff::RDFaImportHelper > SvXMLImport_Impl::mpRDFaHelper |
Definition at line 312 of file xmlimp.cxx.
OUString SvXMLImport_Impl::mStreamName |
name of stream in package, e.g., "content.xml"
Definition at line 292 of file xmlimp.cxx.
const uno::Reference< uno::XComponentContext > SvXMLImport_Impl::mxComponentContext |
Definition at line 306 of file xmlimp.cxx.
std::optional<OUString> SvXMLImport_Impl::mxODFVersion |
Definition at line 294 of file xmlimp.cxx.
uno::Reference< embed::XStorage > SvXMLImport_Impl::mxSourceStorage |
Definition at line 310 of file xmlimp.cxx.