Home
last modified time | relevance | path

Searched refs:FontworkAlignmentWindow (Results 1 – 3 of 3) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/tbxctrls/
H A Dfontworkgallery.cxx273 class FontworkAlignmentWindow final : public WeldToolbarPopup class
301 FontworkAlignmentWindow::FontworkAlignmentWindow(svt::PopupWindowController* pControl, weld::Widget… in FontworkAlignmentWindow() function in svx::FontworkAlignmentWindow
311 mxLeft->connect_toggled(LINK(this, FontworkAlignmentWindow, SelectHdl)); in FontworkAlignmentWindow()
312 mxCenter->connect_toggled(LINK(this, FontworkAlignmentWindow, SelectHdl)); in FontworkAlignmentWindow()
313 mxRight->connect_toggled(LINK(this, FontworkAlignmentWindow, SelectHdl)); in FontworkAlignmentWindow()
314 mxWord->connect_toggled(LINK(this, FontworkAlignmentWindow, SelectHdl)); in FontworkAlignmentWindow()
315 mxStretch->connect_toggled(LINK(this, FontworkAlignmentWindow, SelectHdl)); in FontworkAlignmentWindow()
320 void FontworkAlignmentWindow::implSetAlignment( int nSurface, bool bEnabled ) in implSetAlignment()
354 IMPL_LINK(FontworkAlignmentWindow, SelectHdl, weld::Toggleable&, rButton, void) in IMPL_LINK() argument
409 return std::make_unique<FontworkAlignmentWindow>(this, m_pToolbar); in weldPopupWindow()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/tbxctrls/
H A Dfontworkgallery.cxx266 class FontworkAlignmentWindow : public ToolbarMenu class
269 FontworkAlignmentWindow( svt::ToolboxController& rController, vcl::Window* pParentWindow );
283 FontworkAlignmentWindow::FontworkAlignmentWindow(svt::ToolboxController& rController, vcl::Window* … in FontworkAlignmentWindow() function in svx::FontworkAlignmentWindow
287 SetSelectHdl( LINK( this, FontworkAlignmentWindow, SelectHdl ) ); in FontworkAlignmentWindow()
306 void FontworkAlignmentWindow::implSetAlignment( int nSurface, bool bEnabled ) in implSetAlignment()
316 void FontworkAlignmentWindow::statusChanged( const css::frame::FeatureStateEvent& Event ) in statusChanged()
333 IMPL_LINK_NOARG(FontworkAlignmentWindow, SelectHdl, ToolbarMenu*, void) in IMPL_LINK_NOARG() argument
377 return VclPtr<FontworkAlignmentWindow>::Create( *this, pParent ); in createPopupWindow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog249299 weld FontworkAlignmentWindow