Home
last modified time | relevance | path

Searched refs:pBas (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sd/source/filter/
H A Dsdpptwrp.cxx66 pBas ( NULL ) in SdPPTFilter()
74 delete pBas; // deleting the compressed basic storage in ~SdPPTFilter()
179 bRet = PPTExport( aProperties, xStorRef, mxModel, mxStatusIndicator, pBas, nCnvrtFlags ); in Export()
199 pSaveVBA( (SfxObjectShell&) mrDocShell, pBas ); in PreSaveBasic()
/trunk/main/sfx2/source/appl/
H A Dappbas.cxx172 SbxVariable* MakeVariable( StarBASIC *pBas, SbxObject *pObject, in MakeVariable() argument
175 …SbxVariable *pVar = pBas->Make( String::CreateFromAscii(pName), eClassType, eType ); //SbxCLASS_PR… in MakeVariable()
/trunk/main/sfx2/source/inc/
H A Dappbas.hxx34 SbxVariable* MakeVariable( StarBASIC *pBas, SbxObject *pObject,
/trunk/main/sd/inc/
H A Dsdpptwrp.hxx49 SvMemoryStream* pBas; member in SdPPTFilter
/trunk/main/automation/source/inc/
H A Dtestapp.hxx76 TestToolObj( String aName, MyBasic* pBas ); // Pfade aus INI, IPC benutzen
/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx2484 …LPUBLIC_EXPORT sal_Bool __LOADONCALLAPI SaveVBA( SfxObjectShell& rDocShell, SvMemoryStream*& pBas ) in SaveVBA() argument
2507 pBas = new SvMemoryStream( pTemp, nLen, STREAM_READ ); in SaveVBA()
2508 pBas->ObjectOwnsMemory( sal_True ); in SaveVBA()
/trunk/main/basic/source/uno/
H A Dnamecont.cxx611 StarBASIC* pBas = new StarBASIC(); in init_Impl() local
612 mpBasMgr = new BasicManager( pBas ); in init_Impl()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2129 SvMemoryStream* pBas = ImportExOleObjStg( nPersistPtr, nOleId ); in SeekOle() local
2130 if ( pBas ) in SeekOle()
2132 SotStorageRef xSource( new SotStorage( pBas, sal_True ) ); in SeekOle()

Completed in 117 milliseconds