Searched refs:lY (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/source/ui/envelp/ |
H A D | labfmt.cxx | 202 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()
|
/aoo4110/main/svx/source/sidebar/possize/ |
H A D | PosSizePropertyPanel.cxx | 1147 long lY = GetCoreValue( *mpMtrPosY, mePoolUnit ); in executePosX() local 1157 lY += maAnchorPos.Y(); in executePosX() 1158 lY = Fraction( lY ) * aUIScale; in executePosX() 1161 SfxInt32Item aPosYItem( SID_ATTR_TRANSFORM_POS_Y,(sal_uInt32) lY); in executePosX() 1175 long lY = GetCoreValue( *mpMtrPosY, mePoolUnit ); in executePosY() local 1185 lY += maAnchorPos.Y(); in executePosY() 1186 lY = Fraction( lY ) * aUIScale; in executePosY() 1189 SfxInt32Item aPosYItem( SID_ATTR_TRANSFORM_POS_Y,(sal_uInt32) lY); in executePosY()
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salgdiutils.cxx | 237 void AquaSalGraphics::RefreshRect(float lX, float lY, float lWidth, float lHeight) in RefreshRect() argument 250 static_cast<long int>(lY-1) ), in RefreshRect()
|
/aoo4110/main/vcl/inc/aqua/ |
H A D | salgdi.h | 221 void RefreshRect(float lX, float lY, float lWidth, float lHeight);
|
Completed in 30 milliseconds