Home
last modified time | relevance | path

Searched refs:aLeftTop (Results 1 – 10 of 10) sorted by relevance

/trunk/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx100 ::basegfx::B2DPoint aLeftTop( 0.0, 0.0 ); in fillLinearGradient()
105 aLeftTop *= aTextureTransform; in fillLinearGradient()
116 ::basegfx::tools::infiniteLineFromParallelogram( aLeftTop, in fillLinearGradient()
133 ::basegfx::B2DVector aDirection( aLeftTop - aLeftBottom ); in fillLinearGradient()
137 const ::basegfx::B2DPoint aHalfPlaneLeftTop( (aLeftTop + aRightTop) * 0.5 ); in fillLinearGradient()
168 aClipPath.AddLine( static_cast<Gdiplus::REAL>(aLeftTop.getX()), in fillLinearGradient()
169 static_cast<Gdiplus::REAL>(aLeftTop.getY()), in fillLinearGradient()
/trunk/main/sd/source/ui/dlg/
H A Ddlgsnap.cxx97 Point aLeftTop(aWorkArea.Left()+1, aWorkArea.Top()+1); in SdSnapLineDlg() local
98 pPV->LogicToPagePos(aLeftTop); in SdSnapLineDlg()
104 SetMetricValue( aMtrFldX, aLeftTop.X(), ePoolUnit ); in SdSnapLineDlg()
117 SetMetricValue( aMtrFldY, aLeftTop.Y(), ePoolUnit ); in SdSnapLineDlg()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx130 ::basegfx::B2DPoint aLeftTop( 0.0, 0.0 ); in fillLinearGradient()
135 aLeftTop *= rTextureTransform; in fillLinearGradient()
152 ::basegfx::B2DVector aDirection( aRightTop - aLeftTop ); in fillLinearGradient()
158 ::basegfx::tools::infiniteLineFromParallelogram( aLeftTop, in fillLinearGradient()
192 const ::basegfx::B2DPoint& rPoint1( aLeftTop - 2.0*nDiagonalLength*aDirection ); in fillLinearGradient()
238 (nStepCount - i-1)/double(nStepCount)*aLeftTop + in fillLinearGradient()
/trunk/main/sc/source/ui/view/
H A Dpreview.cxx1303 Point aLeftTop = LogicToPixel( Point( nLeftMargin, -aOffset.Y() ) , aMMMode ); in MouseMove() local
1318 …aPixPt.X() > ( nRight[i] - 2 ) ) && ( aPixPt.X() < aRightTop.X() ) && ( aPixPt.X() > aLeftTop.X() ) in MouseMove()
1329 if( aPixPt.X() < ( aLeftTop.X() + 2 ) && aPixPt.X() > ( aLeftTop.X() - 2 ) && !bRightRulerMove ) in MouseMove()
1370 … if(( (aPixPt.X() < ( aLeftTop.X() + 2 ) && aPixPt.X() > ( aLeftTop.X() - 2 )) || bLeftRulerMove || in MouseMove()
1372 && aPixPt.Y() > aLeftTop.Y() && aPixPt.Y() < aLeftBottom.Y() ) in MouseMove()
/trunk/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx296 … const geometry::RealPoint2D& aLeftTop ) throw (uno::RuntimeException) in drawBitmap() argument
299 …::B2DHomMatrix offsetTransform(basegfx::tools::createTranslateB2DHomMatrix(aLeftTop.X,aLeftTop.Y)); in drawBitmap()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx1116 Point aLeftTop = Point(SAL_MAX_INT32, SAL_MAX_INT32); in BegDragObj() local
1135 aLeftTop.X() = ::std::min( aRect.Left(), aLeftTop.X() ); in BegDragObj()
1136 aLeftTop.Y() = ::std::min( aRect.Top(), aLeftTop.Y() ); in BegDragObj()
1164 const sal_Int32 nDeltaX = abs(aLeftTop.X() - aAbsolutePnt.X()); in BegDragObj()
1165 const sal_Int32 nDeltaY = abs(aLeftTop.Y() - aAbsolutePnt.Y()); in BegDragObj()
/trunk/main/basebmp/test/
H A Dfilltest.cxx165 const basegfx::B2DRange aLeftTop(-10,-10,1,1); in implTestClipping() local
173 basegfx::tools::createPolygonFromRect(aLeftTop)), in implTestClipping()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx1097 Rectangle aLeftTop(pInfo->GetPresRectangle()); in ImpWriteAutoLayoutInfos() local
1098 aLeftTop.setWidth(long(aLeftTop.GetWidth() * 0.488)); in ImpWriteAutoLayoutInfos()
1099 Rectangle aRight(aLeftTop); in ImpWriteAutoLayoutInfos()
1101 aLeftTop.setHeight(long(aLeftTop.GetHeight() * 0.477)); in ImpWriteAutoLayoutInfos()
1102 Rectangle aLeftBottom(aLeftTop); in ImpWriteAutoLayoutInfos()
1106 ImpWriteAutoLayoutPlaceholder(XmlPlaceholderObject, aLeftTop); in ImpWriteAutoLayoutInfos()
/trunk/main/offapi/com/sun/star/rendering/
H A DXSimpleCanvas.idl187 @param aLeftTop
191 [in] ::com::sun::star::geometry::RealPoint2D aLeftTop );
/trunk/main/canvas/source/tools/
H A Dcanvastools.cxx1010 ::basegfx::B2DPoint aLeftTop( 0.0, 0.0 ); in calcGradientStepCount()
1015 aLeftTop *= rTotalTransform; in calcGradientStepCount()
1024 ::basegfx::B2DVector(aRightBottom-aLeftTop).getLength(), in calcGradientStepCount()

Completed in 97 milliseconds