/aoo41x/main/automation/source/server/ |
H A D | XMLParser.cxx | 204 String aErrors; member in SAXParser 224 String GetErrors(){ return aErrors; } in GetErrors() 307 aErrors.Append( String( aException.PublicId ) ); in AddToList() 308 aErrors.AppendAscii( "(" ); in AddToList() 309 aErrors.Append( String::CreateFromInt64( aException.LineNumber ) ); in AddToList() 310 aErrors.AppendAscii( ":" ); in AddToList() 312 aErrors.AppendAscii( ") : " ); in AddToList() 313 aErrors.AppendAscii( cuType ); in AddToList() 314 aErrors.AppendAscii( ": " ); in AddToList() 315 aErrors.Append( String( aException.Message ) ); in AddToList() [all …]
|
/aoo41x/main/dbaccess/source/sdbtools/connection/ |
H A D | objectnames.cxx | 125 ::connectivity::SQLError aErrors( m_aContext ); in validateName_throw() 126 …SQLException aError( aErrors.getSQLException( ErrorCondition::DB_OBJECT_NAME_IS_USED, m_xConnectio… in validateName_throw() 179 ::connectivity::SQLError aErrors( m_aContext ); in validateName_throw() 180 aErrors.raiseException( ErrorCondition::DB_INVALID_SQL_NAME, m_xConnection, _rName ); in validateName_throw() 228 ::connectivity::SQLError aErrors( m_aContext ); in validateName_throw() 229 aErrors.raiseException( nErrorCondition, m_xConnection ); in validateName_throw()
|
/aoo41x/main/xmloff/source/core/ |
H A D | xmlerror.cxx | 119 aErrors.push_back( ErrorRecord( nId, rParams, rExceptionMessage, in AddRecord() 238 for( ErrorList::iterator aIter = aErrors.begin(); in ThrowErrorAsSAXException() 239 aIter != aErrors.end(); in ThrowErrorAsSAXException() 245 ErrorRecord& rErr = aErrors[0]; in ThrowErrorAsSAXException()
|
/aoo41x/main/ucbhelper/source/client/ |
H A D | content.cxx | 593 Sequence< Any > aErrors = setPropertyValues( aNames, aValues ); in setPropertyValue() local 594 return aErrors.getConstArray()[ 0 ]; in setPropertyValue() 608 Sequence< Any > aErrors = setPropertyValues( aHandles, aValues ); in setPropertyValue() local 609 return aErrors.getConstArray()[ 0 ]; in setPropertyValue() 763 Sequence< Any > aErrors; in setPropertyValues() local 764 aResult >>= aErrors; in setPropertyValues() 765 return aErrors; in setPropertyValues() 811 Sequence< Any > aErrors; in setPropertyValues() local 812 aResult >>= aErrors; in setPropertyValues() 813 return aErrors; in setPropertyValues()
|
/aoo41x/main/linguistic/source/ |
H A D | grammarchecker.cxx | 198 uno::Sequence< linguistic2::SingleGrammarError > aErrors( nCount ); in GrammarCheckingInDummy() local 201 linguistic2::SingleGrammarError* pErrors = aErrors.getArray(); in GrammarCheckingInDummy() 207 return aErrors; in GrammarCheckingInDummy()
|
H A D | gciterator.cxx | 382 uno::Sequence< linguistic2::SingleProofreadingError > aErrors = rRes.aErrors; in ProcessResult() local 390 sal_Int32 nErrors = rRes.aErrors.getLength(); in ProcessResult() 397 const linguistic2::SingleProofreadingError &rError = rRes.aErrors[i]; in ProcessResult()
|
/aoo41x/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 1177 sal_Int32 nErrors = rResult.aErrors.getLength(); in GetGrammarCorrection() 1182 const linguistic2::SingleProofreadingError &rError = rResult.aErrors[i]; in GetGrammarCorrection() 1193 if (rResult.aErrors.getLength() > 0) // error found? in GetGrammarCorrection() 1578 bGrammarErrorFound = aGrammarResult.aErrors.getLength() > 0; in SpellSentence() 1789 if(pGrammarResult->aErrors.getLength()) in CreatePortion() 1791 aPortion.aGrammarError = pGrammarResult->aErrors[0]; in CreatePortion()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docedt.cxx | 1861 linguistic2::SingleProofreadingError* pArray = rResult.aErrors.getArray(); in lcl_syncGrammarError() 1865 for( i = 0; i < rResult.aErrors.getLength(); ++i ) in lcl_syncGrammarError() 1867 const linguistic2::SingleProofreadingError &rError = rResult.aErrors[i]; in lcl_syncGrammarError() 1876 if( rResult.aErrors.getLength() > j ) in lcl_syncGrammarError() 1877 rResult.aErrors.realloc( j ); in lcl_syncGrammarError() 2009 nGrammarErrors = aResult.aErrors.getLength(); in Spell() 2022 … const linguistic2::SingleProofreadingError &rError = aResult.aErrors[0]; in Spell()
|
/aoo41x/main/ucb/source/core/ |
H A D | ucbcmds.cxx | 499 uno::Sequence< uno::Any > aErrors; in setTitle() local 500 aResult >>= aErrors; in setTitle() 502 OSL_ENSURE( aErrors.getLength() == 1, in setTitle() 505 if ( aErrors[ 0 ].hasValue() ) in setTitle()
|
/aoo41x/main/filter/source/pdf/ |
H A D | pdfexport.cxx | 394 std::set< PDFWriter::ErrorCode > aErrors; in Export() local 931 aErrors = pPDFWriter->GetErrors(); in Export() 952 showErrors( aErrors ); in Export()
|
/aoo41x/main/basic/inc/basic/ |
H A D | mybasic.hxx | 66 ErrorList aErrors; member in MyBasic
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | xmlerror.hxx | 115 ErrorList aErrors; /// list of error records member in XMLErrors
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewling.cxx | 713 aMessageText = aGrammarCheckRes.aErrors[ nErrorInResult ].aShortComment; in ExecSpellPopup() 722 (bUseGrammarContext && bCorrectionRes && aGrammarCheckRes.aErrors.getLength() > 0)) in ExecSpellPopup()
|
/aoo41x/main/offapi/com/sun/star/linguistic2/ |
H A D | ProofreadingResult.idl | 82 sequence< com::sun::star::linguistic2::SingleProofreadingError > aErrors;
|
/aoo41x/main/connectivity/source/parse/ |
H A D | sqlnode.cxx | 154 ::connectivity::SQLError aErrors; 157 :aErrors( _xServiceFactory ) in OSQLParser_Data() 598 SQLError aErrors( ::comphelper::getProcessServiceFactory() ); in impl_parseTableNameNodeToString_throw() local 599 aErrors.raiseException( sdb::ErrorCondition::PARSER_CYCLIC_SUB_QUERIES ); in impl_parseTableNameNodeToString_throw() 2750 return m_pData->aErrors; in getErrorHelper()
|
/aoo41x/main/sw/source/ui/lingu/ |
H A D | olmenu.cxx | 594 OUString aMessageText( rResult.aErrors[ nErrorInResult ].aShortComment ); in SwSpellPopup()
|