Home
last modified time | relevance | path

Searched refs:ToolbarUnoDispatcher (Results 1 – 25 of 44) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sidebar/text/
H A DTextPropertyPanel.hxx49 std::unique_ptr<ToolbarUnoDispatcher> mxFontDispatch;
51 std::unique_ptr<ToolbarUnoDispatcher> mxFontHeightDispatch;
53 std::unique_ptr<ToolbarUnoDispatcher> mxFontEffectsDispatch;
55 std::unique_ptr<ToolbarUnoDispatcher> mxFontAdjustDispatch;
57 std::unique_ptr<ToolbarUnoDispatcher> mxToolBoxFontColorSwDispatch;
59 std::unique_ptr<ToolbarUnoDispatcher> mxToolBoxFontColorDispatch;
61 std::unique_ptr<ToolbarUnoDispatcher> mxToolBoxBackgroundColorDispatch;
63 std::unique_ptr<ToolbarUnoDispatcher> mxResetBarDispatch;
65 std::unique_ptr<ToolbarUnoDispatcher> mxDefaultBarDispatch;
67 std::unique_ptr<ToolbarUnoDispatcher> mxPositionBarDispatch;
[all …]
H A DTextPropertyPanel.cxx45 , mxFontDispatch(new ToolbarUnoDispatcher(*mxFont, *m_xBuilder, rxFrame)) in TextPropertyPanel()
47 , mxFontHeightDispatch(new ToolbarUnoDispatcher(*mxFontHeight, *m_xBuilder, rxFrame)) in TextPropertyPanel()
49 , mxFontEffectsDispatch(new ToolbarUnoDispatcher(*mxFontEffects, *m_xBuilder, rxFrame)) in TextPropertyPanel()
51 , mxFontAdjustDispatch(new ToolbarUnoDispatcher(*mxFontAdjust, *m_xBuilder, rxFrame)) in TextPropertyPanel()
53 …, mxToolBoxFontColorSwDispatch(new ToolbarUnoDispatcher(*mxToolBoxFontColorSw, *m_xBuilder, rxFram… in TextPropertyPanel()
55 … , mxToolBoxFontColorDispatch(new ToolbarUnoDispatcher(*mxToolBoxFontColor, *m_xBuilder, rxFrame)) in TextPropertyPanel()
57 …, mxToolBoxBackgroundColorDispatch(new ToolbarUnoDispatcher(*mxToolBoxBackgroundColor, *m_xBuilder… in TextPropertyPanel()
59 , mxResetBarDispatch(new ToolbarUnoDispatcher(*mxResetBar, *m_xBuilder, rxFrame)) in TextPropertyPanel()
61 , mxDefaultBarDispatch(new ToolbarUnoDispatcher(*mxDefaultBar, *m_xBuilder, rxFrame)) in TextPropertyPanel()
63 , mxPositionBarDispatch(new ToolbarUnoDispatcher(*mxPositionBar, *m_xBuilder, rxFrame)) in TextPropertyPanel()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/toolbox/
H A Dweldutils.cxx56 vcl::ImageType ToolbarUnoDispatcher::GetIconSize() const in GetIconSize()
74 ToolbarUnoDispatcher::ToolbarUnoDispatcher(weld::Toolbar& rToolbar, weld::Builder& rBuilder, in ToolbarUnoDispatcher() function in ToolbarUnoDispatcher
82 rToolbar.connect_clicked(LINK(this, ToolbarUnoDispatcher, SelectHdl)); in ToolbarUnoDispatcher()
83 rToolbar.connect_menu_toggled(LINK(this, ToolbarUnoDispatcher, ToggleMenuHdl)); in ToolbarUnoDispatcher()
115 void ToolbarUnoDispatcher::CreateController(const OUString& rCommand) in CreateController()
126 ToolbarUnoDispatcher::GetControllerForCommand(const OUString& rCommand) const in GetControllerForCommand()
135 IMPL_LINK(ToolbarUnoDispatcher, SelectHdl, const OString&, rCommand, void) in IMPL_LINK() argument
144 IMPL_LINK(ToolbarUnoDispatcher, ToggleMenuHdl, const OString&, rCommand, void) in IMPL_LINK() argument
153 IMPL_LINK_NOARG(ToolbarUnoDispatcher, ChangedIconSizeHandler, LinkParamNone*, void) in IMPL_LINK_NOARG() argument
178 void ToolbarUnoDispatcher::dispose() in dispose()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sidebar/paragraph/
H A DParaPropertyPanel.hxx33 class ToolbarUnoDispatcher;
77 std::unique_ptr<ToolbarUnoDispatcher> mxHorzAlignDispatch;
79 std::unique_ptr<ToolbarUnoDispatcher> mxVertAlignDispatch;
82 std::unique_ptr<ToolbarUnoDispatcher> mxNumBulletDispatch;
84 std::unique_ptr<ToolbarUnoDispatcher> mxBackColorDispatch;
87 std::unique_ptr<ToolbarUnoDispatcher> mxWriteDirectionDispatch;
89 std::unique_ptr<ToolbarUnoDispatcher> mxParaSpacingDispatch;
91 std::unique_ptr<ToolbarUnoDispatcher> mxLineSpacingDispatch;
93 std::unique_ptr<ToolbarUnoDispatcher> mxIndentDispatch;
H A DParaPropertyPanel.cxx401 mxHorzAlignDispatch(new ToolbarUnoDispatcher(*mxTBxHorzAlign, *m_xBuilder, rxFrame)), in ParaPropertyPanel()
403 mxVertAlignDispatch(new ToolbarUnoDispatcher(*mxTBxVertAlign, *m_xBuilder, rxFrame)), in ParaPropertyPanel()
406 mxNumBulletDispatch(new ToolbarUnoDispatcher(*mxTBxNumBullet, *m_xBuilder, rxFrame)), in ParaPropertyPanel()
408 mxBackColorDispatch(new ToolbarUnoDispatcher(*mxTBxBackColor, *m_xBuilder, rxFrame)), in ParaPropertyPanel()
410 … mxWriteDirectionDispatch(new ToolbarUnoDispatcher(*mxTBxWriteDirection, *m_xBuilder, rxFrame)), in ParaPropertyPanel()
412 mxParaSpacingDispatch(new ToolbarUnoDispatcher(*mxTBxParaSpacing, *m_xBuilder, rxFrame)), in ParaPropertyPanel()
414 mxLineSpacingDispatch(new ToolbarUnoDispatcher(*mxTBxLineSpacing, *m_xBuilder, rxFrame)), in ParaPropertyPanel()
416 mxIndentDispatch(new ToolbarUnoDispatcher(*mxTBxIndent, *m_xBuilder, rxFrame)), in ParaPropertyPanel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/sidebar/
H A DTableEditPanel.hxx48 std::unique_ptr<ToolbarUnoDispatcher> m_xInsertDispatch;
50 std::unique_ptr<ToolbarUnoDispatcher> m_xSelectDispatch;
52 std::unique_ptr<ToolbarUnoDispatcher> m_xRowSizingDispatch;
54 std::unique_ptr<ToolbarUnoDispatcher> m_xColumnSizingDispatch;
56 std::unique_ptr<ToolbarUnoDispatcher> m_xDeleteDispatch;
58 std::unique_ptr<ToolbarUnoDispatcher> m_xSplitMergeDispatch;
60 std::unique_ptr<ToolbarUnoDispatcher> m_xMiscDispatch;
H A DTableEditPanel.cxx100 , m_xInsertDispatch(new ToolbarUnoDispatcher(*m_xInsert, *m_xBuilder, rxFrame)) in TableEditPanel()
102 , m_xSelectDispatch(new ToolbarUnoDispatcher(*m_xSelect, *m_xBuilder, rxFrame)) in TableEditPanel()
104 , m_xRowSizingDispatch(new ToolbarUnoDispatcher(*m_xRowSizing, *m_xBuilder, rxFrame)) in TableEditPanel()
106 , m_xColumnSizingDispatch(new ToolbarUnoDispatcher(*m_xColumnSizing, *m_xBuilder, rxFrame)) in TableEditPanel()
108 , m_xDeleteDispatch(new ToolbarUnoDispatcher(*m_xDelete, *m_xBuilder, rxFrame)) in TableEditPanel()
110 , m_xSplitMergeDispatch(new ToolbarUnoDispatcher(*m_xSplitMerge, *m_xBuilder, rxFrame)) in TableEditPanel()
112 , m_xMiscDispatch(new ToolbarUnoDispatcher(*m_xMisc, *m_xBuilder, rxFrame)) in TableEditPanel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/
H A Dweldutils.hxx30 class SFX2_DLLPUBLIC ToolbarUnoDispatcher class
52 ToolbarUnoDispatcher(weld::Toolbar& rToolbar, weld::Builder& rBuilder,
60 ~ToolbarUnoDispatcher();
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.hxx105 std::unique_ptr<ToolbarUnoDispatcher> mxFlipDispatch;
108 std::unique_ptr<ToolbarUnoDispatcher> mxArrangeDispatch;
110 std::unique_ptr<ToolbarUnoDispatcher> mxArrangeDispatch2;
113 std::unique_ptr<ToolbarUnoDispatcher> mxAlignDispatch;
115 std::unique_ptr<ToolbarUnoDispatcher> mxAlignDispatch2;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/sidebar/
H A DAlignmentPropertyPanel.hxx76 std::unique_ptr<ToolbarUnoDispatcher> mxHorizontalAlignDispatch;
79 std::unique_ptr<ToolbarUnoDispatcher> mxVertAlignDispatch;
82 std::unique_ptr<ToolbarUnoDispatcher> mxWriteDirectionDispatch;
85 std::unique_ptr<ToolbarUnoDispatcher> mxIndentButtonsDispatch;
H A DCellAppearancePropertyPanel.hxx28 class ToolbarUnoDispatcher;
75 std::unique_ptr<ToolbarUnoDispatcher> mxBackColorDispatch;
79 std::unique_ptr<ToolbarUnoDispatcher> mxLineColorDispatch;
H A DAlignmentPropertyPanel.cxx56 , mxHorizontalAlignDispatch(new ToolbarUnoDispatcher(*mxHorizontalAlign, *m_xBuilder, rxFrame)) in AlignmentPropertyPanel()
58 , mxVertAlignDispatch(new ToolbarUnoDispatcher(*mxVertAlign, *m_xBuilder, rxFrame)) in AlignmentPropertyPanel()
60 , mxWriteDirectionDispatch(new ToolbarUnoDispatcher(*mxWriteDirection, *m_xBuilder, rxFrame)) in AlignmentPropertyPanel()
62 , mxIndentButtonsDispatch(new ToolbarUnoDispatcher(*mxIndentButtons, *m_xBuilder, rxFrame)) in AlignmentPropertyPanel()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/
H A Dweldutils.cxx109 ToolbarUnoDispatcher::ToolbarUnoDispatcher(Toolbar& rToolbar, in ToolbarUnoDispatcher() function in weld::ToolbarUnoDispatcher
130 rToolbar.connect_clicked(LINK(this, ToolbarUnoDispatcher, SelectHdl)); in ToolbarUnoDispatcher()
133 IMPL_LINK(ToolbarUnoDispatcher, SelectHdl, const OString&, rCommand, void) in IMPL_LINK() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dunusedfields.writeonly.results368 FillControl mxColorDispatch std::unique_ptr<ToolbarUnoDispatcher>
808 svx::sidebar::ParaPropertyPanel mxIndentDispatch std::unique_ptr<ToolbarUnoDispatcher>
810 svx::sidebar::PosSizePropertyPanel mxFlipDispatch std::unique_ptr<ToolbarUnoDispatcher>
824 svx::sidebar::TextPropertyPanel mxFontDispatch std::unique_ptr<ToolbarUnoDispatcher>
894 SwNavigationPI m_xContent2Dispatch std::unique_ptr<ToolbarUnoDispatcher>
896 SwNavigationPI m_xContent3Dispatch std::unique_ptr<ToolbarUnoDispatcher>
900 sw::sidebar::TableEditPanel m_xInsertDispatch std::unique_ptr<ToolbarUnoDispatcher>
902 sw::sidebar::TableEditPanel m_xSelectDispatch std::unique_ptr<ToolbarUnoDispatcher>
904 sw::sidebar::TableEditPanel m_xRowSizingDispatch std::unique_ptr<ToolbarUnoDispatcher>
908 sw::sidebar::TableEditPanel m_xDeleteDispatch std::unique_ptr<ToolbarUnoDispatcher>
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dweldutils.hxx22 class VCL_DLLPUBLIC ToolbarUnoDispatcher class
30 ToolbarUnoDispatcher(Toolbar& rToolbar, const css::uno::Reference<css::frame::XFrame>& rFrame);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/sidebar/
H A DLinePropertyPanelBase.hxx30 class ToolbarUnoDispatcher;
91 std::unique_ptr<ToolbarUnoDispatcher> mxColorDispatch;
94 std::unique_ptr<ToolbarUnoDispatcher> mxLineStyleDispatch;
H A DAreaPropertyPanelBase.hxx36 class ToolbarUnoDispatcher;
121 std::unique_ptr<ToolbarUnoDispatcher> mxColorDispatch;
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sidebar/lists/
H A DListsPropertyPanel.hxx41 std::unique_ptr<ToolbarUnoDispatcher> mxNumBulletDispatcher;
43 std::unique_ptr<ToolbarUnoDispatcher> mxOutlineDispatcher;
H A DListsPropertyPanel.cxx45 , mxNumBulletDispatcher(new ToolbarUnoDispatcher(*mxTBxNumBullet, *m_xBuilder, rxFrame)) in ListsPropertyPanel()
47 , mxOutlineDispatcher(new ToolbarUnoDispatcher(*mxTBxOutline, *m_xBuilder, rxFrame)) in ListsPropertyPanel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sidebar/styles/
H A DStylesPropertyPanel.hxx20 std::unique_ptr<ToolbarUnoDispatcher> m_xFontStyleDispatch;
23 std::unique_ptr<ToolbarUnoDispatcher> m_xStyleDispatch;
H A DStylesPropertyPanel.cxx35 , m_xFontStyleDispatch(new ToolbarUnoDispatcher(*m_xFontStyle, *m_xBuilder, rxFrame)) in StylesPropertyPanel()
37 , m_xStyleDispatch(new ToolbarUnoDispatcher(*m_xStyle, *m_xBuilder, rxFrame)) in StylesPropertyPanel()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sidebar/line/
H A DLinePropertyPanelBase.cxx58 … SvxLineStyleToolBoxControl* getLineStyleToolBoxControl(const ToolbarUnoDispatcher& rToolBoxColor) in getLineStyleToolBoxControl()
72 mxColorDispatch(new ToolbarUnoDispatcher(*mxTBColor, *m_xBuilder, rxFrame)), in LinePropertyPanelBase()
74 mxLineStyleDispatch(new ToolbarUnoDispatcher(*mxLineStyleTB, *m_xBuilder, rxFrame)), in LinePropertyPanelBase()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Dnavipi.hxx59 std::unique_ptr<ToolbarUnoDispatcher> m_xContent2Dispatch;
60 std::unique_ptr<ToolbarUnoDispatcher> m_xContent3Dispatch;
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sidebar/fontwork/
H A DFontworkPropertyPanel.hxx42 std::unique_ptr<ToolbarUnoDispatcher> m_xToolbar;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/inc/
H A Drecfloat.hxx44 std::unique_ptr<ToolbarUnoDispatcher> m_xDispatcher;

12