Home
last modified time | relevance | path

Searched refs:aErrors (Results 1 – 16 of 16) sorted by relevance

/trunk/main/automation/source/server/
H A DXMLParser.cxx204 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 …]
/trunk/main/dbaccess/source/sdbtools/connection/
H A Dobjectnames.cxx125 ::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()
/trunk/main/xmloff/source/core/
H A Dxmlerror.cxx119 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()
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx593 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()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1177 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()
/trunk/main/linguistic/source/
H A Dgciterator.cxx382 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()
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx1865 linguistic2::SingleProofreadingError* pArray = rResult.aErrors.getArray(); in lcl_syncGrammarError()
1869 for( i = 0; i < rResult.aErrors.getLength(); ++i ) in lcl_syncGrammarError()
1871 const linguistic2::SingleProofreadingError &rError = rResult.aErrors[i]; in lcl_syncGrammarError()
1880 if( rResult.aErrors.getLength() > j ) in lcl_syncGrammarError()
1881 rResult.aErrors.realloc( j ); in lcl_syncGrammarError()
2013 nGrammarErrors = aResult.aErrors.getLength(); in Spell()
2026 … const linguistic2::SingleProofreadingError &rError = aResult.aErrors[0]; in Spell()
/trunk/main/ucb/source/core/
H A Ducbcmds.cxx499 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()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx394 std::set< PDFWriter::ErrorCode > aErrors; in Export() local
931 aErrors = pPDFWriter->GetErrors(); in Export()
952 showErrors( aErrors ); in Export()
/trunk/main/basic/inc/basic/
H A Dmybasic.hxx67 ErrorList aErrors; member in MyBasic
/trunk/main/xmloff/inc/xmloff/
H A Dxmlerror.hxx115 ErrorList aErrors; /// list of error records member in XMLErrors
/trunk/main/sw/source/ui/uiview/
H A Dviewling.cxx713 aMessageText = aGrammarCheckRes.aErrors[ nErrorInResult ].aShortComment; in ExecSpellPopup()
722 (bUseGrammarContext && bCorrectionRes && aGrammarCheckRes.aErrors.getLength() > 0)) in ExecSpellPopup()
/trunk/main/offapi/com/sun/star/linguistic2/
H A DProofreadingResult.idl82 sequence< com::sun::star::linguistic2::SingleProofreadingError > aErrors;
/trunk/main/connectivity/inc/connectivity/
H A Dsqlparse.hxx138 ::connectivity::SQLError aErrors;
/trunk/main/connectivity/source/parse/
H A Dsqlnode.cxx155 :aErrors( _xServiceFactory ) in OSQLParser_Data()
595 SQLError aErrors( ::comphelper::getProcessServiceFactory() ); in impl_parseTableNameNodeToString_throw() local
596 aErrors.raiseException( sdb::ErrorCondition::PARSER_CYCLIC_SUB_QUERIES ); in impl_parseTableNameNodeToString_throw()
2747 return m_pData->aErrors; in getErrorHelper()
/trunk/main/sw/source/ui/lingu/
H A Dolmenu.cxx594 OUString aMessageText( rResult.aErrors[ nErrorInResult ].aShortComment ); in SwSpellPopup()

Completed in 110 milliseconds