Home
last modified time | relevance | path

Searched refs:nSelEntryPos (Results 1 – 3 of 3) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dtaborder.cxx364 sal_uLong nSelEntryPos = GetModel()->GetAbsPos( pSelEntry ); in MoveSelection() local
365 SvLBoxEntry* pSelEntryPrev = GetEntry( nSelEntryPos-1 ); in MoveSelection()
371 … InsertEntry( aSelEntryPrevText, aImage, aImage, 0, sal_False, nSelEntryPos, pData ); in MoveSelection()
394 sal_uLong nSelEntryPos = GetModel()->GetAbsPos( pSelEntry ); in MoveSelection() local
395 SvLBoxEntry* pSelEntryNext = GetEntry( nSelEntryPos+1 ); in MoveSelection()
402 … InsertEntry( aSelEntryNextText, aImage, aImage, 0, sal_False, nSelEntryPos, pData ); in MoveSelection()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx791 sal_uLong nSelEntryPos = aCheckLB.GetSelectEntryPos(); in IMPL_LINK() local
792 if( nSelEntryPos == REPLACE_BULLETS || in IMPL_LINK()
793 nSelEntryPos == APPLY_NUMBERING) in IMPL_LINK()
810 else if( MERGE_SINGLE_LINE_PARA == nSelEntryPos ) in IMPL_LINK()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx449 sal_uInt16 nSelEntryPos = LISTBOX_ENTRY_NOTFOUND; in GetSelectEntryPos() local
460 nSelEntryPos = n; in GetSelectEntryPos()
467 return nSelEntryPos; in GetSelectEntryPos()

Completed in 53 milliseconds