Home
last modified time | relevance | path

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

/aoo42x/main/filter/source/config/cache/
H A Dfiltercache.cxx1390 sal_Bool bExistsInMemory = (rList.find(sItem) != rList.end()); in impl_specifyFlushOperation() local
1395 if (!bExistsInConfigLayer && !bExistsInMemory) in impl_specifyFlushOperation()
1398 if (!bExistsInConfigLayer && bExistsInMemory) in impl_specifyFlushOperation()
1401 if (bExistsInConfigLayer && bExistsInMemory) in impl_specifyFlushOperation()
1404 if (bExistsInConfigLayer && !bExistsInMemory) in impl_specifyFlushOperation()

Completed in 36 milliseconds