Searched refs:GetErrorHdl (Results 1 – 8 of 8) sorted by relevance
455 if ( GetErrorHdl().IsSet() && (rValue != nTempVal) ) in ImplNumericReformat()458 if ( !GetErrorHdl().Call( this ) ) in ImplNumericReformat()1491 if ( GetErrorHdl().IsSet() && (rValue != nTempVal) ) in ImplMetricReformat()1494 if ( !GetErrorHdl().Call( this ) ) in ImplMetricReformat()2128 if ( GetErrorHdl().IsSet() && (nValue != nTempVal) ) in ImplCurrencyReformat()2131 if ( !GetErrorHdl().Call( this ) ) in ImplCurrencyReformat()
298 if ( rFormatter.GetErrorHdl().IsSet() && (nValue != nTempVal) ) in ImplLongCurrencyReformat()301 if ( !rFormatter.GetErrorHdl().Call( &rFormatter ) ) in ImplLongCurrencyReformat()
1329 if ( GetErrorHdl().IsSet() && (aDate != aTempDate) ) in ImplDateReformat()1332 if( !GetErrorHdl().Call( this ) ) in ImplDateReformat()2658 if ( GetErrorHdl().IsSet() && (aTime != aTempTime) ) in ImplTimeReformat()2661 if ( !GetErrorHdl().Call( this ) ) in ImplTimeReformat()
181 Link GetErrorHdl() const { return aErrorHdl; } in GetErrorHdl() function in StarBASIC
218 const Link& FileCopier::GetErrorHdl() const in GetErrorHdl() function in FileCopier
432 const Link& GetErrorHdl() const;
90 const Link& GetErrorHdl() const { return maErrorLink; } in GetErrorHdl() function in FormatterBase
365 const Link& GetErrorHdl() const { return maErrorHdl; } in GetErrorHdl() function in Printer
Completed in 84 milliseconds