Home
last modified time | relevance | path

Searched refs:mnWidthCoreValue (Results 1 – 5 of 5) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sidebar/line/
H A DLinePropertyPanelBase.cxx75 mnWidthCoreValue(0), in LinePropertyPanelBase()
189 mnWidthCoreValue = pItem->GetValue(); in updateLineWidth()
413 …tools::Long nVal = OutputDevice::LogicToLogic(mnWidthCoreValue * 10, meMapUnit, MapUnit::MapPoint); in SetWidthIcon()
436 mnWidthCoreValue = nWidth; in SetWidth()
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.cxx172 mnWidthCoreValue(0), in LinePropertyPanelBase()
366 mnWidthCoreValue = pItem->GetValue(); in updateLineWidth()
674 mxLineWidthPopup->SetWidthSelect(mnWidthCoreValue, mbWidthValuable, meMapUnit); in IMPL_LINK()
705 long nVal = LogicToLogic(mnWidthCoreValue * 10, meMapUnit, MapUnit::MapPoint); in SetWidthIcon()
729 mnWidthCoreValue = nWidth; in SetWidth()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/sidebar/
H A DLinePropertyPanelBase.hxx96 sal_Int32 mnWidthCoreValue; member in svx::sidebar::LinePropertyPanelBase
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/sidebar/
H A DLinePropertyPanelBase.hxx135 sal_Int32 mnWidthCoreValue; member in svx::sidebar::LinePropertyPanelBase
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/controller/sidebar/
H A DChartLinePanel.cxx288 (".uno:LineWidth=" + std::to_string(mnWidthCoreValue)).c_str()); in updateLineWidth()