Searched refs:nSelEntryPos (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/extensions/source/propctrlr/ |
H A D | taborder.cxx | 364 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()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | autocdlg.cxx | 791 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()
|
/aoo4110/main/vcl/source/control/ |
H A D | ilstbox.cxx | 449 sal_uInt16 nSelEntryPos = LISTBOX_ENTRY_NOTFOUND; in GetSelectEntryPos() local 460 nSelEntryPos = n; in GetSelectEntryPos() 467 return nSelEntryPos; in GetSelectEntryPos()
|
Completed in 45 milliseconds