Home
last modified time | relevance | path

Searched refs:rNewPos (Results 1 – 25 of 64) sorted by path

123

/trunk/main/canvas/inc/canvas/base/
H A Dspritecanvasbase.hxx172 const ::basegfx::B2DPoint& rNewPos, in moveSprite()
179 maRedrawManager.moveSprite( rSprite, rOldPos, rNewPos, rSpriteSize ); in moveSprite()
H A Dspritesurface.hxx54 const ::basegfx::B2DPoint& rNewPos,
/trunk/main/canvas/inc/canvas/
H A Dspriteredrawmanager.hxx165 const ::basegfx::B2DPoint& rNewPos, in SpriteChangeRecord()
170 maUpdateArea( rNewPos.getX(), in SpriteChangeRecord()
171 rNewPos.getY(), in SpriteChangeRecord()
172 rNewPos.getX() + rSpriteSize.getX(), in SpriteChangeRecord()
173 rNewPos.getY() + rSpriteSize.getY() ) in SpriteChangeRecord()
290 const ::basegfx::B2DPoint& rNewPos,
/trunk/main/canvas/source/cairo/
H A Dcairo_spritesurface.hxx53 const Point& rNewPos,
/trunk/main/canvas/source/tools/
H A Dspriteredrawmanager.cxx498 const ::basegfx::B2DPoint& rNewPos, in moveSprite()
503 rNewPos, in moveSprite()
/trunk/main/cppcanvas/inc/cppcanvas/
H A Dsprite.hxx63 virtual void movePixel( const ::basegfx::B2DPoint& rNewPos ) = 0;
70 virtual void move( const ::basegfx::B2DPoint& rNewPos ) = 0;
/trunk/main/cppcanvas/source/wrapper/
H A Dimplsprite.cxx104 void ImplSprite::movePixel( const ::basegfx::B2DPoint& rNewPos ) in movePixel() argument
116 mxSprite->move( ::basegfx::unotools::point2DFromB2DPoint( rNewPos ), in movePixel()
122 void ImplSprite::move( const ::basegfx::B2DPoint& rNewPos ) in move() argument
137 mxSprite->move( ::basegfx::unotools::point2DFromB2DPoint( rNewPos ), in move()
H A Dimplsprite.hxx59 virtual void movePixel( const ::basegfx::B2DPoint& rNewPos );
60 virtual void move( const ::basegfx::B2DPoint& rNewPos );
/trunk/main/dbaccess/source/ui/inc/
H A DTableWindow.hxx140 void SetPosPixel( const Point& rNewPos );
142 void SetPosSizePixel( const Point& rNewPos, const Size& rNewSize );
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindow.cxx164 void OTableWindow::SetPosPixel( const Point& rNewPos ) in SetPosPixel() argument
166 Point aNewPosData = rNewPos + getTableView()->GetScrollOffset(); in SetPosPixel()
168 Window::SetPosPixel( rNewPos ); in SetPosPixel()
184 void OTableWindow::SetPosSizePixel( const Point& rNewPos, const Size& rNewSize ) in SetPosSizePixel() argument
186 SetPosPixel( rNewPos ); in SetPosSizePixel()
/trunk/main/sc/inc/
H A Dtokenarray.hxx89 const ScAddress& rNewPos );
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx1804 const ScAddress& rNewPos ) in ReadjustRelative3DReferences() argument
1817 rRef2.CalcRelFromAbs( rNewPos ); in ReadjustRelative3DReferences()
1827 rRef1.CalcRelFromAbs( rNewPos ); in ReadjustRelative3DReferences()
1835 rRef2.CalcRelFromAbs( rNewPos ); in ReadjustRelative3DReferences()
1842 rRef1.CalcRelFromAbs( rNewPos ); in ReadjustRelative3DReferences()
/trunk/main/sc/source/ui/inc/
H A Dcbutton.hxx61 void SetPosPixel( const Point& rNewPos ) { aBtnPos = rNewPos; } in SetPosPixel() argument
H A Dundocell.hxx112 const ScAddress& rNewPos,
139 const ScAddress& rNewPos,
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx351 ScUndoEnterValue::ScUndoEnterValue( ScDocShell* pNewDocShell, const ScAddress& rNewPos, in ScUndoEnterValue() argument
354 aPos ( rNewPos ), in ScUndoEnterValue()
435 ScUndoPutCell::ScUndoPutCell( ScDocShell* pNewDocShell, const ScAddress& rNewPos, in ScUndoPutCell() argument
438 aPos ( rNewPos ), in ScUndoPutCell()
/trunk/main/sd/source/ui/presenter/
H A DPresenterCanvas.cxx108 virtual void SAL_CALL move (const geometry::RealPoint2D& rNewPos,
1122 const geometry::RealPoint2D& rNewPos, in move() argument
1128 maPosition = rNewPos; in move()
1130 rNewPos, in move()
/trunk/main/slideshow/source/engine/
H A Danimatedsprite.cxx173 void AnimatedSprite::movePixel( const ::basegfx::B2DPoint& rNewPos ) in movePixel() argument
175 maPosPixel.reset( rNewPos ); in movePixel()
176 mpSprite->movePixel( rNewPos ); in movePixel()
H A Dshapeattributelayer.cxx381 void ShapeAttributeLayer::setPosition( const ::basegfx::B2DPoint& rNewPos ) in setPosition() argument
383 maPosition = rNewPos; in setPosition()
H A Dslidebitmap.cxx111 void SlideBitmap::move( const ::basegfx::B2DPoint& rNewPos ) in move() argument
113 maOutputPos = rNewPos; in move()
/trunk/main/slideshow/source/inc/
H A Danimatedsprite.hxx121 void movePixel( const ::basegfx::B2DPoint& rNewPos );
H A Dshapeattributelayer.hxx204 void setPosition( const ::basegfx::B2DPoint& rNewPos );
H A Dslidebitmap.hxx72 void move( const ::basegfx::B2DPoint& rNewPos );
/trunk/main/svtools/inc/svtools/
H A Dfileview.hxx107 virtual void SetPosSizePixel( const Point& rNewPos, const Size& rNewSize );
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx1463 void SvtFileView::SetPosSizePixel( const Point& rNewPos, const Size& rNewSize ) in SetPosSizePixel() argument
1465 SetPosPixel( rNewPos ); in SetPosSizePixel()
/trunk/main/svx/inc/svx/
H A Dcamera3d.hxx64 void SetPosition(const basegfx::B3DPoint& rNewPos);
68 void SetPosAndLookAt(const basegfx::B3DPoint& rNewPos, const basegfx::B3DPoint& rNewLookAt);

Completed in 128 milliseconds

123