Home
last modified time | relevance | path

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

12

/aoo41x/main/extensions/source/dbpilots/
H A Dgridwizard.cxx371 sal_uInt16 nSelected = m_aSelFields.GetEntryCount(); in commitPage() local
373 rSettings.aSelectedFields.realloc(nSelected); in commitPage()
376 for (sal_uInt16 i=0; i<nSelected; ++i, ++pSelected) in commitPage()
418 …sal_uInt16 nSelected = bMoveRight ? m_aExistFields.GetSelectEntryPos() : m_aSelFields.GetSelectEnt… in IMPL_LINK() local
420 …al_IntPtr>(bMoveRight ? m_aExistFields.GetEntryData(nSelected) : m_aSelFields.GetEntryData(nSelect… in IMPL_LINK()
435 …g sMovingEntry = bMoveRight ? m_aExistFields.GetEntry(nSelected) : m_aSelFields.GetEntry(nSelected in IMPL_LINK()
446 m_aExistFields.RemoveEntry(nSelected); in IMPL_LINK()
455 m_aSelFields.RemoveEntry(nSelected); in IMPL_LINK()
/aoo41x/main/sc/source/ui/pagedlg/
H A Dtphfedit.cxx711 nSelected=0; in ScExtIButton()
725 return nSelected; in GetSelected()
754 nSelected=0; in StartPopup()
763 nSelected=pPopupMenu->Execute( this, aPoint ); in StartPopup()
765 if(nSelected) in StartPopup()
/aoo41x/main/dbaccess/source/ui/control/
H A Dtoolboxcontroller.cxx284 …sal_uInt16 nSelected = pMenu->Execute(pToolBox, pToolBox->GetItemRect( m_nToolBoxId ),POPUPMENU_EX… in createPopupWindow() local
291 if ( nSelected ) in createPopupWindow()
293 m_aCommandURL = pMenu->GetItemCommand(nSelected); in createPopupWindow()
294 … lcl_copy(pMenu.get(),nSelected,pMenu->GetItemPos(nSelected),pToolBox,m_nToolBoxId, m_aCommandURL); in createPopupWindow()
H A Dopendoccontrols.cxx301 sal_uInt16 nSelected = GetSelectEntryPos(); in GetSelectedDocumentURL() local
303 sURL = impl_getDocumentAtIndex( nSelected ).first; in GetSelectedDocumentURL()
311 sal_uInt16 nSelected = GetSelectEntryPos(); in GetSelectedDocumentFilter() local
313 sFilter = impl_getDocumentAtIndex( nSelected ).second; in GetSelectedDocumentFilter()
/aoo41x/main/svx/source/stbctrls/
H A Dpszctrl.cxx114 sal_uInt16 GetSelected() const { return nSelected; } in GetSelected()
117 sal_uInt16 nSelected; member in FunctionPopup_Impl
126 nSelected( 0 ) in FunctionPopup_Impl()
136 nSelected = GetCurItemId(); in Select()
/aoo41x/main/dbaccess/source/ui/dlg/
H A Dparamdialog.cxx368 sal_uInt16 nSelected = m_aAllParams.GetSelectEntryPos(); variable
369 …DBG_ASSERT(nSelected != LISTBOX_ENTRY_NOTFOUND, "OParameterDialog::OnEntrySelected : no current en…
371 m_aParam.SetText(::comphelper::getString(m_aFinalValues[nSelected].Value));
372 m_nCurrentlySelected = nSelected;
H A Ddirectsql.cxx353 const sal_uInt16 nSelected = m_pSQLHistory->GetSelectEntryPos(); variable
354 if (LISTBOX_ENTRY_NOTFOUND != nSelected)
355 switchToHistory(nSelected, sal_False);
H A Dgeneralpage.cxx557 sal_Int16 nSelected = _pBox->GetSelectEntryPos(); in IMPL_LINK() local
558 const ::rtl::OUString sURLPrefix = m_aURLPrefixes[nSelected]; in IMPL_LINK()
/aoo41x/main/svx/source/tbxctrls/
H A Dextrusioncontrols.cxx465 int nSelected = getSelectedEntryId(); in IMPL_LINK() local
466 if( nSelected != -1 ) in IMPL_LINK()
468 if( nSelected == 6 ) in IMPL_LINK()
488 if( nSelected == 5 ) in IMPL_LINK()
494 fDepth = IsMetric( meUnit ) ? aDepthListMM[nSelected] : aDepthListInch[nSelected]; in IMPL_LINK()
/aoo41x/main/xmlsecurity/source/dialogs/
H A Dcertificatechooser.cxx199 sal_uInt16 nSelected = GetSelectedEntryPos(); in GetSelectedCertificate() local
200 if ( nSelected < maCerts.getLength() ) in GetSelectedCertificate()
201 xCert = maCerts[ nSelected ]; in GetSelectedCertificate()
H A Dmacrosecurity.cxx197 … sal_uInt16 nSelected = sal_uInt16( sal_uIntPtr( maTrustCertLB.FirstSelected()->GetUserData() ) ); in IMPL_LINK() local
202 …ment->getCertificate( maTrustedAuthors[nSelected][0], xSerialNumberAdapter->toSequence( maTrustedA… in IMPL_LINK()
206 …xCert = mpDlg->mxSecurityEnvironment->createCertificateFromAscii( maTrustedAuthors[nSelected][2] )… in IMPL_LINK()
H A Ddigitalsignaturesdialog.cxx542 … sal_uInt16 nSelected = (sal_uInt16) (sal_uIntPtr) maSignaturesLB.FirstSelected()->GetUserData(); in IMPL_LINK() local
543 maCurrentSignatureInformations.erase( maCurrentSignatureInformations.begin()+nSelected ); in IMPL_LINK()
751 … sal_uInt16 nSelected = (sal_uInt16) (sal_uIntPtr) maSignaturesLB.FirstSelected()->GetUserData(); in ImplShowSignaturesDetails() local
752 const SignatureInformation& rInfo = maCurrentSignatureInformations[ nSelected ]; in ImplShowSignaturesDetails()
/aoo41x/main/ucbhelper/workben/ucbexplorer/
H A Ducbexplorer.cxx737 USHORT nSelected = pMenu->Execute( this, rPos ); in Command() local
738 switch ( nSelected ) in Command()
879 if ( ( nSelected > 20000 ) && in Command()
880 ( ( nSelected - 20000 ) <= aInfo.getLength() ) ) in Command()
886 aInfo.getConstArray()[ nSelected - 20001 ], in Command()
/aoo41x/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx483 sal_uInt16 nSelected = m_aPreview.GetSelectedAddress(); in IMPL_LINK() local
488 if(nSource == nSelected) in IMPL_LINK()
820 sal_Int32 nSelected = GetSelectedItem_Impl(); in IMPL_LINK() local
821 if(USER_DATA_NONE != nSelected) in IMPL_LINK()
824 if(m_aFieldCB.IsVisible() && (USER_DATA_NONE != nSelected) && (nSelected < 0)) in IMPL_LINK()
829 switch(nSelected) { in IMPL_LINK()
868 sal_Int32 nSelected = GetSelectedItem_Impl(); in IMPL_LINK() local
870 switch(nSelected) { in IMPL_LINK()
H A Dmmaddressblockpage.hxx143 sal_uInt16 nSelected);
/aoo41x/main/fpicker/source/office/
H A DOfficeControlAccess.cxx748 sal_uInt16 nSelected = static_cast< ListBox* >( _pControl )->GetSelectEntryPos(); in implGetControlProperty() local
750 if ( LISTBOX_ENTRY_NOTFOUND != nSelected ) in implGetControlProperty()
761 sal_uInt16 nSelected = static_cast< ListBox* >( _pControl )->GetSelectEntryPos(); in implGetControlProperty() local
762 if ( LISTBOX_ENTRY_NOTFOUND != nSelected ) in implGetControlProperty()
/aoo41x/main/toolkit/source/layout/vcl/
H A Dwfield.cxx576 sal_uInt16 nSelected = 0; in GetSelectEntryPos() local
581 nSelected = aItems[ nSelIndex ]; in GetSelectEntryPos()
584 nSelected = mxListBox->getSelectedItemPos(); in GetSelectEntryPos()
585 return nSelected; in GetSelectEntryPos()
/aoo41x/main/toolkit/test/accessibility/
H A DAccessibleSelectionHandler.java82 int nSelected = 0; in createChild() local
94 getSelectedAccessibleChild(nSelected); in createChild()
/aoo41x/main/svtools/source/control/
H A Dtabbar.cxx2098 sal_uInt16 nSelected = 0; in GetSelectPage() local
2103 nSelected++; in GetSelectPage()
2105 if ( nSelected == nSelIndex ) in GetSelectPage()
2118 sal_uInt16 nSelected = 0; in GetSelectPageCount() local
2123 nSelected++; in GetSelectPageCount()
2128 return nSelected; in GetSelectPageCount()
/aoo41x/main/wizards/com/sun/star/wizards/form/
H A DUIControlArranger.java450 final int nSelected = m_aButtonList.getSelected() + 1; in itemStateChanged() local
451 …ment.ControlForm) curFormDocument.oControlForms.get(formindex)).initialize(nSelected, nBorderType); in itemStateChanged()
/aoo41x/main/xmloff/source/text/
H A Dtxtflde.cxx2804 sal_Int32 nSelected = -1; in ProcessStringSequence() local
2810 nSelected = i; in ProcessStringSequence()
2814 ProcessStringSequence( rSequence, nSelected ); in ProcessStringSequence()
2819 sal_Int32 nSelected ) in ProcessStringSequence() argument
2825 if( i == nSelected ) in ProcessStringSequence()
H A Dtxtfldi.cxx3991 nSelected( -1 ), in XMLDropDownFieldImportContext()
4049 nSelected = static_cast<sal_Int32>( aLabels.size() ); in CreateChildContext()
4093 if( nSelected >= 0 && nSelected < nLength ) in PrepareField()
4095 aAny <<= pSequence[nSelected]; in PrepareField()
/aoo41x/main/sc/source/ui/inc/
H A Dtphfedit.hxx113 sal_uInt16 nSelected; member in ScExtIButton
/aoo41x/main/sw/source/core/access/
H A Daccpara.cxx3772 sal_Int32 nSelected = selectionIndex; in removeSelection() local
3800 if( nSelected == 0 ) in removeSelection()
3808 nSelected--; in removeSelection()
4080 sal_Int32 nSelected = nIndex; in GetSelectionAtIndex() local
4105 if( nSelected == 0 ) in GetSelectionAtIndex()
4192 nSelected--; in GetSelectionAtIndex()
/aoo41x/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx1165 sal_uInt16 nSelected = maChecks.GetSelectEntryPos(); in selectCurrentMemberOnly() local
1166 maChecks.CheckEntryPos(nSelected, bSet); in selectCurrentMemberOnly()

Completed in 164 milliseconds

12