Home
last modified time | relevance | path

Searched refs:nErrorStyle (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/sc/source/ui/unoobj/
H A Dfmtuno.cxx629 nErrorStyle = sal::static_int_cast<sal_uInt16>( eStyle ); in ScTableValidationObj()
679 pRet->SetError( aErrorTitle, aErrorMessage, (ScValidErrorStyle)nErrorStyle ); in CreateValidationData()
697 nErrorStyle = SC_VALERR_STOP; in ClearData_Impl()
879 case sheet::ValidationAlertStyle_STOP: nErrorStyle = SC_VALERR_STOP; break; in setPropertyValue()
880 case sheet::ValidationAlertStyle_WARNING: nErrorStyle = SC_VALERR_WARNING; break; in setPropertyValue()
881 case sheet::ValidationAlertStyle_INFO: nErrorStyle = SC_VALERR_INFO; break; in setPropertyValue()
882 case sheet::ValidationAlertStyle_MACRO: nErrorStyle = SC_VALERR_MACRO; break; in setPropertyValue()
966 switch (nErrorStyle) in getPropertyValue()
/aoo41x/main/oox/inc/oox/xls/
H A Dworksheethelper.hxx177 void setBiffErrorStyle( sal_uInt8 nErrorStyle );
/aoo41x/main/oox/source/xls/
H A Dworksheethelper.cxx212 void ValidationModel::setBiffErrorStyle( sal_uInt8 nErrorStyle ) in setBiffErrorStyle() argument
215 mnErrorStyle = STATIC_ARRAY_SELECT( spnErrorStyles, nErrorStyle, XML_stop ); in setBiffErrorStyle()
/aoo41x/main/sc/inc/
H A Dfmtuno.hxx223 sal_uInt16 nErrorStyle; // enum ScValidErrorStyle member in ScTableValidationObj

Completed in 38 milliseconds