/aoo4110/main/vcl/source/control/ |
H A D | ilstbox.cxx | 858 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 D | combobox.cxx | 945 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 …]
|
/aoo4110/main/vcl/source/fontsubset/ |
H A D | xlat.cxx | 38 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 …]
|
/aoo4110/main/svx/source/stbctrls/ |
H A D | pszctrl.cxx | 325 sal_uInt16 nSelect = pImp->nFunction; in Command() local 326 if (!nSelect) in Command() 327 nSelect = PSZ_FUNC_NONE; in Command() 328 FunctionPopup_Impl aMenu( nSelect ); in Command() 331 nSelect = aMenu.GetSelected(); in Command() 332 if (nSelect) in Command() 334 if (nSelect == PSZ_FUNC_NONE) in Command() 335 nSelect = 0; in Command() 338 SfxUInt16Item aItem( SID_PSZ_FUNCTION, nSelect ); in Command()
|
/aoo4110/main/sc/source/ui/dbgui/ |
H A D | dapidata.cxx | 123 sal_uInt16 nSelect = aLbType.GetSelectEntryPos(); in GetValues() local 130 else if ( nSelect == DP_TYPELIST_TABLE ) in GetValues() 132 else if ( nSelect == DP_TYPELIST_QUERY ) in GetValues() 137 rDesc.bNative = ( nSelect == DP_TYPELIST_SQLNAT ); in GetValues() 154 sal_uInt16 nSelect = aLbType.GetSelectEntryPos(); in FillObjects() local 155 if ( nSelect > DP_TYPELIST_QUERY ) in FillObjects() 181 if ( nSelect == DP_TYPELIST_TABLE ) in FillObjects()
|
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_extlistbox.cxx | 734 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 …]
|
/aoo4110/main/sw/source/ui/dbui/ |
H A D | mailmergehelper.cxx | 284 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 D | mmaddressblockpage.cxx | 431 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()
|
/aoo4110/main/basctl/source/basicide/ |
H A D | basicrenderable.cxx | 176 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()
|
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | solveroptions.cxx | 171 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()
|
/aoo4110/main/sw/source/ui/misc/ |
H A D | outline.cxx | 146 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()
|
/aoo4110/main/cui/source/dialogs/ |
H A D | linkdlg.cxx | 694 sal_uInt16 nSelect = 0; in SetActLink() local 704 Links().Select( Links().GetEntry( nSelect ) ); in SetActLink() 708 nSelect++; in SetActLink()
|
/aoo4110/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 1372 sal_Int16 nSelect = 0; in Execute() local 1382 Any aSelectPos(&nSelect, ::getCppuType(&nSelect)); in Execute()
|
/aoo4110/main/padmin/source/ |
H A D | fontentry.cxx | 339 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 D | adddlg.cxx | 200 int nSelect = m_aDriverBox.GetSelectEntryPos(i); in IMPL_LINK() local 201 String aDriver( *(String*)m_aDriverBox.GetEntryData( nSelect ) ); in IMPL_LINK()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | view2.cxx | 319 sal_Int16 nSelect = 0; in InsertGraphicDlg() local 325 nSelect = i; in InsertGraphicDlg() 334 Any aSelectPos(&nSelect, ::getCppuType(&nSelect)); in InsertGraphicDlg()
|
/aoo4110/main/sc/source/ui/src/ |
H A D | attrdlg.src | 135 …tection is only effective after the current sheet has been protected. \n\nSelect 'Protect Document…
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | mailmergehelper.hxx | 124 void SelectAddress(sal_uInt16 nSelect);
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | menu.hxx | 519 void EndExecute( sal_uInt16 nSelect = 0 );
|
/aoo4110/main/vcl/inc/ |
H A D | ilstbox.hxx | 269 …sal_Bool SelectEntries( sal_uInt16 nSelect, LB_EVENT_TYPE eLET, sal_Bool bShift = sal_False, sal…
|
/aoo4110/extras/l10n/source/ne/ |
H A D | localize.sdf | 43644 … 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…
|
/aoo4110/extras/l10n/source/tg/ |
H A D | localize.sdf | 24644 … 0 help hd_id3154411 24 0 tg _: 01170000.xhp#hd_id3154411.24.help.text\nSelect 2002-02-02 02:…
|
/aoo4110/extras/l10n/source/kk/ |
H A D | localize.sdf | 5710 …tection is only effective after the current sheet has been protected. \n\nSelect 'Protect Document…
|
/aoo4110/extras/l10n/source/en-ZA/ |
H A D | localize.sdf | 61308 …tection is only effective after the current sheet has been protected. \n\nSelect 'Protect Document…
|
/aoo4110/extras/l10n/source/ta/ |
H A D | localize.sdf | 5710 …tection is only effective after the current sheet has been protected. \n\nSelect 'Protect Document…
|