Home
last modified time | relevance | path

Searched refs:nErrorCount (Results 1 – 4 of 4) sorted by relevance

/trunk/main/extensions/workben/
H A Dtestcomponent.cxx156 INT32 nErrorCount = 0; in main() local
196 if( seqErrors.getLen() > nErrorCount ) { in main()
198 for( ; nErrorCount < seqErrors.getLen() ; nErrorCount ++ ) { in main()
201 seqErrors.getArray()[nErrorCount], CHARSET_SYSTEM ).getStr() ); in main()
/trunk/main/io/test/
H A Dtestcomponent.cxx142 sal_Int32 nErrorCount = 0; in main() local
190 if( seqErrors.getLength() > nErrorCount ) { in main()
192 for( ; nErrorCount < seqErrors.getLength() ; nErrorCount ++ ) in main()
195 seqErrors.getArray()[nErrorCount], RTL_TEXTENCODING_ASCII_US ); in main()
/trunk/main/sax/test/
H A Dtestcomponent.cxx156 sal_Int32 nErrorCount = 0; in main() local
204 if( seqErrors.getLength() > nErrorCount ) { in main()
206 for( ; nErrorCount < seqErrors.getLength() ; nErrorCount ++ ) { in main()
208 seqErrors.getArray()[nErrorCount], RTL_TEXTENCODING_ASCII_US ); in main()
/trunk/main/testgraphical/source/
H A Dcompare.pl251 my $nErrorCount = 0;
258 $nErrorCount++;
262 if ($nErrorCount > 0)
271 return $nErrorCount;

Completed in 23 milliseconds