Searched refs:m_pPostponedCustomShape (Results 1 – 6 of 6) sorted by relevance
641 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()5625 … m_pPostponedCustomShape->push_back(PostponedDrawing(pSdrObj, &(rFrame.GetFrameFormat()))); in OutputFlyFrame_Impl()5637 … m_pPostponedCustomShape->push_back(PostponedDrawing(pSdrObj, &(rFrame.GetFrameFormat()))); in OutputFlyFrame_Impl()
891 std::unique_ptr< std::vector<PostponedDrawing> > m_pPostponedCustomShape; member in DocxAttributeOutput
916 std::unique_ptr< std::vector<PostponedDrawing> > m_pPostponedCustomShape; member in DocxAttributeOutput
678 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()6154 … m_pPostponedCustomShape->push_back(PostponedDrawing(pSdrObj, &(rFrame.GetFrameFormat()))); in WriteFlyFrame()6166 … m_pPostponedCustomShape->push_back(PostponedDrawing(pSdrObj, &(rFrame.GetFrameFormat()))); in WriteFlyFrame()
748095 DocxAttributeOutput::m_pPostponedCustomShape: use std::unique_ptr<>
1010144 DocxAttributeOutput::m_pPostponedCustomShape: use std::unique_ptr<>