Home
last modified time | relevance | path

Searched refs:rPos (Results 1 – 25 of 616) sorted by path

12345678910>>...25

/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx1631 sal_Bool ModulWindowLayout::IsToBeDocked( DockingWindow* pDockingWindow, const Point& rPos, Rectang… in IsToBeDocked() argument
1636 Point aPosInMe = ScreenToOutputPixel( rPos ); in IsToBeDocked()
H A Dbaside2.hxx489 sal_Bool IsToBeDocked( DockingWindow* pDockingWin, const Point& rPos, Rectangle& rRect );
H A Dbasides1.cxx1307 void __EXPORT BasicIDEShell::AdjustPosSizePixel( const Point &rPos, const Size &rSize ) in AdjustPosSizePixel() argument
1321 …aVScrollBar.SetPosSizePixel( Point( rPos.X()+aSz.Width(), rPos.Y() ), Size( aScrollBarBoxSz.Width(… in AdjustPosSizePixel()
1328 …pTabBar->SetPosSizePixel( Point( rPos.X(), rPos.Y()+aSz.Height() ), Size( nSplitPos, aScrollBarBox… in AdjustPosSizePixel()
1329 long nScrlStart = rPos.X() + nSplitPos; in AdjustPosSizePixel()
1330 …aHScrollBar.SetPosSizePixel( Point( nScrlStart, rPos.Y()+aSz.Height() ), Size( aSz.Width() - nScrl… in AdjustPosSizePixel()
1335 …aHScrollBar.SetPosSizePixel( Point( rPos.X()+ aSz.Width()/2 - 1, rPos.Y()+aSz.Height() ), Size( aS… in AdjustPosSizePixel()
1336 …pTabBar->SetPosSizePixel( Point( rPos.X(), rPos.Y()+aSz.Height() ), Size( aSz.Width()/2, aScrollBa… in AdjustPosSizePixel()
1343 pEdtWin->SetPosSizePixel( rPos, aSz ); // Ohne ScrollBar in AdjustPosSizePixel()
1345 pEdtWin->SetPosSizePixel( rPos, aOutSz ); in AdjustPosSizePixel()
H A Dbasidesh.cxx482 void __EXPORT BasicIDEShell::OuterResizePixel( const Point &rPos, const Size &rSize ) in OuterResizePixel() argument
485 AdjustPosSizePixel( rPos, rSize ); in OuterResizePixel()
H A Dbastypes.cxx402 sal_Bool __EXPORT BasicDockingWindow::Docking( const Point& rPos, Rectangle& rRect ) in Docking() argument
406 sal_Bool bDock = IsDockingPrevented() ? sal_False : pLayout->IsToBeDocked( this, rPos, aTmpRec ); in Docking()
H A Dmoduldl2.cxx129 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEntry );
134 void BasicLibLBoxString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16, SvLBoxEntry* pEntry ) in Paint() argument
157 rDev.DrawCtrlText(rPos, GetText(), 0, STRING_LEN, TEXT_DRAW_DISABLE); in Paint()
159 rDev.DrawText(rPos, GetText()); in Paint()
/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx49 void DlgEdFunc::ForceScroll( const Point& rPos ) in IMPL_LINK_INLINE_END()
64 if( !aOutRect.IsInside( rPos ) ) in IMPL_LINK_INLINE_END()
66 if( rPos.X() < aOutRect.Left() ) in IMPL_LINK_INLINE_END()
69 if( rPos.X() <= aOutRect.Right() ) in IMPL_LINK_INLINE_END()
72 if( rPos.Y() < aOutRect.Top() ) in IMPL_LINK_INLINE_END()
75 if( rPos.Y() <= aOutRect.Bottom() ) in IMPL_LINK_INLINE_END()
/trunk/main/basctl/source/inc/
H A Dbasidesh.hxx132 virtual void AdjustPosSizePixel( const Point &rPos, const Size &rSize );
133 virtual void OuterResizePixel( const Point &rPos, const Size &rSize );
H A Dbastypes.hxx97 virtual sal_Bool Docking( const Point& rPos, Rectangle& rRect );
H A Ddlgedfunc.hxx45 void ForceScroll( const Point& rPos );
/trunk/main/canvas/inc/canvas/base/
H A Dspritecanvasbase.hxx183 const ::basegfx::B2DPoint& rPos, in updateSprite()
190 maRedrawManager.updateSprite( rSprite, rPos, rUpdateArea ); in updateSprite()
H A Dspritesurface.hxx64 const ::basegfx::B2DPoint& rPos,
/trunk/main/canvas/inc/canvas/rendering/
H A Dbitmap.hxx116 const ::basegfx::B2DPoint& rPos,
137 const ::basegfx::B2DPoint& rPos,
158 const ::basegfx::B2DPoint& rPos,
H A Disurfaceproxy.hxx61 const ::basegfx::B2DPoint& rPos,
81 const ::basegfx::B2DPoint& rPos,
101 const ::basegfx::B2DPoint& rPos,
/trunk/main/canvas/inc/canvas/
H A Dspriteredrawmanager.hxx178 const ::basegfx::B2DPoint& rPos, in SpriteChangeRecord()
182 maOldPos( rPos ), in SpriteChangeRecord()
293 const ::basegfx::B2DPoint& rPos,
/trunk/main/canvas/source/cairo/
H A Dcairo_spritehelper.cxx92 const ::basegfx::B2DPoint& rPos, in redraw()
112 fX = rPos.getX(); in redraw()
113 fY = rPos.getY(); in redraw()
H A Dcairo_spritehelper.hxx96 const ::basegfx::B2DPoint& rPos,
H A Dcairo_spritesurface.hxx60 const Point& rPos,
/trunk/main/canvas/source/directx/
H A Ddx_5rm.cxx630 const Gdiplus::PointF& rPos ) const;
1938 const Gdiplus::PointF& rPos ) const in renderInfoText()
1971 rPos.X, rPos.Y, 80.0, 20.0 ); in renderInfoText()
1984 rPos, in renderInfoText()
H A Ddx_spritehelper.cxx125 const ::basegfx::B2DPoint& rPos( getPosPixel() ); in redraw() local
138 rPos.getX(), in redraw()
139 rPos.getY() ); in redraw()
182 mpBitmap->draw(fAlpha,rPos,rTransform); in redraw()
193 mpBitmap->draw(fAlpha,rPos,aClipBounds,rTransform); in redraw()
200 mpBitmap->draw(fAlpha,rPos,aClipPath,rTransform); in redraw()
H A Ddx_surfacebitmap.cxx399 const ::basegfx::B2DPoint& rPos, in draw()
409 return mpSurfaceProxy->draw( fAlpha, rPos, rClipPoly, rTransform ); in draw()
417 const ::basegfx::B2DPoint& rPos, in draw()
427 return mpSurfaceProxy->draw( fAlpha, rPos, rArea, rTransform ); in draw()
435 const ::basegfx::B2DPoint& rPos, in draw()
444 return mpSurfaceProxy->draw( fAlpha, rPos, rTransform ); in draw()
H A Ddx_surfacebitmap.hxx56 const ::basegfx::B2DPoint& rPos,
62 const ::basegfx::B2DPoint& rPos,
67 const ::basegfx::B2DPoint& rPos,
/trunk/main/canvas/source/tools/
H A Dspriteredrawmanager.cxx508 const ::basegfx::B2DPoint& rPos, in updateSprite()
512 rPos, in updateSprite()
H A Dsurface.cxx42 const ::basegfx::B2IPoint& rPos, in Surface()
47 maSourceOffset(rPos), in Surface()
107 const double ox( rPos.getX() ); in getUVCoords()
108 const double oy( rPos.getY() ); in getUVCoords()
123 const ::basegfx::B2DPoint& rPos, in draw()
150 aTransform.translate(::basegfx::fround(rPos.getX()), in draw()
151 ::basegfx::fround(rPos.getY())); in draw()
224 const ::basegfx::B2DPoint& rPos, in drawRectangularArea()
275 aTransform.translate(::basegfx::fround(rPos.getX()), in drawRectangularArea()
349 const ::basegfx::B2DPoint& rPos, in drawWithClip()
[all …]
H A Dsurface.hxx58 const ::basegfx::B2IPoint& rPos,
76 const ::basegfx::B2DPoint& rPos,
97 const ::basegfx::B2DPoint& rPos,
117 const ::basegfx::B2DPoint& rPos,
151 basegfx::B2DRectangle getUVCoords( const ::basegfx::B2IPoint& rPos,

Completed in 100 milliseconds

12345678910>>...25