Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dfrmsel.cxx226 mnCtrlSize( 0 ), in FrameSelectorImpl()
371 mnCtrlSize = 2 * nBetwBordersSize + nFixedSize; in InitGlobalGeometry()
372 mnCtrlSize = std::max(mnCtrlSize, static_cast<tools::Long>(0)); in InitGlobalGeometry()
373 mpVirDev->SetOutputSizePixel( Size( mnCtrlSize, mnCtrlSize ) ); in InitGlobalGeometry()
376 …maVirDevPos = Point( (aCtrlSize.Width() - mnCtrlSize) / 2, (aCtrlSize.Height() - mnCtrlSize) / 2 ); in InitGlobalGeometry()
386 mnLine2 = mnCtrlSize / 2; in InitBorderGeometry()
587 tools::Long nBRPos = mnCtrlSize - mnArrowSize; in DrawArrows()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Dfrmsel.cxx220 mnCtrlSize( 0 ), in FrameSelectorImpl()
364 mnCtrlSize = 2 * nBetwBordersSize + nFixedSize; in InitGlobalGeometry()
365 mnCtrlSize = std::max(mnCtrlSize, static_cast<long>(0)); in InitGlobalGeometry()
366 mpVirDev->SetOutputSizePixel( Size( mnCtrlSize, mnCtrlSize ) ); in InitGlobalGeometry()
369 …maVirDevPos = Point( (aCtrlSize.Width() - mnCtrlSize) / 2, (aCtrlSize.Height() - mnCtrlSize) / 2 ); in InitGlobalGeometry()
379 mnLine2 = mnCtrlSize / 2; in InitBorderGeometry()
577 long nBRPos = mnCtrlSize - mnArrowSize; in DrawArrows()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/inc/
H A Dfrmselimpl.hxx128 long mnCtrlSize; /// Size of the control (always square). member
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/inc/
H A Dfrmselimpl.hxx128 tools::Long mnCtrlSize; /// Size of the control (always square). member