Searched refs:GetErrMsg (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/sc/inc/ |
H A D | validat.hxx | 112 sal_Bool GetErrMsg( String& rTitle, String& rMsg, ScValidErrorStyle& rStyle ) const;
|
/aoo4110/main/sc/source/core/data/ |
H A D | validat.cxx | 180 sal_Bool ScValidationData::GetErrMsg( String& rTitle, String& rMsg, in GetErrMsg() function in ScValidationData
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | fmtuno.cxx | 628 bShowError = pData->GetErrMsg( aErrorTitle, aErrorMessage, eStyle ); in ScTableValidationObj()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xecontent.cxx | 985 bool bShowError = (pValData->GetErrMsg( aTitle, aText, eScErrorStyle ) == sal_True); in XclExpDV()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | cellsh2.cxx | 1053 bShowError = pOldData->GetErrMsg( aErrTitle, aErrText, eErrStyle ); in ExecuteDB()
|
Completed in 115 milliseconds