summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/presentation
diff options
context:
space:
mode:
authorAurimas Fišeras <aurimas@gmail.com>2011-01-23 15:42:57 +0200
committerCédric Bosdonnat <cedricbosdo@openoffice.org>2011-01-27 10:17:20 +0100
commit85f4d5e755b0768a3ed8e5bfed5702a28a31d8d9 (patch)
treeffb236d95f33f1287898b735bfda3095647108a4 /offapi/com/sun/star/presentation
parent5c0a22ab34a1ce0a7d1bd66e82d82f8bc6caaeec (diff)
Some fixes to documentation (part 3)
Fixes many spelling errors (checked with en_US spell checker). Unifies spelling of some common words. Replaces single quotes ('') with double quotes (""). Fixes several other errors.
Diffstat (limited to 'offapi/com/sun/star/presentation')
-rw-r--r--offapi/com/sun/star/presentation/AnimationEffect.idl222
-rw-r--r--offapi/com/sun/star/presentation/ChartShape.idl2
-rw-r--r--offapi/com/sun/star/presentation/ClickAction.idl2
-rw-r--r--offapi/com/sun/star/presentation/DateTimeShape.idl2
-rw-r--r--offapi/com/sun/star/presentation/DocumentSettings.idl2
-rw-r--r--offapi/com/sun/star/presentation/DrawPage.idl6
-rw-r--r--offapi/com/sun/star/presentation/EffectCommands.idl4
-rw-r--r--offapi/com/sun/star/presentation/EffectNodeType.idl6
-rw-r--r--offapi/com/sun/star/presentation/EffectPresetClass.idl4
-rw-r--r--offapi/com/sun/star/presentation/FadeEffect.idl112
-rw-r--r--offapi/com/sun/star/presentation/FooterShape.idl2
-rw-r--r--offapi/com/sun/star/presentation/GraphicObjectShape.idl2
-rw-r--r--offapi/com/sun/star/presentation/HandoutShape.idl2
-rw-r--r--offapi/com/sun/star/presentation/HandoutView.idl2
-rw-r--r--offapi/com/sun/star/presentation/HeaderShape.idl2
-rw-r--r--offapi/com/sun/star/presentation/NotesShape.idl2
-rw-r--r--offapi/com/sun/star/presentation/NotesView.idl2
-rw-r--r--offapi/com/sun/star/presentation/OLE2Shape.idl2
-rw-r--r--offapi/com/sun/star/presentation/OutlineView.idl4
-rw-r--r--offapi/com/sun/star/presentation/OutlinerShape.idl2
-rw-r--r--offapi/com/sun/star/presentation/PageShape.idl2
-rw-r--r--offapi/com/sun/star/presentation/PreviewView.idl2
-rw-r--r--offapi/com/sun/star/presentation/Shape.idl6
-rw-r--r--offapi/com/sun/star/presentation/SlideNumberShape.idl2
-rw-r--r--offapi/com/sun/star/presentation/SlidesView.idl2
-rw-r--r--offapi/com/sun/star/presentation/SubtitleShape.idl2
-rw-r--r--offapi/com/sun/star/presentation/TitleTextShape.idl2
-rw-r--r--offapi/com/sun/star/presentation/XPresentation2.idl12
-rw-r--r--offapi/com/sun/star/presentation/XSlideShow.idl24
-rw-r--r--offapi/com/sun/star/presentation/XSlideShowController.idl60
-rw-r--r--offapi/com/sun/star/presentation/XSlideShowListener.idl2
-rw-r--r--offapi/com/sun/star/presentation/XSlideShowView.idl12
-rw-r--r--offapi/com/sun/star/presentation/XTransitionFactory.idl6
33 files changed, 259 insertions, 259 deletions
diff --git a/offapi/com/sun/star/presentation/AnimationEffect.idl b/offapi/com/sun/star/presentation/AnimationEffect.idl
index 8770080783f0..d7c80c503c5a 100644
--- a/offapi/com/sun/star/presentation/AnimationEffect.idl
+++ b/offapi/com/sun/star/presentation/AnimationEffect.idl
@@ -52,7 +52,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_LEFT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_LEFT
- /** use the animation effect 'Fade from Left'.
+ /** use the animation effect "Fade from Left".
*/
FADE_FROM_LEFT,
@@ -60,7 +60,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_TOP,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_TOP
- /** use the animation effect 'Fade from Top'.
+ /** use the animation effect "Fade from Top".
*/
FADE_FROM_TOP,
@@ -68,7 +68,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_RIGHT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_RIGHT
- /** use the animation effect 'Fade from Right'.
+ /** use the animation effect "Fade from Right".
*/
FADE_FROM_RIGHT,
@@ -76,7 +76,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_BOTTOM,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_BOTTOM
- /** use the animation effect 'Fade from Bottom'.
+ /** use the animation effect "Fade from Bottom".
*/
FADE_FROM_BOTTOM,
@@ -84,7 +84,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_TO_CENTER,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_TO_CENTER
- /** use the animation effect 'Fade to Center'.
+ /** use the animation effect "Fade to Center".
*/
FADE_TO_CENTER,
@@ -92,7 +92,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_CENTER,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_CENTER
- /** use the animation effect 'Fade from Center'.
+ /** use the animation effect "Fade from Center".
*/
FADE_FROM_CENTER,
@@ -100,7 +100,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_LEFT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_LEFT
- /** use the animation effect 'Move from Left'.
+ /** use the animation effect "Move from Left".
*/
MOVE_FROM_LEFT,
@@ -108,7 +108,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_TOP,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_TOP
- /** use the animation effect 'Move from Top'.
+ /** use the animation effect "Move from Top".
*/
MOVE_FROM_TOP,
@@ -116,7 +116,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_RIGHT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_RIGHT
- /** use the animation effect 'Move from Right'.
+ /** use the animation effect "Move from Right".
*/
MOVE_FROM_RIGHT,
@@ -124,7 +124,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_BOTTOM,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_BOTTOM
- /** use the animation effect 'Move from Bottom'.
+ /** use the animation effect "Move from Bottom".
*/
MOVE_FROM_BOTTOM,
@@ -132,7 +132,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: VERTICAL_STRIPES,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_STRIPES
- /** use the animation effect 'Vertical Stripes'.
+ /** use the animation effect "Vertical Stripes".
*/
VERTICAL_STRIPES,
@@ -140,7 +140,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: HORIZONTAL_STRIPES,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_STRIPES
- /** use the animation effect 'Horizontal Stripes'.
+ /** use the animation effect "Horizontal Stripes".
*/
HORIZONTAL_STRIPES,
@@ -148,7 +148,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: CLOCKWISE,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::CLOCKWISE
- /** use the animation effect 'Clockwise'.
+ /** use the animation effect "Clockwise".
*/
CLOCKWISE,
@@ -156,7 +156,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: COUNTERCLOCKWISE,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::COUNTERCLOCKWISE
- /** use the animation effect 'Counter Clockwise'.
+ /** use the animation effect "Counter Clockwise".
*/
COUNTERCLOCKWISE,
@@ -164,7 +164,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_UPPERLEFT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_UPPERLEFT
- /** use the animation effect 'Fade from Upper Left'.
+ /** use the animation effect "Fade from Upper Left".
*/
FADE_FROM_UPPERLEFT,
@@ -172,7 +172,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_UPPERRIGHT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_UPPERRIGHT
- /** use the animation effect 'Fade from Upper Right'.
+ /** use the animation effect "Fade from Upper Right".
*/
FADE_FROM_UPPERRIGHT,
@@ -180,7 +180,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_LOWERLEFT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_LOWERLEFT
- /** use the animation effect 'Fade from Lower Left'.
+ /** use the animation effect "Fade from Lower Left".
*/
FADE_FROM_LOWERLEFT,
@@ -188,7 +188,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: FADE_FROM_LOWERRIGHT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::FADE_FROM_LOWERRIGHT
- /** use the animation effect 'Fade from Lower Right'.
+ /** use the animation effect "Fade from Lower Right".
*/
FADE_FROM_LOWERRIGHT,
@@ -196,7 +196,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: CLOSE_VERTICAL,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::CLOSE_VERTICAL
- /** use the animation effect 'Close Vertical'.
+ /** use the animation effect "Close Vertical".
*/
CLOSE_VERTICAL,
@@ -204,7 +204,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: CLOSE_HORIZONTAL,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::CLOSE_HORIZONTAL
- /** use the animation effect 'Close Horizontal'.
+ /** use the animation effect "Close Horizontal".
*/
CLOSE_HORIZONTAL,
@@ -212,7 +212,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: OPEN_VERTICAL,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::OPEN_VERTICAL
- /** use the animation effect 'Open Vertical'.
+ /** use the animation effect "Open Vertical".
*/
OPEN_VERTICAL,
@@ -220,7 +220,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: OPEN_HORIZONTAL,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::OPEN_HORIZONTAL
- /** use the animation effect 'Open Horizontal'.
+ /** use the animation effect "Open Horizontal".
*/
OPEN_HORIZONTAL,
@@ -228,7 +228,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: PATH,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::PATH
- /** use the animation effect 'Path'.
+ /** use the animation effect "Path".
*/
PATH,
@@ -236,7 +236,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_LEFT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_LEFT
- /** use the animation effect 'Move to Left'.
+ /** use the animation effect "Move to Left".
*/
MOVE_TO_LEFT,
@@ -244,7 +244,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_TOP,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_TOP
- /** use the animation effect 'Move to Top'.
+ /** use the animation effect "Move to Top".
*/
MOVE_TO_TOP,
@@ -252,7 +252,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_RIGHT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_RIGHT
- /** use the animation effect 'Move to Right'.
+ /** use the animation effect "Move to Right".
*/
MOVE_TO_RIGHT,
@@ -260,7 +260,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_BOTTOM,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_BOTTOM
- /** use the animation effect 'Move to Bottom'.
+ /** use the animation effect "Move to Bottom".
*/
MOVE_TO_BOTTOM,
@@ -268,7 +268,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: SPIRALIN_LEFT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALIN_LEFT
- /** use the animation effect 'Spiral Inward Left'.
+ /** use the animation effect "Spiral Inward Left".
*/
SPIRALIN_LEFT,
@@ -276,7 +276,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: SPIRALIN_RIGHT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALIN_RIGHT
- /** use the animation effect 'Spiral Inward Right'.
+ /** use the animation effect "Spiral Inward Right".
*/
SPIRALIN_RIGHT,
@@ -284,7 +284,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: SPIRALOUT_LEFT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALOUT_LEFT
- /** use the animation effect 'Spiral Outward Left'.
+ /** use the animation effect "Spiral Outward Left".
*/
SPIRALOUT_LEFT,
@@ -292,7 +292,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: SPIRALOUT_RIGHT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::SPIRALOUT_RIGHT
- /** use the animation effect 'Spiral Outward Right'.
+ /** use the animation effect "Spiral Outward Right".
*/
SPIRALOUT_RIGHT,
@@ -300,7 +300,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: DISSOLVE,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::DISSOLVE
- /** use the animation effect 'Spiral Inward Left'.
+ /** use the animation effect "Spiral Inward Left".
*/
DISSOLVE,
@@ -308,7 +308,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: WAVYLINE_FROM_LEFT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_LEFT
- /** use the animation effect 'Wavy Line from Left'.
+ /** use the animation effect "Wavy Line from Left".
*/
WAVYLINE_FROM_LEFT,
@@ -316,7 +316,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: WAVYLINE_FROM_TOP,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_TOP
- /** use the animation effect 'Wavy Line from Top'.
+ /** use the animation effect "Wavy Line from Top".
*/
WAVYLINE_FROM_TOP,
@@ -324,7 +324,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: WAVYLINE_FROM_RIGHT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_RIGHT
- /** use the animation effect 'Wavy Line from Right'.
+ /** use the animation effect "Wavy Line from Right".
*/
WAVYLINE_FROM_RIGHT,
@@ -332,7 +332,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: WAVYLINE_FROM_BOTTOM,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::WAVYLINE_FROM_BOTTOM
- /** use the animation effect 'Wavy Line from Button'.
+ /** use the animation effect "Wavy Line from Button".
*/
WAVYLINE_FROM_BOTTOM,
@@ -340,7 +340,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: RANDOM,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::RANDOM
- /** use the animation effect 'Random'.
+ /** use the animation effect "Random".
*/
RANDOM,
@@ -348,7 +348,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: VERTICAL_LINES,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_LINES
- /** use the animation effect 'Vertical Lines'.
+ /** use the animation effect "Vertical Lines".
*/
VERTICAL_LINES,
@@ -356,7 +356,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: HORIZONTAL_LINES,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_LINES
- /** use the animation effect 'Horizontal Lines'.
+ /** use the animation effect "Horizontal Lines".
*/
HORIZONTAL_LINES,
@@ -364,7 +364,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_LEFT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_LEFT
- /** use the animation effect 'Wavy Line from Left'.
+ /** use the animation effect "Wavy Line from Left".
*/
LASER_FROM_LEFT,
@@ -372,7 +372,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_TOP,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_TOP
- /** use the animation effect 'Laser from Top'.
+ /** use the animation effect "Laser from Top".
*/
LASER_FROM_TOP,
@@ -380,7 +380,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_RIGHT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_RIGHT
- /** use the animation effect 'Laser from Right'.
+ /** use the animation effect "Laser from Right".
*/
LASER_FROM_RIGHT,
@@ -388,7 +388,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_BOTTOM,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_BOTTOM
- /** use the animation effect 'Laser from Bottom'.
+ /** use the animation effect "Laser from Bottom".
*/
LASER_FROM_BOTTOM,
@@ -396,7 +396,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_UPPERLEFT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_UPPERLEFT
- /** use the animation effect 'Laser from Upper Left'.
+ /** use the animation effect "Laser from Upper Left".
*/
LASER_FROM_UPPERLEFT,
@@ -404,7 +404,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_UPPERRIGHT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_UPPERRIGHT
- /** use the animation effect 'Laser from Upper Right'.
+ /** use the animation effect "Laser from Upper Right".
*/
LASER_FROM_UPPERRIGHT,
@@ -412,7 +412,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_LOWERLEFT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_LOWERLEFT
- /** use the animation effect 'Laser from Lower Left'.
+ /** use the animation effect "Laser from Lower Left".
*/
LASER_FROM_LOWERLEFT,
@@ -420,7 +420,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: LASER_FROM_LOWERRIGHT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::LASER_FROM_LOWERRIGHT
- /** use the animation effect 'Laser from Lower Right'.
+ /** use the animation effect "Laser from Lower Right".
*/
LASER_FROM_LOWERRIGHT,
@@ -428,7 +428,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: APPEAR,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::APPEAR
- /** use the animation effect 'Appear'.
+ /** use the animation effect "Appear".
*/
APPEAR,
@@ -436,7 +436,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: HIDE
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HIDE
- /** use the animation effect 'Hide'.
+ /** use the animation effect "Hide".
*/
HIDE,
@@ -444,7 +444,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_UPPERLEFT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_UPPERLEFT
- /** use the animation effect 'Move from Upper Left'.
+ /** use the animation effect "Move from Upper Left".
*/
MOVE_FROM_UPPERLEFT,
@@ -452,7 +452,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_UPPERRIGHT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_UPPERRIGHT
- /** use the animation effect 'Move from Upper Right'.
+ /** use the animation effect "Move from Upper Right".
*/
MOVE_FROM_UPPERRIGHT,
@@ -460,7 +460,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_LOWERRIGHT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_LOWERRIGHT
- /** use the animation effect 'Move from Lower Right'.
+ /** use the animation effect "Move from Lower Right".
*/
MOVE_FROM_LOWERRIGHT,
@@ -468,7 +468,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_FROM_LOWERLEFT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_FROM_LOWERLEFT
- /** use the animation effect 'Move from Lower Left'.
+ /** use the animation effect "Move from Lower Left".
*/
MOVE_FROM_LOWERLEFT,
@@ -476,7 +476,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_UPPERLEFT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_UPPERLEFT
- /** use the animation effect 'Move to Upper Left'.
+ /** use the animation effect "Move to Upper Left".
*/
MOVE_TO_UPPERLEFT,
@@ -484,7 +484,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_UPPERRIGHT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_UPPERRIGHT
- /** use the animation effect 'Move to Upper Right'.
+ /** use the animation effect "Move to Upper Right".
*/
MOVE_TO_UPPERRIGHT,
@@ -492,7 +492,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_LOWERRIGHT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_LOWERRIGHT
- /** use the animation effect 'Move to Lower Right'.
+ /** use the animation effect "Move to Lower Right".
*/
MOVE_TO_LOWERRIGHT,
@@ -500,7 +500,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_TO_LOWERLEFT,
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_TO_LOWERLEFT
- /** use the animation effect 'Move to Lower Left'.
+ /** use the animation effect "Move to Lower Left".
*/
MOVE_TO_LOWERLEFT,
@@ -508,7 +508,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_LEFT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_LEFT
- /** use the animation effect 'Move Short from Left'.
+ /** use the animation effect "Move Short from Left".
*/
MOVE_SHORT_FROM_LEFT,
@@ -516,7 +516,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_UPPERLEFT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_UPPERLEFT
- /** use the animation effect 'Move Short from Upper Left'.
+ /** use the animation effect "Move Short from Upper Left".
*/
MOVE_SHORT_FROM_UPPERLEFT,
@@ -524,7 +524,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_TOP
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_TOP
- /** use the animation effect 'Move Short from Top'.
+ /** use the animation effect "Move Short from Top".
*/
MOVE_SHORT_FROM_TOP,
@@ -532,7 +532,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_UPPERRIGHT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_UPPERRIGHT
- /** use the animation effect 'Move Short from Upper Right'.
+ /** use the animation effect "Move Short from Upper Right".
*/
MOVE_SHORT_FROM_UPPERRIGHT,
@@ -540,7 +540,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_RIGHT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_RIGHT
- /** use the animation effect 'Move Short from Right'.
+ /** use the animation effect "Move Short from Right".
*/
MOVE_SHORT_FROM_RIGHT,
@@ -548,7 +548,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_LOWERRIGHT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_LOWERRIGHT
- /** use the animation effect 'Move Short from Lower Right'.
+ /** use the animation effect "Move Short from Lower Right".
*/
MOVE_SHORT_FROM_LOWERRIGHT,
@@ -556,7 +556,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_BOTTOM
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_BOTTOM
- /** use the animation effect 'Move Short from Bottom'.
+ /** use the animation effect "Move Short from Bottom".
*/
MOVE_SHORT_FROM_BOTTOM,
@@ -564,7 +564,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_FROM_LOWERLEFT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_FROM_LOWERLEFT
- /** use the animation effect 'Move Short from Lower Left'.
+ /** use the animation effect "Move Short from Lower Left".
*/
MOVE_SHORT_FROM_LOWERLEFT,
@@ -572,7 +572,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_LEFT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_LEFT
- /** use the animation effect 'Move Short to Left'.
+ /** use the animation effect "Move Short to Left".
*/
MOVE_SHORT_TO_LEFT,
@@ -580,7 +580,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_UPPERLEFT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_UPPERLEFT
- /** use the animation effect 'Move Short to Upper Left'.
+ /** use the animation effect "Move Short to Upper Left".
*/
MOVE_SHORT_TO_UPPERLEFT,
@@ -588,7 +588,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_TOP
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_TOP
- /** use the animation effect 'Move Short to Top'.
+ /** use the animation effect "Move Short to Top".
*/
MOVE_SHORT_TO_TOP,
@@ -596,7 +596,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_UPPERRIGHT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_UPPERRIGHT
- /** use the animation effect 'Move Short to Upper Right'.
+ /** use the animation effect "Move Short to Upper Right".
*/
MOVE_SHORT_TO_UPPERRIGHT,
@@ -604,7 +604,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_RIGHT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_RIGHT
- /** use the animation effect 'Move Short to Right'.
+ /** use the animation effect "Move Short to Right".
*/
MOVE_SHORT_TO_RIGHT,
@@ -612,7 +612,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_LOWERRIGHT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_LOWERRIGHT
- /** use the animation effect 'Move Short to Lower Right'.
+ /** use the animation effect "Move Short to Lower Right".
*/
MOVE_SHORT_TO_LOWERRIGHT,
@@ -620,7 +620,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_BOTTOM
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_BOTTOM
- /** use the animation effect 'Move Short to Bottom'.
+ /** use the animation effect "Move Short to Bottom".
*/
MOVE_SHORT_TO_BOTTOM,
@@ -628,7 +628,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: MOVE_SHORT_TO_LOWERLEFT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::MOVE_SHORT_TO_LOWERLEFT
- /** use the animation effect 'Move Short to Lower Left'.
+ /** use the animation effect "Move Short to Lower Left".
*/
MOVE_SHORT_TO_LOWERLEFT,
@@ -636,7 +636,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: VERTICAL_CHECKERBOARD
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_CHECKERBOARD
- /** use the animation effect 'Vertical Checkerboard'.
+ /** use the animation effect "Vertical Checkerboard".
*/
VERTICAL_CHECKERBOARD,
@@ -644,7 +644,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: HORIZONTAL_CHECKERBOARD
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_CHECKERBOARD
- /** use the animation effect 'Horizontal Checkerboard'.
+ /** use the animation effect "Horizontal Checkerboard".
*/
HORIZONTAL_CHECKERBOARD,
@@ -652,7 +652,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: HORIZONTAL_ROTATE
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_ROTATE
- /** use the animation effect 'Horizontal Rotate'.
+ /** use the animation effect "Horizontal Rotate".
*/
HORIZONTAL_ROTATE,
@@ -660,7 +660,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: VERTICAL_ROTATE
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_ROTATE
- /** use the animation effect 'Vertical Rotate'.
+ /** use the animation effect "Vertical Rotate".
*/
VERTICAL_ROTATE,
@@ -668,7 +668,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: HORIZONTAL_STRETCH
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::HORIZONTAL_STRETCH
- /** use the animation effect 'Horizontal Stretch'.
+ /** use the animation effect "Horizontal Stretch".
*/
HORIZONTAL_STRETCH,
@@ -676,7 +676,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: VERTICAL_STRETCH
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::VERTICAL_STRETCH
- /** use the animation effect 'Vertical Stretch'.
+ /** use the animation effect "Vertical Stretch".
*/
VERTICAL_STRETCH,
@@ -684,7 +684,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_LEFT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_LEFT
- /** use the animation effect 'Stretch From Left'.
+ /** use the animation effect "Stretch From Left".
*/
STRETCH_FROM_LEFT,
@@ -692,7 +692,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_UPPERLEFT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_UPPERLEFT
- /** use the animation effect 'Stretch From Upper Left'.
+ /** use the animation effect "Stretch From Upper Left".
*/
STRETCH_FROM_UPPERLEFT,
@@ -700,7 +700,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_TOP
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_TOP
- /** use the animation effect 'Stretch From Top'.
+ /** use the animation effect "Stretch From Top".
*/
STRETCH_FROM_TOP,
@@ -708,7 +708,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_UPPERRIGHT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_UPPERRIGHT
- /** use the animation effect 'Stretch From Upper Right'.
+ /** use the animation effect "Stretch From Upper Right".
*/
STRETCH_FROM_UPPERRIGHT,
@@ -716,7 +716,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_RIGHT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_RIGHT
- /** use the animation effect 'Stretch From Right'.
+ /** use the animation effect "Stretch From Right".
*/
STRETCH_FROM_RIGHT,
@@ -724,7 +724,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_LOWERRIGHT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_LOWERRIGHT
- /** use the animation effect 'Stretch From Lower Right'.
+ /** use the animation effect "Stretch From Lower Right".
*/
STRETCH_FROM_LOWERRIGHT,
@@ -732,7 +732,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_BOTTOM
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_BOTTOM
- /** use the animation effect 'Stretch From Bottom'.
+ /** use the animation effect "Stretch From Bottom".
*/
STRETCH_FROM_BOTTOM,
@@ -740,7 +740,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: STRETCH_FROM_LOWERLEFT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::STRETCH_FROM_LOWERLEFT
- /** use the animation effect 'Stretch From Lower Left'.
+ /** use the animation effect "Stretch From Lower Left".
*/
STRETCH_FROM_LOWERLEFT,
@@ -748,7 +748,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN
- /** use the animation effect 'Zoom In'.
+ /** use the animation effect "Zoom In".
*/
ZOOM_IN,
@@ -756,7 +756,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_SMALL
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_SMALL
- /** use the animation effect 'Zoom In Small'.
+ /** use the animation effect "Zoom In Small".
*/
ZOOM_IN_SMALL,
@@ -764,7 +764,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_SPIRAL
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_SPIRAL
- /** use the animation effect 'Zoom In Spiral'.
+ /** use the animation effect "Zoom In Spiral".
*/
ZOOM_IN_SPIRAL,
@@ -772,7 +772,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT
- /** use the animation effect 'Zoom Out'.
+ /** use the animation effect "Zoom Out".
*/
ZOOM_OUT,
@@ -780,7 +780,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_SMALL
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_SMALL
- /** use the animation effect 'Zoom Out Small'.
+ /** use the animation effect "Zoom Out Small".
*/
ZOOM_OUT_SMALL,
@@ -788,7 +788,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_SPIRAL
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_SPIRAL
- /** use the animation effect 'Zoom Out Spiral'.
+ /** use the animation effect "Zoom Out Spiral".
*/
ZOOM_OUT_SPIRAL,
@@ -796,7 +796,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_LEFT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_LEFT
- /** use the animation effect 'Zoom In From Left'.
+ /** use the animation effect "Zoom In From Left".
*/
ZOOM_IN_FROM_LEFT,
@@ -804,7 +804,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_UPPERLEFT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_UPPERLEFT
- /** use the animation effect 'Zoom In From Upper Left'.
+ /** use the animation effect "Zoom In From Upper Left".
*/
ZOOM_IN_FROM_UPPERLEFT,
@@ -812,7 +812,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_TOP
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_TOP
- /** use the animation effect 'Zoom In From Top'.
+ /** use the animation effect "Zoom In From Top".
*/
ZOOM_IN_FROM_TOP,
@@ -820,7 +820,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_UPPERRIGHT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_UPPERRIGHT
- /** use the animation effect 'Zoom In From Upper Right'.
+ /** use the animation effect "Zoom In From Upper Right".
*/
ZOOM_IN_FROM_UPPERRIGHT,
@@ -828,7 +828,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_RIGHT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_RIGHT
- /** use the animation effect 'Zoom In From Right'.
+ /** use the animation effect "Zoom In From Right".
*/
ZOOM_IN_FROM_RIGHT,
@@ -836,7 +836,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_LOWERRIGHT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_LOWERRIGHT
- /** use the animation effect 'Zoom In From Lower Right'.
+ /** use the animation effect "Zoom In From Lower Right".
*/
ZOOM_IN_FROM_LOWERRIGHT,
@@ -844,7 +844,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_BOTTOM
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_BOTTOM
- /** use the animation effect 'Zoom In From Bottom'.
+ /** use the animation effect "Zoom In From Bottom".
*/
ZOOM_IN_FROM_BOTTOM,
@@ -852,7 +852,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_LOWERLEFT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_LOWERLEFT
- /** use the animation effect 'Zoom In From Lower Left'.
+ /** use the animation effect "Zoom In From Lower Left".
*/
ZOOM_IN_FROM_LOWERLEFT,
@@ -860,7 +860,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_IN_FROM_CENTER
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_IN_FROM_CENTER
- /** use the animation effect 'Zoom In From Center'.
+ /** use the animation effect "Zoom In From Center".
*/
ZOOM_IN_FROM_CENTER,
@@ -868,7 +868,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_LEFT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_LEFT
- /** use the animation effect 'Zoom Out From Left'.
+ /** use the animation effect "Zoom Out From Left".
*/
ZOOM_OUT_FROM_LEFT,
@@ -876,7 +876,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_UPPERLEFT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_UPPERLEFT
- /** use the animation effect 'Zoom Out From Upper Left'.
+ /** use the animation effect "Zoom Out From Upper Left".
*/
ZOOM_OUT_FROM_UPPERLEFT,
@@ -884,7 +884,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_TOP
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_TOP
- /** use the animation effect 'Zoom Out From Top'.
+ /** use the animation effect "Zoom Out From Top".
*/
ZOOM_OUT_FROM_TOP,
@@ -892,7 +892,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_UPPERRIGHT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_UPPERRIGHT
- /** use the animation effect 'Zoom Out From Upper Right'.
+ /** use the animation effect "Zoom Out From Upper Right".
*/
ZOOM_OUT_FROM_UPPERRIGHT,
@@ -900,7 +900,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_RIGHT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_RIGHT
- /** use the animation effect 'Zoom Out From Right'.
+ /** use the animation effect "Zoom Out From Right".
*/
ZOOM_OUT_FROM_RIGHT,
@@ -908,7 +908,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_LOWERRIGHT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_LOWERRIGHT
- /** use the animation effect 'Zoom Out From Lower Right'.
+ /** use the animation effect "Zoom Out From Lower Right".
*/
ZOOM_OUT_FROM_LOWERRIGHT,
@@ -916,7 +916,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_BOTTOM
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_BOTTOM
- /** use the animation effect 'Zoom Out From Bottom'.
+ /** use the animation effect "Zoom Out From Bottom".
*/
ZOOM_OUT_FROM_BOTTOM,
@@ -924,7 +924,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_LOWERLEFT
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_LOWERLEFT
- /** use the animation effect 'Zoom Out From Lower Left'.
+ /** use the animation effect "Zoom Out From Lower Left".
*/
ZOOM_OUT_FROM_LOWERLEFT,
@@ -932,7 +932,7 @@ published enum AnimationEffect
// DOCUMENTATION OMITTED FOR AnimationEffect:: ZOOM_OUT_FROM_CENTER
// DocMerge from xml: value com::sun::star::presentation::AnimationEffect::ZOOM_OUT_FROM_CENTER
- /** use the animation effect 'Zoom Out From Center'.
+ /** use the animation effect "Zoom Out From Center".
*/
ZOOM_OUT_FROM_CENTER
};
diff --git a/offapi/com/sun/star/presentation/ChartShape.idl b/offapi/com/sun/star/presentation/ChartShape.idl
index 440e28df51b8..cf5802d78929 100644
--- a/offapi/com/sun/star/presentation/ChartShape.idl
+++ b/offapi/com/sun/star/presentation/ChartShape.idl
@@ -45,7 +45,7 @@
/** This service is implemented by the chart presentation shape.
<p>Presentation shapes can be used in a presentation
- page layouts and theire position and size is by default set
+ page layouts and their position and size is by default set
by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
*/
published service ChartShape
diff --git a/offapi/com/sun/star/presentation/ClickAction.idl b/offapi/com/sun/star/presentation/ClickAction.idl
index 3ad4d4b5c0d5..03fcd487d7bf 100644
--- a/offapi/com/sun/star/presentation/ClickAction.idl
+++ b/offapi/com/sun/star/presentation/ClickAction.idl
@@ -95,7 +95,7 @@ published enum ClickAction
//-------------------------------------------------------------------------
- /** An ole verb is performed on this object.
+ /** An OLE verb is performed on this object.
*/
VERB,
diff --git a/offapi/com/sun/star/presentation/DateTimeShape.idl b/offapi/com/sun/star/presentation/DateTimeShape.idl
index c4d68dd3a5b5..8949d6f2d1ba 100644
--- a/offapi/com/sun/star/presentation/DateTimeShape.idl
+++ b/offapi/com/sun/star/presentation/DateTimeShape.idl
@@ -45,7 +45,7 @@
/** This service is implemented by the date and time presentation shape.
<p>Presentation shapes can be used in a presentation
- page layouts and theire position and size is by default set
+ page layouts and their position and size is by default set
by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
*/
service DateTimeShape
diff --git a/offapi/com/sun/star/presentation/DocumentSettings.idl b/offapi/com/sun/star/presentation/DocumentSettings.idl
index c97d205cf3ef..22bb3ed7238b 100644
--- a/offapi/com/sun/star/presentation/DocumentSettings.idl
+++ b/offapi/com/sun/star/presentation/DocumentSettings.idl
@@ -107,7 +107,7 @@ published service DocumentSettings
/** If this is true, the distance between two paragraphs is
the sum of ParaTopMargin of the previous and ParaBottomMargin of
the next paragraph. If false, only the greater of the two is
- choosen.
+ chosen.
*/
[optional, property] boolean ParagraphSummation;
diff --git a/offapi/com/sun/star/presentation/DrawPage.idl b/offapi/com/sun/star/presentation/DrawPage.idl
index c939ae0267c3..14c0cd7b1647 100644
--- a/offapi/com/sun/star/presentation/DrawPage.idl
+++ b/offapi/com/sun/star/presentation/DrawPage.idl
@@ -111,7 +111,7 @@ published service DrawPage
//-------------------------------------------------------------------------
- /** defines the text that is displayd in a header textfield rendered on this
+ /** defines the text that is displayed in a header textfield rendered on this
page.
*/
[optional, property] string HeaderText;
@@ -126,7 +126,7 @@ published service DrawPage
//-------------------------------------------------------------------------
- /** defines the text that is displayd in a footer textfield rendered on this
+ /** defines the text that is displayed in a footer textfield rendered on this
page.
*/
[optional, property] string FooterText;
@@ -157,7 +157,7 @@ published service DrawPage
//-------------------------------------------------------------------------
- /** defines the text that is displayd in a date and time textfield rendered on this
+ /** defines the text that is displayed in a date and time textfield rendered on this
page. This value is only used if <code>IsDateTimeFixed</code> is <true/>.
*/
[optional, property] string DateTimeText;
diff --git a/offapi/com/sun/star/presentation/EffectCommands.idl b/offapi/com/sun/star/presentation/EffectCommands.idl
index dbb5917a756f..1c870a87edcf 100644
--- a/offapi/com/sun/star/presentation/EffectCommands.idl
+++ b/offapi/com/sun/star/presentation/EffectCommands.idl
@@ -42,7 +42,7 @@ constants EffectCommands
*/
const short CUSTOM = 0;
- /** the command is an ole verb.
+ /** the command is an OLE verb.
Required parameters are
"Verb" of type long that specifies the verb to execute.
*/
@@ -51,7 +51,7 @@ constants EffectCommands
/** the command starts playing on a media object.
Optional parameters are
"MediaTime" of type double that specifies the start
- time in mili seconds. If not given, play continues at
+ time in milliseconds. If not given, play continues at
last position known.
*/
const short PLAY = 2;
diff --git a/offapi/com/sun/star/presentation/EffectNodeType.idl b/offapi/com/sun/star/presentation/EffectNodeType.idl
index 27776d66802a..5547badffb93 100644
--- a/offapi/com/sun/star/presentation/EffectNodeType.idl
+++ b/offapi/com/sun/star/presentation/EffectNodeType.idl
@@ -38,8 +38,8 @@
This is stored with the name <i>node-type</i> inside the
<member>::com::sun::star::animations::XAnimationNode::UserData</member> sequence.
<br>
- This does not manipulate the timing or syncronization.
- It can be used to quickly identify semantic blocks inside an animation hierachy.
+ This does not manipulate the timing or synchronization.
+ It can be used to quickly identify semantic blocks inside an animation hierarchy.
@see ::com::sun::star::animations::AnimationNode
*/
@@ -61,7 +61,7 @@ constants EffectNodeType
*/
const short AFTER_PREVIOUS = 3;
- /** This is the main sequence for effects that is automaticaly started.
+ /** This is the main sequence for effects that is automatically started.
*/
const short MAIN_SEQUENCE = 4;
diff --git a/offapi/com/sun/star/presentation/EffectPresetClass.idl b/offapi/com/sun/star/presentation/EffectPresetClass.idl
index e648a17fcb16..7857dde6f635 100644
--- a/offapi/com/sun/star/presentation/EffectPresetClass.idl
+++ b/offapi/com/sun/star/presentation/EffectPresetClass.idl
@@ -38,8 +38,8 @@
This is stored with the name <i>preset-class</i> inside the
<member>::com::sun::star::animations::XAnimationNode::UserData</member> sequence.
<br>
- This does not manipulate the timing or syncronization.
- It can be used to quickly identify preset animations inside an animation hierachy.
+ This does not manipulate the timing or synchronization.
+ It can be used to quickly identify preset animations inside an animation hierarchy.
@see ::com::sun::star::animations::AnimationNode
*/
diff --git a/offapi/com/sun/star/presentation/FadeEffect.idl b/offapi/com/sun/star/presentation/FadeEffect.idl
index 08cc018e1084..7eae9795602f 100644
--- a/offapi/com/sun/star/presentation/FadeEffect.idl
+++ b/offapi/com/sun/star/presentation/FadeEffect.idl
@@ -46,337 +46,337 @@ published enum FadeEffect
//-------------------------------------------------------------------------
- /** use the fade effect 'Fade from Left'.
+ /** use the fade effect "Fade from Left".
*/
FADE_FROM_LEFT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Fade from Top'.
+ /** use the fade effect "Fade from Top".
*/
FADE_FROM_TOP,
//-------------------------------------------------------------------------
- /** use the fade effect 'Fade from Right'.
+ /** use the fade effect "Fade from Right".
*/
FADE_FROM_RIGHT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Fade from Bottom'.
+ /** use the fade effect "Fade from Bottom".
*/
FADE_FROM_BOTTOM,
//-------------------------------------------------------------------------
- /** use the fade effect 'Fade to Center'.
+ /** use the fade effect "Fade to Center".
*/
FADE_TO_CENTER,
//-------------------------------------------------------------------------
- /** use the fade effect 'Fade from Center'.
+ /** use the fade effect "Fade from Center".
*/
FADE_FROM_CENTER,
//-------------------------------------------------------------------------
- /** use the fade effect 'Move from Left'.
+ /** use the fade effect "Move from Left".
*/
MOVE_FROM_LEFT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Move from Top'.
+ /** use the fade effect "Move from Top".
*/
MOVE_FROM_TOP,
//-------------------------------------------------------------------------
- /** use the fade effect 'Move from Right'.
+ /** use the fade effect "Move from Right".
*/
MOVE_FROM_RIGHT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Move from Bottom'.
+ /** use the fade effect "Move from Bottom".
*/
MOVE_FROM_BOTTOM,
//-------------------------------------------------------------------------
- /** use the fade effect 'Roll from Left'.
+ /** use the fade effect "Roll from Left".
*/
ROLL_FROM_LEFT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Roll from Top'.
+ /** use the fade effect "Roll from Top".
*/
ROLL_FROM_TOP,
//-------------------------------------------------------------------------
- /** use the fade effect 'Roll from Right'.
+ /** use the fade effect "Roll from Right".
*/
ROLL_FROM_RIGHT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Roll from Bottom'.
+ /** use the fade effect "Roll from Bottom".
*/
ROLL_FROM_BOTTOM,
//-------------------------------------------------------------------------
- /** use the fade effect 'Vertical Stripes'.
+ /** use the fade effect "Vertical Stripes".
*/
VERTICAL_STRIPES,
//-------------------------------------------------------------------------
- /** use the fade effect 'Horizontal Stripes'.
+ /** use the fade effect "Horizontal Stripes".
*/
HORIZONTAL_STRIPES,
//-------------------------------------------------------------------------
- /** use the fade effect 'Clockwise'.
+ /** use the fade effect "Clockwise".
*/
CLOCKWISE,
//-------------------------------------------------------------------------
- /** use the fade effect 'Counter Clockwise'.
+ /** use the fade effect "Counter Clockwise".
*/
COUNTERCLOCKWISE,
//-------------------------------------------------------------------------
- /** use the fade effect 'Fade from Upper Left'.
+ /** use the fade effect "Fade from Upper Left".
*/
FADE_FROM_UPPERLEFT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Fade from Upper Right'.
+ /** use the fade effect "Fade from Upper Right".
*/
FADE_FROM_UPPERRIGHT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Fade from Lower Left'.
+ /** use the fade effect "Fade from Lower Left".
*/
FADE_FROM_LOWERLEFT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Fade from Lower Right'.
+ /** use the fade effect "Fade from Lower Right".
*/
FADE_FROM_LOWERRIGHT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Close Vertical'.
+ /** use the fade effect "Close Vertical".
*/
CLOSE_VERTICAL,
//-------------------------------------------------------------------------
- /** use the fade effect 'Close Horizontal'.
+ /** use the fade effect "Close Horizontal".
*/
CLOSE_HORIZONTAL,
//-------------------------------------------------------------------------
- /** use the fade effect 'Open Vertical'.
+ /** use the fade effect "Open Vertical".
*/
OPEN_VERTICAL,
//-------------------------------------------------------------------------
- /** use the fade effect 'Open Horizontal'.
+ /** use the fade effect "Open Horizontal".
*/
OPEN_HORIZONTAL,
//-------------------------------------------------------------------------
- /** use the fade effect 'Spiral Inward Left'.
+ /** use the fade effect "Spiral Inward Left".
*/
SPIRALIN_LEFT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Spiral Inward Right'.
+ /** use the fade effect "Spiral Inward Right".
*/
SPIRALIN_RIGHT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Spiral Outward Left'.
+ /** use the fade effect "Spiral Outward Left".
*/
SPIRALOUT_LEFT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Spiral Outward Right'.
+ /** use the fade effect "Spiral Outward Right".
*/
SPIRALOUT_RIGHT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Dissolve'.
+ /** use the fade effect "Dissolve".
*/
DISSOLVE,
//-------------------------------------------------------------------------
- /** use the fade effect 'Wavy Line from Left'.
+ /** use the fade effect "Wavy Line from Left".
*/
WAVYLINE_FROM_LEFT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Wavy Line from Top'.
+ /** use the fade effect "Wavy Line from Top".
*/
WAVYLINE_FROM_TOP,
//-------------------------------------------------------------------------
- /** use the fade effect 'Wavy Line from Right'.
+ /** use the fade effect "Wavy Line from Right".
*/
WAVYLINE_FROM_RIGHT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Wavy Line from Bottom'.
+ /** use the fade effect "Wavy Line from Bottom".
*/
WAVYLINE_FROM_BOTTOM,
//-------------------------------------------------------------------------
- /** use the fade effect 'Random'.
+ /** use the fade effect "Random".
*/
RANDOM,
//-------------------------------------------------------------------------
- /** use the fade effect 'Stretch from Left'.
+ /** use the fade effect "Stretch from Left".
*/
STRETCH_FROM_LEFT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Stretch from Top'.
+ /** use the fade effect "Stretch from Top".
*/
STRETCH_FROM_TOP,
//-------------------------------------------------------------------------
- /** use the fade effect 'Stretch from Right'.
+ /** use the fade effect "Stretch from Right".
*/
STRETCH_FROM_RIGHT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Stretch from Bottom'.
+ /** use the fade effect "Stretch from Bottom".
*/
STRETCH_FROM_BOTTOM,
//-------------------------------------------------------------------------
- /** use the fade effect 'Vertical Lines'.
+ /** use the fade effect "Vertical Lines".
*/
VERTICAL_LINES,
//-------------------------------------------------------------------------
- /** use the fade effect 'Horizontal Lines'.
+ /** use the fade effect "Horizontal Lines".
*/
HORIZONTAL_LINES,
//-------------------------------------------------------------------------
- /** use the fade effect 'Move from Upper Left'.
+ /** use the fade effect "Move from Upper Left".
*/
MOVE_FROM_UPPERLEFT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Move from Upper Right'.
+ /** use the fade effect "Move from Upper Right".
*/
MOVE_FROM_UPPERRIGHT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Move from Lower Right'.
+ /** use the fade effect "Move from Lower Right".
*/
MOVE_FROM_LOWERRIGHT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Move from Lower Left'.
+ /** use the fade effect "Move from Lower Left".
*/
MOVE_FROM_LOWERLEFT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Uncover to Left'.
+ /** use the fade effect "Uncover to Left".
*/
UNCOVER_TO_LEFT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Uncover to Upper Left'.
+ /** use the fade effect "Uncover to Upper Left".
*/
UNCOVER_TO_UPPERLEFT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Uncover to Top'.
+ /** use the fade effect "Uncover to Top".
*/
UNCOVER_TO_TOP,
//-------------------------------------------------------------------------
- /** use the fade effect 'Uncover to Upper Right'.
+ /** use the fade effect "Uncover to Upper Right".
*/
UNCOVER_TO_UPPERRIGHT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Uncover to Right'.
+ /** use the fade effect "Uncover to Right".
*/
UNCOVER_TO_RIGHT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Uncover to Lower Right'.
+ /** use the fade effect "Uncover to Lower Right".
*/
UNCOVER_TO_LOWERRIGHT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Uncover to Bottom'.
+ /** use the fade effect "Uncover to Bottom".
*/
UNCOVER_TO_BOTTOM,
//-------------------------------------------------------------------------
- /** use the fade effect 'Uncover to Lower Left'.
+ /** use the fade effect "Uncover to Lower Left".
*/
UNCOVER_TO_LOWERLEFT,
//-------------------------------------------------------------------------
- /** use the fade effect 'Vertical Checkerboard'.
+ /** use the fade effect "Vertical Checkerboard".
*/
VERTICAL_CHECKERBOARD,
//-------------------------------------------------------------------------
- /** use the fade effect 'Horizontal Checkerboard'.
+ /** use the fade effect "Horizontal Checkerboard".
*/
HORIZONTAL_CHECKERBOARD
};
diff --git a/offapi/com/sun/star/presentation/FooterShape.idl b/offapi/com/sun/star/presentation/FooterShape.idl
index 85262e21b072..91b6bad681e2 100644
--- a/offapi/com/sun/star/presentation/FooterShape.idl
+++ b/offapi/com/sun/star/presentation/FooterShape.idl
@@ -45,7 +45,7 @@
/** This service is implemented by the footer presentation shape.
<p>Presentation shapes can be used in a presentation
- page layouts and theire position and size is by default set
+ page layouts and their position and size is by default set
by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
*/
service FooterShape
diff --git a/offapi/com/sun/star/presentation/GraphicObjectShape.idl b/offapi/com/sun/star/presentation/GraphicObjectShape.idl
index 3307b856d802..6171234401c3 100644
--- a/offapi/com/sun/star/presentation/GraphicObjectShape.idl
+++ b/offapi/com/sun/star/presentation/GraphicObjectShape.idl
@@ -45,7 +45,7 @@
/** This service is implemented by the graphic presentation shape.
<p>Presentation shapes can be used in a presentation
- page layouts and theire position and size is by default set
+ page layouts and their position and size is by default set
by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
*/
published service GraphicObjectShape
diff --git a/offapi/com/sun/star/presentation/HandoutShape.idl b/offapi/com/sun/star/presentation/HandoutShape.idl
index 609ec9cb39f1..027c0fc26251 100644
--- a/offapi/com/sun/star/presentation/HandoutShape.idl
+++ b/offapi/com/sun/star/presentation/HandoutShape.idl
@@ -45,7 +45,7 @@
/** This service is implemented by the handout presentation shape.
<p>Presentation shapes can be used in a presentation
- page layouts and theire position and size is by default set
+ page layouts and their position and size is by default set
by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
*/
published service HandoutShape
diff --git a/offapi/com/sun/star/presentation/HandoutView.idl b/offapi/com/sun/star/presentation/HandoutView.idl
index eb5b81849e47..4312280f3cb6 100644
--- a/offapi/com/sun/star/presentation/HandoutView.idl
+++ b/offapi/com/sun/star/presentation/HandoutView.idl
@@ -37,7 +37,7 @@
//=============================================================================
-/** This componend integrates a view to a handout page inside a presentation
+/** This component integrates a view to a handout page inside a presentation
document into the desktop.
@since OOo 1.1.2
diff --git a/offapi/com/sun/star/presentation/HeaderShape.idl b/offapi/com/sun/star/presentation/HeaderShape.idl
index 5fe1feb94ced..2eabe32a309b 100644
--- a/offapi/com/sun/star/presentation/HeaderShape.idl
+++ b/offapi/com/sun/star/presentation/HeaderShape.idl
@@ -45,7 +45,7 @@
/** This service is implemented by the header presentation shape.
<p>Presentation shapes can be used in a presentation
- page layouts and theire position and size is by default set
+ page layouts and their position and size is by default set
by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
*/
service HeaderShape
diff --git a/offapi/com/sun/star/presentation/NotesShape.idl b/offapi/com/sun/star/presentation/NotesShape.idl
index e4961d0a4912..e191d3748e6a 100644
--- a/offapi/com/sun/star/presentation/NotesShape.idl
+++ b/offapi/com/sun/star/presentation/NotesShape.idl
@@ -45,7 +45,7 @@
/** This service is implemented by the notes presentation shape.
<p>Presentation shapes can be used in a presentation
- page layouts and theire position and size is by default set
+ page layouts and their position and size is by default set
by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
*/
published service NotesShape
diff --git a/offapi/com/sun/star/presentation/NotesView.idl b/offapi/com/sun/star/presentation/NotesView.idl
index b6eee742de41..0d63cc63941b 100644
--- a/offapi/com/sun/star/presentation/NotesView.idl
+++ b/offapi/com/sun/star/presentation/NotesView.idl
@@ -37,7 +37,7 @@
//=============================================================================
-/** This componend integrates a view to a handout page inside a presentation
+/** This component integrates a view to a handout page inside a presentation
document into the desktop.
@since OOo 1.1.2
diff --git a/offapi/com/sun/star/presentation/OLE2Shape.idl b/offapi/com/sun/star/presentation/OLE2Shape.idl
index 141f5efad901..dae7714b89a0 100644
--- a/offapi/com/sun/star/presentation/OLE2Shape.idl
+++ b/offapi/com/sun/star/presentation/OLE2Shape.idl
@@ -45,7 +45,7 @@
/** This service is implemented by the OLE2 presentation shape.
<p>Presentation shapes can be used in a presentation
- page layouts and theire position and size is by default set
+ page layouts and their position and size is by default set
by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
*/
published service OLE2Shape
diff --git a/offapi/com/sun/star/presentation/OutlineView.idl b/offapi/com/sun/star/presentation/OutlineView.idl
index 4552b6777558..13b12976f3ae 100644
--- a/offapi/com/sun/star/presentation/OutlineView.idl
+++ b/offapi/com/sun/star/presentation/OutlineView.idl
@@ -57,11 +57,11 @@
//=============================================================================
-/** This componend integrates an outline view to a presentation
+/** This component integrates an outline view to a presentation
document into the desktop.
In an outline view, the textual contents of presentation text objects
- from all presentation pages are presentet as a continous outline text.
+ from all presentation pages are presented as a continuous outline text.
@since OOo 1.1.2
*/
diff --git a/offapi/com/sun/star/presentation/OutlinerShape.idl b/offapi/com/sun/star/presentation/OutlinerShape.idl
index bd1b825cd84e..84678d23edf9 100644
--- a/offapi/com/sun/star/presentation/OutlinerShape.idl
+++ b/offapi/com/sun/star/presentation/OutlinerShape.idl
@@ -45,7 +45,7 @@
/** This service is implemented by the outline presentation shape.
<p>Presentation shapes can be used in a presentation
- page layouts and theire position and size is by default set
+ page layouts and their position and size is by default set
by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
*/
published service OutlinerShape
diff --git a/offapi/com/sun/star/presentation/PageShape.idl b/offapi/com/sun/star/presentation/PageShape.idl
index 722d3e102298..27e2c15c1eff 100644
--- a/offapi/com/sun/star/presentation/PageShape.idl
+++ b/offapi/com/sun/star/presentation/PageShape.idl
@@ -45,7 +45,7 @@
/** This service is implemented by the page presentation shape.
<p>Presentation shapes can be used in a presentation
- page layouts and theire position and size is by default set
+ page layouts and their position and size is by default set
by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
*/
published service PageShape
diff --git a/offapi/com/sun/star/presentation/PreviewView.idl b/offapi/com/sun/star/presentation/PreviewView.idl
index 943c260b71ae..976b9b72193a 100644
--- a/offapi/com/sun/star/presentation/PreviewView.idl
+++ b/offapi/com/sun/star/presentation/PreviewView.idl
@@ -57,7 +57,7 @@
//=============================================================================
-/** This componend integrates a preview view to a slide show of a presentation
+/** This component integrates a preview view to a slide show of a presentation
document into the desktop.
@since OOo 1.1.2
diff --git a/offapi/com/sun/star/presentation/Shape.idl b/offapi/com/sun/star/presentation/Shape.idl
index de88ce912445..f16c7a60e574 100644
--- a/offapi/com/sun/star/presentation/Shape.idl
+++ b/offapi/com/sun/star/presentation/Shape.idl
@@ -53,7 +53,7 @@
/** this service is supported from all shapes inside a <type>PresentationDocument</type>.
- This usually enahnces objects of type <type scope="com::sun::star::drawing">Shape</type> with
+ This usually enhances objects of type <type scope="com::sun::star::drawing">Shape</type> with
presentation properties.
*/
published service Shape
@@ -140,7 +140,7 @@ published service Shape
//-------------------------------------------------------------------------
- /** This is the URL to a soundfile that is played while the animation
+ /** This is the URL to a sound file that is played while the animation
effect of this shape is running.
*/
[property] string Sound;
@@ -166,7 +166,7 @@ published service Shape
//-------------------------------------------------------------------------
- /** specifies an "ole2" verb for the ClickAction VERB in
+ /** specifies an "OLE2" verb for the ClickAction VERB in
the property <member scope="com::sun::star::drawing">Shape::OnClick</member>.
*/
[property] long Verb;
diff --git a/offapi/com/sun/star/presentation/SlideNumberShape.idl b/offapi/com/sun/star/presentation/SlideNumberShape.idl
index 05e9363318b6..1a5375e2ce3b 100644
--- a/offapi/com/sun/star/presentation/SlideNumberShape.idl
+++ b/offapi/com/sun/star/presentation/SlideNumberShape.idl
@@ -45,7 +45,7 @@
/** This service is implemented by the slide number presentation shape.
<p>Presentation shapes can be used in a presentation
- page layouts and theire position and size is by default set
+ page layouts and their position and size is by default set
by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
*/
service SlideNumberShape
diff --git a/offapi/com/sun/star/presentation/SlidesView.idl b/offapi/com/sun/star/presentation/SlidesView.idl
index 915468c94bdb..c984281b1819 100644
--- a/offapi/com/sun/star/presentation/SlidesView.idl
+++ b/offapi/com/sun/star/presentation/SlidesView.idl
@@ -57,7 +57,7 @@
//=============================================================================
-/** This componend integrates a slides view to a presentation
+/** This component integrates a slides view to a presentation
document into the desktop.
In a slides view, the pages of a presentation document are displayed
diff --git a/offapi/com/sun/star/presentation/SubtitleShape.idl b/offapi/com/sun/star/presentation/SubtitleShape.idl
index 025800f0b205..3bb28ba0dcb7 100644
--- a/offapi/com/sun/star/presentation/SubtitleShape.idl
+++ b/offapi/com/sun/star/presentation/SubtitleShape.idl
@@ -45,7 +45,7 @@
/** This service is implemented by the subtitle presentation shape.
<p>Presentation shapes can be used in a presentation
- page layouts and theire position and size is by default set
+ page layouts and their position and size is by default set
by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
*/
published service SubtitleShape
diff --git a/offapi/com/sun/star/presentation/TitleTextShape.idl b/offapi/com/sun/star/presentation/TitleTextShape.idl
index 190bf5b38d1f..f2856eeedf26 100644
--- a/offapi/com/sun/star/presentation/TitleTextShape.idl
+++ b/offapi/com/sun/star/presentation/TitleTextShape.idl
@@ -45,7 +45,7 @@
/** This service is implemented by the title and subtitle presentation shape.
<p>Presentation shapes can be used in a presentation
- page layouts and theire position and size is by default set
+ page layouts and their position and size is by default set
by the presentation shapes on the <type scope="com::sun::star::drawing">MasterPage</type>.
*/
published service TitleTextShape
diff --git a/offapi/com/sun/star/presentation/XPresentation2.idl b/offapi/com/sun/star/presentation/XPresentation2.idl
index c9609255d4df..53e6ef4137d6 100644
--- a/offapi/com/sun/star/presentation/XPresentation2.idl
+++ b/offapi/com/sun/star/presentation/XPresentation2.idl
@@ -69,26 +69,26 @@ interface XPresentation2
//-------------------------------------------------------------------------
- /** gives access to the properties of the slideshow.
+ /** gives access to the properties of the slide show.
*/
interface com::sun::star::beans::XPropertySet;
//-------------------------------------------------------------------------
- /** start the slideshow with the given arguments.
- All arguments overide the values from <service>Presentation</service>
+ /** start the slide show with the given arguments.
+ All arguments override the values from <service>Presentation</service>
*/
void startWithArguments( [in] sequence< ::com::sun::star::beans::PropertyValue > Arguments );
//-------------------------------------------------------------------------
- /** returns true if the slideshow is currently running */
+ /** returns true if the slide show is currently running */
boolean isRunning();
//-------------------------------------------------------------------------
- /** if the slideshow is running, this returns a controler object to
- control the running slideshow. */
+ /** if the slide show is running, this returns a controller object to
+ control the running slide show. */
XSlideShowController getController();
};
diff --git a/offapi/com/sun/star/presentation/XSlideShow.idl b/offapi/com/sun/star/presentation/XSlideShow.idl
index 2bbce811c00f..6d3ff2a308b8 100644
--- a/offapi/com/sun/star/presentation/XSlideShow.idl
+++ b/offapi/com/sun/star/presentation/XSlideShow.idl
@@ -66,23 +66,23 @@
module com { module sun { module star { module presentation {
-/** Slideshow interface to perform slideshow presentations.<p>
+/** Slide show interface to perform slide show presentations.<p>
This interface provides the necessary methods to run and control a
- slideshow from a given set of XDrawPage slides. The slideshow can
+ slide show from a given set of XDrawPage slides. The slide show can
be displayed simultaneously on multiple targets.<p>
- Note: To controll a running slideshow inside a presentation, please
+ Note: To control a running slide show inside a presentation, please
use <type>XPresentation2</type> and <type>XSlideShowController</type>.
@since OOo 3.0
*/
interface XSlideShow : ::com::sun::star::uno::XInterface
{
- /** Trigger the next effect of the slideshow.<p>
+ /** Trigger the next effect of the slide show.<p>
This method triggers the next effect on the currently
- displayed slide. If there is currently no slideshow running,
+ displayed slide. If there is currently no slide show running,
this method does nothing. If there are no more effects on the
current slide, a possible slide transition effect is issued
and the next slide is displayed.<p>
@@ -95,7 +95,7 @@ interface XSlideShow : ::com::sun::star::uno::XInterface
*/
boolean nextEffect();
- /** Undo the last effect in the main sequence of the slideshow.<p>
+ /** Undo the last effect in the main sequence of the slide show.<p>
The current slide is displayed as if the last user-triggered effect
has never been triggered. If there is no previous effect on the
@@ -103,7 +103,7 @@ interface XSlideShow : ::com::sun::star::uno::XInterface
XSlideShowListener objects, which can then trigger a change to the
previous slide. Note that this command is executed asynchronously.
Multiple calls to update() may be necessary to complete its execution.
- If there is currently no slideshow running, this method does
+ If there is currently no slide show running, this method does
nothing.<p>
@return <TRUE/>, if the previous effect was successfully
@@ -166,7 +166,7 @@ interface XSlideShow : ::com::sun::star::uno::XInterface
<li>name: Prefetch, value: ::com::sun::star::drawing::XDrawPage. When given,
this slide is prepared in the background to be displayed next. The next
call to displaySlide() with the given slide may be faster if there was
- enough time for prefatching. If the next call to displaySlide() uses
+ enough time for prefetching. If the next call to displaySlide() uses
a different slide, this will still work but will not have any performance
improvements
</li>
@@ -175,7 +175,7 @@ interface XSlideShow : ::com::sun::star::uno::XInterface
are triggered. This is typically used when going back one
effect leads to the previous slide. On that slide all
effects have to be shown in order to continue the backward
- travelling.
+ traveling.
When <FALSE/>, the default, then no main sequence effect is
triggered.
</li>
@@ -213,7 +213,7 @@ interface XSlideShow : ::com::sun::star::uno::XInterface
/** Query the currently displayed slide.<p>
@return the instance of the current slide. If there's no
- slideshow running at the moment, this method returns an
+ slide show running at the moment, this method returns an
empty reference.
*/
::com::sun::star::drawing::XDrawPage getCurrentSlide();
@@ -226,7 +226,7 @@ interface XSlideShow : ::com::sun::star::uno::XInterface
void registerUserPaintPolygons([in] ::com::sun::star::lang::XMultiServiceFactory xDocFactory);
- /** Change a property of the slideshow.<p>
+ /** Change a property of the slide show.<p>
@param aShowProperty
Property values, which influence the way the slides are
@@ -305,7 +305,7 @@ interface XSlideShow : ::com::sun::star::uno::XInterface
/** Add a slide show listener.<p>
This method adds a listener to the slide show, which will get
- notified when a registerend shape is clicked upon, or a new
+ notified when a registered shape is clicked upon, or a new
slide is about to be displayed. Note that the listeners will
<em>not</em> be notified, when the slide change is directly
requested by one of the nextSlide(), previousSlide() or
diff --git a/offapi/com/sun/star/presentation/XSlideShowController.idl b/offapi/com/sun/star/presentation/XSlideShowController.idl
index 97a670c29486..e55d7dcadfb0 100644
--- a/offapi/com/sun/star/presentation/XSlideShowController.idl
+++ b/offapi/com/sun/star/presentation/XSlideShowController.idl
@@ -49,7 +49,7 @@
//=============================================================================
-/** interface to control a running slideshow.
+/** interface to control a running slide show.
@see XPresentation2
@since OOo 3.0
@@ -58,9 +58,9 @@ interface XSlideShowController
{
//-------------------------------------------------------------------------
- /** returns true if the slideshow is still running.
+ /** returns true if the slide show is still running.
If this returns false, this component is already disposed.
- You can start a new slideshow and get a new instance
+ You can start a new slide show and get a new instance
of <type>XSlideShowController</type> from <type>XPresentation2</type>
*/
boolean isRunning();
@@ -68,7 +68,7 @@ interface XSlideShowController
//-------------------------------------------------------------------------
/** @returns
- the number of slides in this slideshow.
+ the number of slides in this slide show.
@see getSlideByIndex
*/
@@ -76,7 +76,7 @@ interface XSlideShowController
//-------------------------------------------------------------------------
- /** gives access to the slides that will be shown in this slideshow.
+ /** gives access to the slides that will be shown in this slide show.
<p>Slides are returned in the order they will be displayed in the
presentation which can be different than the orders of slides in
@@ -88,7 +88,7 @@ interface XSlideShowController
@param Index
specifies the position in the list of slides that are displayed
- in this slideshow. The first index is 0.
+ in this slide show. The first index is 0.
@throws com::sun::star::lang::IndexOutOfBoundException
if the index is not valid.
@@ -99,7 +99,7 @@ interface XSlideShowController
//-------------------------------------------------------------------------
- /** addes a listener that recieves events while the slideshow is running. */
+ /** adds a listener that receives events while the slide show is running. */
void addSlideShowListener( [in] XSlideShowListener Listener );
//-------------------------------------------------------------------------
@@ -131,19 +131,19 @@ interface XSlideShowController
//-------------------------------------------------------------------------
/** goto and display next slide.
- <p>Remaining effects on the current slide will be skiped.*/
+ <p>Remaining effects on the current slide will be skipped.*/
void gotoNextSlide();
//-------------------------------------------------------------------------
/** goto and display previous slide.
- <p>Remaining effects on the current slide will be skiped.*/
+ <p>Remaining effects on the current slide will be skipped.*/
void gotoPreviousSlide();
//-------------------------------------------------------------------------
/** goto and display last slide.
- <p>Remaining effects on the current slide will be skiped.*/
+ <p>Remaining effects on the current slide will be skipped.*/
void gotoLastSlide();
//-------------------------------------------------------------------------
@@ -154,12 +154,12 @@ interface XSlideShowController
//-------------------------------------------------------------------------
/** jumps to the given slide.
- <p>The slide can also be a slide that would normaly not be shown during
- the current slideshow.
+ <p>The slide can also be a slide that would normally not be shown during
+ the current slide show.
@throws com::sun::star::lang::IllegalArgumentException
if the given page is not a valid slide of the document for
- which this slideshow is started. Also not allowed are master,
+ which this slide show is started. Also not allowed are master,
notes and handout pages.
*/
void gotoSlide( [in] com::sun::star::drawing::XDrawPage Page )
@@ -178,21 +178,21 @@ interface XSlideShowController
//-------------------------------------------------------------------------
- /** pauses the slideshow. All effects are paused.
- <p>The slideshow continues on next user input or if
+ /** pauses the slide show. All effects are paused.
+ <p>The slide show continues on next user input or if
<member>resume</member> is called.
*/
void pause();
//-------------------------------------------------------------------------
- /** resumes a paused slideshow.
+ /** resumes a paused slide show.
*/
void resume();
//-------------------------------------------------------------------------
- /** returns <TRUE/> if the slideshow is currently paused.
+ /** returns <TRUE/> if the slide show is currently paused.
@see <member>pause</member>
@see <member>resume</member>
@@ -201,15 +201,15 @@ interface XSlideShowController
//-------------------------------------------------------------------------
- /** pauses the slideshow and blanks the screen in the given color.
+ /** pauses the slide show and blanks the screen in the given color.
<p>Change attribute <member>Pause</member> to false to unpause
- the slideshow.
+ the slide show.
*/
void blankScreen( [in] long Color );
//-------------------------------------------------------------------------
- /** activates the user interface of this slideshow.
+ /** activates the user interface of this slide show.
@see <member>deactivate()</member>
@see <member>isActive()</member>
@@ -217,7 +217,7 @@ interface XSlideShowController
void activate();
//-------------------------------------------------------------------------
- /** can be called to deactivate the user interface of this slideshow.
+ /** can be called to deactivate the user interface of this slide show.
<p>A deactivated
@see <member>activate()</member>
@@ -227,10 +227,10 @@ interface XSlideShowController
//-------------------------------------------------------------------------
- /** determines if the slideshow is active.
+ /** determines if the slide show is active.
@return
- <TRUE/> for UI active slideshow
+ <TRUE/> for UI active slide show
<br>
<FALSE/> otherwise
*/
@@ -253,19 +253,19 @@ interface XSlideShowController
//-------------------------------------------------------------------------
- /** returns <TRUE/> if the slideshow was started to run endlessly.
+ /** returns <TRUE/> if the slide show was started to run endlessly.
*/
boolean isEndless();
//-------------------------------------------------------------------------
- /** Returns <TRUE/> if the slideshow was started in full-screen mode.
+ /** Returns <TRUE/> if the slide show was started in full-screen mode.
*/
boolean isFullScreen();
//-------------------------------------------------------------------------
- /** If this attribute is set to <TRUE/>, the window of the slideshow is
+ /** If this attribute is set to <TRUE/>, the window of the slide show is
always on top of all other windows.
*/
[attribute] boolean AlwaysOnTop;
@@ -273,7 +273,7 @@ interface XSlideShowController
//-------------------------------------------------------------------------
/** If this attribute is <TRUE/>, the mouse is visible during the
- slideshow.
+ slide show.
*/
[attribute] boolean MouseVisible;
@@ -292,9 +292,9 @@ interface XSlideShowController
//-------------------------------------------------------------------------
- /** returns the actuall <type>XSlideShow</type> instance that runs the
- slideshow.
- <br>Normaly all navigation should be done using this controller and
+ /** returns the actual <type>XSlideShow</type> instance that runs the
+ slide show.
+ <br>Normally all navigation should be done using this controller and
not the <type>XSlideShow</type> itself. */
XSlideShow getSlideShow();
diff --git a/offapi/com/sun/star/presentation/XSlideShowListener.idl b/offapi/com/sun/star/presentation/XSlideShowListener.idl
index 01127e66253f..17d7cd7b5370 100644
--- a/offapi/com/sun/star/presentation/XSlideShowListener.idl
+++ b/offapi/com/sun/star/presentation/XSlideShowListener.idl
@@ -51,7 +51,7 @@ interface XSlideShowListener : ::com::sun::star::animations::XAnimationListener
/** Notify that a new slide starts to become visible. */
void slideTransitionStarted();
- /** Notify that the slide transtion of the current slide ended. */
+ /** Notify that the slide transition of the current slide ended. */
void slideTransitionEnded();
/** Notify that the last animation from the main sequence
diff --git a/offapi/com/sun/star/presentation/XSlideShowView.idl b/offapi/com/sun/star/presentation/XSlideShowView.idl
index 7a78a9861f71..f4873a5e6865 100644
--- a/offapi/com/sun/star/presentation/XSlideShowView.idl
+++ b/offapi/com/sun/star/presentation/XSlideShowView.idl
@@ -51,10 +51,10 @@
module com { module sun { module star { module presentation {
-/** View interface to display slideshow presentations on.<p>
+/** View interface to display slide show presentations on.<p>
This interface provides the necessary methods to enable an
- XSlideShow interface to display a presentation. The slideshow can
+ XSlideShow interface to display a presentation. The slide show can
be displayed simultaneously on multiple views<p>
@since OOo 2.4
@@ -73,8 +73,8 @@ interface XSlideShowView : ::com::sun::star::uno::XInterface
/** This method clears the whole view area.
- The slideshow uses this method to fully erase the view
- content. Since the slideshow has no notion of view size, this
+ The slide show uses this method to fully erase the view
+ content. Since the slide show has no notion of view size, this
is the only reliable way to wholly clear the view.
*/
void clear();
@@ -91,7 +91,7 @@ interface XSlideShowView : ::com::sun::star::uno::XInterface
blow this up to the desired device pixel size (640 times 480,
or whatever size the output view has). Furthermore, the aspect
ratio of the scaling should match that of the slides
- (otherwise, the slides will be scaled anisotrophically).
+ (otherwise, the slides will be scaled anisotropically).
*/
::com::sun::star::geometry::AffineMatrix2D getTransformation();
@@ -176,7 +176,7 @@ interface XSlideShowView : ::com::sun::star::uno::XInterface
void setMouseCursor( [in] short nPointerShape );
/** Get rectangle defining area inside of canvas device which
- this slideshow view uses.
+ this slide show view uses.
*/
::com::sun::star::awt::Rectangle getCanvasArea();
};
diff --git a/offapi/com/sun/star/presentation/XTransitionFactory.idl b/offapi/com/sun/star/presentation/XTransitionFactory.idl
index 44fc8b89aea4..89fa8871a6a1 100644
--- a/offapi/com/sun/star/presentation/XTransitionFactory.idl
+++ b/offapi/com/sun/star/presentation/XTransitionFactory.idl
@@ -44,7 +44,7 @@ module presentation {
interface XTransition;
interface XSlideShowView;
-/** TransitionFactory interface to request optional custom Transition instances for slideshow transitions.<p>
+/** TransitionFactory interface to request optional custom Transition instances for slide show transitions.<p>
This interface provides the necessary methods to query and create optional transition effects for a SlideShow<p>
@@ -65,7 +65,7 @@ interface XTransitionFactory : ::com::sun::star::uno::XInterface
Subtype for the transition (@see ::com::sun::star::animation::TransitionSubType)
@param view
- Slideshow view to display on
+ Slide show view to display on
@param leavingBitmap
Bitmap of the slide that's going to leave the screen
@@ -75,7 +75,7 @@ interface XTransitionFactory : ::com::sun::star::uno::XInterface
@param slideOffset
Offset in pixel from the top, left edge of the view, such that the
- slide displays similar to normal slideshow
+ slide displays similar to normal slide show
*/
XTransition createTransition( [in] short transitionType,
[in] short transitionSubType,