Lines Matching refs:nIs
1078 sal_Int32 nIs; member
1122 if( (*aIter).nIs < nSourcePos ) in moveShape()
1124 DBG_ASSERT( (*aIter).nIs >= nDestPos, "Shape sorting failed" ); in moveShape()
1125 (*aIter).nIs++; in moveShape()
1135 if( (*aIter).nIs < nSourcePos ) in moveShape()
1137 DBG_ASSERT( (*aIter).nIs >= nDestPos, "shape sorting failed" ); in moveShape()
1138 (*aIter).nIs++; in moveShape()
1183 (*aIter++).nIs += nCount; in popGroupAndSort()
1187 (*aIter++).nIs += nCount; in popGroupAndSort()
1196 aNewHint.nIs = nCount; in popGroupAndSort()
1219 mpImpl->mpSortContext->moveShape( aGapHint.nIs, nIndex++ ); in popGroupAndSort()
1222 if( (*aIter).nIs != nIndex ) in popGroupAndSort()
1223 mpImpl->mpSortContext->moveShape( (*aIter).nIs, nIndex ); in popGroupAndSort()
1246 aNewHint.nIs = mpImpl->mpSortContext->mnCurrentZ++; in shapeWithZIndexAdded()