Lines Matching refs:nLength
324 const sal_uInt32 nLength = xOrderList->getElementNames().getLength(); in impl_truncateList() local
325 if (nSize < nLength) in impl_truncateList()
327 for (sal_uInt32 i=nLength-1; i>=nSize; --i) in impl_truncateList()
387 const sal_Int32 nLength = lOrders.getLength(); in Clear() local
388 for(sal_Int32 i=0; i<nLength; ++i) in Clear()
394 for(sal_Int32 j=0; j<nLength; ++j) in Clear()
459 const sal_Int32 nLength = xOrderList->getElementNames().getLength(); in GetList() local
460 Sequence< Sequence< PropertyValue > > aRet(nLength); in GetList()
462 for(sal_Int32 nItem=0; nItem<nLength; ++nItem) in GetList()
536 sal_Int32 nLength = xOrderList->getElementNames().getLength(); in AppendItem() local
541 for (sal_Int32 i=0; i<nLength; ++i) in AppendItem()
581 if ( nLength == nMaxSize ) in AppendItem()
584 xOrderList->getByName(::rtl::OUString::valueOf(nLength-1)) >>= xSet; in AppendItem()
588 if ( nLength != nMaxSize ) in AppendItem()
592 ::rtl::OUString sPush = ::rtl::OUString::valueOf(nLength++); in AppendItem()
595 for (sal_Int32 j=nLength-1; j>0; --j) in AppendItem()