Lines Matching refs:nPos

675 …      long  nPos = pHeaderBar->GetItemRect( static_cast< sal_uInt16 >(101 + nData) ).TopLeft().X();  in GetTabPos()  local
676 nData = nPos; in GetTabPos()
1100 sal_uInt16 nPos = aTypeLB.GetEntryPos((void*)(sal_uInt32)TO_USER); in SetWrtShell() local
1101 nPos++; in SetWrtShell()
1104 nPos = aTypeLB.InsertEntry(rSh.GetTOXType(TOX_USER, nUser)->GetTypeName(), nPos); in SetWrtShell()
1107 aTypeLB.SetEntryData(nPos, (void*)nEntryData); in SetWrtShell()
2246 sal_uInt16 nPos = aAuthFieldsLB.InsertEntry(sTmp); in SwTOXEntryTabPage() local
2247 …aAuthFieldsLB.SetEntryData(nPos, reinterpret_cast< void * >(sal::static_int_cast< sal_uIntPtr >(i)… in SwTOXEntryTabPage()
2249 sal_uInt16 nPos = aFirstKeyLB.InsertEntry(sNoCharSortKey); in SwTOXEntryTabPage() local
2250 …aFirstKeyLB.SetEntryData(nPos, reinterpret_cast< void * >(sal::static_int_cast< sal_uIntPtr >(USHR… in SwTOXEntryTabPage()
2251 nPos = aSecondKeyLB.InsertEntry(sNoCharSortKey); in SwTOXEntryTabPage()
2252 …aSecondKeyLB.SetEntryData(nPos, reinterpret_cast< void * >(sal::static_int_cast< sal_uIntPtr >(USH… in SwTOXEntryTabPage()
2253 nPos = aThirdKeyLB.InsertEntry(sNoCharSortKey); in SwTOXEntryTabPage()
2254 …aThirdKeyLB.SetEntryData(nPos, reinterpret_cast< void * >(sal::static_int_cast< sal_uIntPtr >(USHR… in SwTOXEntryTabPage()
2260 nPos = aFirstKeyLB.InsertEntry(sTmp); in SwTOXEntryTabPage()
2261 aFirstKeyLB.SetEntryData(nPos, pEntryData); in SwTOXEntryTabPage()
2262 nPos = aSecondKeyLB.InsertEntry(sTmp); in SwTOXEntryTabPage()
2263 aSecondKeyLB.SetEntryData(nPos, pEntryData); in SwTOXEntryTabPage()
2264 nPos = aThirdKeyLB.InsertEntry(sTmp); in SwTOXEntryTabPage()
2265 aThirdKeyLB.SetEntryData(nPos, pEntryData); in SwTOXEntryTabPage()
2657 sal_uInt16 nPos = aAuthFieldsLB.InsertEntry(sTemp); in PreTokenButtonRemoved() local
2658 aAuthFieldsLB.SetEntryData(nPos, (void*)(nData)); in PreTokenButtonRemoved()
2791 sal_uInt16 nPos = aAuthFieldsLB.InsertEntry(sTmp); in IMPL_LINK() local
2792 aAuthFieldsLB.SetEntryData(nPos, (void*)(i)); in IMPL_LINK()
3003 sal_uInt16 nPos = pBox->GetSelectEntryPos(); in IMPL_LINK() local
3004 if(LISTBOX_ENTRY_NOTFOUND != nPos) in IMPL_LINK()
3009 ((SwTOXButton*)pCtrl)->SetChapterInfo(nPos); in IMPL_LINK()
3031 const sal_uInt16 nPos = pBox->GetSelectEntryPos(); in IMPL_LINK() local
3033 if(LISTBOX_ENTRY_NOTFOUND != nPos) in IMPL_LINK()
3039 ((SwTOXButton*)pCtrl)->SetEntryNumberFormat(nPos);//i89791 in IMPL_LINK()
3940 sal_uInt16 nPos = (sal_uInt16)aControlList.GetPos(pEdit); in IMPL_LINK() local
3941 if( (nPos && !pEdit->IsNextControl()) || in IMPL_LINK()
3942 (nPos < aControlList.Count() - 1 && pEdit->IsNextControl())) in IMPL_LINK()
3944 aControlList.Seek(nPos); in IMPL_LINK()
3946 nPos += pEdit->IsNextControl() ? 1 : -1; in IMPL_LINK()
3976 sal_uInt16 nPos = (sal_uInt16)aControlList.GetPos(pBtn); in IMPL_LINK() local
3977 if( (nPos && !pBtn->IsNextControl()) || in IMPL_LINK()
3978 (nPos < aControlList.Count() - 1 && pBtn->IsNextControl())) in IMPL_LINK()
3980 aControlList.Seek(nPos); in IMPL_LINK()
4259 sal_uInt16 nPos = aLevelLB.GetSelectEntryPos(); in IMPL_LINK() local
4260 if(nPos != LISTBOX_ENTRY_NOTFOUND) in IMPL_LINK()
4261 { String aStr(aLevelLB.GetEntry(nPos)); in IMPL_LINK()
4265 aLevelLB.RemoveEntry(nPos); in IMPL_LINK()
4266 aLevelLB.InsertEntry(aStr, nPos); in IMPL_LINK()
4268 m_pCurrentForm->SetTemplate(nPos, aEmptyStr); in IMPL_LINK()