[Libreoffice-commits] .: sd/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Jan 24 16:32:25 PST 2013
sd/source/ui/dlg/animobjs.cxx | 2 ++
sd/source/ui/dlg/animobjs.src | 6 ++++++
sd/source/ui/inc/animobjs.hrc | 1 +
sd/source/ui/inc/animobjs.hxx | 3 +++
4 files changed, 12 insertions(+)
New commits:
commit 5d743ce2d1f548fafd34e31ada411df7f7e2fea1
Author: Joel Madero <jmadero.dev at gmail.com>
Date: Thu Jan 24 11:01:37 2013 -0800
fdo#48086 - add help for impress (insert -> animated image)
Help file was already available, just added the button to the UI dialog for Presentation's
insert->animated image
modified: sd/source/ui/dlg/animobjs.cxx
modified: sd/source/ui/dlg/animobjs.src
modified: sd/source/ui/inc/animobjs.hrc
modified: sd/source/ui/inc/animobjs.hxx
Change-Id: I0dbc51f0630d8df001cb17c7465d0e599a5f7815
Reviewed-on: https://gerrit.libreoffice.org/1849
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sd/source/ui/dlg/animobjs.cxx b/sd/source/ui/dlg/animobjs.cxx
index 0c26014..870a902 100644
--- a/sd/source/ui/dlg/animobjs.cxx
+++ b/sd/source/ui/dlg/animobjs.cxx
@@ -152,6 +152,8 @@ AnimationWindow::AnimationWindow( SfxBindings* pInBindings,
aFtAdjustment ( this, SdResId( FT_ADJUSTMENT ) ),
aLbAdjustment ( this, SdResId( LB_ADJUSTMENT ) ),
aBtnCreateGroup ( this, SdResId( BTN_CREATE_GROUP ) ),
+ aBtnHelp ( this, SdResId( BTN_HELP ) ),
+
pWin ( pParent ),
m_nCurrentFrame ( EMPTY_FRAMELIST ),
diff --git a/sd/source/ui/dlg/animobjs.src b/sd/source/ui/dlg/animobjs.src
index ebefb83..f955d3b 100644
--- a/sd/source/ui/dlg/animobjs.src
+++ b/sd/source/ui/dlg/animobjs.src
@@ -298,6 +298,12 @@ DockingWindow FLT_WIN_ANIMATION
TabStop = TRUE ;
Text [ en-US ] = "Create" ;
};
+ HelpButton BTN_HELP
+ {
+ Pos = MAP_APPFONT ( 60 , 216 ) ;
+ Size = MAP_APPFONT ( 41 , 14 ) ;
+ TabStop = TRUE ;
+ };
FixedLine GRP_ANIMATION_GROUP
{
Pos = MAP_APPFONT ( 6 , 155 ) ;
diff --git a/sd/source/ui/inc/animobjs.hrc b/sd/source/ui/inc/animobjs.hrc
index 3975e28..b39dfbf 100644
--- a/sd/source/ui/inc/animobjs.hrc
+++ b/sd/source/ui/inc/animobjs.hrc
@@ -27,6 +27,7 @@
#define BTN_REMOVE_BITMAP 8
#define BTN_REMOVE_ALL 9
#define BTN_CREATE_GROUP 10
+#define BTN_HELP 1
#define NUM_FLD_BITMAP 1
#define TIME_FIELD 1
#define FT_COUNT 1
diff --git a/sd/source/ui/inc/animobjs.hxx b/sd/source/ui/inc/animobjs.hxx
index 1b7d36c..0d5271c 100644
--- a/sd/source/ui/inc/animobjs.hxx
+++ b/sd/source/ui/inc/animobjs.hxx
@@ -127,6 +127,9 @@ private:
ListBox aLbAdjustment;
PushButton aBtnCreateGroup;
+ HelpButton aBtnHelp;
+
+
::Window* pWin;
::std::vector< ::std::pair<BitmapEx*, Time*> > m_FrameList;
static const size_t EMPTY_FRAMELIST = ULONG_MAX;
More information about the Libreoffice-commits
mailing list