Searched refs:bShowErrorMessage (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sc/source/filter/xml/ |
H A D | XMLStylesExportHelper.cxx | 61 bShowErrorMessage(sal_False), in ScMyValidation() 75 aVal.bShowErrorMessage == bShowErrorMessage && in IsEqual() 134 sal_Bool bShowErrorMessage = ::cppu::any2bool(xPropertySet->getPropertyValue(sSHOWERR)); in AddValidation() local 138 if (bShowErrorMessage || bShowImputMessage || aValidationType != sheet::ValidationType_ANY || in AddValidation() 146 aValidation.bShowErrorMessage = bShowErrorMessage; in AddValidation() 395 if (aItr->bShowErrorMessage || aItr->sErrorMessage.getLength() || aItr->sErrorTitle.getLength()) in WriteValidations() 402 … WriteMessage(rExport, aItr->sErrorTitle, aItr->sErrorMessage, aItr->bShowErrorMessage, sal_False); in WriteValidations() 408 … WriteMessage(rExport, aItr->sErrorTitle, aItr->sErrorMessage, aItr->bShowErrorMessage, sal_False); in WriteValidations() 414 … WriteMessage(rExport, aItr->sErrorTitle, aItr->sErrorMessage, aItr->bShowErrorMessage, sal_False); in WriteValidations() 421 if (aItr->bShowErrorMessage) in WriteValidations()
|
H A D | XMLStylesExportHelper.hxx | 53 sal_Bool bShowErrorMessage; member
|
H A D | xmlimprt.hxx | 650 sal_Bool bShowErrorMessage; member
|
H A D | xmlcvali.cxx | 462 aValidation.bShowErrorMessage = bDisplayError; in EndElement()
|
H A D | xmlcelli.cxx | 534 …ing(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_SHOWERR)), uno::makeAny(aValidation.bShowErrorMessage)); in SetContentValidation()
|
Completed in 27 milliseconds