Lines Matching refs:nElems
632 …ence< excel::XRange >& xRange, sal_Int32 nElems ) : mxContext( xContext ), mxRange( xRange ), mMax… in ColumnsRowEnumeration() argument
3697 sal_Int32 nElems = 0; in createEnumeration() local
3699 nElems = xColumnRowRange->getColumns()->getCount(); in createEnumeration()
3701 nElems = xColumnRowRange->getRows()->getCount(); in createEnumeration()
3702 return new ColumnsRowEnumeration( mxContext, xRange, nElems ); in createEnumeration()
3834 sal_Int32 nElems = xIndexAccess->getCount(); in getWidth() local
3836 for ( sal_Int32 index=0; index<nElems; ++index ) in getWidth()
4064 sal_Int32 nElems = xIndexAccess->getCount(); in getHeight() local
4066 for ( sal_Int32 index=0; index<nElems; ++index ) in getHeight()
5529 sal_Int32 nElems = ( pRange->m_Areas->getCount() + 1 ); in SpecialCells() local
5530 for ( sal_Int32 nArea = 1; nArea < nElems; ++nArea ) in SpecialCells()