Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/ui/miscdlgs/
H A Dcrnrdlg.cxx842 sal_uInt16 nSelectPos = aLbRange.GetSelectEntryPos(); in IMPL_LINK() local
844 ((sal_uLong)aLbRange.GetEntryData( nSelectPos ) == nEntryDataCol); in IMPL_LINK()
874 if ( nSelectPos >= nCnt ) in IMPL_LINK()
877 nSelectPos = nCnt - 1; in IMPL_LINK()
879 nSelectPos = 0; in IMPL_LINK()
881 aLbRange.SelectEntryPos( nSelectPos ); in IMPL_LINK()
882 if ( nSelectPos && in IMPL_LINK()
883 (sal_uLong)aLbRange.GetEntryData( nSelectPos ) == nEntryDataDelim ) in IMPL_LINK()
884 aLbRange.SelectEntryPos( --nSelectPos ); // ---Zeile--- in IMPL_LINK()
919 sal_uInt16 nSelectPos = aLbRange.GetSelectEntryPos(); in IMPL_LINK() local
[all …]
H A Dsolveroptions.cxx399 sal_uInt16 nSelectPos = maLbEngine.GetSelectEntryPos(); in IMPL_LINK() local
400 if ( nSelectPos < maImplNames.getLength() ) in IMPL_LINK()
402 String aNewEngine( maImplNames[nSelectPos] ); in IMPL_LINK()
/AOO41X/main/extensions/source/dbpilots/
H A Dgridwizard.cxx445 sal_uInt16 nSelectPos = m_aExistFields.GetSelectEntryPos(); in IMPL_LINK() local
447 … if ((LISTBOX_ENTRY_NOTFOUND != nSelectPos) && (nSelectPos < m_aExistFields.GetEntryCount())) in IMPL_LINK()
448 m_aExistFields.SelectEntryPos(nSelectPos); in IMPL_LINK()
454 sal_uInt16 nSelectPos = m_aSelFields.GetSelectEntryPos(); in IMPL_LINK() local
456 … if ((LISTBOX_ENTRY_NOTFOUND != nSelectPos) && (nSelectPos < m_aSelFields.GetEntryCount())) in IMPL_LINK()
457 m_aSelFields.SelectEntryPos(nSelectPos); in IMPL_LINK()