Searched refs:nTestCount (Results 1 – 5 of 5) sorted by relevance
149 int nTestCount = 0; in testOneDoc() local159 ++nTestCount; in testOneDoc()175 assertTrue( (""+nFailCount+" of "+nTestCount+" tests failed for " + type), nFailCount==0); in testOneDoc()
685 sal_Int32 nTestCount = 0; /// count of calling "measureTime()" in Main() local703 if( nArgument== 0 ) nTestCount =sArgument.toInt32(); in Main()709 …LOG_ASSERT2( nTestCount==0||nThreadCount==0||nLoops==0||nOwner==0,"TestApplication::Main()", "Wron… in Main()715 for( sal_Int32 nI=1; nI<=nTestCount; ++nI ) in Main()
689 sal_Int32 nTestCount = 0; /// count of calling "measureTime()" in Main() local707 if( nArgument== 0 ) nTestCount =sArgument.toInt32(); in Main()717 for( sal_Int32 nI=1; nI<=nTestCount; ++nI ) in Main()
568 int nTestCount = getListBox()->GetSelectionCount(); in getSelectedAccessibleChildCount() local569 return nTestCount; in getSelectedAccessibleChildCount()
677 sal_uInt16 nTestCount = 0; // Aufrufe Spelling in OnlineSpellInRange() local785 if ( ++nTestCount >= nMaxTest ) // checked enough text? in OnlineSpellInRange()
Completed in 37 milliseconds