/aoo4110/main/canvas/source/vcl/ |
H A D | spritehelper.cxx | 124 ::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 D | canvashelper_texturefill.cxx | 1100 const ::Point aOutPos( aPt - aPolygonDeviceRect.TopLeft() ); in fillTexturedPolyPolygon() local 1109 aOutPos, in fillTexturedPolyPolygon()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | objcont.cxx | 782 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 …]
|
/aoo4110/main/soldep/source/ |
H A D | soldep.cxx | 983 Point aOutPos = Point( 0, 0 ); in Resize() local 1003 …maToolBox.SetPosSizePixel( aOutPos, Size( aOutSize.Width(), maToolBox.CalcWindowSizePixel().Height… in Resize() 1008 … aOutPosTmp = Point( aOutPos.X(), aOutPos.Y() + maToolBox.CalcWindowSizePixel().Height()); in Resize() 1018 …Point aTbPos = Point( aOutPos.X(), aOutPos.Y() + aOutSize.Height() - maToolBox.CalcWindowSizePixe… in Resize() 1025 … aOutPosTmp = Point( aOutPos.X(), aOutPos.Y() + maToolBox.CalcWindowSizePixel().Height()); in Resize() 1035 …maToolBox.SetPosSizePixel( aOutPos, Size( maToolBox.CalcWindowSizePixel().Width(), aOutSize.Height… in Resize() 1040 aOutPosTmp = Point( aOutPos.X() + maToolBox.CalcWindowSizePixel().Width(), aOutPos.Y()); in Resize() 1050 …Point aTbPos = Point( aOutPos.X() + aOutSize.Width() - maToolBox.CalcWindowSizePixel().Width(), aO… in Resize() 1057 aOutPosTmp = Point( aOutPos.X() + maToolBox.CalcWindowSizePixel().Width(), aOutPos.Y()); in Resize()
|
/aoo4110/main/svtools/source/control/ |
H A D | toolbarmenuacc.cxx | 408 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 D | valueacc.cxx | 508 const Point aOutPos( mpParent->GetPosPixel() ); in getBounds() local 512 aRet.X = aOutPos.X(); in getBounds() 513 aRet.Y = aOutPos.Y(); in getBounds()
|
/aoo4110/main/svx/source/accessibility/ |
H A D | charmapacc.cxx | 109 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()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | outdev6.cxx | 693 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()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | datauno.cxx | 328 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()
|
/aoo4110/main/canvas/source/simplecanvas/ |
H A D | simplecanvasimpl.cxx | 280 const geometry::RealPoint2D& aOutPos, in drawText() argument 284 …fx::B2DHomMatrix offsetTransform(basegfx::tools::createTranslateB2DHomMatrix(aOutPos.X,aOutPos.Y)); in drawText()
|
/aoo4110/main/sw/source/core/text/ |
H A D | porfld.cxx | 1170 Point aOutPos( aOldPos.X(), aOldPos.Y() - nUpPos );// Y of the first row in Paint() local 1174 aOutPos.Y() = aOldPos.Y() + nLowPos; // Y of the second row in Paint() 1175 aOutPos.X() = aOldPos.X() + aPos[i]; // X position in Paint() 1189 ((SwTxtPaintInfo&)rInf).SetPos( aOutPos ); in Paint()
|
H A D | txtdrop.cxx | 335 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()
|
/aoo4110/main/sc/workben/ |
H A D | test.cxx | 981 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()
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | XSimpleCanvas.idl | 164 @param aOutPos 177 [in] ::com::sun::star::geometry::RealPoint2D aOutPos,
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit3.cxx | 3216 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() 3357 … aOutPos = lcl_ImplCalcRotatedPos( aOutPos, aOrigin, nSin, nCos ); in Paint() 3401 Point aUnderlinePos( aOutPos ); in Paint() 3413 Point aRealOutPos( aOutPos ); in Paint()
|