Home
last modified time | relevance | path

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

/trunk/main/slideshow/source/engine/
H A Dshapeattributelayer.cxx371 void ShapeAttributeLayer::setPosY( const double& rNewY ) in setPosY() argument
373 ENSURE_OR_THROW( ::rtl::math::isFinite(rNewY), in setPosY()
376 maPosition.setY( rNewY ); in setPosY()
/trunk/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 );
/trunk/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
667 Fraction aValidY = rNewY; 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()
/trunk/main/slideshow/source/inc/
H A Dshapeattributelayer.hxx195 void setPosY( const double& rNewY );

Completed in 55 milliseconds