Home
last modified time | relevance | path

Searched refs:pTextboxAttrList (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dvmlexport.cxx1439 …rtl::Reference<sax_fastparser::FastAttributeList> pTextboxAttrList = FastSerializerHelper::createA… in StartShape() local
1442 pTextboxAttrList->add(XML_style, textboxStyle); in StartShape()
1446 m_pSerializer->startElementNS(XML_v, XML_textbox, pTextboxAttrList); in StartShape()
1504 …rtl::Reference<sax_fastparser::FastAttributeList> pTextboxAttrList = FastSerializerHelper::createA… in EndShape() local
1506 pTextboxAttrList->add(XML_style, "mso-layout-flow-alt:bottom-to-top"); in EndShape()
1507 m_pSerializer->startElementNS(XML_v, XML_textbox, pTextboxAttrList); in EndShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dvmlexport.cxx1392 … sax_fastparser::FastAttributeList* pTextboxAttrList = FastSerializerHelper::createAttrList(); in EndShape() local
1397 pTextboxAttrList->add(XML_style, "mso-layout-flow-alt:bottom-to-top"); in EndShape()
1399 sax_fastparser::XFastAttributeListRef xTextboxAttrList(pTextboxAttrList); in EndShape()
1400 pTextboxAttrList = nullptr; in EndShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxsdrexport.cxx208 setTextboxAttrList(const rtl::Reference<sax_fastparser::FastAttributeList>& pTextboxAttrList) in setTextboxAttrList()
210 m_pTextboxAttrList = pTextboxAttrList; in setTextboxAttrList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxsdrexport.cxx211 setTextboxAttrList(const rtl::Reference<sax_fastparser::FastAttributeList>& pTextboxAttrList) in setTextboxAttrList()
213 m_pTextboxAttrList = pTextboxAttrList; in setTextboxAttrList()