Lines Matching refs:nOfst
38 nOfst(0), nFrom(nFromWh), nTo(nToWh) in DBG_NAME()
59 const sal_uInt16 nLastWhich = *pRanges + nOfst; in NextWhich()
60 ++nOfst; in NextWhich()
64 nOfst = 0; in NextWhich()
66 sal_uInt16 nWhich = *pRanges + nOfst; in NextWhich()
78 while ( pRanges != pStart || 0 != nOfst ) in PrevWhich()
80 if(nOfst) in PrevWhich()
81 --nOfst; in PrevWhich()
84 nOfst = *(pRanges+1) - (*pRanges); in PrevWhich()
86 sal_uInt16 nWhich = *pRanges + nOfst; in PrevWhich()
99 nOfst = 0; in FirstWhich()
112 nOfst = 0; in LastWhich()