summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/animobjs.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/animobjs.hxx')
-rw-r--r--sd/source/ui/inc/animobjs.hxx104
1 files changed, 52 insertions, 52 deletions
diff --git a/sd/source/ui/inc/animobjs.hxx b/sd/source/ui/inc/animobjs.hxx
index 0de7dac8ad8a..969cecbb88fe 100644
--- a/sd/source/ui/inc/animobjs.hxx
+++ b/sd/source/ui/inc/animobjs.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -74,8 +74,8 @@ enum BitmapAdjustment
class SdDisplay : public Control
{
private:
- BitmapEx aBitmapEx;
- Fraction aScale;
+ BitmapEx aBitmapEx;
+ Fraction aScale;
public:
SdDisplay( ::Window* pWin, SdResId Id );
@@ -83,8 +83,8 @@ public:
virtual void Paint( const Rectangle& rRect );
- void SetBitmapEx( BitmapEx* pBmpEx );
- void SetScale( const Fraction& rFrac );
+ void SetBitmapEx( BitmapEx* pBmpEx );
+ void SetScale( const Fraction& rFrac );
virtual void DataChanged( const DataChangedEvent& rDCEvt );
};
@@ -101,59 +101,59 @@ public:
::Window* pParent, const SdResId& rSdResId );
virtual ~AnimationWindow();
- void AddObj( ::sd::View& rView );
- void CreateAnimObj( ::sd::View& rView );
+ void AddObj( ::sd::View& rView );
+ void CreateAnimObj( ::sd::View& rView );
virtual void DataChanged( const DataChangedEvent& rDCEvt );
protected:
- virtual BOOL Close();
- virtual void Resize();
- virtual void FillInfo( SfxChildWinInfo& ) const;
+ virtual BOOL Close();
+ virtual void Resize();
+ virtual void FillInfo( SfxChildWinInfo& ) const;
private:
- SdDisplay aCtlDisplay;
- ImageButton aBtnFirst;
- ImageButton aBtnReverse;
- ImageButton aBtnStop;
- ImageButton aBtnPlay;
- ImageButton aBtnLast;
- NumericField aNumFldBitmap;
- TimeField aTimeField;
- ListBox aLbLoopCount;
-
- ImageButton aBtnGetOneObject;
- ImageButton aBtnGetAllObjects;
- ImageButton aBtnRemoveBitmap;
- ImageButton aBtnRemoveAll;
- FixedText aFtCount;
- FixedInfo aFiCount;
- FixedLine aGrpBitmap;
-
- RadioButton aRbtGroup;
- RadioButton aRbtBitmap;
- FixedText aFtAdjustment;
- ListBox aLbAdjustment;
- PushButton aBtnCreateGroup;
- FixedLine aGrpAnimation;
-
- ::Window* pWin;
- List aBmpExList;
- List aTimeList;
+ SdDisplay aCtlDisplay;
+ ImageButton aBtnFirst;
+ ImageButton aBtnReverse;
+ ImageButton aBtnStop;
+ ImageButton aBtnPlay;
+ ImageButton aBtnLast;
+ NumericField aNumFldBitmap;
+ TimeField aTimeField;
+ ListBox aLbLoopCount;
+
+ ImageButton aBtnGetOneObject;
+ ImageButton aBtnGetAllObjects;
+ ImageButton aBtnRemoveBitmap;
+ ImageButton aBtnRemoveAll;
+ FixedText aFtCount;
+ FixedInfo aFiCount;
+ FixedLine aGrpBitmap;
+
+ RadioButton aRbtGroup;
+ RadioButton aRbtBitmap;
+ FixedText aFtAdjustment;
+ ListBox aLbAdjustment;
+ PushButton aBtnCreateGroup;
+ FixedLine aGrpAnimation;
+
+ ::Window* pWin;
+ List aBmpExList;
+ List aTimeList;
SdDrawDocument* pMyDoc;
- BitmapEx* pBitmapEx;
+ BitmapEx* pBitmapEx;
- Size aSize;
- Size aFltWinSize;
- Size aDisplaySize;
- Size aBmpSize;
- BOOL bMovie;
- BOOL bAllObjects;
+ Size aSize;
+ Size aFltWinSize;
+ Size aDisplaySize;
+ Size aBmpSize;
+ BOOL bMovie;
+ BOOL bAllObjects;
- SfxBindings* pBindings;
- AnimationControllerItem* pControllerItem;
+ SfxBindings* pBindings;
+ AnimationControllerItem* pControllerItem;
- ScopeLock maPlayLock;
+ ScopeLock maPlayLock;
//------------------------------------
DECL_LINK( ClickFirstHdl, void * );
@@ -167,11 +167,11 @@ private:
DECL_LINK( ModifyBitmapHdl, void * );
DECL_LINK( ModifyTimeHdl, void * );
- void UpdateControl( ULONG nPos, BOOL bDisableCtrls = FALSE );
- void ResetAttrs();
- void WaitInEffect( ULONG nMilliSeconds, ULONG nTime,
+ void UpdateControl( ULONG nPos, BOOL bDisableCtrls = FALSE );
+ void ResetAttrs();
+ void WaitInEffect( ULONG nMilliSeconds, ULONG nTime,
SfxProgress* pStbMgr ) const;
- Fraction GetScale();
+ Fraction GetScale();
};
/*************************************************************************