Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/control/
H A Druler.cxx258 mnVirHeight = 0; // Hoehe bzw. Breite vom VirtualDevice in ImplInit()
410 long nY = (RULER_OFF*2)+mnVirHeight-1; in ImplInvertLines()
935 long nIndentHeight = (mnVirHeight/2) - 1; in ImplDrawIndents()
1262 nVirBottom = mnVirHeight-1; in ImplFormat()
1274 aVirDevSize.Height() = mnVirHeight; in ImplFormat()
1279 aVirDevSize.Width() = mnVirHeight; in ImplFormat()
1434 maExtraRect.Right() = RULER_OFF+mnVirHeight-1; in ImplInitExtraField()
1435 maExtraRect.Bottom() = RULER_OFF+mnVirHeight-1; in ImplInitExtraField()
1642 nHitBottom = mnVirHeight+(RULER_OFF*2); in ImplHitTest()
1654 nXExtraOff = (mnVirHeight/2) - 4; in ImplHitTest()
[all …]
/AOO41X/main/svtools/inc/svtools/
H A Druler.hxx673 long mnVirHeight; member in Ruler