Home
last modified time | relevance | path

Searched refs:aErrorMessage (Results 1 – 17 of 17) sorted by last modified time

/trunk/main/sc/source/ui/unoobj/
H A Dfmtuno.cxx628 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()
/trunk/main/sc/source/filter/excel/
H A Dxicontent.cxx733 String aErrorMessage( rStrm.ReadUniString() ); in ReadDV() local
845 aValidData.SetError( aErrorTitle, aErrorMessage, eErrStyle ); in ReadDV()
/trunk/main/framework/source/fwe/xml/
H A Dmenudocumenthandler.cxx286 ::rtl::OUString aErrorMessage = getErrorLineString(); in endDocument()
335 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement()
458 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
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()
[all …]
H A Dtoolboxdocumenthandler.cxx232 ::rtl::OUString aErrorMessage = getErrorLineString(); in endDocument()
253 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
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()
[all …]
H A Dxmlnamespaces.cxx71 …::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()
H A Dstatusbardocumenthandler.cxx223 ::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 Deventsdocumenthandler.cxx173 ::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 …]
/trunk/main/framework/source/xml/
H A Dimagesdocumenthandler.cxx184 ::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 …]
/trunk/main/desktop/source/app/
H A Dapp.cxx308 OUString MakeStartupErrorMessage(OUString const & aErrorMessage) in MakeStartupErrorMessage() argument
320 aDiagnosticMessage.append( aErrorMessage ); in MakeStartupErrorMessage()
/trunk/main/unotools/source/config/
H A Dxmlaccelcfg.cxx245 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 …]
/trunk/main/toolkit/source/controls/
H A Dunocontrolmodel.cxx1227 ::rtl::OUStringBuffer aErrorMessage; in convertFastPropertyValue()
1228aErrorMessage.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()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx165 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()
/trunk/main/sc/source/core/data/
H A Dvalidat.cxx106 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()
/trunk/main/sc/inc/
H A Dvalidat.hxx73 String aErrorMessage; member in ScValidationData
H A Dfmtuno.hxx225 String aErrorMessage; member in ScTableValidationObj
/trunk/main/dbaccess/source/ext/adabas/
H A DAdabasNewDb.cxx498 String aErrorMessage = String(ModuleRes(STR_DEVSPACE_NO_FILE)); variable
500aErrorMessage.SearchAndReplace(String::CreateFromAscii("$name$"),String::CreateFromAscii("SYSDEVSP…
502aErrorMessage.SearchAndReplace(String::CreateFromAscii("$name$"),String::CreateFromAscii("TRANSACT…
504aErrorMessage.SearchAndReplace(String::CreateFromAscii("$name$"),String::CreateFromAscii("DATDEVSP…
506 aErrorMessage = String(ModuleRes(STR_NO_SAME_USER));
513 ErrorBox(this, WB_OK, aErrorMessage).Execute();
/trunk/main/comphelper/source/property/
H A Dpropertycontainerhelper.cxx231 ::rtl::OUStringBuffer aErrorMessage; in lcl_throwIllegalPropertyValueTypeException()
232aErrorMessage.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()

Completed in 112 milliseconds