| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | docxattributeoutput.cxx | 137 m_pSerializer->singleElementNS( XML_w, XML_rtl, FSNS( XML_w, XML_val ), "true", FSEND ); in RTLAndCJKState() 223 m_pSerializer->singleElementNS( XML_w, XML_p, FSEND ); in FinishTableRowCell() 240 m_pSerializer->singleElementNS( XML_w, XML_p, FSEND ); in EmptyParagraph() 291 m_pSerializer->singleElementNS( XML_w, XML_spacing, xAttrList ); in WriteCollectedParagraphProperties() 304 m_pSerializer->singleElementNS( XML_w, XML_br, in EndParagraphProperties() 417 …m_pSerializer->singleElementNS( XML_w, XML_commentRangeStart, FSNS( XML_w, XML_id ), idstr.getStr(… in WriteCommentRanges() 423 …m_pSerializer->singleElementNS( XML_w, XML_commentRangeEnd, FSNS( XML_w, XML_id ), idstr.getStr(),… in WriteCommentRanges() 449 m_pSerializer->singleElementNS( XML_w, XML_bookmarkStart, in DoWriteBookmarks() 467 m_pSerializer->singleElementNS( XML_w, XML_bookmarkEnd, in DoWriteBookmarks() 511 m_pSerializer->singleElementNS( XML_w, XML_fldChar, in StartField_Impl() [all …]
|
| H A D | docxexport.cxx | 174 pSerializer->singleElementNS( XML_w, XML_outlineLvl, in DisallowInheritingOutlineNumbering() 228 m_pDocumentFS->singleElementNS( XML_w, XML_name, in DoComboBox() 232 m_pDocumentFS->singleElementNS( XML_w, XML_enabled, FSEND ); in DoComboBox() 235 m_pDocumentFS->singleElementNS( XML_w, XML_helpText, in DoComboBox() 240 m_pDocumentFS->singleElementNS( XML_w, XML_statusText, in DoComboBox() 257 m_pDocumentFS->singleElementNS( XML_w, XML_result, in DoComboBox() 265 m_pDocumentFS->singleElementNS( XML_w, XML_listEntry, in DoComboBox() 549 m_pDocumentFS->singleElementNS( XML_w, nReference, in WriteHeaderFooter()
|
| /AOO42X/main/oox/source/export/ |
| H A D | drawingml.cxx | 153 mpFS->singleElementNS( XML_a, XML_srgbClr, XML_val, sColor.getStr(), FSEND ); in WriteColor() 200 mpFS->singleElementNS( XML_a, XML_lin, in WriteGradientFill() 211 mpFS->singleElementNS( XML_a, XML_lin, in WriteGradientFill() 227 mpFS->singleElementNS( XML_a, XML_path, in WriteGradientFill() 297 mpFS->singleElementNS( XML_a, bLineStart ? XML_headEnd : XML_tailEnd, in WriteLineArrow() 355 mpFS->singleElementNS( XML_a, XML_ds, in WriteOutline() 360 mpFS->singleElementNS( XML_a, XML_ds, in WriteOutline() 375 mpFS->singleElementNS( XML_a, XML_bevel, FSEND ); in WriteOutline() 379 mpFS->singleElementNS( XML_a, XML_miter, FSEND ); in WriteOutline() 382 mpFS->singleElementNS( XML_a, XML_round, FSEND ); in WriteOutline() [all …]
|
| H A D | shapes.cxx | 402 pFS->singleElementNS( mnXmlNamespace, XML_cNvPr, in WriteBezierShape() 406 pFS->singleElementNS( mnXmlNamespace, XML_cNvSpPr, FSEND ); in WriteBezierShape() 483 pFS->singleElementNS( mnXmlNamespace, XML_cNvPr, in WriteCustomShape() 487 pFS->singleElementNS( mnXmlNamespace, XML_cNvSpPr, FSEND ); in WriteCustomShape() 526 pFS->singleElementNS( mnXmlNamespace, XML_cNvPr, in WriteEllipseShape() 530 pFS->singleElementNS( mnXmlNamespace, XML_cNvSpPr, FSEND ); in WriteEllipseShape() 620 pFS->singleElementNS( mnXmlNamespace, XML_cNvPr, in WriteGraphicObjectShape() 627 pFS->singleElementNS( mnXmlNamespace, XML_cNvPicPr, in WriteGraphicObjectShape() 720 pFS->singleElementNS( mnXmlNamespace, XML_cNvPr, in WriteConnectorShape() 728 pFS->singleElementNS( mnXmlNamespace, XML_nvPr, FSEND ); in WriteConnectorShape() [all …]
|
| H A D | vmlexport.cxx | 361 m_pSerializer->singleElementNS( XML_w10, XML_wrap, in Commit() 550 … m_pSerializer->singleElementNS( XML_v, XML_fill, XFastAttributeListRef( pAttrList ) ); in Commit() 644 … m_pSerializer->singleElementNS( XML_v, XML_stroke, XFastAttributeListRef( pAttrList ) ); in Commit()
|
| /AOO42X/main/sax/inc/sax/ |
| H A D | fshelper.hxx | 67 inline void singleElementNS(sal_Int32 namespaceTokenId, sal_Int32 elementTokenId, ...) in singleElementNS() function in sax_fastparser::FastSerializerHelper 77 …inline void singleElementNS(sal_Int32 namespaceTokenId, sal_Int32 elementTokenId, XFastAttributeLi… in singleElementNS() function in sax_fastparser::FastSerializerHelper
|