Lines Matching refs:nCount
1525 sal_uInt32 i, nCount; in SdrCustomShapeAdjustmentItem() local
1526 rIn >> nCount; in SdrCustomShapeAdjustmentItem()
1527 for ( i = 0; i < nCount; i++ ) in SdrCustomShapeAdjustmentItem()
1568 sal_uInt32 i, nCount = GetCount(); in GetPresentation() local
1569 rText.Append( UniString::CreateFromInt32( nCount ) ); in GetPresentation()
1570 for ( i = 0; i < nCount; i++ ) in GetPresentation()
1595 sal_uInt32 i, nCount = GetCount(); in Store() local
1596 rOut << nCount; in Store()
1597 for ( i = 0; i < nCount; i++ ) in Store()
1651 sal_uInt32 i, nCount = GetCount(); in QueryValue() local
1652 uno::Sequence< sal_Int32 > aSequence( nCount ); in QueryValue()
1653 if ( nCount ) in QueryValue()
1656 for ( i = 0; i < nCount; i++ ) in QueryValue()
1673 sal_uInt32 i, nCount = aSequence.getLength(); in PutValue() local
1674 if ( nCount ) in PutValue()
1677 for ( i = 0; i < nCount; i++ ) in PutValue()