Searched refs:mnItemCount (Results 1 – 5 of 5) sorted by relevance
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()
508 mnItemCount( 0 ), in XclPTFieldInfo()599 >> rInfo.mnItemCount in operator >>()610 << 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 77 milliseconds