Lines Matching refs:nPos

385 		long nPos=((BrowseBox*)this)->FirstSelectedRow();  in GetCurrentPos()  local
386 if (nPos>=0 && (sal_uIntPtr)nPos<aList.Count()) { in GetCurrentPos()
387 nRet=(sal_uIntPtr)nPos; in GetCurrentPos()
396 sal_uIntPtr nPos=GetCurrentPos(); in GetCurrentWhich() local
397 if (nPos!=CONTAINER_ENTRY_NOTFOUND) { in GetCurrentWhich()
398 nRet=ImpGetEntry(nPos)->nWhichId; in GetCurrentWhich()
405 sal_uIntPtr nPos=GetCurrentPos(); in DoubleClick() local
406 if (nPos!=CONTAINER_ENTRY_NOTFOUND) { in DoubleClick()
407 BegChangeEntry(nPos); in DoubleClick()
415 sal_uIntPtr nPos=GetCurrentPos(); in KeyInput() local
416 if (nPos!=CONTAINER_ENTRY_NOTFOUND) { in KeyInput()
418 if (BegChangeEntry(nPos)) bAusgewertet=sal_True; in KeyInput()
467 long nPos=GetCurrentPos(); in ImpSaveWhich() local
471 nLastWhichOfs=nPos-nTop; in ImpSaveWhich()
497 long nPos=nNum-1; in ImpRestoreWhich() local
498 long nWhichOfs=nPos-GetTopRow(); in ImpRestoreWhich()
502 GoToRow(nPos); in ImpRestoreWhich()
507 FASTBOOL _SdrItemBrowserControl::BegChangeEntry(sal_uIntPtr nPos) in BegChangeEntry() argument
511 ImpItemListRow* pEntry=ImpGetEntry(nPos); in BegChangeEntry()
515 Rectangle aRect(GetFieldRectPixel(nPos,ITEMBROWSER_VALUECOL_ID,sal_False)); in BegChangeEntry()
1200 xub_StrLen nPos = aNewText.Search(sal_Unicode('/')); in IMPL_LINK() local
1201 if (nPos==STRING_NOTFOUND) nPos=aNewText.Search(sal_Unicode(':')); in IMPL_LINK()
1202 if (nPos==STRING_NOTFOUND) nPos=aNewText.Search(sal_Unicode(' ')); in IMPL_LINK()
1203 …if (nPos==STRING_NOTFOUND) { nPos=aNewText.SearchAscii(".."); if (nPos!=STRING_NOTFOUND) nSepLen=2… in IMPL_LINK()
1204 if (nPos!=STRING_NOTFOUND) { in IMPL_LINK()
1206 bPairX=nPos>0; in IMPL_LINK()
1208 s.Erase(0,nPos+nSepLen); in IMPL_LINK()