Lines Matching refs:IsReference
465 sal_Bool IsReference() const { return bReference; } in IsReference() function in BasicLibInfo
466 sal_Bool& IsReference() { return bReference; } in IsReference() function in BasicLibInfo
647 pInfo->IsReference() = bReferenz; in Create()
1016 ( ( !pInfo->IsExtern() ) || ( pInfo->IsReference() ) ) ) in LoadBasicManager()
1252 CheckModules( pLibInfo->GetLib(), pLibInfo->IsReference() ); in ImpLoadLibary()
1377 pLibInfo->IsReference() = sal_True; in AddLib()
1398 sal_Bool BasicManager::IsReference( sal_uInt16 nLib ) in IsReference() function in BasicManager
1405 return pLibInfo->IsReference(); in IsReference()
1413 return RemoveLib( nLib, !IsReference( nLib ) ); in RemoveLib()
1434 if ( bDelBasicFromStorage && !pLibInfo->IsReference() && in RemoveLib()
2440 if( pLibInfo->IsReference() ) in getByName()