Lines Matching refs:sal_Bool

127     sal_Bool         mbModifiedByLibraryContainer;
128 sal_Bool mbError;
273 sal_Bool bLibContainer = maLibName.isEmpty(); in elementInserted()
329 sal_Bool bLibContainer = maLibName.isEmpty(); in elementReplaced()
359 sal_Bool bLibContainer = maLibName.isEmpty(); in elementRemoved()
395 sal_Bool HasErrors() { return (sal_Bool)aErrorList.Count(); } in HasErrors()
453 sal_Bool bDoLoad;
454 sal_Bool bReference;
455 sal_Bool bPasswordVerified;
456 sal_Bool bFoundInPath; // Must not relativated again!
465 sal_Bool IsReference() const { return bReference; } in IsReference()
466 sal_Bool& IsReference() { return bReference; } in IsReference()
468 sal_Bool IsExtern() const { return ! aStorageName.EqualsAscii(szImbedded); } in IsExtern()
491 sal_Bool DoLoad() { return bDoLoad; } in DoLoad()
493 sal_Bool HasPassword() const { return aPassword.Len() != 0; } in HasPassword()
497 sal_Bool IsPasswordVerified() const { return bPasswordVerified; } in IsPasswordVerified()
500 sal_Bool IsFoundInPath() const { return bFoundInPath; } in IsFoundInPath()
501 void SetFoundInPath( sal_Bool bInPath ) { bFoundInPath = bInPath; } in SetFoundInPath()
503 …void Store( SotStorageStream& rSStream, const String& rBasMgrStorageName, sal_Bool bUseOldRel…
540 void BasicLibInfo::Store( SotStorageStream& rSStream, const String& rBasMgrStorageName, sal_Bool bU… in Store()
560 sal_Bool bDoLoad_ = xLib.Is(); in Store()
624 sal_Bool bDoLoad; in Create()
645 sal_Bool bReferenz; in Create()
668 …const String& rBaseURL, StarBASIC* pParentFromStdLib, String* pLibPath, sal_Bool bDocMgr ) : mbDoc… in BasicManager()
848 sal_Bool bLoaded = ImpLoadLibary( pBasLibInfo, NULL, sal_False ); in SetLibraryContainerInfo()
877 BasicManager::BasicManager( StarBASIC* pSLib, String* pLibPath, sal_Bool bDocMgr ) : mbDocMgr( bDoc… in BasicManager()
935 void BasicManager::LoadBasicManager( SotStorage& rStorage, const String& rBaseURL, sal_Bool bLoadLi… in LoadBasicManager()
1159 sal_Bool BasicManager::ImpLoadLibary( BasicLibInfo* pLibInfo, SotStorage* pCurStorage, sal_Bool bIn… in ImpLoadLibary()
1208 sal_Bool bLoaded = sal_False; in ImpLoadLibary()
1260 sal_Bool BasicManager::ImplEncryptStream( SvStream& rStrm ) const in ImplEncryptStream()
1266 sal_Bool bProtected = sal_False; in ImplEncryptStream()
1279 sal_Bool BasicManager::ImplLoadBasic( SvStream& rStrm, StarBASICRef& rOldBasic ) const in ImplLoadBasic()
1281 sal_Bool bProtected = ImplEncryptStream( rStrm ); in ImplLoadBasic()
1283 sal_Bool bLoaded = sal_False; in ImplLoadBasic()
1318 void BasicManager::CheckModules( StarBASIC* pLib, sal_Bool bReference ) const in CheckModules()
1323 sal_Bool bModified = pLib->IsModified(); in CheckModules()
1342 StarBASIC* BasicManager::AddLib( SotStorage& rStorage, const String& rLibName, sal_Bool bReference ) in AddLib()
1365 sal_Bool bLoaded = ImpLoadLibary( pLibInfo, &rStorage ); in AddLib()
1398 sal_Bool BasicManager::IsReference( sal_uInt16 nLib ) in IsReference()
1410 sal_Bool BasicManager::RemoveLib( sal_uInt16 nLib ) in RemoveLib()
1416 sal_Bool BasicManager::RemoveLib( sal_uInt16 nLib, sal_Bool bDelBasicFromStorage ) in RemoveLib()
1544 sal_Bool BasicManager::HasLib( const String& rName ) const in HasLib()
1559 sal_Bool BasicManager::SetLibName( sal_uInt16 nLib, const String& rName ) in SetLibName()
1591 sal_Bool BasicManager::LoadLib( sal_uInt16 nLib ) in LoadLib()
1595 sal_Bool bDone = sal_False; in LoadLib()
1721 sal_Bool BasicManager::IsModified() const in IsModified()
1730 sal_Bool BasicManager::IsBasicModified() const in IsBasicModified()
1745 void BasicManager::SetFlagToAllLibs( short nFlag, sal_Bool bSet ) const in SetFlagToAllLibs()
1763 sal_Bool BasicManager::HasErrors() in HasErrors()
2077 virtual sal_Bool SAL_CALL hasElements()
2085 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
2107 sal_Bool ModuleContainer_Impl::hasElements() in hasElements()
2143 sal_Bool ModuleContainer_Impl::hasByName( const ::rtl::OUString& aName ) in hasByName()
2147 sal_Bool bRet = (pMod != NULL); in hasByName()
2222 virtual sal_Bool SAL_CALL hasElements()
2230 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
2252 sal_Bool DialogContainer_Impl::hasElements() in hasElements()
2255 sal_Bool bRet = sal_False; in hasElements()
2313 sal_Bool DialogContainer_Impl::hasByName( const ::rtl::OUString& aName ) in hasByName()
2316 sal_Bool bRet = sal_False; in hasByName()
2379 virtual sal_Bool SAL_CALL hasElements()
2387 virtual sal_Bool SAL_CALL hasByName( const ::rtl::OUString& aName )
2410 sal_Bool LibraryContainer_Impl::hasElements() in hasElements()
2414 sal_Bool bRet = (nLibs > 0); in hasElements()
2472 sal_Bool LibraryContainer_Impl::hasByName( const ::rtl::OUString& aName ) in hasByName()
2475 sal_Bool bRet = mpMgr->HasLib( aName ); in hasByName()