Home
last modified time | relevance | path

Searched refs:pTextExport (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/export/
H A Dvmlexport.hxx126 …MLExport( ::sax_fastparser::FSHelperPtr const & pSerializer, VMLTextExport* pTextExport = nullptr);
H A Ddrawingml.hxx171 …FilterBase* pFB, DocumentType eDocumentType = DOCUMENT_PPTX, DMLTextExport* pTextExport = nullptr ) in DrawingML() argument
172 …: meDocumentType( eDocumentType ), mpTextExport(pTextExport), mpFS( pFS ), mpFB( pFB ), mbIsBackgr… in DrawingML()
H A Dshapes.hxx110 DMLTextExport* pTextExport = nullptr );
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/export/
H A Dvmlexport.hxx133 …MLExport( ::sax_fastparser::FSHelperPtr const & pSerializer, VMLTextExport* pTextExport = nullptr);
H A Ddrawingml.hxx186 …FilterBase* pFB, DocumentType eDocumentType = DOCUMENT_PPTX, DMLTextExport* pTextExport = nullptr ) in DrawingML() argument
187 …: meDocumentType( eDocumentType ), mpTextExport(pTextExport), mpFS( pFS ), mpFB( pFB ), mbIsBackgr… in DrawingML()
H A Dshapes.hxx110 DMLTextExport* pTextExport = nullptr );
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/export/
H A Dvmlexport.cxx61 VMLExport::VMLExport( ::sax_fastparser::FSHelperPtr const & pSerializer, VMLTextExport* pTextExport in VMLExport() argument
64 , m_pTextExport( pTextExport ) in VMLExport()
1483 auto pTextExport = m_pTextExport->GetDrawingML().GetTextExport(); in EndShape() local
1485 if (pTextExport) in EndShape()
1487 auto xTextFrame = pTextExport->GetUnoTextFrame(xShape); in EndShape()
H A Dshapes.cxx324 …apeHashMap* pShapeMap, XmlFilterBase* pFB, DocumentType eDocumentType, DMLTextExport* pTextExport ) in ShapeExport() argument
325 : DrawingML( std::move(pFS), pFB, eDocumentType, pTextExport ) in ShapeExport()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/export/
H A Dvmlexport.cxx59 VMLExport::VMLExport( ::sax_fastparser::FSHelperPtr const & pSerializer, VMLTextExport* pTextExport in VMLExport() argument
62 , m_pTextExport( pTextExport ) in VMLExport()
H A Dshapes.cxx355 …apeHashMap* pShapeMap, XmlFilterBase* pFB, DocumentType eDocumentType, DMLTextExport* pTextExport ) in ShapeExport() argument
356 : DrawingML( std::move(pFS), pFB, eDocumentType, pTextExport ) in ShapeExport()