Home
last modified time | relevance | path

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

/trunk/main/svx/source/sidebar/possize/
H A DPosSizePropertyPanel.cxx1157 long lX = GetCoreValue( *mpMtrPosX, mePoolUnit ); in executePosX() local
1159 lX = -lX; in executePosX()
1168 lX += maAnchorPos.X(); in executePosX()
1169 lX = Fraction( lX ) * aUIScale; in executePosX()
1173 SfxInt32Item aPosXItem( SID_ATTR_TRANSFORM_POS_X,(sal_uInt32) lX); in executePosX()
1187 long lX = GetCoreValue( *mpMtrPosX, mePoolUnit ); in executePosY() local
1196 lX += maAnchorPos.X(); in executePosY()
1197 lX = Fraction( lX ) * aUIScale; in executePosY()
1201 SfxInt32Item aPosXItem( SID_ATTR_TRANSFORM_POS_X,(sal_uInt32) lX); in executePosY()
/trunk/main/sw/source/ui/envelp/
H A Dlabfmt.cxx186 long lX = (lX0 + lX1) / 2; in Paint() local
188 DrawArrow(Point(lX, lY0 - 10), Point(lX, lY0 - 5), sal_True); in Paint()
201 long lX = lX2 - lXWidth / 2 - lHeightWidth / 2; in Paint() local
205 DrawLine(Point(lX, lY1), Point(lX, lY2 - 1)); in Paint()
208 DrawText(Point(lX - lHeightWidth / 2, lY2 - lXHeight - lXHeight / 2), aHeightStr); in Paint()
214 long lX = (lX1 + lX3) / 2; in Paint() local
216 DrawArrow(Point(lX, lY0 - 10), Point(lX, lY0 - 5), sal_True); in Paint()
217 DrawText(Point(lX - lHDistWidth / 2, lY0 - 10 - lXHeight), aHDistStr); in Paint()
236 long lX = lX0 + lOutlineW + 4; in Paint() local
237 DrawArrow(Point(lX, lY0), Point(lX, lY0 + lOutlineH - 1), sal_True); in Paint()
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdiutils.cxx237 void AquaSalGraphics::RefreshRect(float lX, float lY, float lWidth, float lHeight) in RefreshRect() argument
249 const Rectangle aVclRect(Point(static_cast<long int>(lX-1), in RefreshRect()
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h221 void RefreshRect(float lX, float lY, float lWidth, float lHeight);

Completed in 30 milliseconds