Searched refs:sErrorTitle (Results 1 – 6 of 6) sorted by relevance
| /AOO42X/main/sc/source/filter/xml/ |
| H A D | XMLStylesExportHelper.cxx | 56 sErrorTitle(), in ScMyValidation() 82 aVal.sErrorTitle == sErrorTitle && in IsEqual() 128 rtl::OUString sErrorTitle; in AddValidation() local 129 xPropertySet->getPropertyValue(sERRTITLE) >>= sErrorTitle; in AddValidation() 139 …sErrorMessage.getLength() || sErrorTitle.getLength() || sImputMessage.getLength() || sImputTitle.g… in AddValidation() 143 aValidation.sErrorTitle = sErrorTitle; 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() [all …]
|
| H A D | xmlcvali.cxx | 55 rtl::OUString sErrorTitle; member in ScXMLContentValidationContext 446 aValues[i].Value >>= sErrorTitle; in EndElement() 458 aValidation.sErrorTitle = sErrorTitle; in EndElement() 479 sErrorTitle = sTitle; in SetErrorMessage()
|
| H A D | xmlcelli.cxx | 528 if (aValidation.sErrorTitle.getLength()) in SetContentValidation() 529 …OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_ERRTITLE)), uno::makeAny(aValidation.sErrorTitle)); in SetContentValidation()
|
| H A D | XMLStylesExportHelper.hxx | 43 rtl::OUString sErrorTitle; member
|
| H A D | xmlimprt.hxx | 637 rtl::OUString sErrorTitle; member
|
| /AOO42X/main/sc/source/ui/vba/ |
| H A D | vbavalidation.cxx | 141 rtl::OUString sErrorTitle; in getErrorTitle() local 142 xProps->getPropertyValue( ERRORTITLE ) >>= sErrorTitle; in getErrorTitle() 143 return sErrorTitle; in getErrorTitle()
|