Home
last modified time | relevance | path

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

/AOO41X/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 );