Searched refs:pBas (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sd/source/filter/ |
H A D | sdpptwrp.cxx | 66 pBas ( NULL ) in SdPPTFilter() 74 delete pBas; // deleting the compressed basic storage in ~SdPPTFilter() 178 bRet = PPTExport( aProperties, xStorRef, mxModel, mxStatusIndicator, pBas, nCnvrtFlags ); in Export() 198 pSaveVBA( (SfxObjectShell&) mrDocShell, pBas ); in PreSaveBasic()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | appbas.cxx | 172 SbxVariable* MakeVariable( StarBASIC *pBas, SbxObject *pObject, in MakeVariable() argument 175 …SbxVariable *pVar = pBas->Make( String::CreateFromAscii(pName), eClassType, eType ); //SbxCLASS_PR… in MakeVariable()
|
/aoo4110/main/sfx2/source/inc/ |
H A D | appbas.hxx | 34 SbxVariable* MakeVariable( StarBASIC *pBas, SbxObject *pObject,
|
/aoo4110/main/sd/inc/ |
H A D | sdpptwrp.hxx | 49 SvMemoryStream* pBas; member in SdPPTFilter
|
/aoo4110/main/automation/source/inc/ |
H A D | testapp.hxx | 76 TestToolObj( String aName, MyBasic* pBas ); // Pfade aus INI, IPC benutzen
|
/aoo4110/main/sd/source/filter/eppt/ |
H A D | eppt.cxx | 2484 …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()
|
/aoo4110/main/basic/source/uno/ |
H A D | namecont.cxx | 611 StarBASIC* pBas = new StarBASIC(); in init_Impl() local 612 mpBasMgr = new BasicManager( pBas ); in init_Impl()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 2129 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 73 milliseconds