diff options
author | Carsten Driesner <cd@openoffice.org> | 2011-01-17 11:41:00 +0100 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2011-01-17 11:41:00 +0100 |
commit | 3d6bed44c8ca414f60c03223482b9f7b94d56c14 (patch) | |
tree | 9b015da930eaf9856b5f05707245327185fff884 /sd/inc/anminfo.hxx | |
parent | a4babcc4a08648e99d988fca640ab555da10048c (diff) |
removetooltypes01: #i112600# Remove tools types from sd
Diffstat (limited to 'sd/inc/anminfo.hxx')
-rwxr-xr-x[-rw-r--r--] | sd/inc/anminfo.hxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/sd/inc/anminfo.hxx b/sd/inc/anminfo.hxx index 5788e0f32ce5..9204a02430fd 100644..100755 --- a/sd/inc/anminfo.hxx +++ b/sd/inc/anminfo.hxx @@ -54,25 +54,25 @@ public: ::com::sun::star::presentation::AnimationEffect meEffect; // Animationseffekt ::com::sun::star::presentation::AnimationEffect meTextEffect; // Animationseffekt fuer Textinhalt ::com::sun::star::presentation::AnimationSpeed meSpeed; // Geschwindigkeit der Animation - BOOL mbActive; // eingeschaltet ? - BOOL mbDimPrevious; // Objekt abblenden - BOOL mbIsMovie; // wenn Gruppenobjekt, dann Sequenz aus den - BOOL mbDimHide; // verstecken statt abblenden + sal_Bool mbActive; // eingeschaltet ? + sal_Bool mbDimPrevious; // Objekt abblenden + sal_Bool mbIsMovie; // wenn Gruppenobjekt, dann Sequenz aus den + sal_Bool mbDimHide; // verstecken statt abblenden Color maBlueScreen; // identifiziert "Hintergrundpixel" Color maDimColor; // zum Abblenden des Objekts String maSoundFile; // Pfad zum Soundfile in MSDOS-Notation - BOOL mbSoundOn; // Sound ein/aus - BOOL mbPlayFull; // Sound ganz abspielen + sal_Bool mbSoundOn; // Sound ein/aus + sal_Bool mbPlayFull; // Sound ganz abspielen SdrPathObj* mpPathObj; // das Pfadobjekt ::com::sun::star::presentation::ClickAction meClickAction; // Aktion bei Mausklick ::com::sun::star::presentation::AnimationEffect meSecondEffect; // fuer Objekt ausblenden ::com::sun::star::presentation::AnimationSpeed meSecondSpeed; // fuer Objekt ausblenden String maSecondSoundFile; // fuer Objekt ausblenden - BOOL mbSecondSoundOn; // fuer Objekt ausblenden - BOOL mbSecondPlayFull;// fuer Objekt ausblenden + sal_Bool mbSecondSoundOn; // fuer Objekt ausblenden + sal_Bool mbSecondPlayFull;// fuer Objekt ausblenden // String maBookmark; // Sprung zu Objekt/Seite - USHORT mnVerb; // fuer OLE-Objekt - ULONG mnPresOrder; + sal_uInt16 mnVerb; // fuer OLE-Objekt + sal_uLong mnPresOrder; SdrObject& mrObject; SD_DLLPUBLIC void SetBookmark( const String& rBookmark ); |