Home
last modified time | relevance | path

Searched refs:pVBA (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx123 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 Deppt.hxx788 void ImplWriteVBA( SvMemoryStream* pVBA );
837 SvMemoryStream* pVBA, sal_uInt32 nCnvrtFlags );
/trunk/main/oox/source/export/
H A Dooxml-export-notes.txt172 …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 37 milliseconds