Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dwrtw8esh.cxx972 OSL_ENSURE(!m_pEscher, "the EscherStream was already written!"); in AppendFlyInFlys()
973 if (m_pEscher) in AppendFlyInFlys()
1461 OSL_ENSURE( !m_pEscher, "Who did not deleted the pointer?" ); in CreateEscher()
1464 m_pEscher = new SwEscherEx(pEscherStrm, *this); in CreateEscher()
1470 if (m_pEscher) in WriteEscher()
1474 m_pEscher->WritePictures(); in WriteEscher()
1475 m_pEscher->FinishEscher(); in WriteEscher()
1479 delete m_pEscher; in WriteEscher()
1480 m_pEscher = nullptr; in WriteEscher()
H A Dwrtww8.cxx3012 if (m_pEscher || m_rDoc.ContainsMSVBasic()) in WriteFkpPlcUsw()
3335 m_pEscher = nullptr; in ExportDocument()
3877 , m_pEscher(nullptr) in MSWordExportBase()
H A Dwrtww8.hxx543 SwEscherEx* m_pEscher; // escher export class member in MSWordExportBase
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dwrtw8esh.cxx984 OSL_ENSURE(!m_pEscher, "the EscherStream was already written!"); in AppendFlyInFlys()
985 if (m_pEscher) in AppendFlyInFlys()
1473 OSL_ENSURE( !m_pEscher, "Who did not deleted the pointer?" ); in CreateEscher()
1476 m_pEscher = new SwEscherEx(pEscherStrm, *this); in CreateEscher()
1482 if (m_pEscher) in WriteEscher()
1486 m_pEscher->WritePictures(); in WriteEscher()
1487 m_pEscher->FinishEscher(); in WriteEscher()
1491 delete m_pEscher; in WriteEscher()
1492 m_pEscher = nullptr; in WriteEscher()
H A Dwrtww8.cxx2941 if (m_pEscher || m_pDoc->ContainsMSVBasic()) in WriteFkpPlcUsw()
3243 m_pEscher = nullptr; in ExportDocument()
3686 , m_pEscher(nullptr) in MSWordExportBase()
H A Dwrtww8.hxx546 SwEscherEx* m_pEscher; // escher export class member in MSWordExportBase