metaact.cxx (ddde725d) metaact.cxx (47a7c0c1)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 3802 unchanged lines hidden (view full) ---

3811 return pClone;
3812}
3813
3814// ------------------------------------------------------------------------
3815
3816void MetaFloatTransparentAction::Move( long nHorzMove, long nVertMove )
3817{
3818 maPoint.Move( nHorzMove, nVertMove );
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 3802 unchanged lines hidden (view full) ---

3811 return pClone;
3812}
3813
3814// ------------------------------------------------------------------------
3815
3816void MetaFloatTransparentAction::Move( long nHorzMove, long nVertMove )
3817{
3818 maPoint.Move( nHorzMove, nVertMove );
3819
3820 // also neeed to move the content metafile
3821 maMtf.Move( nHorzMove, nVertMove );
3819}
3820
3821// ------------------------------------------------------------------------
3822
3823void MetaFloatTransparentAction::Scale( double fScaleX, double fScaleY )
3824{
3825 Rectangle aRectangle(maPoint, maSize);
3826 ImplScaleRect( aRectangle, fScaleX, fScaleY );

--- 474 unchanged lines hidden ---
3822}
3823
3824// ------------------------------------------------------------------------
3825
3826void MetaFloatTransparentAction::Scale( double fScaleX, double fScaleY )
3827{
3828 Rectangle aRectangle(maPoint, maSize);
3829 ImplScaleRect( aRectangle, fScaleX, fScaleY );

--- 474 unchanged lines hidden ---