Home
last modified time | relevance | path

Searched refs:aCurrPos (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx2086 Point aCurrPos; in ImplRenderTileRecursive() local
2130 aCurrPos.X() = aTileInfo.aNextTileTopLeft.X(); in ImplRenderTileRecursive()
2131 aCurrPos.Y() = aTileInfo.aTileTopLeft.Y(); in ImplRenderTileRecursive()
2151 aCurrPos.X() = aTileInfo.aTileTopLeft.X(); in ImplRenderTileRecursive()
2200 aCurrPos = aTileInfo.aNextTileTopLeft; in ImplRenderTileRecursive()
2209 aCurrPos.X() = aTileInfo.aNextTileTopLeft.X(); in ImplRenderTileRecursive()
2353 Point aCurrPos( rPosPixel ); in ImplDrawTiled() local
2370 aCurrPos.X() = rPosPixel.X(); in ImplDrawTiled()
2381 bDrawInPixel ? aCurrPos : rOut.PixelToLogic( aCurrPos ), in ImplDrawTiled()
2385 aCurrPos.X() += rTileSizePixel.Width(); in ImplDrawTiled()
[all …]
/trunk/main/svtools/source/control/
H A Dscriptedtext.cxx298 Point aCurrPos( _rPos ); in DrawText() local
313 mrOutDevice.DrawText( aCurrPos, maText, nThisPos, nNextPos - nThisPos ); in DrawText()
314 aCurrPos.X() += maWidthVec[ nVecIndex++ ]; in DrawText()
315aCurrPos.X() += mrOutDevice.GetTextHeight() / 5; // add 20% of font height as portion spacing in DrawText()
/trunk/main/canvas/source/vcl/
H A Dcanvashelper_texturefill.cxx88 Point aCurrPos; in textureFill() local
93 aCurrPos.X() = rPosPixel.X() + nY*rNextTileY.Width(); in textureFill()
94 aCurrPos.Y() = rPosPixel.Y() + nY*rNextTileY.Height(); in textureFill()
101 aCurrPos, in textureFill()
105 aCurrPos.X() += rNextTileX.Width(); in textureFill()
106 aCurrPos.Y() += rNextTileX.Height(); in textureFill()
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx1921 ::Point aCurrPos( aStartPos ); in implts_findNextCascadeFloatingPos()
1939 aCurrPos = aStartPos; in implts_findNextCascadeFloatingPos()
1956 if ((( aFloatRect.X - nHotZoneX ) <= aCurrPos.X() ) && in implts_findNextCascadeFloatingPos()
1957 ( aFloatRect.X >= aCurrPos.X() ) && in implts_findNextCascadeFloatingPos()
1958 (( aFloatRect.Y - nHotZoneY ) <= aCurrPos.Y() ) && in implts_findNextCascadeFloatingPos()
1959 ( aFloatRect.Y >= aCurrPos.Y() )) in implts_findNextCascadeFloatingPos()
1961 aCurrPos.X() = aFloatRect.X + nCascadeIndentX; in implts_findNextCascadeFloatingPos()
1962 aCurrPos.Y() = aFloatRect.Y + nCascadeIndentY; in implts_findNextCascadeFloatingPos()
1969 return aCurrPos; in implts_findNextCascadeFloatingPos()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1790 Point aCurrPos( rInf.GetPos() ); in DrawText() local
1794 rInf.GetFrm()->SwitchLTRtoRTL( aCurrPos ); in DrawText()
1800 rInf.GetFrm()->SwitchHorizontalToVertical( aCurrPos ); in DrawText()
1803 rInf.GetOut().DrawWaveLine( aCurrPos, aEnd, nWave ); in DrawText()

Completed in 55 milliseconds