Lines Matching refs:mpLib

2068 	StarBASIC* mpLib;  member in ModuleContainer_Impl
2072 :mpLib( pLib ) {} in ModuleContainer_Impl()
2110 SbxArray* pMods = mpLib ? mpLib->GetModules() : NULL; in hasElements()
2118 SbModule* pMod = mpLib ? mpLib->FindModule( aName ) : NULL; in getByName()
2131 SbxArray* pMods = mpLib ? mpLib->GetModules() : NULL; in getElementNames()
2146 SbModule* pMod = mpLib ? mpLib->FindModule( aName ) : NULL; in hasByName()
2171 mpLib->MakeModule32( aName, xMod->getSource() ); in insertByName()
2177 SbModule* pMod = mpLib ? mpLib->FindModule( Name ) : NULL; in removeByName()
2180 mpLib->Remove( pMod ); in removeByName()
2213 StarBASIC* mpLib; member in DialogContainer_Impl
2217 :mpLib( pLib ) {} in DialogContainer_Impl()
2257 mpLib->GetAll( SbxCLASS_OBJECT ); in hasElements()
2258 sal_Int16 nCount = mpLib->GetObjects()->Count(); in hasElements()
2261 SbxVariable* pVar = mpLib->GetObjects()->Get( nObj ); in hasElements()
2275 SbxVariable* pVar = mpLib->GetObjects()->Find( aName, SbxCLASS_DONTCARE ); in getByName()
2294 mpLib->GetAll( SbxCLASS_OBJECT ); in getElementNames()
2295 sal_Int16 nCount = mpLib->GetObjects()->Count(); in getElementNames()
2302 SbxVariable* pVar = mpLib->GetObjects()->Get( nObj ); in getElementNames()
2317 SbxVariable* pVar = mpLib->GetObjects()->Find( aName, SbxCLASS_DONTCARE ); in hasByName()
2348 mpLib->Insert( xDialog ); in insertByName()
2355 SbxVariable* pVar = mpLib->GetObjects()->Find( Name, SbxCLASS_DONTCARE ); in removeByName()
2361 mpLib->Remove( pVar ); in removeByName()