Lines Matching refs:OFOPXMLHelper

58 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()
268 void SAL_CALL OFOPXMLHelper::endDocument() in endDocument()
274 void SAL_CALL OFOPXMLHelper::startElement( const ::rtl::OUString& aName, const uno::Reference< xml:… in startElement()
422 void SAL_CALL OFOPXMLHelper::endElement( const ::rtl::OUString& aName ) in endElement()
439 void SAL_CALL OFOPXMLHelper::characters( const ::rtl::OUString& /*aChars*/ ) in characters()
445 void SAL_CALL OFOPXMLHelper::ignorableWhitespace( const ::rtl::OUString& /*aWhitespaces*/ ) in ignorableWhitespace()
451 void SAL_CALL OFOPXMLHelper::processingInstruction( const ::rtl::OUString& /*aTarget*/, const ::rtl… in processingInstruction()
457 void SAL_CALL OFOPXMLHelper::setDocumentLocator( const uno::Reference< xml::sax::XLocator >& /*xLoc… in setDocumentLocator()