Home
last modified time | relevance | path

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

/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx2068 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()
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()
[all …]

Completed in 15 milliseconds