Searched refs:pVBA (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sd/source/filter/eppt/ |
H A D | eppt.cxx | 123 SvMemoryStream* pVBA, sal_uInt32 nCnvrtFlags ) : in PPTWriter() argument 139 mpVBA ( pVBA ), in PPTWriter() 257 ImplWriteVBA( pVBA ); in PPTWriter() 1761 void PPTWriter::ImplWriteVBA( SvMemoryStream* pVBA ) in ImplWriteVBA() argument 1763 if ( pVBA ) in ImplWriteVBA() 1765 pVBA->Seek( STREAM_SEEK_TO_END ); in ImplWriteVBA() 1766 sal_uInt32 nLen = pVBA->Tell(); in ImplWriteVBA() 1772 mpStrm->Write( (sal_Int8*)pVBA->GetData() + 8, nLen ); in ImplWriteVBA() 2469 SvMemoryStream* pVBA, sal_uInt32 nCnvrtFlags ) in ExportPPT() argument 2474 pPPTWriter = new PPTWriter( rMediaData, rSvStorage, rXModel, rXStatInd, pVBA, nCnvrtFlags ); in ExportPPT()
|
H A D | eppt.hxx | 788 void ImplWriteVBA( SvMemoryStream* pVBA ); 837 SvMemoryStream* pVBA, sal_uInt32 nCnvrtFlags );
|
/aoo41x/main/oox/source/export/ |
H A D | ooxml-export-notes.txt | 172 …er (this=0x15807d0, rSvStorage=@0x7fff894f5340, rXModel=@0x142a2e8, rXStatInd=@0x142a2f0, pVBA=0x0, 175 pVBA=0x0, nCnvrtFlags=15) at /local/ooxml/ooxml/sd/source/filter/eppt/eppt.cxx:2503
|
Completed in 92 milliseconds