Home
last modified time | relevance | path

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

/AOO41X/main/scripting/source/stringresource/
H A Dstringresource.cxx1019 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()
[all …]
H A Dstringresource.hxx309 bool bStoreAll
336 bool bStoreAll,