Home
last modified time | relevance | path

Searched refs:pSerializer (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/filter/ww8/ !
H A Ddocxattributeoutput.cxx705 static void impl_WriteRunText( FSHelperPtr pSerializer, sal_Int32 nTextToken, in impl_WriteRunText() argument
723 pSerializer->startElementNS( XML_w, nTextToken, FSEND ); in impl_WriteRunText()
725 pSerializer->writeEscaped( OUString( pBegin, pEnd - pBegin ) ); in impl_WriteRunText()
727 pSerializer->endElementNS( XML_w, nTextToken ); in impl_WriteRunText()
1037 FastAttributeList* pAttr = pSerializer->createAttrList(); in impl_borderLine()
1089 pSerializer->singleElementNS( XML_w, elementToken, xAttrs ); in impl_borderLine()
1108 impl_borderLine( pSerializer, aXmlElements[i], pLn, 0 ); in impl_pageBorders()
2846 static void impl_WriteTabElement( FSHelperPtr pSerializer, in impl_WriteTabElement() argument
2849 FastAttributeList *pTabElementAttrList = pSerializer->createAttrList(); in impl_WriteTabElement()
2884 pSerializer->singleElementNS( XML_w, XML_tab, pTabElementAttrList ); in impl_WriteTabElement()
[all …]
H A Ddocxattributeoutput.hxx591 …DocxAttributeOutput( DocxExport &rExport, ::sax_fastparser::FSHelperPtr pSerializer, oox::drawingm…
599 void SetSerializer( ::sax_fastparser::FSHelperPtr pSerializer ) { m_pSerializer = pSerializer; } in SetSerializer() argument
H A Ddocxexport.cxx172 ::sax_fastparser::FSHelperPtr pSerializer = m_pAttrOutput->GetSerializer( ); in DisallowInheritingOutlineNumbering()
174 pSerializer->singleElementNS( XML_w, XML_outlineLvl, in DisallowInheritingOutlineNumbering()
/trunk/main/unoxml/source/rdf/ !
H A Dlibrdf_repository.cxx1082 const boost::shared_ptr<librdf_serializer> pSerializer( in exportGraph() local
1085 if (!pSerializer) { in exportGraph()
1114 if (librdf_serializer_set_feature(pSerializer.get(), in exportGraph()
1122 if (librdf_serializer_set_feature(pSerializer.get(), in exportGraph()
1133 pSerializer.get(), pBaseURI.get(), pStream.get(), &length), free); in exportGraph()
/trunk/main/oox/source/export/ !
H A Dvmlexport.cxx62 VMLExport::VMLExport( ::sax_fastparser::FSHelperPtr pSerializer ) in VMLExport() argument
64 m_pSerializer( pSerializer ), in VMLExport()
/trunk/main/oox/inc/oox/export/ !
H A Dvmlexport.hxx58 VMLExport( ::sax_fastparser::FSHelperPtr pSerializer );

Completed in 60 milliseconds