Searched refs:nErrors (Results 1 – 12 of 12) sorted by relevance
59 sal_Int32 nErrors = 0; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local65 nErrors = compileFile(0); in SAL_IMPLEMENT_MAIN_WITH_ARGS()83 if (nErrors > 0) { in SAL_IMPLEMENT_MAIN_WITH_ARGS()86 nErrors = produceFile(outputUrl); in SAL_IMPLEMENT_MAIN_WITH_ARGS()98 i != files.end() && nErrors == 0; ++i) in SAL_IMPLEMENT_MAIN_WITH_ARGS()105 nErrors = compileFile(&sysFileName); in SAL_IMPLEMENT_MAIN_WITH_ARGS()131 if ( nErrors ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()134 nErrors = produceFile(outputFileUrl); in SAL_IMPLEMENT_MAIN_WITH_ARGS()139 if ( nErrors > 0 ) in SAL_IMPLEMENT_MAIN_WITH_ARGS()143 sal::static_int_cast< long >(nErrors), in SAL_IMPLEMENT_MAIN_WITH_ARGS()[all …]
402 sal_Int32 nErrors = yyparse(); in compileFile() local403 nErrors = idlc()->getErrorCount(); in compileFile()413 return nErrors; in compileFile()
148 if( 1 == nErrors ) in WriteError()149 StdLstErr( ByteString::CreateFromInt32( nErrors ).GetBuffer() ); in WriteError()151 StdLstErr( ByteString::CreateFromInt32( (nErrors -1) ).GetBuffer() ); in WriteError()479 nErrors++; in Error()500 nErrors++; in FatalError()
404 if( pFileInst->pTypCont->pEH->nErrors ) in parser()432 if( rFileInst.pTypCont->pEH->nErrors ) in MacroParser()
390 sal_Int32 nErrors = rRes.aErrors.getLength(); in ProcessResult() local391 uno::Sequence< text::TextMarkupDescriptor > aDescriptors( nErrors + 1 ); in ProcessResult()395 for (sal_Int32 i = 0; i < nErrors; ++i) in ProcessResult()415 pDescriptors[ nErrors ].nType = text::TextMarkupType::SENTENCE; in ProcessResult()416 pDescriptors[ nErrors ].nOffset = rRes.nStartOfSentencePosition; in ProcessResult()417 pDescriptors[ nErrors ].nLength = nSentenceLength; in ProcessResult()
55 short nErrors; // Anzahl Fehler member in SbiScanner84 short GetErrors() { return nErrors; } in GetErrors()
136 sal_uInt32 nErrors;// Anzahl der Fehler member in RscError139 nErrors = 0; in RscError()
1080 sal_Int32 nErrors = 0; in impl_validateAndOptimize() local1250 ++nErrors; in impl_validateAndOptimize()1263 ++nErrors; in impl_validateAndOptimize()1293 ++nErrors; in impl_validateAndOptimize()1332 OSL_ENSURE(!nErrors, ::rtl::OUStringToOString(sLogOut,RTL_TEXTENCODING_UTF8).getStr()); in impl_validateAndOptimize()1333 if (nErrors>0) in impl_validateAndOptimize()
48 nErrors = 0; in SbiScanner()118 nErrors++; in GenError()
94 if( pErrHdl->nErrors )
1177 sal_Int32 nErrors = rResult.aErrors.getLength(); in GetGrammarCorrection() local1179 for (sal_Int32 i = 0; i < nErrors; ++i ) in GetGrammarCorrection()
1811 USHORT nErrors;// Anzahl der Fehler
Completed in 74 milliseconds