Home
last modified time | relevance | path

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

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dlistselectiondlg.cxx119 void ListSelectionDialog::collectSelection( std::vector< sal_Int16 >& /* [out] */ _rSelection ) in collectSelection() argument
122 _rSelection.resize(aSelection.size()); in collectSelection()
124 _rSelection.push_back(row); in collectSelection()
127 void ListSelectionDialog::selectEntries( const Sequence< sal_Int16 >& /* [in ] */ _rSelection ) in selectEntries() argument
130 for (auto const & selection : _rSelection) in selectEntries()
H A Dlistselectiondlg.hxx53 void selectEntries ( const css::uno::Sequence< sal_Int16 >& /* [in ] */ _rSelection );
54 void collectSelection( std::vector< sal_Int16 >& /* [out] */ _rSelection );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dlistselectiondlg.cxx120 void ListSelectionDialog::collectSelection( std::vector< sal_Int16 >& /* [out] */ _rSelection ) in collectSelection() argument
123 _rSelection.resize(aSelection.size()); in collectSelection()
125 _rSelection.push_back(row); in collectSelection()
128 void ListSelectionDialog::selectEntries( const Sequence< sal_Int16 >& /* [in ] */ _rSelection ) in selectEntries() argument
131 for (auto const & selection : _rSelection) in selectEntries()
H A Dlistselectiondlg.hxx54 void selectEntries ( const css::uno::Sequence< sal_Int16 >& /* [in ] */ _rSelection );
55 void collectSelection( std::vector< sal_Int16 >& /* [out] */ _rSelection );
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/dbpilots/
H A Dcommonpagesdbp.cxx359 …ontrols(weld::RadioButton& _rYesButton, weld::RadioButton& _rNoButton, weld::ComboBox& _rSelection) in announceControls() argument
363 m_pList = &_rSelection; in announceControls()
377 void OMaybeListSelectionPage::implInitialize(const OUString& _rSelection) in implInitialize() argument
380 bool bIsSelection = ! _rSelection.isEmpty(); in implInitialize()
385 m_pList->set_active_text(bIsSelection ? _rSelection : OUString()); in implInitialize()
388 void OMaybeListSelectionPage::implCommit(OUString& _rSelection) in implCommit() argument
390 _rSelection = m_pYes->get_active() ? m_pList->get_active_text() : OUString(); in implCommit()
H A Dcommonpagesdbp.hxx82 weld::ComboBox& _rSelection);
86 void implInitialize(const OUString& _rSelection);
87 void implCommit(OUString& _rSelection);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/dbpilots/
H A Dcommonpagesdbp.cxx359 …ontrols(weld::RadioButton& _rYesButton, weld::RadioButton& _rNoButton, weld::ComboBox& _rSelection) in announceControls() argument
363 m_pList = &_rSelection; in announceControls()
375 void OMaybeListSelectionPage::implInitialize(const OUString& _rSelection) in implInitialize() argument
378 bool bIsSelection = ! _rSelection.isEmpty(); in implInitialize()
383 m_pList->set_active_text(bIsSelection ? _rSelection : OUString()); in implInitialize()
386 void OMaybeListSelectionPage::implCommit(OUString& _rSelection) in implCommit() argument
388 _rSelection = m_pYes->get_active() ? m_pList->get_active_text() : OUString(); in implCommit()
H A Dcommonpagesdbp.hxx83 weld::ComboBox& _rSelection);
87 void implInitialize(const OUString& _rSelection);
88 void implCommit(OUString& _rSelection);
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A DfmPropBrw.cxx332 void FmPropBrw::implSetNewSelection( const InterfaceBag& _rSelection ) in implSetNewSelection() argument
342 xInspector->inspect( comphelper::containerToSequence(_rSelection) ); in implSetNewSelection()
357 if ( _rSelection.empty() ) in implSetNewSelection()
361 else if ( _rSelection.size() > 1 ) in implSetNewSelection()
369 Reference< XPropertySet > xSingleSelection( *_rSelection.begin(), UNO_QUERY); in implSetNewSelection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A Deditimplementation.hxx62 void GenericEditImplementation< EDIT >::SetSelection( const Selection& _rSelection ) in SetSelection() argument
64 m_rEdit.SetSelection( _rSelection ); in SetSelection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/formula/
H A Dformula.hxx111 bool UpdateParaWin(Selection& _rSelection);
112 void UpdateParaWin(const Selection& _rSelection, const OUString& _sRefStr);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/formula/
H A Dformula.hxx113 bool UpdateParaWin(Selection& _rSelection);
114 void UpdateParaWin(const Selection& _rSelection, const OUString& _sRefStr);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A DfmPropBrw.cxx390 void FmPropBrw::implSetNewSelection( const InterfaceBag& _rSelection ) in implSetNewSelection() argument
399 xInspector->inspect( comphelper::containerToSequence(_rSelection) ); in implSetNewSelection()
414 if ( _rSelection.empty() ) in implSetNewSelection()
418 else if ( _rSelection.size() > 1 ) in implSetNewSelection()
426 Reference< XPropertySet > xSingleSelection( *_rSelection.begin(), UNO_QUERY); in implSetNewSelection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/formula/source/ui/dlg/
H A Dformula.cxx100 bool UpdateParaWin(Selection& _rSelection);
1689 Selection theSel = _rSelection; in UpdateParaWin()
1706 bool FormulaDlg_Impl::UpdateParaWin(Selection& _rSelection) in UpdateParaWin() argument
1712 _rSelection = pEd->GetSelection(); in UpdateParaWin()
1713 _rSelection.Justify(); in UpdateParaWin()
1716 m_xEdRef->SetSelection( _rSelection ); in UpdateParaWin()
1720 _rSelection = m_xEdRef->GetSelection(); in UpdateParaWin()
1721 _rSelection.Justify(); in UpdateParaWin()
1882 m_pImpl->UpdateParaWin( _rSelection, _sRefStr); in UpdateParaWin()
1885 bool FormulaDlg::UpdateParaWin(Selection& _rSelection) in UpdateParaWin() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/formula/source/ui/dlg/
H A Dformula.cxx108 bool UpdateParaWin(Selection& _rSelection);
1700 Selection theSel = _rSelection; in UpdateParaWin()
1717 bool FormulaDlg_Impl::UpdateParaWin(Selection& _rSelection) in UpdateParaWin() argument
1723 _rSelection = pEd->GetSelection(); in UpdateParaWin()
1724 _rSelection.Justify(); in UpdateParaWin()
1727 m_xEdRef->SetSelection( _rSelection ); in UpdateParaWin()
1731 _rSelection = m_xEdRef->GetSelection(); in UpdateParaWin()
1732 _rSelection.Justify(); in UpdateParaWin()
1893 m_pImpl->UpdateParaWin( _rSelection, _sRefStr); in UpdateParaWin()
1896 bool FormulaDlg::UpdateParaWin(Selection& _rSelection) in UpdateParaWin() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/inc/
H A DfmPropBrw.hxx68 void implSetNewSelection( const InterfaceBag& _rSelection );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/inc/
H A DfmPropBrw.hxx70 void implSetNewSelection( const InterfaceBag& _rSelection );
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/report/
H A DScrollHelper.cxx399 …r::fillControlModelSelection(::std::vector< uno::Reference< uno::XInterface > >& _rSelection) const in fillControlModelSelection()
401 m_aReportWindow->fillControlModelSelection(_rSelection); in fillControlModelSelection()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/report/
H A DScrollHelper.cxx400 …r::fillControlModelSelection(::std::vector< uno::Reference< uno::XInterface > >& _rSelection) const in fillControlModelSelection()
402 m_aReportWindow->fillControlModelSelection(_rSelection); in fillControlModelSelection()
H A DReportWindow.cxx389 …w::fillControlModelSelection(::std::vector< uno::Reference< uno::XInterface > >& _rSelection) const in fillControlModelSelection()
391 m_aViewsWindow->fillControlModelSelection(_rSelection); in fillControlModelSelection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/inc/
H A DReportSection.hxx135 …rolModelSelection(::std::vector< css::uno::Reference< css::uno::XInterface > >& _rSelection) const;
H A DReportWindow.hxx209 …rolModelSelection(::std::vector< css::uno::Reference< css::uno::XInterface > >& _rSelection) const;
H A DScrollHelper.hxx200 …rolModelSelection(::std::vector< css::uno::Reference< css::uno::XInterface > >& _rSelection) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/inc/
H A DReportSection.hxx135 …rolModelSelection(::std::vector< css::uno::Reference< css::uno::XInterface > >& _rSelection) const;
H A DReportWindow.hxx211 …rolModelSelection(::std::vector< css::uno::Reference< css::uno::XInterface > >& _rSelection) const;

12