Lines Matching refs:nOfs
1065 for ( sal_uInt16 nOfs = 0; nOfs < nCount; ++nOfs ) in GetWhich() local
1066 if ( pItemInfos[nOfs]._nSID == nSlotId ) in GetWhich()
1067 return nOfs + nStart; in GetWhich()
1072 for ( sal_uInt16 nOfs = 0; nOfs < nCount; ++nOfs ) in GetWhich() local
1073 if ( pSlotIds[nOfs] == nSlotId ) in GetWhich()
1074 return nOfs + nStart; in GetWhich()
1116 for ( sal_uInt16 nOfs = 0; nOfs < nCount; ++nOfs ) in GetTrueWhich() local
1117 if ( pItemInfos[nOfs]._nSID == nSlotId ) in GetTrueWhich()
1118 return nOfs + nStart; in GetTrueWhich()
1123 for ( sal_uInt16 nOfs = 0; nOfs < nCount; ++nOfs ) in GetTrueWhich() local
1124 if ( pSlotIds[nOfs] == nSlotId ) in GetTrueWhich()
1125 return nOfs + nStart; in GetTrueWhich()