Searched refs:rNewX (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/slideshow/source/engine/ |
H A D | shapeattributelayer.cxx | 347 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()
|
/aoo4110/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 );
|
/aoo4110/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 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()
|
/aoo4110/main/slideshow/source/inc/ |
H A D | shapeattributelayer.hxx | 175 void setPosX( const double& rNewX );
|
Completed in 57 milliseconds