Home
last modified time | relevance | path

Searched refs:nHitCount (Results 1 – 12 of 12) sorted by path

/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx767 pBrk->nHitCount++; in BasicBreakHdl()
768 if ( pBrk->nHitCount < pBrk->nStopAfter && GetBasic()->IsBreak() ) in BasicBreakHdl()
H A Dbastypes.cxx378 pBrk->nHitCount = 0; in ResetHitCount()
/trunk/main/basctl/source/inc/
H A Dbastypes.hxx86 sal_uLong nHitCount; member
88 …BreakPoint( sal_uLong nL ) { nLine = nL; nStopAfter = 0; nHitCount = 0; bEnabled = sal_True; bTemp… in BreakPoint()
/trunk/main/comphelper/source/property/
H A Dpropagg.cxx265 sal_Int32 nHitCount = 0; in fillHandles() local
312 nHitCount++; in fillHandles()
339 nHitCount++; in fillHandles()
355 return nHitCount; in fillHandles()
832 if (nHitCount != 0) in setPropertyValues()
836 pOldValues = new ::com::sun::star::uno::Any[ nHitCount ]; in setPropertyValues()
837 nHitCount = 0; in setPropertyValues()
852 if( convertFastPropertyValue( pConvertedValues[ nHitCount ], pOldValues[nHitCount], in setPropertyValues()
856 pHandles[nHitCount] = pHandles[i]; in setPropertyValues()
857 nHitCount++; in setPropertyValues()
[all …]
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx537 sal_Int32 nHitCount )
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx835 sal_Int32 nHitCount ) in setFastPropertyValues() argument
849 pConvertedValues = new Any[ nHitCount ]; in setFastPropertyValues()
850 pOldValues = new Any[ nHitCount ]; in setFastPropertyValues()
925 sal_Int32 nHitCount = rPH.fillHandles( pHandles, rPropertyNames ); in setPropertyValues() local
926 if( nHitCount != 0 ) in setPropertyValues()
927 setFastPropertyValues( nSeqLen, pHandles, rValues.getConstArray(), nHitCount ); in setPropertyValues()
1252 sal_Int32 nHitCount = 0; in fillHandles() local
1281 nHitCount++; in fillHandles()
1308 nHitCount++; in fillHandles()
1324 return nHitCount; in fillHandles()
/trunk/main/cppuhelper/test/
H A Dtestpropshlp.cxx295 sal_Int32 nHitCount = a1.fillHandles( Handles, aS ); in test_PropertyArrayHelper() local
296 OSL_ENSURE( nHitCount == 3, "wrong number of hits " ); in test_PropertyArrayHelper()
/trunk/main/stoc/source/inspect/
H A Dintrospection.cxx1507 sal_Int32 nHitCount; member
1510 hashIntrospectionKey_Impl() : nHitCount( 0 ) {} in hashIntrospectionKey_Impl()
1525 , nHitCount( 0 ) in hashIntrospectionKey_Impl()
1587 sal_Int32 nHitCount; member
1589 void IncHitCount() const { ((hashTypeProviderKey_Impl*)this)->nHitCount++; } in IncHitCount()
1590 hashTypeProviderKey_Impl() : nHitCount( 0 ) {} in hashTypeProviderKey_Impl()
1601 , nHitCount( 0 ) in hashTypeProviderKey_Impl()
2145 if( (*iter).first.nHitCount < (*toDelete).first.nHitCount ) in implInspect()
2160 aKeySeq.nHitCount = 1; in implInspect()
2197 if( (*iter).first.nHitCount < (*toDelete).first.nHitCount ) in implInspect()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx2814 long nHitCount = 0; in MakeListIdUnique() local
2818 ++nHitCount; in MakeListIdUnique()
2820 aTmpStr += String::CreateFromInt32( nHitCount ); in MakeListIdUnique()
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpSearch.java276 int nHitCount = aHits.scoreDocs.length; in queryImpl() local
278 String aDocs[] = new String[nHitCount]; in queryImpl()
280 aScores = new float[nHitCount]; in queryImpl()
281 for( int iHit = 0 ; iHit < nHitCount ; iHit++ ) in queryImpl()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetforquery.cxx366 sal_Int32 nHitCount = 0; in ResultSetForQuery() local
367 while( nHitCount < nTotalHitCount ) in ResultSetForQuery()
395 ++nHitCount; in ResultSetForQuery()
/trunk/main/xmloff/source/text/
H A Dtxtlists.cxx249 long nHitCount = 0; in GenerateNewListId() local
255 ++nHitCount; in GenerateNewListId()
257 sNewListId += ::rtl::OUString::valueOf( nHitCount ); in GenerateNewListId()

Completed in 108 milliseconds