Home
last modified time | relevance | path

Searched refs:lY (Results 1 – 4 of 4) sorted by path

/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx1160 long lY = GetCoreValue( *mpMtrPosY, mePoolUnit ); in executePosX() local
1170 lY += maAnchorPos.Y(); in executePosX()
1171 lY = Fraction( lY ) * aUIScale; in executePosX()
1174 SfxInt32Item aPosYItem( SID_ATTR_TRANSFORM_POS_Y,(sal_uInt32) lY); in executePosX()
1188 long lY = GetCoreValue( *mpMtrPosY, mePoolUnit ); in executePosY() local
1198 lY += maAnchorPos.Y(); in executePosY()
1199 lY = Fraction( lY ) * aUIScale; in executePosY()
1202 SfxInt32Item aPosYItem( SID_ATTR_TRANSFORM_POS_Y,(sal_uInt32) lY); in executePosY()
/trunk/main/sw/source/ui/envelp/
H A Dlabfmt.cxx202 long lY = lY1 + lXHeight; in Paint() local
204 DrawLine(Point(lX1, lY), Point(lX2 - 1, lY)); in Paint()
207 DrawText(Point(lX1 + lXWidth / 2, lY - lXHeight / 2), aWidthStr); in Paint()
229 long lY = lY0 + lOutlineH + 4; in Paint() local
230 DrawArrow(Point(lX0, lY), Point(lX0 + lOutlineW - 1, lY), sal_True); in Paint()
231 DrawText(Point((lX0 + lX0 + lOutlineW - 1) / 2 - lColsWidth / 2, lY + 5), aColsStr); in Paint()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdiutils.cxx237 void AquaSalGraphics::RefreshRect(float lX, float lY, float lWidth, float lHeight) in RefreshRect() argument
250 static_cast<long int>(lY-1) ), in RefreshRect()
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h221 void RefreshRect(float lX, float lY, float lWidth, float lHeight);

Completed in 23 milliseconds