Home
last modified time | relevance | path

Searched refs:OFOPXMLHelper (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/comphelper/source/xml/
H A Dofopxmlhelper.cxx58 uno::Sequence< uno::Sequence< beans::StringPair > > SAL_CALL OFOPXMLHelper::ReadRelationsInfoSequen… in ReadRelationsInfoSequence()
67 uno::Sequence< uno::Sequence< beans::StringPair > > SAL_CALL OFOPXMLHelper::ReadContentTypeSequence… in ReadContentTypeSequence()
75 void SAL_CALL OFOPXMLHelper::WriteRelationsInfoSequence( const uno::Reference< io::XOutputStream >&… in WriteRelationsInfoSequence()
140 void SAL_CALL OFOPXMLHelper::WriteContentSequence( const uno::Reference< io::XOutputStream >& xOutS… in WriteContentSequence()
207 uno::Sequence< uno::Sequence< beans::StringPair > > SAL_CALL OFOPXMLHelper::ReadSequence_Impl( cons… in ReadSequence_Impl()
217 OFOPXMLHelper* pHelper = new OFOPXMLHelper( nFormat ); in ReadSequence_Impl()
230 OFOPXMLHelper::OFOPXMLHelper( sal_uInt16 nFormat ) in OFOPXMLHelper() function in comphelper::OFOPXMLHelper
248 OFOPXMLHelper::~OFOPXMLHelper() in ~OFOPXMLHelper()
253 uno::Sequence< uno::Sequence< beans::StringPair > > OFOPXMLHelper::GetParsingResult() in GetParsingResult()
262 void SAL_CALL OFOPXMLHelper::startDocument() in startDocument()
[all …]
/AOO41X/main/comphelper/inc/comphelper/
H A Dofopxmlhelper.hxx41 class COMPHELPER_DLLPUBLIC OFOPXMLHelper : public cppu::WeakImplHelper1 < com::sun::star::xml::sax:… class
64 OFOPXMLHelper( sal_uInt16 nFormat ); // must not be created directly
71 ~OFOPXMLHelper();
/AOO41X/main/package/source/zippackage/
H A DZipPackage.cxx485 … ::comphelper::OFOPXMLHelper::ReadContentTypeSequence( xInStream, m_xFactory ); in parseContentType()
1126 ::comphelper::OFOPXMLHelper::WriteContentSequence( in WriteContentTypes()
/AOO41X/main/package/source/xstor/
H A Dowriteablestream.cxx1119 m_aOrigRelInfo = ::comphelper::OFOPXMLHelper::ReadRelationsInfoSequence( in ReadRelInfoIfNecessary()
1145 m_aNewRelInfo = ::comphelper::OFOPXMLHelper::ReadRelationsInfoSequence( in ReadRelInfoIfNecessary()
1733 … ::comphelper::OFOPXMLHelper::WriteRelationsInfoSequence( xOutStream, m_aNewRelInfo, m_xFactory ); in CommitStreamRelInfo()
H A Dxstorage.cxx598 m_aRelInfo = ::comphelper::OFOPXMLHelper::ReadRelationsInfoSequence( in ReadRelInfoIfNecessary()
611 m_aRelInfo = ::comphelper::OFOPXMLHelper::ReadRelationsInfoSequence( in ReadRelInfoIfNecessary()
1852 … ::comphelper::OFOPXMLHelper::WriteRelationsInfoSequence( xOutStream, m_aRelInfo, m_xFactory ); in CommitRelInfo()