LibreOffice Module xmloff (master) 1
|
Public Member Functions | |
SvXMLExport_Impl () | |
void | SetSchemeOf (std::u16string_view rOrigFileName) |
Public Attributes | |
::comphelper::UnoInterfaceToUniqueIdentifierMapper | maInterfaceToIdentifierMapper |
uno::Reference< uri::XUriReferenceFactory > | mxUriReferenceFactory |
OUString | msPackageURI |
OUString | msPackageURIScheme |
bool | mbOutlineStyleAsNormalListStyle |
uno::Reference< embed::XStorage > | mxTargetStorage |
std::optional< SvtSaveOptions::ODFSaneDefaultVersion > | m_oOverrideODFVersion |
OUString | mStreamName |
name of stream in package, e.g., "content.xml" More... | |
OUString | maSrcShellID |
OUString | maDestShellID |
::std::stack< ::std::pair< std::unique_ptr< SvXMLNamespaceMap >, tools::Long > > | mNamespaceMaps |
stack of backed up namespace maps long: depth at which namespace map has been backed up into the stack More... | |
tools::Long | mDepth |
counts depth (number of open elements/start tags) More... | |
::std::unique_ptr< ::xmloff::RDFaExportHelper > | mpRDFaHelper |
bool | mbExportTextNumberElement |
bool | mbNullDateInitialized |
Definition at line 234 of file xmlexp.cxx.
SvXMLExport_Impl::SvXMLExport_Impl | ( | ) |
Definition at line 275 of file xmlexp.cxx.
References create(), and getProcessComponentContext().
|
inline |
Definition at line 267 of file xmlexp.cxx.
References msPackageURIScheme.
std::optional<SvtSaveOptions::ODFSaneDefaultVersion> SvXMLExport_Impl::m_oOverrideODFVersion |
Definition at line 248 of file xmlexp.cxx.
OUString SvXMLExport_Impl::maDestShellID |
Definition at line 254 of file xmlexp.cxx.
::comphelper::UnoInterfaceToUniqueIdentifierMapper SvXMLExport_Impl::maInterfaceToIdentifierMapper |
Definition at line 239 of file xmlexp.cxx.
OUString SvXMLExport_Impl::maSrcShellID |
Definition at line 253 of file xmlexp.cxx.
bool SvXMLExport_Impl::mbExportTextNumberElement |
Definition at line 264 of file xmlexp.cxx.
bool SvXMLExport_Impl::mbNullDateInitialized |
Definition at line 265 of file xmlexp.cxx.
bool SvXMLExport_Impl::mbOutlineStyleAsNormalListStyle |
Definition at line 244 of file xmlexp.cxx.
tools::Long SvXMLExport_Impl::mDepth |
counts depth (number of open elements/start tags)
Definition at line 260 of file xmlexp.cxx.
::std::stack< ::std::pair< std::unique_ptr<SvXMLNamespaceMap>, tools::Long > > SvXMLExport_Impl::mNamespaceMaps |
stack of backed up namespace maps long: depth at which namespace map has been backed up into the stack
Definition at line 258 of file xmlexp.cxx.
::std::unique_ptr< ::xmloff::RDFaExportHelper> SvXMLExport_Impl::mpRDFaHelper |
Definition at line 262 of file xmlexp.cxx.
OUString SvXMLExport_Impl::msPackageURI |
Definition at line 241 of file xmlexp.cxx.
OUString SvXMLExport_Impl::msPackageURIScheme |
Definition at line 242 of file xmlexp.cxx.
Referenced by SetSchemeOf().
OUString SvXMLExport_Impl::mStreamName |
name of stream in package, e.g., "content.xml"
Definition at line 251 of file xmlexp.cxx.
uno::Reference< embed::XStorage > SvXMLExport_Impl::mxTargetStorage |
Definition at line 246 of file xmlexp.cxx.
uno::Reference< uri::XUriReferenceFactory > SvXMLExport_Impl::mxUriReferenceFactory |
Definition at line 240 of file xmlexp.cxx.