Home
last modified time | relevance | path

Searched refs:endElementNS (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/oox/source/export/
H A Dshapes.cxx408 pFS->endElementNS( mnXmlNamespace, XML_nvSpPr ); in WriteBezierShape()
421 pFS->endElementNS( mnXmlNamespace, XML_spPr ); in WriteBezierShape()
426 pFS->endElementNS( mnXmlNamespace, XML_sp ); in WriteBezierShape()
489 pFS->endElementNS( mnXmlNamespace, XML_nvSpPr ); in WriteCustomShape()
504 pFS->endElementNS( mnXmlNamespace, XML_spPr ); in WriteCustomShape()
509 pFS->endElementNS( mnXmlNamespace, XML_sp ); in WriteCustomShape()
532 pFS->endElementNS( mnXmlNamespace, XML_nvSpPr ); in WriteEllipseShape()
544 pFS->endElementNS( mnXmlNamespace, XML_spPr ); in WriteEllipseShape()
549 pFS->endElementNS( mnXmlNamespace, XML_sp ); in WriteEllipseShape()
633 pFS->endElementNS( mnXmlNamespace, XML_nvPicPr ); in WriteGraphicObjectShape()
[all …]
H A Ddrawingml.cxx160 mpFS->endElementNS( XML_a, XML_solidFill ); in WriteSolidFill()
175 mpFS->endElementNS( XML_a, XML_gs ); in WriteGradientStop()
199 mpFS->endElementNS( XML_a, XML_gsLst ); in WriteGradientFill()
210 mpFS->endElementNS( XML_a, XML_gsLst ); in WriteGradientFill()
226 mpFS->endElementNS( XML_a, XML_gsLst ); in WriteGradientFill()
233 mpFS->endElementNS( XML_a, XML_gradFill ); in WriteGradientFill()
364 mpFS->endElementNS( XML_a, XML_custDash ); in WriteOutline()
390 mpFS->endElementNS( XML_a, XML_ln ); in WriteOutline()
581 mpFS->endElementNS( nXmlNamespace, XML_blipFill ); in WriteBlipFill()
589 mpFS->endElementNS( XML_a, XML_stretch ); in WriteStretch()
[all …]
H A Dvmlexport.cxx167 m_pSerializer->endElementNS( XML_v, XML_group ); in LeaveGroup()
831 m_pSerializer->endElementNS( XML_v, nShapeElement ); in EndShape()
/AOO41X/main/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx201 m_pSerializer->endElementNS( XML_w, XML_p ); in EndParagraph()
299 m_pSerializer->endElementNS( XML_w, XML_pPr ); in EndParagraphProperties()
306 m_pSerializer->endElementNS( XML_w, XML_r ); in EndParagraphProperties()
393 m_pSerializer->endElementNS( XML_w, XML_r ); in EndRun()
397 m_pSerializer->endElementNS( XML_w, XML_hyperlink ); in EndRun()
502 m_pSerializer->endElementNS( XML_w, XML_fldChar ); in StartField_Impl()
505 m_pSerializer->endElementNS( XML_w, XML_r ); in StartField_Impl()
516 m_pSerializer->endElementNS( XML_w, XML_r ); in StartField_Impl()
531 m_pSerializer->endElementNS( XML_w, XML_instrText ); in DoWriteCmd()
551 m_pSerializer->endElementNS( XML_w, XML_r ); in CmdField_Impl()
[all …]
H A Ddocxexport.cxx270 m_pDocumentFS->endElementNS( XML_w, XML_ddList ); in DoComboBox()
272 m_pDocumentFS->endElementNS( XML_w, XML_ffData ); in DoComboBox()
484 pNumberingFS->endElementNS( XML_w, XML_numbering ); in WriteNumbering()
539 pFS->endElementNS( XML_w, XML_hdr ); in WriteHeaderFooter()
544 pFS->endElementNS( XML_w, XML_ftr ); in WriteHeaderFooter()
578 pFS->endElementNS( XML_w, XML_fonts ); in WriteFonts()
628 m_pDocumentFS->endElementNS( XML_w, XML_body ); in WriteMainText()
629 m_pDocumentFS->endElementNS( XML_w, XML_document ); in WriteMainText()
/AOO41X/main/sax/inc/sax/
H A Dfshelper.hxx70 inline void endElementNS(sal_Int32 namespaceTokenId, sal_Int32 elementTokenId) in endElementNS() function in sax_fastparser::FastSerializerHelper
/AOO41X/main/oox/source/core/
H A Dxmlfilterbase.cxx415 pCoreProps->endElementNS( XML_cp, XML_coreProperties ); in writeCoreProperties()