Home
last modified time | relevance | path

Searched refs:mxLineWidthPopup (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sidebar/line/
H A DLinePropertyPanelBase.cxx86 mxLineWidthPopup(new LineWidthPopup(mxTBWidth.get(), *this)), in LinePropertyPanelBase()
100 mxLineWidthPopup.reset(); in ~LinePropertyPanelBase()
119 mxTBWidth->set_item_popover(SELECTWIDTH, mxLineWidthPopup->getTopLevel()); in Initialize()
438 mxLineWidthPopup->SetWidthSelect(mnWidthCoreValue, mbWidthValuable, meMapUnit); in SetWidth()
454 mxLineWidthPopup->SetWidthSelect(mnWidthCoreValue, mbWidthValuable, meMapUnit); in setMapUnit()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sidebar/line/
H A DLinePropertyPanelBase.cxx175 mxLineWidthPopup(VclPtr<LineWidthPopup>::Create(*this)), in LinePropertyPanelBase()
206 mxLineWidthPopup.disposeAndClear(); in dispose()
674 mxLineWidthPopup->SetWidthSelect(mnWidthCoreValue, mbWidthValuable, meMapUnit); in IMPL_LINK()
675 mxLineWidthPopup->StartPopupMode(pToolBox, FloatWinPopupFlags::GrabFocus); in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/sidebar/
H A DLinePropertyPanelBase.hxx111 std::unique_ptr<LineWidthPopup> mxLineWidthPopup; member in svx::sidebar::LinePropertyPanelBase
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/sidebar/
H A DLinePropertyPanelBase.hxx142 VclPtr<LineWidthPopup> mxLineWidthPopup; member in svx::sidebar::LinePropertyPanelBase