/aoo4110/main/extensions/source/propctrlr/ |
H A D | listselectiondlg.cxx | 148 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 D | listselectiondlg.hxx | 76 … selectEntries ( const ::com::sun::star::uno::Sequence< sal_Int16 >& /* [in ] */ _rSelection ); 77 … collectSelection( ::com::sun::star::uno::Sequence< sal_Int16 >& /* [out] */ _rSelection );
|
/aoo4110/main/extensions/source/dbpilots/ |
H A D | commonpagesdbp.cxx | 408 …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 D | commonpagesdbp.hxx | 101 ListBox& _rSelection); 105 void implInitialize(const String& _rSelection); 106 void implCommit(String& _rSelection);
|
/aoo4110/main/formula/source/ui/dlg/ |
H A D | formula.cxx | 1751 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 …]
|
/aoo4110/main/svx/source/form/ |
H A D | fmPropBrw.cxx | 422 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 D | fmshimp.cxx | 2025 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()
|
/aoo4110/main/formula/inc/formula/ |
H A D | formula.hxx | 93 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);
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | editimplementation.hxx | 66 void GenericEditImplementation< EDIT >::SetSelection( const Selection& _rSelection ) in SetSelection() argument 68 m_rEdit.SetSelection( _rSelection ); in SetSelection()
|
H A D | editbrowsebox.hxx | 148 virtual void SetSelection( const Selection& _rSelection ) = 0; 184 virtual void SetSelection( const Selection& _rSelection );
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | ScrollHelper.cxx | 401 …r::fillControlModelSelection(::std::vector< uno::Reference< uno::XInterface > >& _rSelection) const in fillControlModelSelection() 403 m_aReportWindow.fillControlModelSelection(_rSelection); in fillControlModelSelection()
|
H A D | ReportWindow.cxx | 401 …w::fillControlModelSelection(::std::vector< uno::Reference< uno::XInterface > >& _rSelection) const in fillControlModelSelection() 403 m_aViewsWindow.fillControlModelSelection(_rSelection); in fillControlModelSelection()
|
H A D | DesignView.cxx | 748 …w::fillControlModelSelection(::std::vector< uno::Reference< uno::XInterface > >& _rSelection) const in fillControlModelSelection() 750 m_aScrollWindow.fillControlModelSelection(_rSelection); in fillControlModelSelection()
|
H A D | ReportSection.cxx | 720 …n::fillControlModelSelection(::std::vector< uno::Reference< uno::XInterface > >& _rSelection) const in fillControlModelSelection() 732 _rSelection.push_back(pObj->getReportComponent()); in fillControlModelSelection()
|
/aoo4110/main/forms/source/richtext/ |
H A D | textattributelistener.hxx | 49 virtual void onSelectionChanged( const ESelection& _rSelection ) = 0;
|
H A D | richtextcontrol.hxx | 144 virtual void onSelectionChanged( const ESelection& _rSelection );
|
/aoo4110/main/dbaccess/source/ui/control/ |
H A D | dbtreelistbox.cxx | 599 SelectionSupplier( const Any& _rSelection ) in SelectionSupplier() argument 600 :m_aSelection( _rSelection ) in SelectionSupplier()
|
/aoo4110/main/svx/source/inc/ |
H A D | fmshimp.hxx | 384 bool setCurrentSelection( const InterfaceBag& _rSelection ); 392 SVX_DLLPUBLIC void getCurrentSelection( InterfaceBag& /* [out] */ _rSelection ) const;
|
H A D | fmPropBrw.hxx | 80 void implSetNewSelection( const InterfaceBag& _rSelection );
|
/aoo4110/main/reportdesign/source/ui/inc/ |
H A D | ReportSection.hxx | 145 …ector< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > >& _rSelection) const;
|
H A D | ReportWindow.hxx | 230 …ector< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > >& _rSelection) const;
|
H A D | ScrollHelper.hxx | 217 …ector< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > >& _rSelection) const;
|
H A D | DesignView.hxx | 279 …ector< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > >& _rSelection) const;
|
H A D | ViewsWindow.hxx | 351 …ector< ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > >& _rSelection) const;
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | fmgridif.cxx | 676 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()
|