Home
last modified time | relevance | path

Searched refs:rNewX (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/slideshow/source/engine/
H A Dshapeattributelayer.cxx347 void ShapeAttributeLayer::setPosX( const double& rNewX ) in setPosX() argument
349 ENSURE_OR_THROW( ::rtl::math::isFinite(rNewX), in setPosX()
352 maPosition.setX( rNewX ); in setPosX()
/aoo42x/main/sc/source/ui/inc/
H A Dviewdata.hxx309 …void SetZoom( const Fraction& rNewX, const Fraction& rNewY, std::vector< SCTAB >& tabs …
310 void SetZoom( const Fraction& rNewX, const Fraction& rNewY, sal_Bool bAll );
452 void UpdateScreenZoom( const Fraction& rNewX, const Fraction& rNewY );
H A Dtabview.hxx290 void SetZoom( const Fraction& rNewX, const Fraction& rNewY, sal_Bool bAll );
/aoo42x/main/sc/source/ui/view/
H A Dtabview5.cxx423 void ScTabView::SetZoom( const Fraction& rNewX, const Fraction& rNewY, sal_Bool bAll ) in SetZoom() argument
425 aViewData.SetZoom( rNewX, rNewY, bAll ); in SetZoom()
H A Dviewdata.cxx653 void ScViewData::SetZoom( const Fraction& rNewX, const Fraction& rNewY, std::vector< SCTAB >& tabs ) in SetZoom() argument
661 Fraction aValidX = rNewX; in SetZoom()
727 void ScViewData::SetZoom( const Fraction& rNewX, const Fraction& rNewY, sal_Bool bAll ) in SetZoom() argument
739 SetZoom( rNewX, rNewY, vTabs ); in SetZoom()
2161 void ScViewData::UpdateScreenZoom( const Fraction& rNewX, const Fraction& rNewY ) in UpdateScreenZoom() argument
2166 SetZoom( rNewX, rNewY, sal_False ); in UpdateScreenZoom()
/aoo42x/main/slideshow/source/inc/
H A Dshapeattributelayer.hxx175 void setPosX( const double& rNewX );

Completed in 57 milliseconds