Home
last modified time | relevance | path

Searched refs:bDoesExist (Results 1 – 2 of 2) sorted by path

/trunk/main/connectivity/source/drivers/hsqldb/
H A DHConnection.cxx320 bool bDoesExist = false; in impl_checkExistingTable_throw() local
325 bDoesExist = xTables->hasByName( _rTableName ); in impl_checkExistingTable_throw()
334 if ( !bDoesExist ) in impl_checkExistingTable_throw()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx1374 bool bDoesExist = false; in ImpGetOrCreatePageMasterInfo() local
1379 for(sal_uInt32 a = 0; !bDoesExist && a < mpPageMasterInfoList->Count(); a++) in ImpGetOrCreatePageMasterInfo()
1386 bDoesExist = true; in ImpGetOrCreatePageMasterInfo()
1390 if(!bDoesExist) in ImpGetOrCreatePageMasterInfo()

Completed in 34 milliseconds