Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxattributeoutput.cxx641 assert(!m_pPostponedCustomShape); in EndParagraph()
642 m_pPostponedCustomShape.reset(new std::vector<PostponedDrawing>); in EndParagraph()
712 if (!m_pPostponedCustomShape->empty()) in EndParagraph()
718 m_pPostponedCustomShape.reset(); in EndParagraph()
5536 if (!m_pPostponedCustomShape) in WritePostponedCustomShape()
5539 for( const auto & rPostponedDrawing : *m_pPostponedCustomShape) in WritePostponedCustomShape()
5546 m_pPostponedCustomShape.reset(); in WritePostponedCustomShape()
5625m_pPostponedCustomShape->push_back(PostponedDrawing(pSdrObj, &(rFrame.GetFrameFormat()))); in OutputFlyFrame_Impl()
5637m_pPostponedCustomShape->push_back(PostponedDrawing(pSdrObj, &(rFrame.GetFrameFormat()))); in OutputFlyFrame_Impl()
H A Ddocxattributeoutput.hxx891 std::unique_ptr< std::vector<PostponedDrawing> > m_pPostponedCustomShape; member in DocxAttributeOutput
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxattributeoutput.hxx916 std::unique_ptr< std::vector<PostponedDrawing> > m_pPostponedCustomShape; member in DocxAttributeOutput
H A Ddocxattributeoutput.cxx678 assert(!m_pPostponedCustomShape); in EndParagraph()
679 m_pPostponedCustomShape.reset(new std::vector<PostponedDrawing>); in EndParagraph()
753 if (!m_pPostponedCustomShape->empty()) in EndParagraph()
759 m_pPostponedCustomShape.reset(); in EndParagraph()
6065 if (!m_pPostponedCustomShape) in WritePostponedCustomShape()
6068 for( const auto & rPostponedDrawing : *m_pPostponedCustomShape) in WritePostponedCustomShape()
6075 m_pPostponedCustomShape.reset(); in WritePostponedCustomShape()
6154m_pPostponedCustomShape->push_back(PostponedDrawing(pSdrObj, &(rFrame.GetFrameFormat()))); in WriteFlyFrame()
6166m_pPostponedCustomShape->push_back(PostponedDrawing(pSdrObj, &(rFrame.GetFrameFormat()))); in WriteFlyFrame()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog748095 DocxAttributeOutput::m_pPostponedCustomShape: use std::unique_ptr<>
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog1010144 DocxAttributeOutput::m_pPostponedCustomShape: use std::unique_ptr<>