Lines Matching refs:bFound
271 … ::sal_Bool bFound = sal_False; in impl_existsItem()
278 bFound = sCheck.equals(sURL); in impl_existsItem()
279 if (bFound) in impl_existsItem()
283 if ( ! bFound) in impl_existsItem()
285 bFound = sal_False; in impl_existsItem()
293 bFound = xItem.is(); in impl_existsItem()
298 return bFound; in impl_existsItem()
308 … ::sal_Bool bFound = sal_False; in impl_existsItemAtIndex()
316 bFound = sCheck.equals(sURL); in impl_existsItemAtIndex()
317 if ( ! bFound) in impl_existsItemAtIndex()
319 bFound = sal_False; in impl_existsItemAtIndex()
327 bFound = xItem.is(); in impl_existsItemAtIndex()
332 if ( ! bFound) in impl_existsItemAtIndex()
334 bFound = sal_False; in impl_existsItemAtIndex()
346 bFound = sCheck.equals(sURL); in impl_existsItemAtIndex()
352 return bFound; in impl_existsItemAtIndex()