Change-Id: I5e938a0b53ea7a1b020bc73634bff70913f3ebc3
This commit is contained in:
Julien Nabet
2015-02-28 10:22:29 +01:00
parent ed4627ba2c
commit abfee9852c
4 changed files with 4 additions and 4 deletions

View File

@@ -889,7 +889,7 @@ void PowerPointExport::WriteAnimationCondition( FSHelperPtr pFS, Any& rAny, bool
{ {
// TODO // TODO
DBG(printf ("animation condition event: TODO\n")); DBG(printf ("animation condition event: TODO\n"));
DBG(printf ("event offset has value: %d triger: %d source has value: %d\n", aEvent.Offset.hasValue(), aEvent.Trigger, aEvent.Source.hasValue())); DBG(printf ("event offset has value: %d trigger: %d source has value: %d\n", aEvent.Offset.hasValue(), aEvent.Trigger, aEvent.Source.hasValue()));
if( !bWriteEvent && aEvent.Trigger == EventTrigger::ON_NEXT && bMainSeqChild ) if( !bWriteEvent && aEvent.Trigger == EventTrigger::ON_NEXT && bMainSeqChild )
pDelay = "indefinite"; pDelay = "indefinite";

View File

@@ -246,7 +246,7 @@ public:
void setSkipTriggersNextEffect (const bool bSkipTriggersNextEffect) void setSkipTriggersNextEffect (const bool bSkipTriggersNextEffect)
{ mbSkipTriggersNextEffect = bSkipTriggersNextEffect; } { mbSkipTriggersNextEffect = bSkipTriggersNextEffect; }
/// Skip the current effect but do not triggere the next effect. /// Skip the current effect but do not trigger the next effect.
void skipEffect (void) { handleEvent_impl(false); } void skipEffect (void) { handleEvent_impl(false); }
private: private:

View File

@@ -28,7 +28,7 @@ It was created for use with the automatic conversion of Basic XML Dialog
description files to a Java class which builds description files to a Java class which builds
the same dialog through the UNO API.<br/> the same dialog through the UNO API.<br/>
It uses an Event-Listener method, which calls a method through reflection It uses an Event-Listener method, which calls a method through reflection
wenn an event on a component is trigered. when an event on a component is triggered.
see the classes CommonListener for details see the classes CommonListener for details
''' '''

View File

@@ -54,7 +54,7 @@ class BackgroundsDialog(ImageListDialog):
self.build() self.build()
''' '''
trigered when the user clicks the "other" button. triggered when the user clicks the "other" button.
opens a "file open" dialog, adds the selected opens a "file open" dialog, adds the selected
image to the list and to the web wizard configuration, image to the list and to the web wizard configuration,
and then jumps to the new image, selecting it in the list. and then jumps to the new image, selecting it in the list.