Lines Matching refs:bResult

565     sal_Bool bResult = sal_True;  in SwitchToShared()  local
584 bResult = ( pResult && pResult->GetValue() ); in SwitchToShared()
585 if ( bResult ) in SwitchToShared()
594 if ( bResult && bShared ) in SwitchToShared()
604 bResult = sal_False; in SwitchToShared()
608 if ( bResult && bSave ) in SwitchToShared()
618 bResult = ( pResult && pResult->GetValue() ); in SwitchToShared()
622 if ( bResult ) in SwitchToShared()
668 bResult = sal_False; // the second switch to the same mode in SwitchToShared()
670 if ( bResult ) in SwitchToShared()
673 return bResult; in SwitchToShared()
2106 sal_Bool bResult = sal_False; in UseInteractionToHandleError() local
2125 bResult = pAbort->wasSelected(); in UseInteractionToHandleError()
2131 return bResult; in UseInteractionToHandleError()
2137 sal_Bool bResult = sal_True; in NeedsOfficeUpdateDialog() local
2152 … ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ShowOfficeUpdateDialog" ) ) ) >>= bResult; in NeedsOfficeUpdateDialog()
2158 return bResult; in NeedsOfficeUpdateDialog()
2244 sal_Bool bResult = sal_False; in hasTrustedScriptingSignature() local
2276 for ( sal_Int32 nInd = 0; !bResult && nInd < aInfo.getLength(); nInd++ ) in hasTrustedScriptingSignature()
2278 bResult = xSigner->isAuthorTrusted( aInfo[nInd].Signer ); in hasTrustedScriptingSignature()
2281 if ( !bResult && bAllowUIToAddAuthor ) in hasTrustedScriptingSignature()
2295bResult = SfxMedium::CallApproveHandler( xInteraction, uno::makeAny( aRequest ), sal_True ); in hasTrustedScriptingSignature()
2305 return bResult; in hasTrustedScriptingSignature()