Searched refs:AddLib (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/basic/workben/ |
H A D | mgrtest.cxx | 346 if ( !pBasMgr->AddLib( *xStorage, pLib1Str, sal_False ) ) in IMPL_LINK() 356 if ( !pBasMgr->AddLib( *xStorage, pLib2Str, sal_False ) ) in IMPL_LINK() 367 if ( !pBasMgr->AddLib( *xStorage, pLib3Str, sal_False ) ) in IMPL_LINK()
|
/aoo42x/main/basic/inc/basic/ |
H A D | basmgr.hxx | 250 StarBASIC* AddLib( SotStorage& rStorage, const String& rLibName, sal_Bool bReference );
|
/aoo42x/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 1101 AddLib( *xStorageRef, aLibName, sal_False ); in LoadOldBasicManager() 1342 StarBASIC* BasicManager::AddLib( SotStorage& rStorage, const String& rLibName, sal_Bool bReference ) in AddLib() function in BasicManager 1658 pLib = AddLib( *xStorage, rLibName, sal_True ); in CreateLib()
|
Completed in 38 milliseconds