Home
last modified time | relevance | path

Searched refs:aOutPos (Results 1 – 14 of 14) sorted by relevance

/trunk/main/canvas/source/vcl/
H A Dspritehelper.cxx124 ::Point aOutPos( ::vcl::unotools::pointFromB2DPoint( rPos ) ); in redraw()
195 aTransform.translate( aOutPos.X(), in redraw()
196 aOutPos.Y() ); in redraw()
217 aOutPos.X() = ::basegfx::fround( aDestRect.getMinX() ); in redraw()
218 aOutPos.Y() = ::basegfx::fround( aDestRect.getMinY() ); in redraw()
240 aOutPos.X() = ::basegfx::fround( aTransform.get(0,2) ); in redraw()
325 rTargetSurface.DrawBitmap( aOutPos, in redraw()
335 rTargetSurface.DrawBitmap( aOutPos, in redraw()
389 ::basegfx::B2DRectangle(aOutPos.X(), in redraw()
390 aOutPos.Y(), in redraw()
[all …]
H A Dcanvashelper_texturefill.cxx1100 const ::Point aOutPos( aPt - aPolygonDeviceRect.TopLeft() ); in fillTexturedPolyPolygon() local
1109 aOutPos, in fillTexturedPolyPolygon()
/trunk/main/sfx2/source/doc/
H A Dobjcont.cxx782 Point aOutPos(nXIndent, nYIndent); in Print() local
790 aOutPos.Y() += nTextHeight; in Print()
791 aOutPos.Y() += nTextHeight/2; in Print()
802 if ( aOutPos.Y() + nTextHeight*2 > in Print()
807 aOutPos.Y() = nYIndent; in Print()
809 pPrinter->DrawText(aOutPos, aStr); in Print()
810 aOutPos.Y() += nTextHeight; in Print()
828 aOutPos.X() + nTextWidth < in Print()
855 if ( aOutPos.Y() + nTextHeight*2 > in Print()
860 aOutPos.Y() = nYIndent; in Print()
[all …]
/trunk/main/svtools/source/control/
H A Dtoolbarmenuacc.cxx408 const Point aOutPos( mpParent->mrMenu.GetPosPixel() ); in getBounds() local
412 aRet.X = aOutPos.X(); in getBounds()
413 aRet.Y = aOutPos.Y(); in getBounds()
426 const Point aOutPos( mpParent->mrMenu.GetPosPixel() ); in getLocation() local
427 return awt::Point( aOutPos.X(), aOutPos.Y() ); in getLocation()
H A Dvalueacc.cxx508 const Point aOutPos( mpParent->GetPosPixel() ); in getBounds() local
512 aRet.X = aOutPos.X(); in getBounds()
513 aRet.Y = aOutPos.Y(); in getBounds()
/trunk/main/svx/source/accessibility/
H A Dcharmapacc.cxx109 const Point aOutPos( mpParent->getScrollBar()->GetPosPixel() ); in getAccessibleAtPoint() local
111 Rectangle aRect(aOutPos,aScrollBar); in getAccessibleAtPoint()
348 const Point aOutPos;//( m_pParent->getCharSetControl()->GetPosPixel() ); in implGetBounds() local
359 aRet.X = aOutPos.X(); in implGetBounds()
360 aRet.Y = aOutPos.Y(); in implGetBounds()
/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx693 const Point aOutPos(PixelToLogic(aDstRect.TopLeft())); in DrawTransparent() local
694 aMap.SetOrigin(Point(-aOutPos.X(), -aOutPos.Y())); in DrawTransparent()
738 Point aOutPos( PixelToLogic( aDstRect.TopLeft() ) ); in DrawTransparent() local
741 aMap.SetOrigin( Point( -aOutPos.X(), -aOutPos.Y() ) ); in DrawTransparent()
/trunk/main/sc/source/ui/unoobj/
H A Ddatauno.cxx328 table::CellAddress aOutPos; in FillProperties() local
329 aOutPos.Sheet = rParam.nDestTab; in FillProperties()
330 aOutPos.Column = rParam.nDestCol; in FillProperties()
331 aOutPos.Row = rParam.nDestRow; in FillProperties()
373 pArray[6].Value <<= aOutPos; in FillProperties()
1495 table::CellAddress aOutPos; in getPropertyValue() local
1496 aOutPos.Sheet = aParam.nDestTab; in getPropertyValue()
1497 aOutPos.Column = aParam.nDestCol; in getPropertyValue()
1498 aOutPos.Row = aParam.nDestRow; in getPropertyValue()
1499 aRet <<= aOutPos; in getPropertyValue()
/trunk/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx280 const geometry::RealPoint2D& aOutPos, in drawText() argument
284 …fx::B2DHomMatrix offsetTransform(basegfx::tools::createTranslateB2DHomMatrix(aOutPos.X,aOutPos.Y)); in drawText()
/trunk/main/sw/source/core/text/
H A Dporfld.cxx1171 Point aOutPos( aOldPos.X(), aOldPos.Y() - nUpPos );// Y of the first row in Paint() local
1175 aOutPos.Y() = aOldPos.Y() + nLowPos; // Y of the second row in Paint()
1176 aOutPos.X() = aOldPos.X() + aPos[i]; // X position in Paint()
1190 ((SwTxtPaintInfo&)rInf).SetPos( aOutPos ); in Paint()
H A Dtxtdrop.cxx335 const Point aOutPos( nOldPosX + nX, nOldPosY - pPara->GetAscent() in PaintDrop() local
340 ((SwTxtPaintInfo&)rInf).Y( aOutPos.Y() + nDropHeight ); in PaintDrop()
354 aClipRect = SwRect( aOutPos, SvLSize() ); in PaintDrop()
/trunk/main/sc/workben/
H A Dtest.cxx981 CellAddress aOutPos; in lcl_Sort() local
982 aOutPos.Sheet = 2; in lcl_Sort()
983 aOutPos.Column = 0; in lcl_Sort()
984 aOutPos.Row = 0; in lcl_Sort()
986 xTableSort->setOutputPosition(aOutPos); in lcl_Sort()
/trunk/main/offapi/com/sun/star/rendering/
H A DXSimpleCanvas.idl164 @param aOutPos
177 [in] ::com::sun::star::geometry::RealPoint2D aOutPos,
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx3216 Point aOutPos( aTmpPos ); in Paint() local
3325 … GetEditEnginePtr()->DrawingText( aOutPos, aText, nTextStart, nTextLen, pDXArray, in Paint()
3350 aOutPos.Y() -= nDiff; in Paint()
3352 aOutPos.X() += nDiff; in Paint()
3353 aRedLineTmpPos = aOutPos; in Paint()
3357aOutPos = lcl_ImplCalcRotatedPos( aOutPos, aOrigin, nSin, nCos ); in Paint()
3401 Point aUnderlinePos( aOutPos ); in Paint()
3413 Point aRealOutPos( aOutPos ); in Paint()

Completed in 104 milliseconds