Searched refs:rNewY (Results 1 – 6 of 6) sorted by relevance
/trunk/main/slideshow/source/engine/ |
H A D | shapeattributelayer.cxx | 371 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 D | viewdata.hxx | 309 …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 D | tabview.hxx | 290 void SetZoom( const Fraction& rNewX, const Fraction& rNewY, sal_Bool bAll );
|
/trunk/main/sc/source/ui/view/ |
H A D | tabview5.cxx | 423 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 D | viewdata.cxx | 653 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 D | shapeattributelayer.hxx | 195 void setPosY( const double& rNewY );
|
Completed in 49 milliseconds