Lines Matching refs:bSuccess

356             bool bSuccess = false;  in lcl_unloadSubDocument_nothrow()  local
360 … OSL_VERIFY( lcl_executeCommand_throw( _rDocument.xCommandProcessor, "close" ) >>= bSuccess ); in lcl_unloadSubDocument_nothrow()
368 if ( !bSuccess ) in lcl_unloadSubDocument_nothrow()
378 return bSuccess; in lcl_unloadSubDocument_nothrow()
399 bool bSuccess = false; in lcl_commitDocumentStorage_nothrow() local
405 bSuccess = lcl_commitStorage_nothrow( xDocStorage ); in lcl_commitDocumentStorage_nothrow()
413 if ( !bSuccess ) in lcl_commitDocumentStorage_nothrow()
421 return bSuccess; in lcl_commitDocumentStorage_nothrow()
427 bool bSuccess = false; in lcl_storeDocument_nothrow() local
433 bSuccess = true; in lcl_storeDocument_nothrow()
441 if ( !bSuccess ) in lcl_storeDocument_nothrow()
448 return bSuccess; in lcl_storeDocument_nothrow()
1164 bool bSuccess = impl_checkScriptStorageStructure_nothrow( aSubDocument ); in impl_handleDocument_nothrow() local
1167 bSuccess = bSuccess in impl_handleDocument_nothrow()
1174 bSuccess = bSuccess in impl_handleDocument_nothrow()
1183 if ( bSuccess ) in impl_handleDocument_nothrow()
1194 bSuccess = bSuccess in impl_handleDocument_nothrow()
1201 bSuccess = lcl_unloadSubDocument_nothrow( aSubDocument, m_rLogger ) in impl_handleDocument_nothrow()
1202 && bSuccess; in impl_handleDocument_nothrow()
1211 return bSuccess; in impl_handleDocument_nothrow()
1343 bool bSuccess = false; in impl_migrateScriptStorage_nothrow() local
1436 bSuccess = aDocStorage.commit() in impl_migrateScriptStorage_nothrow()
1442 bSuccess = false; in impl_migrateScriptStorage_nothrow()
1446 if ( !bSuccess ) in impl_migrateScriptStorage_nothrow()
1456 return bSuccess; in impl_migrateScriptStorage_nothrow()
1466 bool bSuccess = false; in impl_migrateContainerLibraries_nothrow() local
1478 bSuccess = true; in impl_migrateContainerLibraries_nothrow()
1495 bSuccess = true; in impl_migrateContainerLibraries_nothrow()
1599 bSuccess = lcl_commitStorage_nothrow( xTargetRoot ); in impl_migrateContainerLibraries_nothrow()
1604 bSuccess = false; in impl_migrateContainerLibraries_nothrow()
1609 if ( !bSuccess ) in impl_migrateContainerLibraries_nothrow()
1618 return bSuccess; in impl_migrateContainerLibraries_nothrow()
1629 bool bSuccess = false; in impl_adjustScriptLibrary_nothrow() local
1699 bSuccess = true; in impl_adjustScriptLibrary_nothrow()
1704 bSuccess = false; in impl_adjustScriptLibrary_nothrow()
1708 if ( !bSuccess ) in impl_adjustScriptLibrary_nothrow()
1718 return bSuccess; in impl_adjustScriptLibrary_nothrow()