Home
last modified time | relevance | path

Searched refs:rButton (Results 126 – 150 of 251) sorted by relevance

1234567891011

/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/scanner/
H A Dsanedlg.cxx554 IMPL_LINK( SaneDlg, ClickBtnHdl, weld::Button&, rButton, void ) in IMPL_LINK() argument
558 if( &rButton == mxDeviceInfoButton.get() ) in IMPL_LINK()
570 else if( &rButton == mxPreviewButton.get() ) in IMPL_LINK()
572 else if( &rButton == mxBoolCheckBox.get() ) in IMPL_LINK()
577 else if( &rButton == mxButtonOption.get() ) in IMPL_LINK()
609 else if( &rButton == mxAdvancedBox.get() ) in IMPL_LINK()
614 if (&rButton == mxScanButton.get()) in IMPL_LINK()
623 else if( &rButton == mxCancelButton.get() ) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dtipofthedaydlg.cxx231 IMPL_LINK(TipOfTheDayDialog, OnLinkClick, weld::LinkButton&, rButton, bool) in IMPL_LINK() argument
233 const OUString sLink = rButton.get_uri(); in IMPL_LINK()
H A Dhlinettp.cxx317 IMPL_LINK(SvxHyperlinkInternetTp, Click_SmartProtocol_Impl, weld::Toggleable&, rButton, void) in IMPL_LINK() argument
319 if (!rButton.get_active()) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dialogs/
H A Dsearchresults.cxx246 IMPL_STATIC_LINK( SearchResultsDlg, OnShowToggled, weld::Toggleable&, rButton, void ) in IMPL_STATIC_LINK() argument
250 aViewOpt.SetOption( VOPT_SUMMARY, rButton.get_active() ); in IMPL_STATIC_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/propctrlr/
H A Dselectlabeldialog.cxx242 IMPL_LINK(OSelectLabelDialog, OnNoAssignmentClicked, weld::Toggleable&, rButton, void) in IMPL_LINK() argument
244 …DBG_ASSERT(&rButton == m_xNoAssignment.get(), "OSelectLabelDialog::OnNoAssignmentClicked : where d… in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/propctrlr/
H A Dselectlabeldialog.cxx236 IMPL_LINK(OSelectLabelDialog, OnNoAssignmentClicked, weld::ToggleButton&, rButton, void) in IMPL_LINK() argument
238 …DBG_ASSERT(&rButton == m_xNoAssignment.get(), "OSelectLabelDialog::OnNoAssignmentClicked : where d… in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/dbgui/
H A Dtpsort.cxx799 IMPL_LINK( ScTabPageSortOptions, EnableHdl, weld::Toggleable&, rButton, void ) in IMPL_LINK() argument
801 if (&rButton == m_xBtnCopyResult.get()) in IMPL_LINK()
803 if (rButton.get_active()) in IMPL_LINK()
815 else if (&rButton == m_xBtnSortUser.get()) in IMPL_LINK()
817 if (rButton.get_active()) in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/dbgui/
H A Dtpsort.cxx800 IMPL_LINK( ScTabPageSortOptions, EnableHdl, weld::ToggleButton&, rButton, void ) in IMPL_LINK() argument
802 if (&rButton == m_xBtnCopyResult.get()) in IMPL_LINK()
804 if (rButton.get_active()) in IMPL_LINK()
816 else if (&rButton == m_xBtnSortUser.get()) in IMPL_LINK()
818 if (rButton.get_active()) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/unx/generic/print/
H A Dprtsetup.cxx99 IMPL_LINK( RTSDialog, ClickButton, weld::Button&, rButton, void ) in IMPL_LINK() argument
101 if (&rButton == m_xOKButton.get()) in IMPL_LINK()
123 else if (&rButton == m_xCancelButton.get()) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/dbui/
H A Dmmoutputtypepage.cxx279 IMPL_LINK( SwSendMailDialog, StopHdl_Impl, weld::Button&, rButton, void ) in IMPL_LINK() argument
288 rButton.set_label(m_sContinue); in IMPL_LINK()
294 rButton.set_label(m_sStop); in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/dbui/
H A Dmmoutputtypepage.cxx273 IMPL_LINK( SwSendMailDialog, StopHdl_Impl, weld::Button&, rButton, void ) in IMPL_LINK() argument
281 rButton.set_label(m_sContinue); in IMPL_LINK()
287 rButton.set_label(m_sStop); in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/unx/generic/print/
H A Dprtsetup.cxx99 IMPL_LINK( RTSDialog, ClickButton, weld::Button&, rButton, void ) in IMPL_LINK() argument
101 if (&rButton == m_xOKButton.get()) in IMPL_LINK()
123 else if (&rButton == m_xCancelButton.get()) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/miscdlgs/
H A Dinstbdlg.cxx252 IMPL_LINK(ScInsertTableDlg, ChoiceHdl_Impl, weld::Toggleable&, rButton, void) in IMPL_LINK() argument
254 if (!rButton.get_active()) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/fldui/
H A Dfldedt.cxx261 IMPL_LINK(SwFieldEditDlg, NextPrevHdl, weld::Button&, rButton, void) in IMPL_LINK() argument
263 bool bNext = &rButton == m_xNextBT.get(); in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/fldui/
H A Dfldedt.cxx265 IMPL_LINK(SwFieldEditDlg, NextPrevHdl, weld::Button&, rButton, void) in IMPL_LINK() argument
267 bool bNext = &rButton == m_xNextBT.get(); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/tbxctrls/
H A Dfontworkgallery.cxx354 IMPL_LINK(FontworkAlignmentWindow, SelectHdl, weld::Toggleable&, rButton, void) in IMPL_LINK() argument
356 if (mbSettingValue || !rButton.get_active()) in IMPL_LINK()
644 IMPL_LINK(FontworkCharacterSpacingWindow, SelectHdl, weld::Toggleable&, rButton, void) in IMPL_LINK() argument
646 if (!rButton.get_active()) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/misc/
H A DWCPage.cxx100 IMPL_LINK(OCopyTable, RadioChangeHdl, weld::Toggleable&, rButton, void) in IMPL_LINK() argument
102 if (!rButton.get_active()) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/StatisticsDialogs/
H A DStatisticsInputOutputDialog.cxx172 IMPL_LINK( ScStatisticsInputOutputDialog, ButtonClicked, weld::Button&, rButton, void ) in IMPL_LINK() argument
174 if (&rButton == mxButtonOk.get()) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A DSafeModeDialog.cxx199 IMPL_LINK(SafeModeDialog, RadioBtnHdl, weld::Toggleable&, rButton, void) in IMPL_LINK() argument
201 if (!rButton.get_active()) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/fmcomp/
H A Dgridctrl.cxx378 IMPL_LINK(NavigationBar, OnClick, weld::Button&, rButton, void) in IMPL_LINK() argument
385 if (&rButton == m_xFirstBtn.get()) in IMPL_LINK()
387 else if( &rButton == m_xPrevBtn.get() ) in IMPL_LINK()
389 else if( &rButton == m_xNextBtn.get() ) in IMPL_LINK()
391 else if( &rButton == m_xLastBtn.get() ) in IMPL_LINK()
393 else if( &rButton == m_xNewBtn.get() ) in IMPL_LINK()
401 if (&rButton == m_xFirstBtn.get()) in IMPL_LINK()
403 else if( &rButton == m_xPrevBtn.get() ) in IMPL_LINK()
405 else if( &rButton == m_xNextBtn.get() ) in IMPL_LINK()
407 else if( &rButton == m_xLastBtn.get() ) in IMPL_LINK()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dmoduldl2.cxx422 IMPL_LINK( LibPage, ButtonHdl, weld::Button&, rButton, void ) in IMPL_LINK() argument
424 if (&rButton == m_xEditButton.get()) in IMPL_LINK()
443 else if (&rButton == m_xNewLibButton.get()) in IMPL_LINK()
445 else if (&rButton == m_xInsertLibButton.get()) in IMPL_LINK()
447 else if (&rButton == m_xExportButton.get()) in IMPL_LINK()
449 else if (&rButton == m_xDelButton.get()) in IMPL_LINK()
451 else if (&rButton == m_xPasswordButton.get()) in IMPL_LINK()
H A Dmacrodlg.hxx68 void EnableButton(weld::Button& rButton, bool bEnable);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dmoduldl2.cxx419 IMPL_LINK( LibPage, ButtonHdl, weld::Button&, rButton, void ) in IMPL_LINK() argument
421 if (&rButton == m_xEditButton.get()) in IMPL_LINK()
440 else if (&rButton == m_xNewLibButton.get()) in IMPL_LINK()
442 else if (&rButton == m_xInsertLibButton.get()) in IMPL_LINK()
444 else if (&rButton == m_xExportButton.get()) in IMPL_LINK()
446 else if (&rButton == m_xDelButton.get()) in IMPL_LINK()
448 else if (&rButton == m_xPasswordButton.get()) in IMPL_LINK()
H A Dmacrodlg.hxx67 void EnableButton(weld::Button& rButton, bool bEnable);
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dtextattr.cxx588 IMPL_LINK(SvxTextAttrPage, ClickHdl_Impl, weld::Toggleable&, rButton, void) in IMPL_LINK() argument
590 if (&rButton == m_xTsbAutoGrowSize.get()) in IMPL_LINK()
599 else if (&rButton == m_xTsbAutoGrowHeight.get()) in IMPL_LINK()

1234567891011