Searched refs:bExistsInMemory (Results 1 – 1 of 1) sorted by relevance
1390 sal_Bool bExistsInMemory = (rList.find(sItem) != rList.end()); in impl_specifyFlushOperation() local1395 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 20 milliseconds