Home
last modified time | relevance | path

Searched refs:nSelect (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/vcl/source/control/
H A Dilstbox.cxx858 return nSelect; in GetEntryPosForPoint()
918 mnCurrentPos = nSelect; in MouseButtonDown()
976 nSelect = Min( nSelect, GetLastVisibleEntry() ); in MouseMove()
977 nSelect = Min( nSelect, (sal_uInt16) ( mpEntryList->GetEntryCount() - 1 ) ); in MouseMove()
1155 mnCurrentPos = nSelect; in SelectEntries()
1325 nSelect = Min( nSelect, GetLastVisibleEntry() ); in Tracking()
1326 nSelect = Min( nSelect, (sal_uInt16) ( mpEntryList->GetEntryCount() - 1 ) ); in Tracking()
1392 mnCurrentPos = nSelect; in Tracking()
1458 if( ( nSelect != LISTBOX_ENTRY_NOTFOUND ) && ( nSelect < mnTop ) ) in ProcessKeyInput()
1698 mnCurrentPos = nSelect; in ProcessKeyInput()
[all …]
H A Dcombobox.cxx945 sal_uInt16 nSelect = LISTBOX_ENTRY_NOTFOUND; in ImplUpdateFloatSelection() local
952 nSelect = mpImplLB->GetCurrentPos(); in ImplUpdateFloatSelection()
955 if ( nSelect == LISTBOX_ENTRY_NOTFOUND ) in ImplUpdateFloatSelection()
957 if ( nSelect == LISTBOX_ENTRY_NOTFOUND ) in ImplUpdateFloatSelection()
963 if( nSelect != LISTBOX_ENTRY_NOTFOUND ) in ImplUpdateFloatSelection()
965 if ( !mpImplLB->IsVisible( nSelect ) ) in ImplUpdateFloatSelection()
966 mpImplLB->ShowProminentEntry( nSelect ); in ImplUpdateFloatSelection()
967 mpImplLB->SelectEntry( nSelect, bSelect ); in ImplUpdateFloatSelection()
971 nSelect = mpImplLB->GetEntryList()->GetSelectEntryPos( 0 ); in ImplUpdateFloatSelection()
972 if( nSelect != LISTBOX_ENTRY_NOTFOUND ) in ImplUpdateFloatSelection()
[all …]
/trunk/main/vcl/source/fontsubset/
H A Dxlat.cxx38 sal_uInt16 convertOne( int nSelect, sal_Unicode );
41 void ensureConverter( int nSelect );
73 void ConverterCache::ensureConverter( int nSelect ) in ensureConverter() argument
76 rtl_UnicodeToTextContext aContext = maContexts[ nSelect ]; in ensureConverter()
80 switch( nSelect ) in ensureConverter()
91 maConverterCache[ nSelect ] = aRecodeConverter; in ensureConverter()
94 maContexts[ nSelect ] = aContext; in ensureConverter()
104 ensureConverter( nSelect ); in convertOne()
113 maConverterCache[ nSelect ], maContexts[ nSelect ], in convertOne()
129 ensureConverter( nSelect ); in convertStr()
[all …]
/trunk/main/svx/source/stbctrls/
H A Dpszctrl.cxx324 sal_uInt16 nSelect = pImp->nFunction; in Command() local
325 if (!nSelect) in Command()
326 nSelect = PSZ_FUNC_NONE; in Command()
327 FunctionPopup_Impl aMenu( nSelect ); in Command()
330 nSelect = aMenu.GetSelected(); in Command()
331 if (nSelect) in Command()
333 if (nSelect == PSZ_FUNC_NONE) in Command()
334 nSelect = 0; in Command()
337 SfxUInt16Item aItem( SID_PSZ_FUNCTION, nSelect ); in Command()
/trunk/main/sc/source/ui/dbgui/
H A Ddapidata.cxx122 sal_uInt16 nSelect = aLbType.GetSelectEntryPos(); in GetValues() local
129 else if ( nSelect == DP_TYPELIST_TABLE ) in GetValues()
131 else if ( nSelect == DP_TYPELIST_QUERY ) in GetValues()
136 rDesc.bNative = ( nSelect == DP_TYPELIST_SQLNAT ); in GetValues()
153 sal_uInt16 nSelect = aLbType.GetSelectEntryPos(); in FillObjects() local
154 if ( nSelect > DP_TYPELIST_QUERY ) in FillObjects()
180 if ( nSelect == DP_TYPELIST_TABLE ) in FillObjects()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx734 long nSelect = 0; in HandleCursorKey() local
743 nSelect = m_nActive + 1; in HandleCursorKey()
745 nSelect = m_nActive - 1; in HandleCursorKey()
747 nSelect = 0; in HandleCursorKey()
749 nSelect = m_vEntries.size() - 1; in HandleCursorKey()
758 nSelect = 0; in HandleCursorKey()
760 nSelect = m_vEntries.size() - 1; in HandleCursorKey()
763 if ( nSelect < 0 ) in HandleCursorKey()
764 nSelect = 0; in HandleCursorKey()
766 nSelect = m_vEntries.size() - 1; in HandleCursorKey()
[all …]
/trunk/main/sw/source/ui/dbui/
H A Dmailmergehelper.cxx284 void SwAddressPreview::SelectAddress(sal_uInt16 nSelect) in SelectAddress() argument
287 pImpl->nSelectedAddress = nSelect; in SelectAddress()
289 sal_uInt16 nSelectRow = nSelect / pImpl->nColumns; in SelectAddress()
419 sal_uInt32 nSelect = nRow * pImpl->nColumns + nCol; in MouseButtonDown() local
421 if( nSelect < pImpl->aAdresses.size() && in MouseButtonDown()
422 pImpl->nSelectedAddress != (sal_uInt16)nSelect) in MouseButtonDown()
424 pImpl->nSelectedAddress = (sal_uInt16)nSelect; in MouseButtonDown()
460 sal_uInt32 nSelect = nSelectedRow * pImpl->nColumns + nSelectedColumn; in KeyInput() local
461 if( nSelect < pImpl->aAdresses.size() && in KeyInput()
462 pImpl->nSelectedAddress != (sal_uInt16)nSelect) in KeyInput()
[all …]
H A Dmmaddressblockpage.cxx431 sal_uInt16 nSelect = m_aPreview.GetSelectedAddress(); in GetAddressBlocks() local
432 if(nSelect) in GetAddressBlocks()
436 pTemp[0] = m_aAddressBlocks[nSelect]; in GetAddressBlocks()
441 if(nIndex == nSelect) in GetAddressBlocks()
527 sal_uInt16 nSelect = (sal_uInt16)m_aAddressBlocks.getLength() - 1; in IMPL_LINK() local
528 m_aAddressBlocks[nSelect] = sNew; in IMPL_LINK()
529 m_aPreview.SelectAddress(nSelect); in IMPL_LINK()
/trunk/main/basctl/source/basicide/
H A Dbasicrenderable.cxx176 long nSelect = aSel.FirstSelected(); in render() local
177 while( nSelect != long(SFX_ENDOFSELECTION) && nRenderer-- ) in render()
178 nSelect = aSel.NextSelected(); in render()
179 if( nSelect != long(SFX_ENDOFSELECTION) ) in render()
180 mpWindow->printPage( sal_Int32(nSelect-1), pPrinter ); in render()
/trunk/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx171 sal_Int32 nSelect = -1; in ScSolverOptionsDialog() local
179 nSelect = nImpl; in ScSolverOptionsDialog()
181 if ( nSelect < 0 ) // no (valid) engine given in ScSolverOptionsDialog()
186 nSelect = 0; in ScSolverOptionsDialog()
192 if ( nSelect >= 0 ) // select in list box in ScSolverOptionsDialog()
193 maLbEngine.SelectEntryPos( static_cast<sal_uInt16>(nSelect) ); in ScSolverOptionsDialog()
/trunk/main/sw/source/ui/misc/
H A Doutline.cxx146 sal_uInt16 nSelect = 0; in IMPL_LINK_INLINE_END() local
153 if(i == nSelect && nSelect < SwBaseNumRules::nMaxRules) in IMPL_LINK_INLINE_END()
154 nSelect++; in IMPL_LINK_INLINE_END()
157 aFormBox.SelectEntryPos(nSelect); in IMPL_LINK_INLINE_END()
/trunk/main/cui/source/dialogs/
H A Dlinkdlg.cxx694 sal_uInt16 nSelect = 0; in SetActLink() local
704 Links().Select( Links().GetEntry( nSelect ) ); in SetActLink()
708 nSelect++; in SetActLink()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1372 sal_Int16 nSelect = 0; in Execute() local
1382 Any aSelectPos(&nSelect, ::getCppuType(&nSelect)); in Execute()
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx319 sal_Int16 nSelect = 0; in InsertGraphicDlg() local
325 nSelect = i; in InsertGraphicDlg()
334 Any aSelectPos(&nSelect, ::getCppuType(&nSelect)); in InsertGraphicDlg()
/trunk/main/padmin/source/
H A Dfontentry.cxx339 int nSelect = m_aFontBox.GetSelectEntryPos( i ); in IMPL_LINK() local
340 aRemoveIDs.push_back( (fontID)(sal_IntPtr)m_aFontBox.GetEntryData( nSelect ) ); in IMPL_LINK()
H A Dadddlg.cxx200 int nSelect = m_aDriverBox.GetSelectEntryPos(i); in IMPL_LINK() local
201 String aDriver( *(String*)m_aDriverBox.GetEntryData( nSelect ) ); in IMPL_LINK()
/trunk/main/sc/source/ui/src/
H A Dattrdlg.src135 …tection is only effective after the current sheet has been protected. \n\nSelect 'Protect Document…
/trunk/main/sw/source/ui/inc/
H A Dmailmergehelper.hxx124 void SelectAddress(sal_uInt16 nSelect);
/trunk/main/vcl/inc/vcl/
H A Dmenu.hxx519 void EndExecute( sal_uInt16 nSelect = 0 );
/trunk/main/vcl/inc/
H A Dilstbox.hxx269 …sal_Bool SelectEntries( sal_uInt16 nSelect, LB_EVENT_TYPE eLET, sal_Bool bShift = sal_False, sal…
/trunk/extras/l10n/source/ne/
H A Dlocalize.sdf43644 … 0 ne _: setupstrings.ulf#STRING_CHOOSEINSTALLATIONTYPE1.LngText.text\nSelect the Type of Insta…
43646 … 0 ne _: setupstrings.ulf#STRING_CHOOSEINSTALLATIONTYPE3.LngText.text\nSelect the Type of Insta…
/trunk/extras/l10n/source/tg/
H A Dlocalize.sdf24644 … 0 help hd_id3154411 24 0 tg _: 01170000.xhp#hd_id3154411.24.help.text\nSelect 2002-02-02 02:…
/trunk/extras/l10n/source/am/
H A Dlocalize.sdf10806 …tection is only effective after the current sheet has been protected. \n\nSelect 'Protect Document…
/trunk/extras/l10n/source/kn/
H A Dlocalize.sdf11086 …tection is only effective after the current sheet has been protected. \n\nSelect 'Protect Document…
/trunk/extras/l10n/source/ps/
H A Dlocalize.sdf11086 …tection is only effective after the current sheet has been protected. \n\nSelect 'Protect Document…

Completed in 5236 milliseconds

12