Home
last modified time | relevance | path

Searched refs:rComboBox (Results 1 – 24 of 24) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dsamecontentlistbox.cxx26 void Fill(weld::ComboBox& rComboBox) in Fill() argument
28 rComboBox.clear(); in Fill()
33 rComboBox.append(OUString::number(nData), aStr); in Fill()
35 rComboBox.set_active(0); in Fill()
36 rComboBox.set_size_request(150, -1); in Fill()
H A Dspacinglistbox.cxx29 void Fill(SpacingType eType, weld::ComboBox& rComboBox) in Fill() argument
31 auto nSelected = rComboBox.get_active(); in Fill()
34 rComboBox.clear(); in Fill()
66 rComboBox.append(OUString::number(nData), aStr); in Fill()
70 rComboBox.set_active(nSelected); in Fill()
72 rComboBox.set_size_request(150, -1); in Fill()
H A Dsrchdlg.cxx1910 weld::ComboBox &rComboBox = dynamic_cast<weld::ComboBox&>(*pCtrl); in IMPL_LINK() local
1911 rComboBox.select_entry_region(0, -1); in IMPL_LINK()
1912 ModifyHdl_Impl(rComboBox); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx485 rComboBox.clear(); in InitController()
503 rComboBox.clear(); in InitController()
542 rComboBox.set_active( in InitController()
2162 rFkt = (rComboBox.get_count() < 3) ? rComboBox.get_text(1) : rComboBox.get_text(2); in GetFunctionName()
2165 rFkt = rComboBox.get_text(1); in GetFunctionName()
2168 rFkt = rComboBox.get_text(3); in GetFunctionName()
2645 rComboBox.clear(); in setFunctionCell()
2664 rComboBox.set_active_text(rComboBox.get_text(rComboBox.get_count() - 1)); in setFunctionCell()
2669 rComboBox.set_active(0); in setFunctionCell()
2679 rComboBox.remove(1); in setFunctionCell()
[all …]
H A Dlimitboxcontroller.cxx165 IMPL_LINK(LimitBox, ChangeHdl, weld::ComboBox&, rComboBox, void) in IMPL_LINK() argument
167 if (rComboBox.changed_by_direct_pick()) in IMPL_LINK()
168 ActivateHdl(rComboBox); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Ddialog.cxx1445 …assert((&rComboBox == m_xOldSymbols.get() || &rComboBox == m_xSymbols.get()) && "Sm : wrong ComboB… in FillSymbols()
1447 rComboBox.clear(); in FillSymbols()
1461 rComboBox.clear(); in FillSymbolSets()
1506 …assert((&rComboBox == m_xOldSymbols.get() || &rComboBox == m_xSymbols.get()) && "Sm : wrong combob… in GetSymbol()
1512 (void) rComboBox; in IMPL_LINK()
1519 (void) rComboBox; in IMPL_LINK()
1530 if (&rComboBox == m_xSymbols.get()) in IMPL_LINK()
1574 (void) rComboBox; in IMPL_LINK()
1832 rComboBox.set_active(nPos); in SelectSymbolSet()
1892 …assert((&rComboBox == m_xOldSymbols.get() || &rComboBox == m_xSymbols.get()) && "Sm : wrong ComboB… in SelectSymbol()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Ddialog.cxx1433 …assert((&rComboBox == m_xOldSymbols.get() || &rComboBox == m_xSymbols.get()) && "Sm : wrong ComboB… in FillSymbols()
1435 rComboBox.clear(); in FillSymbols()
1449 rComboBox.clear(); in FillSymbolSets()
1494 …assert((&rComboBox == m_xOldSymbols.get() || &rComboBox == m_xSymbols.get()) && "Sm : wrong combob… in GetSymbol()
1500 (void) rComboBox; in IMPL_LINK()
1507 (void) rComboBox; in IMPL_LINK()
1518 if (&rComboBox == m_xSymbols.get()) in IMPL_LINK()
1562 (void) rComboBox; in IMPL_LINK()
1821 rComboBox.set_active(nPos); in SelectSymbolSet()
1881 …assert((&rComboBox == m_xOldSymbols.get() || &rComboBox == m_xSymbols.get()) && "Sm : wrong ComboB… in SelectSymbol()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/jsdialog/
H A Dexecutor.hxx23 static void trigger_changed(weld::ComboBox& rComboBox) { rComboBox.signal_changed(); } in trigger_changed() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Ddialog.hxx429 void FillSymbols(weld::ComboBox& rComboBox, bool bDeleteText = true);
430 void FillSymbolSets(weld::ComboBox& rComboBox, bool bDeleteText = true);
439 bool SelectSymbolSet(weld::ComboBox &rComboBox, std::u16string_view rSymbolSetName,
441 bool SelectSymbol(weld::ComboBox& rComboBox, const OUString &rSymbolName,
446 SmSym* GetSymbol(const weld::ComboBox& rComboBox);
447 const SmSym* GetSymbol(const weld::ComboBox& rComboBox) const in GetSymbol()
449 return const_cast<SmSymDefineDialog *>(this)->GetSymbol(rComboBox); in GetSymbol()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/
H A Ddialog.hxx429 void FillSymbols(weld::ComboBox& rComboBox, bool bDeleteText = true);
430 void FillSymbolSets(weld::ComboBox& rComboBox, bool bDeleteText = true);
439 bool SelectSymbolSet(weld::ComboBox &rComboBox, const OUString &rSymbolSetName,
441 bool SelectSymbol(weld::ComboBox& rComboBox, const OUString &rSymbolName,
446 SmSym* GetSymbol(const weld::ComboBox& rComboBox);
447 const SmSym* GetSymbol(const weld::ComboBox& rComboBox) const in GetSymbol()
449 return const_cast<SmSymDefineDialog *>(this)->GetSymbol(rComboBox); in GetSymbol()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx270 weld::ComboBox& rComboBox = m_pComboCell->get_widget(); in AcceptDrop() local
271 sal_Int32 nPos = rComboBox.get_active(); in AcceptDrop()
272 if (nPos != -1 || !rComboBox.get_active_text().isEmpty()) in AcceptDrop()
344 weld::ComboBox& rComboBox = m_pComboCell->get_widget(); in fillColumns() local
345 rComboBox.clear(); in fillColumns()
347 lcl_addToList_throw(rComboBox, m_aColumnInfo, _xColumns); in fillColumns()
374 weld::ComboBox& rComboBox = m_pComboCell->get_widget(); in lateInit() local
451 sal_Int32 nPos = rComboBox.get_active(); in SaveModified()
454 sExpression = rComboBox.get_active_text(); in SaveModified()
513 weld::ComboBox& rComboBox = m_pComboCell->get_widget(); in InitController() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsamecontentlistbox.hxx28 void SVXCORE_DLLPUBLIC Fill(weld::ComboBox& rComboBox);
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/main/
H A DElementSelector.cxx199 IMPL_LINK(SelectorListBox, SelectHdl, weld::ComboBox&, rComboBox, void) in IMPL_LINK() argument
201 if (rComboBox.changed_by_direct_pick()) in IMPL_LINK()
203 const sal_Int32 nPos = rComboBox.get_active(); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/fmcomp/
H A Dgridcell.cxx2480 rComboBox.clear(); in SetList()
2486 rComboBox.append_text(rString); in SetList()
2550 rComboBox.set_entry_text(sText); in updateFromModel()
2551 rComboBox.select_entry_region(0, -1); in updateFromModel()
2671 rComboBox.set_active(-1); in UpdateFromField()
2688 int nOldActive = rComboBox.get_active(); in updateFromModel()
2690 rComboBox.set_active(nSelection); in updateFromModel()
2692 rComboBox.set_active(-1); in updateFromModel()
2703 auto nActive = rComboBox.get_active(); in commitControl()
2769 rComboBox.append_text(rString); in SetList()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/inet/
H A Dinettbc.cxx188 IMPL_LINK(SfxURLToolBoxControl_Impl, SelectHdl, weld::ComboBox&, rComboBox, void) in IMPL_LINK() argument
195 if (rComboBox.changed_by_direct_pick() && !aName.isEmpty()) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/ribbar/
H A Dworkctrl.cxx383 IMPL_LINK(SwZoomBox_Impl, SelectHdl, weld::ComboBox&, rComboBox, void) in IMPL_LINK() argument
385 if (rComboBox.changed_by_direct_pick()) // only when picked from the list in IMPL_LINK()
743 IMPL_LINK(NavElementBox_Base, SelectHdl, weld::ComboBox&, rComboBox, void) in IMPL_LINK() argument
745 if (!rComboBox.changed_by_direct_pick()) // only when picked from the list in IMPL_LINK()
750 sal_uInt16 nMoveType = rComboBox.get_active_id().toUInt32(); in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/dlg/
H A Ddbfindex.cxx203 IMPL_LINK(ODbaseIndexDialog, TableSelectHdl, weld::ComboBox&, rComboBox, void) in IMPL_LINK() argument
207 … [&] (const OTableInfo& arg) { return arg.aTableName == rComboBox.get_active_text() ; }); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/dlg/
H A Ddbfindex.cxx201 IMPL_LINK(ODbaseIndexDialog, TableSelectHdl, weld::ComboBox&, rComboBox, void) in IMPL_LINK() argument
205 … [&] (const OTableInfo& arg) { return arg.aTableName == rComboBox.get_active_text() ; }); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/bibliography/
H A Dgeneral.cxx459 …explicit ComboBoxChangeListener(weld::ComboBox& rComboBox, css::uno::Reference<css::beans::XProper… in ComboBoxChangeListener() argument
461 , m_rComboBox(rComboBox) in ComboBoxChangeListener()
463 rComboBox.connect_changed(LINK(this, ComboBoxChangeListener, ChangeHdl)); in ComboBoxChangeListener()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/control/
H A Dctrlbox.cxx338 void calcCustomItemSize(const weld::ComboBox& rComboBox) in calcCustomItemSize() argument
340 … gUserItemSz = Size(rComboBox.get_approximate_digit_width() * 52, rComboBox.get_text_height()); in calcCustomItemSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dsrchdlg.cxx1891 weld::ComboBox &rComboBox = dynamic_cast<weld::ComboBox&>(*pCtrl); in IMPL_LINK() local
1892 rComboBox.select_entry_region(0, -1); in IMPL_LINK()
1893 ModifyHdl_Impl(rComboBox); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/fpicker/source/office/
H A Diodlg.cxx956 IMPL_LINK( SvtFileDialog, FileNameModifiedHdl_Impl, weld::ComboBox&, rComboBox, void ) in IMPL_LINK() argument
958 FileNameGetFocusHdl_Impl(rComboBox); in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/fpicker/source/office/
H A Diodlg.cxx966 IMPL_LINK( SvtFileDialog, FileNameModifiedHdl_Impl, weld::ComboBox&, rComboBox, void ) in IMPL_LINK() argument
968 FileNameGetFocusHdl_Impl(rComboBox); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dnewhelp.cxx1035 IMPL_LINK(SearchTabPage_Impl, ModifyHdl, weld::ComboBox&, rComboBox, void) in IMPL_LINK() argument
1040 if (rComboBox.changed_by_direct_pick()) in IMPL_LINK()