Home
last modified time | relevance | path

Searched refs:nSelectionPos (Results 1 – 2 of 2) sorted by relevance

/trunk/main/cui/source/customize/
H A Dcfg.cxx2034 sal_uInt16 nSelectionPos = aTopLevelListBox.GetSelectEntryPos(); in ReloadTopLevelListBox() local
2049 nSelectionPos = nPos; in ReloadTopLevelListBox()
2063 nSelectionPos = nSelectionPos < aTopLevelListBox.GetEntryCount() ? in ReloadTopLevelListBox()
2064 nSelectionPos : aTopLevelListBox.GetEntryCount() - 1; in ReloadTopLevelListBox()
2066 aTopLevelListBox.SelectEntryPos( nSelectionPos, sal_True ); in ReloadTopLevelListBox()
3233 sal_uInt16 nSelectionPos = aTopLevelListBox.GetSelectEntryPos(); in DeleteSelectedTopLevel() local
3242 if ( nSelectionPos != aTopLevelListBox.GetEntryCount() - 1 ) in DeleteSelectedTopLevel()
3244 aTopLevelListBox.SelectEntryPos( nSelectionPos + 1, sal_True ); in DeleteSelectedTopLevel()
3248 aTopLevelListBox.SelectEntryPos( nSelectionPos - 1, sal_True ); in DeleteSelectedTopLevel()
3253 aTopLevelListBox.RemoveEntry( nSelectionPos ); in DeleteSelectedTopLevel()
[all …]
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx2666 sal_Int32 nSelectionPos = 0; in InsertText() local
2681 nSelectionPos = nPos; in InsertText()