Searched refs:mnItemCount (Results 1 – 6 of 6) sorted by relevance
38 mnItemCount = aItems.length; in PermutationIterator()43 maInversions = new int[mnItemCount]; in PermutationIterator()44 maDirections = new int[mnItemCount]; in PermutationIterator()45 for (int nIndex=0; nIndex<mnItemCount; ++nIndex) in PermutationIterator()51 mbHasMorePermutations = mnItemCount>0; in PermutationIterator()83 int nJ = mnItemCount; in ProvideNextPermutation()131 private final int mnItemCount; field in PermutationIterator
1238 mnItemCount( 0 ),1340 mpScriptItems, &mnItemCount );1360 mpVisualItems = new VisualItem[ mnItemCount ];1387 else if( mnItemCount > 1 )1671 for( i = 0; i < mnItemCount; ++i )1779 if( nItem < mnItemCount )1794 if( (nItem >= mnItemCount) || (nStart < 0) )1802 while( ++nItem < mnItemCount )1864 for( nItem = 0; nItem < mnItemCount; ++nItem )2053 while (++pVI - mpVisualItems < mnItemCount)[all …]
117 sal_uInt32 mnItemCount; member in svx::NamespaceIteratorImpl144 mnItemCount = (mpWhichId && (0 != *mpWhichId) && mpPool) ? mpPool->GetItemCount2( *mpWhichId ) : 0; in NamespaceIteratorImpl()164 while( (mnItem < mnItemCount) && ( NULL == (pItem = mpPool->GetItem2( *mpWhichId, mnItem ) ) ) ) in next()168 if( mnItem == mnItemCount ) in next()176 …mnItemCount = (mpWhichId && (0 != *mpWhichId) && mpPool) ? mpPool->GetItemCount2( *mpWhichId ) : 0; in next()
506 mnItemCount( 0 ), in XclPTFieldInfo()597 >> rInfo.mnItemCount in operator >>()608 << rInfo.mnItemCount in operator <<()
1003 maFieldInfo.mnItemCount = static_cast< sal_uInt16 >( maItemList.GetSize() ); in XclExpPTField()1231 ++maFieldInfo.mnItemCount; in AppendSubtotalItem()
641 sal_uInt16 mnItemCount; /// Number of items of this field. member
Completed in 41 milliseconds