/aoo4110/main/framework/source/xml/ |
H A D | imagesdocumenthandler.cxx | 184 ::rtl::OUString aErrorMessage = getErrorLineString(); in endDocument() 206 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 219 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 226 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 315 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 330 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 377 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 389 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 407 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 418 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() [all …]
|
/aoo4110/main/framework/source/fwe/xml/ |
H A D | toolboxdocumenthandler.cxx | 232 ::rtl::OUString aErrorMessage = getErrorLineString(); in endDocument() 302 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 312 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 446 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 482 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 507 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 532 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 570 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement() 583 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement() 596 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement() [all …]
|
H A D | statusbardocumenthandler.cxx | 223 ::rtl::OUString aErrorMessage = getErrorLineString(); in endDocument() 244 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 257 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 264 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 309 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 334 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 349 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 364 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 397 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 443 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement() [all …]
|
H A D | menudocumenthandler.cxx | 286 ::rtl::OUString aErrorMessage = getErrorLineString(); in endDocument() 335 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement() 469 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 495 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement() 555 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 581 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement() 694 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 764 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 790 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement() 804 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement() [all …]
|
H A D | eventsdocumenthandler.cxx | 173 ::rtl::OUString aErrorMessage = getErrorLineString(); in endDocument() 175 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endDocument() 194 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 196 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement() 207 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 209 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement() 214 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 285 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement() 287 aErrorMessage += aRequiredAttributeName; in startElement() 350 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement() [all …]
|
H A D | xmlnamespaces.cxx | 71 …::rtl::OUString aErrorMessage( RTL_CONSTASCII_USTRINGPARAM( "A xml namespace without name is not a… in addNamespace() 72 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in addNamespace() 80 …::rtl::OUString aErrorMessage( RTL_CONSTASCII_USTRINGPARAM( "Clearing xml namespace only allowed f… in addNamespace() 81 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in addNamespace() 121 …::rtl::OUString aErrorMessage( RTL_CONSTASCII_USTRINGPARAM( "Attribute has no name only preceding … in applyNSToAttributeName() 122 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in applyNSToAttributeName() 157 …::rtl::OUString aErrorMessage( RTL_CONSTASCII_USTRINGPARAM( "Attribute has no name only preceding … in applyNSToElementName() 158 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in applyNSToElementName() 180 …::rtl::OUString aErrorMessage( RTL_CONSTASCII_USTRINGPARAM( "XML namespace used but not defined!" … in getNamespaceValue() 181 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in getNamespaceValue()
|
/aoo4110/main/unotools/source/config/ |
H A D | xmlaccelcfg.cxx | 245 OUString aErrorMessage = getErrorLineString(); in endDocument() local 247 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endDocument() 263 OUString aErrorMessage = getErrorLineString(); in startElement() local 265 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement() 275 OUString aErrorMessage = getErrorLineString(); in startElement() local 305 OUString aErrorMessage = getErrorLineString(); in startElement() local 307 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement() 328 OUString aErrorMessage = getErrorLineString(); in endElement() local 337 OUString aErrorMessage = getErrorLineString(); in endElement() local 344 OUString aErrorMessage = getErrorLineString(); in endElement() local [all …]
|
/aoo4110/main/comphelper/source/property/ |
H A D | propertycontainerhelper.cxx | 231 ::rtl::OUStringBuffer aErrorMessage; in lcl_throwIllegalPropertyValueTypeException() 232 … aErrorMessage.appendAscii( "The given value cannot be converted to the required property type." ); in lcl_throwIllegalPropertyValueTypeException() 233 aErrorMessage.appendAscii( "\n(property name \"" ); in lcl_throwIllegalPropertyValueTypeException() 234 aErrorMessage.append( _rProperty.aProperty.Name ); in lcl_throwIllegalPropertyValueTypeException() 235 aErrorMessage.appendAscii( "\", found value type \"" ); in lcl_throwIllegalPropertyValueTypeException() 236 aErrorMessage.append( _rValue.getValueType().getTypeName() ); in lcl_throwIllegalPropertyValueTypeException() 237 aErrorMessage.appendAscii( "\", required property type \"" ); in lcl_throwIllegalPropertyValueTypeException() 238 aErrorMessage.append( _rProperty.aProperty.Type.getTypeName() ); in lcl_throwIllegalPropertyValueTypeException() 239 aErrorMessage.appendAscii( "\")" ); in lcl_throwIllegalPropertyValueTypeException() 240 throw IllegalArgumentException( aErrorMessage.makeStringAndClear(), NULL, 4 ); in lcl_throwIllegalPropertyValueTypeException()
|
/aoo4110/main/sc/source/core/data/ |
H A D | validat.cxx | 106 aErrorMessage( r.aErrorMessage ) in ScValidationData() 122 aErrorMessage( r.aErrorMessage ) in ScValidationData() 151 aErrorMessage == r.aErrorMessage; in EqualEntries() 177 aErrorMessage = rMsg; in SetError() 184 rMsg = aErrorMessage; in GetErrMsg() 409 String aMessage = aErrorMessage; in DoError()
|
/aoo4110/main/toolkit/source/controls/ |
H A D | unocontrolmodel.cxx | 1227 ::rtl::OUStringBuffer aErrorMessage; in convertFastPropertyValue() 1228 … aErrorMessage.appendAscii( "Unable to convert the given value for the property " ); in convertFastPropertyValue() 1229 aErrorMessage.append ( GetPropertyName( (sal_uInt16)nPropId ) ); in convertFastPropertyValue() 1230 aErrorMessage.appendAscii( ".\n" ); in convertFastPropertyValue() 1231 aErrorMessage.appendAscii( "Expected type: " ); in convertFastPropertyValue() 1232 aErrorMessage.append ( pDestType->getTypeName() ); in convertFastPropertyValue() 1233 aErrorMessage.appendAscii( "\n" ); in convertFastPropertyValue() 1234 aErrorMessage.appendAscii( "Found type: " ); in convertFastPropertyValue() 1235 aErrorMessage.append ( rValue.getValueType().getTypeName() ); in convertFastPropertyValue() 1237 aErrorMessage.makeStringAndClear(), in convertFastPropertyValue()
|
/aoo4110/main/dbaccess/source/ext/adabas/ |
H A D | AdabasNewDb.cxx | 498 String aErrorMessage = String(ModuleRes(STR_DEVSPACE_NO_FILE)); variable 500 …aErrorMessage.SearchAndReplace(String::CreateFromAscii("$name$"),String::CreateFromAscii("SYSDEVSP… 502 …aErrorMessage.SearchAndReplace(String::CreateFromAscii("$name$"),String::CreateFromAscii("TRANSACT… 504 …aErrorMessage.SearchAndReplace(String::CreateFromAscii("$name$"),String::CreateFromAscii("DATDEVSP… 506 aErrorMessage = String(ModuleRes(STR_NO_SAME_USER)); 513 ErrorBox(this, WB_OK, aErrorMessage).Execute();
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | dbdocimp.cxx | 165 String aErrorMessage; in DoImport() local 411 aErrorMessage = rError.Message; in DoImport() 661 if (!aErrorMessage.Len()) in DoImport() 665 aErrorMessage = ScGlobal::GetRscString( nErrStringId ); in DoImport() 667 InfoBox aInfoBox( rDocShell.GetActiveDialogParent(), aErrorMessage ); in DoImport()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | fmtuno.cxx | 628 bShowError = pData->GetErrMsg( aErrorTitle, aErrorMessage, eStyle ); in ScTableValidationObj() 679 pRet->SetError( aErrorTitle, aErrorMessage, (ScValidErrorStyle)nErrorStyle ); in CreateValidationData() 707 aErrorMessage.Erase(); in ClearData_Impl() 851 aErrorMessage = String( aStrVal ); in setPropertyValue() 946 else if ( aString.EqualsAscii( SC_UNONAME_ERRMESS ) ) aRet <<= rtl::OUString( aErrorMessage ); in getPropertyValue()
|
/aoo4110/main/sc/inc/ |
H A D | validat.hxx | 73 String aErrorMessage; member in ScValidationData
|
H A D | fmtuno.hxx | 225 String aErrorMessage; member in ScTableValidationObj
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xicontent.cxx | 733 String aErrorMessage( rStrm.ReadUniString() ); in ReadDV() local 845 aValidData.SetError( aErrorTitle, aErrorMessage, eErrStyle ); in ReadDV()
|
/aoo4110/main/desktop/source/app/ |
H A D | app.cxx | 308 OUString MakeStartupErrorMessage(OUString const & aErrorMessage) in MakeStartupErrorMessage() argument 320 aDiagnosticMessage.append( aErrorMessage ); in MakeStartupErrorMessage()
|