Home
last modified time | relevance | path

Searched refs:_rSelection (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/extensions/source/propctrlr/
H A Dlistselectiondlg.cxx148 void ListSelectionDialog::collectSelection( Sequence< sal_Int16 >& /* [out] */ _rSelection ) in collectSelection() argument
151 _rSelection.realloc( nSelectedCount ); in collectSelection()
152 sal_Int16* pSelection = _rSelection.getArray(); in collectSelection()
158 void ListSelectionDialog::selectEntries( const Sequence< sal_Int16 >& /* [in ] */ _rSelection ) in selectEntries() argument
161 const sal_Int16* pSelection = _rSelection.getConstArray(); in selectEntries()
162 const sal_Int16* pSelectionEnd = _rSelection.getConstArray() + _rSelection.getLength(); in selectEntries()
H A Dlistselectiondlg.hxx76 … selectEntries ( const ::com::sun::star::uno::Sequence< sal_Int16 >& /* [in ] */ _rSelection );
77 … collectSelection( ::com::sun::star::uno::Sequence< sal_Int16 >& /* [out] */ _rSelection );
/trunk/main/extensions/source/dbpilots/
H A Dcommonpagesdbp.cxx408 …tionPage::announceControls(RadioButton& _rYesButton, RadioButton& _rNoButton, ListBox& _rSelection) in announceControls() argument
412 m_pList = &_rSelection; in announceControls()
427 void OMaybeListSelectionPage::implInitialize(const String& _rSelection) in implInitialize() argument
430 sal_Bool bIsSelection = (0 != _rSelection.Len()); in implInitialize()
435 m_pList->SelectEntry(bIsSelection ? _rSelection : String()); in implInitialize()
439 void OMaybeListSelectionPage::implCommit(String& _rSelection) in implCommit() argument
441 _rSelection = m_pYes->IsChecked() ? m_pList->GetSelectEntry() : String(); in implCommit()
H A Dcommonpagesdbp.hxx101 ListBox& _rSelection);
105 void implInitialize(const String& _rSelection);
106 void implCommit(String& _rSelection);
/trunk/main/formula/source/ui/dlg/
H A Dformula.cxx1751 Selection theSel = _rSelection; in UpdateParaWin()
1777 _rSelection=pEd->GetSelection(); in UpdateParaWin()
1778 _rSelection.Justify(); in UpdateParaWin()
1781 aEdRef.SetSelection( _rSelection ); in UpdateParaWin()
1785 _rSelection=aEdRef.GetSelection(); in UpdateParaWin()
1786 _rSelection.Justify(); in UpdateParaWin()
1975 m_pImpl->UpdateParaWin(_rSelection,_sRefStr); in UpdateParaWin()
1979 return m_pImpl->UpdateParaWin(_rSelection); in UpdateParaWin()
2129 m_pImpl->UpdateParaWin(_rSelection,_sRefStr); in UpdateParaWin()
2131 sal_Bool FormulaDlg::UpdateParaWin(Selection& _rSelection) in UpdateParaWin() argument
[all …]
/trunk/main/svx/source/form/
H A DfmPropBrw.cxx422 void FmPropBrw::implSetNewSelection( const InterfaceBag& _rSelection ) in implSetNewSelection() argument
431 Sequence< Reference< XInterface > > aSelection( _rSelection.size() ); in implSetNewSelection()
432 ::std::copy( _rSelection.begin(), _rSelection.end(), aSelection.getArray() ); in implSetNewSelection()
449 if ( _rSelection.empty() ) in implSetNewSelection()
453 else if ( _rSelection.size() > 1 ) in implSetNewSelection()
461 Reference< XPropertySet > xSingleSelection( *_rSelection.begin(), UNO_QUERY); in implSetNewSelection()
H A Dfmshimp.cxx2025 void FmXFormShell::getCurrentSelection( InterfaceBag& /* [out] */ _rSelection ) const in getCurrentSelection()
2027 _rSelection = m_aCurrentSelection; in getCurrentSelection()
2048 bool FmXFormShell::setCurrentSelection( const InterfaceBag& _rSelection ) in setCurrentSelection() argument
2055 if ( _rSelection.empty() && m_aCurrentSelection.empty() ) in setCurrentSelection()
2059 if ( _rSelection.size() == m_aCurrentSelection.size() ) in setCurrentSelection()
2061 InterfaceBag::const_iterator aNew = _rSelection.begin(); in setCurrentSelection()
2063 for ( ; aNew != _rSelection.end(); ++aNew, ++aOld ) in setCurrentSelection()
2072 if ( aNew == _rSelection.end() ) in setCurrentSelection()
2083 …Reference< XChild > xNew; if ( _rSelection.size() == 1 ) xNew = xNew.query( *_rSelection.begin() ); in setCurrentSelection()
2095 m_aCurrentSelection = _rSelection; in setCurrentSelection()
/trunk/main/formula/inc/formula/
H A Dformula.hxx93 sal_Bool UpdateParaWin(Selection& _rSelection);
94 void UpdateParaWin(const Selection& _rSelection,const String& _sRefStr);
142 sal_Bool UpdateParaWin(Selection& _rSelection);
143 void UpdateParaWin(const Selection& _rSelection,const String& _sRefStr);
/trunk/main/svtools/inc/svtools/
H A Deditimplementation.hxx66 void GenericEditImplementation< EDIT >::SetSelection( const Selection& _rSelection ) in SetSelection() argument
68 m_rEdit.SetSelection( _rSelection ); in SetSelection()
H A Deditbrowsebox.hxx148 virtual void SetSelection( const Selection& _rSelection ) = 0;
184 virtual void SetSelection( const Selection& _rSelection );
/trunk/main/reportdesign/source/ui/report/
H A DScrollHelper.cxx401 …r::fillControlModelSelection(::std::vector< uno::Reference< uno::XInterface > >& _rSelection) const in fillControlModelSelection()
403 m_aReportWindow.fillControlModelSelection(_rSelection); in fillControlModelSelection()
H A DReportWindow.cxx401 …w::fillControlModelSelection(::std::vector< uno::Reference< uno::XInterface > >& _rSelection) const in fillControlModelSelection()
403 m_aViewsWindow.fillControlModelSelection(_rSelection); in fillControlModelSelection()
H A DDesignView.cxx748 …w::fillControlModelSelection(::std::vector< uno::Reference< uno::XInterface > >& _rSelection) const in fillControlModelSelection()
750 m_aScrollWindow.fillControlModelSelection(_rSelection); in fillControlModelSelection()
H A DReportSection.cxx720 …n::fillControlModelSelection(::std::vector< uno::Reference< uno::XInterface > >& _rSelection) const in fillControlModelSelection()
732 _rSelection.push_back(pObj->getReportComponent()); in fillControlModelSelection()
/trunk/main/dbaccess/source/ui/control/
H A Ddbtreelistbox.cxx599 SelectionSupplier( const Any& _rSelection ) in SelectionSupplier() argument
600 :m_aSelection( _rSelection ) in SelectionSupplier()
/trunk/main/forms/source/richtext/
H A Dtextattributelistener.hxx49 virtual void onSelectionChanged( const ESelection& _rSelection ) = 0;
H A Drichtextcontrol.hxx144 virtual void onSelectionChanged( const ESelection& _rSelection );
/trunk/main/svx/source/inc/
H A Dfmshimp.hxx384 bool setCurrentSelection( const InterfaceBag& _rSelection );
392 SVX_DLLPUBLIC void getCurrentSelection( InterfaceBag& /* [out] */ _rSelection ) const;
H A DfmPropBrw.hxx80 void implSetNewSelection( const InterfaceBag& _rSelection );
/trunk/main/reportdesign/source/ui/inc/
H A DReportSection.hxx145 …ector< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > >& _rSelection) const;
H A DReportWindow.hxx230 …ector< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > >& _rSelection) const;
H A DScrollHelper.hxx217 …ector< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > >& _rSelection) const;
H A DDesignView.hxx279 …ector< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > >& _rSelection) const;
H A DViewsWindow.hxx351 …ector< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > >& _rSelection) const;
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx676 sal_Bool SAL_CALL FmXGridControl::select( const Any& _rSelection ) throw (IllegalArgumentException,… in select() argument
680 return xPeer->select(_rSelection); in select()
2694 sal_Bool SAL_CALL FmXGridPeer::select( const Any& _rSelection ) throw (IllegalArgumentException, Ru… in select() argument
2697 if ( !( _rSelection >>= aBookmarks ) ) in select()

Completed in 109 milliseconds

12