Lines Matching refs:bStoreAll
1019 bool bStoreAll = true; in storeToStorage() local
1020 implStoreAtStorage( NameBase, Comment, Storage, bUsedForStore, bStoreAll ); in storeToStorage()
1029 bool bStoreAll in implStoreAtStorage() argument
1061 if( pLocaleItem != NULL && (bStoreAll || pLocaleItem->m_bModified) && in implStoreAtStorage()
1119 if( m_pDefaultLocaleItem != NULL && (bStoreAll || m_bDefaultModified) ) in implStoreAtStorage()
1147 bool bStoreAll = true; in storeToURL() local
1157 implStoreAtLocation( URL, NameBase, Comment, xFileAccess, bUsedForStore, bStoreAll ); in storeToURL()
1219 bool bStoreAll, in implStoreAtLocation() argument
1231 if( pLocaleItem != NULL && (bStoreAll || bKillAll || pLocaleItem->m_bModified) && in implStoreAtLocation()
1259 if( m_pDefaultLocaleItem != NULL && (bStoreAll || bKillAll || m_bDefaultModified) ) in implStoreAtLocation()
2533 bool bStoreAll = m_bStorageChanged; in store() local
2535 if( !m_bModified && !bStoreAll ) in store()
2538 implStoreAtStorage( m_aNameBase, m_aComment, m_xStorage, bUsedForStore, bStoreAll ); in store()
2888 bool bStoreAll = m_bLocationChanged; in store() local
2890 if( !m_bModified && !bStoreAll ) in store()
2895 xFileAccess, bUsedForStore, bStoreAll ); in store()
2962 bool bStoreAll = false; in setURL() local
2965 getFileAccess(), bUsedForStore, bStoreAll, bKillAll ); in setURL()