Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/miscdlgs/
H A Dcrnrdlg.cxx874 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()
922 while ( nSelectPos < nCnt in IMPL_LINK()
931 if ( nSelectPos > 1 && nSelectPos >= nCnt ) in IMPL_LINK()
934 nSelectPos = nCnt - 2; in IMPL_LINK()
935 aLbRange.SelectEntryPos( nSelectPos ); in IMPL_LINK()
938 else if ( nSelectPos > 2 && nSelectPos < nCnt && aRangeStr.Len() in IMPL_LINK()
[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()
/trunk/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()

Completed in 18 milliseconds