Home
last modified time | relevance | path

Searched refs:nOff3 (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dtabctrl.cxx814 sal_uInt16 nOff3 = 0; in ImplDrawItem() local
826 nOff3 = 1; in ImplDrawItem()
956 …g nXPos = aRect.Left() + ((aTabSize.Width() - nTextWidth - aImageSize.Width()) / 2) - nOff - nOff3; in ImplDrawItem()
957 tools::Long nYPos = aRect.Top() + ((aTabSize.Height() - nTextHeight) / 2) - nOff3; in ImplDrawItem()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/control/
H A Dtabctrl.cxx814 sal_uInt16 nOff3 = 0; in ImplDrawItem() local
826 nOff3 = 1; in ImplDrawItem()
956 …g nXPos = aRect.Left() + ((aTabSize.Width() - nTextWidth - aImageSize.Width()) / 2) - nOff - nOff3; in ImplDrawItem()
957 long nYPos = aRect.Top() + ((aTabSize.Height() - nTextHeight) / 2) - nOff3; in ImplDrawItem()