Lines Matching refs:bResult

567     sal_Bool bResult = sal_True;  in SwitchToShared()  local
586 bResult = ( pResult && pResult->GetValue() ); in SwitchToShared()
587 if ( bResult ) in SwitchToShared()
596 if ( bResult && bShared ) in SwitchToShared()
606 bResult = sal_False; in SwitchToShared()
610 if ( bResult && bSave ) in SwitchToShared()
620 bResult = ( pResult && pResult->GetValue() ); in SwitchToShared()
624 if ( bResult ) in SwitchToShared()
670 bResult = sal_False; // the second switch to the same mode in SwitchToShared()
672 if ( bResult ) in SwitchToShared()
675 return bResult; in SwitchToShared()
2110 sal_Bool bResult = sal_False; in UseInteractionToHandleError() local
2129 bResult = pAbort->wasSelected(); in UseInteractionToHandleError()
2135 return bResult; in UseInteractionToHandleError()
2141 sal_Bool bResult = sal_True; in NeedsOfficeUpdateDialog() local
2156 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ShowOfficeUpdateDialog" ) ) ) >>= bResult; in NeedsOfficeUpdateDialog()
2162 return bResult; in NeedsOfficeUpdateDialog()
2248 sal_Bool bResult = sal_False; in hasTrustedScriptingSignature() local
2280 for ( sal_Int32 nInd = 0; !bResult && nInd < aInfo.getLength(); nInd++ ) in hasTrustedScriptingSignature()
2282 bResult = xSigner->isAuthorTrusted( aInfo[nInd].Signer ); in hasTrustedScriptingSignature()
2285 if ( !bResult && bAllowUIToAddAuthor ) in hasTrustedScriptingSignature()
2299bResult = SfxMedium::CallApproveHandler( xInteraction, uno::makeAny( aRequest ), sal_True ); in hasTrustedScriptingSignature()
2309 return bResult; in hasTrustedScriptingSignature()