Home
last modified time | relevance | path

Searched refs:GetErrorHdl (Results 1 – 8 of 8) sorted by relevance

/trunk/main/vcl/source/control/
H A Dfield.cxx455 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()
H A Dlongcurr.cxx298 if ( rFormatter.GetErrorHdl().IsSet() && (nValue != nTempVal) ) in ImplLongCurrencyReformat()
301 if ( !rFormatter.GetErrorHdl().Call( &rFormatter ) ) in ImplLongCurrencyReformat()
H A Dfield2.cxx1329 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()
/trunk/main/basic/inc/basic/
H A Dsbstar.hxx181 Link GetErrorHdl() const { return aErrorHdl; } in GetErrorHdl() function in StarBASIC
/trunk/main/tools/source/fsys/
H A Dfilecopy.cxx218 const Link& FileCopier::GetErrorHdl() const in GetErrorHdl() function in FileCopier
/trunk/main/tools/inc/tools/
H A Dfsys.hxx432 const Link& GetErrorHdl() const;
/trunk/main/vcl/inc/vcl/
H A Dfield.hxx90 const Link& GetErrorHdl() const { return maErrorLink; } in GetErrorHdl() function in FormatterBase
H A Dprint.hxx365 const Link& GetErrorHdl() const { return maErrorHdl; } in GetErrorHdl() function in Printer

Completed in 66 milliseconds