Lines Matching refs:nCount
1022 sal_uInt16 nCount = Count(); in QueryValue() local
1023 uno::Sequence< style::TabStop> aSeq(nCount); in QueryValue()
1025 for(sal_uInt16 i = 0; i < nCount; i++) in QueryValue()
1112 const sal_uInt16 nCount = (sal_uInt16)aSeq.getLength(); in PutValue() local
1113 for(sal_uInt16 i = 0; i < nCount ; i++) in PutValue()
1249 sal_uInt16 nCount = 0, nDefDist = 0; in Store() local
1258 nCount = (sal_uInt16)(nPos / nDefDist); in Store()
1259 nNew = (nCount + 1) * nDefDist; in Store()
1265 nCount = (sal_uInt16)(nNew < lA3Width ? ( lA3Width - nNew ) / nDefDist + 1 : 0); in Store()
1268 rStrm << (sal_Int8) ( nTabs + nCount ); in Store()
1279 for( ; nCount; --nCount ) in Store()