diff options
author | Aurimas Fišeras <aurimas@gmail.com> | 2011-01-22 13:23:30 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-01-25 07:03:25 +0100 |
commit | b8250c7382b86bf02927e6224c715e4921c47f6d (patch) | |
tree | 393aa47f6158aa3b8aff6c856f45079c45fc454a /offapi/com/sun | |
parent | 65203e5978bc0c8803bd0d71fe2d3e2edd60d2b6 (diff) |
Some fixes to documentation (part 1)
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')
215 files changed, 383 insertions, 383 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessibleEventObject.idl b/offapi/com/sun/star/accessibility/AccessibleEventObject.idl index c1a4e5c39d07..015cd53abf8f 100644 --- a/offapi/com/sun/star/accessibility/AccessibleEventObject.idl +++ b/offapi/com/sun/star/accessibility/AccessibleEventObject.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module accessibility { the <type>XAccessibleEventBroadcaster</type> and notified to <type>XAccessibleEventListener</type>. - <p>It is usualy implemented by <type>AccessibleContext</type>. + <p>It is usually implemented by <type>AccessibleContext</type>. @since OOo 1.1.2 */ diff --git a/offapi/com/sun/star/accessibility/AccessibleRelation.idl b/offapi/com/sun/star/accessibility/AccessibleRelation.idl index 8df475e9fa0e..edeca45bce86 100644 --- a/offapi/com/sun/star/accessibility/AccessibleRelation.idl +++ b/offapi/com/sun/star/accessibility/AccessibleRelation.idl @@ -48,7 +48,7 @@ published struct AccessibleRelation <p>Its value has to be one of the constants defined by <type>AccessibleRelationType</type>. If that value is INVALID then the whole relation is regarded as invalid. The content of the - targetSet is then undefined.</p> + TargetSet is then undefined.</p> @see AccessibleRelationType */ diff --git a/offapi/com/sun/star/accessibility/AccessibleRole.idl b/offapi/com/sun/star/accessibility/AccessibleRole.idl index 3caf7d6fd6fe..f393428bc061 100644 --- a/offapi/com/sun/star/accessibility/AccessibleRole.idl +++ b/offapi/com/sun/star/accessibility/AccessibleRole.idl @@ -35,7 +35,7 @@ module com { module sun { module star { module accessibility { <p>This collection of constants defines the set of possible roles of classes implementing the <type>XAccessible</type> interface according to the Java class javax.accessibility.AccessibleRole. The role of an - object describes its generic function like 'button', 'menu', or 'text'. + object describes its generic function like "button", "menu", or "text". You can obtain an object's role by calling the <member>getAccessibleRole</member> method of the <type>XAccessibleContext</type> interface.</p> @@ -663,7 +663,7 @@ published constants AccessibleRole /** Section role <p>The object is a containing instance of document content which constitutes a particular - 'logical' section of the document.</p> + "logical" section of the document.</p> @since OOo 3.0 */ diff --git a/offapi/com/sun/star/accessibility/XAccessibleContext.idl b/offapi/com/sun/star/accessibility/XAccessibleContext.idl index 67ec7cf8d9a4..56131a6aa0a4 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleContext.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleContext.idl @@ -51,7 +51,7 @@ module com { module sun { module star { module accessibility { published interface XAccessibleSelection; published interface XAccessibleStateSet; -/** Implement this interface for exposing various aspects of a class' +/** Implement this interface for exposing various aspects of a class's content. <p>This interface serves two purposes: On the one hand it gives access @@ -60,8 +60,8 @@ module com { module sun { module star { module accessibility { hand it gives access to objects that expose the represented content. That are role, state, name, description, and relations to other objects. Take an OK button of a dialog as an example. Its role is - <const>AccessibleRole::BUTTON</const>, its name is 'OK', and its description - is something like 'Accepts all changes made in the dialog'.</p> + <const>AccessibleRole::BUTTON</const>, its name is "OK", and its description + is something like "Accepts all changes made in the dialog".</p> @since OOo 1.1.2 */ @@ -166,7 +166,7 @@ published interface XAccessibleContext : ::com::sun::star::uno::XInterface set: changing the returned object does not change this object's relations.</p> - <p>aThere are two ways to represent an empty list of relations: + <p>There are two ways to represent an empty list of relations: Return an empty reference or return a valid object that contains an empty list. diff --git a/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl b/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl index c131d9c19815..aecd4702d4b9 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl @@ -75,7 +75,7 @@ published interface XAccessibleKeyBinding : ::com::sun::star::uno::XInterface @param nIndex The index selects one of alternative key bindings. It has to non-negative and smaller then the number of key bindings as - returned by the <member>geetAccessibleKeyBindingCount()</member> + returned by the <member>getAccessibleKeyBindingCount()</member> method. @return The returned sequence of key strokes specifies one way to invoke diff --git a/offapi/com/sun/star/accessibility/XAccessibleTable.idl b/offapi/com/sun/star/accessibility/XAccessibleTable.idl index 708233a00cd7..07415abe77e3 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleTable.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleTable.idl @@ -184,7 +184,7 @@ published interface XAccessibleTable : ::com::sun::star::uno::XInterface dependent.</p> @return - Returns allways a valid reference to an + Returns always a valid reference to an <type>XAccessibleTable</type> object. */ XAccessibleTable getAccessibleRowHeaders (); @@ -196,7 +196,7 @@ published interface XAccessibleTable : ::com::sun::star::uno::XInterface dependent.</p> @return - Returns allways a valid reference to an + Returns always a valid reference to an <type>XAccessibleTable</type> object. */ XAccessibleTable getAccessibleColumnHeaders (); diff --git a/offapi/com/sun/star/accessibility/XAccessibleText.idl b/offapi/com/sun/star/accessibility/XAccessibleText.idl index c66cd3d6d5e7..d99fcfeeaddf 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleText.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleText.idl @@ -210,7 +210,7 @@ published interface XAccessibleText : ::com::sun::star::uno::XInterface characters in the text or the height of the preceding character, its width being at least one pixel so that the bounding box is not degenerate.<br> - Note that the index 'length' is not always valid. Whether it is + Note that the index "length" is not always valid. Whether it is or not is implementation dependent. It typically is when text is editable or otherwise when on the screen the caret can be placed behind the text. You can be sure that the index is valid after you @@ -316,7 +316,7 @@ published interface XAccessibleText : ::com::sun::star::uno::XInterface The first character of the new selection. The valid range is 0..length. - @parm nEndIndex + @param nEndIndex The position after the last character of the new selection. The valid range is 0..length. diff --git a/offapi/com/sun/star/animations/AnimationColorSpace.idl b/offapi/com/sun/star/animations/AnimationColorSpace.idl index a29c40139f5a..58c00ea52d59 100644 --- a/offapi/com/sun/star/animations/AnimationColorSpace.idl +++ b/offapi/com/sun/star/animations/AnimationColorSpace.idl @@ -33,7 +33,7 @@ //============================================================================= -/** defines the colorspace that is used for interpolation. +/** defines the color space that is used for interpolation. <br> This does not change how colors are interpreted but how to interpolate from one color to another. @@ -42,11 +42,11 @@ */ constants AnimationColorSpace { - /** defines that the RGB colorspace is used for interpolation . + /** defines that the RGB color space is used for interpolation. */ const short RGB = 0; - /** defines that the HSL colorspace is used for interpolation . + /** defines that the HSL color space is used for interpolation. */ const short HSL = 1; }; diff --git a/offapi/com/sun/star/animations/AnimationRestart.idl b/offapi/com/sun/star/animations/AnimationRestart.idl index 4185bb594764..ec4d22ab7c4a 100644 --- a/offapi/com/sun/star/animations/AnimationRestart.idl +++ b/offapi/com/sun/star/animations/AnimationRestart.idl @@ -33,7 +33,7 @@ //============================================================================= -/** defines the restart behaviour +/** defines the restart behavior @see <member>XTiming::Restart</member> @see <member>XTiming::RestartDefault</member> diff --git a/offapi/com/sun/star/animations/XAnimate.idl b/offapi/com/sun/star/animations/XAnimate.idl index 1a1c02b59bcc..e29359184d25 100644 --- a/offapi/com/sun/star/animations/XAnimate.idl +++ b/offapi/com/sun/star/animations/XAnimate.idl @@ -141,7 +141,7 @@ interface XAnimate : XAnimationNode [attribute] sequence< TimeFilterPair > TimeFilter; /** if this string is set, its contents will be parsed as a formula. - All values are used as a parameter for this formula and the computet + All values are used as a parameter for this formula and the computed result will be used. */ [attribute] string Formula; diff --git a/offapi/com/sun/star/animations/XAnimateColor.idl b/offapi/com/sun/star/animations/XAnimateColor.idl index fc5e37a4df49..f57b07082acd 100644 --- a/offapi/com/sun/star/animations/XAnimateColor.idl +++ b/offapi/com/sun/star/animations/XAnimateColor.idl @@ -52,7 +52,7 @@ interface XAnimateColor : XAnimate { /** defines the color space which is used to perform the interpolation. <br> - @see <const>AnimateColorSpace</const> + @see <const>AnimationColorSpace</const> */ [attribute] short ColorInterpolation; diff --git a/offapi/com/sun/star/animations/XCommand.idl b/offapi/com/sun/star/animations/XCommand.idl index 5a24477ac5b6..d183476d44a1 100644 --- a/offapi/com/sun/star/animations/XCommand.idl +++ b/offapi/com/sun/star/animations/XCommand.idl @@ -37,7 +37,7 @@ //============================================================================= -/** Execution of the XCommand animation node causes the slideshow component +/** Execution of the XCommand animation node causes the slide show component to call back the application to perform the command. */ interface XCommand : XAnimationNode diff --git a/offapi/com/sun/star/auth/SSOManagerFactory.idl b/offapi/com/sun/star/auth/SSOManagerFactory.idl index 1c6501c0f8f6..e172649bcac9 100644 --- a/offapi/com/sun/star/auth/SSOManagerFactory.idl +++ b/offapi/com/sun/star/auth/SSOManagerFactory.idl @@ -34,8 +34,8 @@ module com { module sun { module star { module auth { -/** represents a starting point for Single Signon interactions. - <P>The Single Signon ( SSO ) APIs provide UNO based access to underlying +/** represents a starting point for Single Sign-on interactions. + <P>The Single Sign-on ( SSO ) APIs provide UNO based access to underlying SSO implementations ( e.g. Kerberos ). The aim of the SSO APIs is to enable authentication ( possibly mutual ) between a client ( source or initiator ) and a network service ( target or acceptor ). This is diff --git a/offapi/com/sun/star/auth/SSOPasswordCache.idl b/offapi/com/sun/star/auth/SSOPasswordCache.idl index 30f959c452ad..1e47c134e912 100644 --- a/offapi/com/sun/star/auth/SSOPasswordCache.idl +++ b/offapi/com/sun/star/auth/SSOPasswordCache.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module auth { -/** provided as a convenience for simple username/password based Single Signon +/** provided as a convenience for simple username/password based Single Sign-on implementations which don't provide some sort of authentication information repository. diff --git a/offapi/com/sun/star/auth/XSSOAcceptorContext.idl b/offapi/com/sun/star/auth/XSSOAcceptorContext.idl index e343719a488f..d430f586adb8 100644 --- a/offapi/com/sun/star/auth/XSSOAcceptorContext.idl +++ b/offapi/com/sun/star/auth/XSSOAcceptorContext.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module auth { /** represents an acceptor side security context. - <P>This context may be used to authenticate a Single Signon initiator based + <P>This context may be used to authenticate a Single Sign-on initiator based on a security token sent by the initiator and to generate a token to be sent back to the initiator so that it can authenticate the acceptor. diff --git a/offapi/com/sun/star/auth/XSSOManager.idl b/offapi/com/sun/star/auth/XSSOManager.idl index e28b40c50093..5d47e19ad0b7 100644 --- a/offapi/com/sun/star/auth/XSSOManager.idl +++ b/offapi/com/sun/star/auth/XSSOManager.idl @@ -76,7 +76,7 @@ published interface XSSOManager : ::com::sun::star::uno::XInterface the name of the target/acceptor side principal to which the source principal intends to authenticate. - @paran TargetHost + @param TargetHost the host name associated with the target principal. @returns diff --git a/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl b/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl index 20f447fdf592..a7f6a19bc4c3 100644 --- a/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl +++ b/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl @@ -94,7 +94,7 @@ published service AccessibleIconChoiceControl <li><const scope="com::sun::star::accessibility" >AccessibleStateType::MANAGES_DESCENDANTS</const> is always set. Children are transient.</li> <li><const scope="com::sun::star::accessibility" - >AccessibleStateType::MULTI_SELECTABLE</const> is set when mutli selection is enabled.</li> + >AccessibleStateType::MULTI_SELECTABLE</const> is set when multi selection is enabled.</li> </ul> </li> </ul> diff --git a/offapi/com/sun/star/awt/AccessibleMenu.idl b/offapi/com/sun/star/awt/AccessibleMenu.idl index 440d49543787..5fa44c2a1da1 100644 --- a/offapi/com/sun/star/awt/AccessibleMenu.idl +++ b/offapi/com/sun/star/awt/AccessibleMenu.idl @@ -74,7 +74,7 @@ published service AccessibleMenu menu separators, whose accessible context supports the services <type>AccessibleMenu</type>, <type>AccessibleMenuItem</type> or <type>AccessibleMenuSeparator</type>.</li> - <li>Parent: The parent of a menu is a menu bar, a popup menu or + <li>Parent: The parent of a menu is a menu bar, a pop-up menu or a menu, whose accessible context supports the services <type>AccessibleMenuBar</type>, <type>AccessiblePopupMenu</type> or <type>AccessibleMenu</type>.</li> diff --git a/offapi/com/sun/star/awt/AccessibleMenuItem.idl b/offapi/com/sun/star/awt/AccessibleMenuItem.idl index 05ad03a88ca3..3e78d067a01a 100644 --- a/offapi/com/sun/star/awt/AccessibleMenuItem.idl +++ b/offapi/com/sun/star/awt/AccessibleMenuItem.idl @@ -69,7 +69,7 @@ published service AccessibleMenuItem <li>Description: The description of a menu item is its localized help text.</li> <li>Children: There are no children.</li> - <li>Parent: The parent of a menu item is a menu bar, a popup menu or + <li>Parent: The parent of a menu item is a menu bar, a pop-up menu or a menu, whose accessible context supports the services <type>AccessibleMenuBar</type>, <type>AccessiblePopupMenu</type> or <type>AccessibleMenu</type>.</li> diff --git a/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl b/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl index 47f3a62124ac..582681ce043a 100644 --- a/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl +++ b/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl @@ -60,7 +60,7 @@ published service AccessibleMenuSeparator <li>Description: There is no description.</li> <li>Children: There are no children.</li> <li>Parent: The parent of a menu separator is a menu bar, - a popup menu or a menu, whose accessible context supports the + a pop-up menu or a menu, whose accessible context supports the services <type>AccessibleMenuBar</type>, <type>AccessiblePopupMenu</type> or <type>AccessibleMenu</type>.</li> diff --git a/offapi/com/sun/star/awt/AccessiblePopupMenu.idl b/offapi/com/sun/star/awt/AccessiblePopupMenu.idl index f7d3d2162087..bdf286d047e2 100644 --- a/offapi/com/sun/star/awt/AccessiblePopupMenu.idl +++ b/offapi/com/sun/star/awt/AccessiblePopupMenu.idl @@ -46,27 +46,27 @@ module com { module sun { module star { module awt { -/** specifies accessibility support for a popup menu. +/** specifies accessibility support for a pop-up menu. @since OOo 1.1.2 */ published service AccessiblePopupMenu { /** This interface gives access to the structural information of a - popup menu: + pop-up menu: <ul> - <li>Role: The role of a popup menu is <const + <li>Role: The role of a pop-up menu is <const scope="com::sun::star::accessibility" >AccessibleRole::POPUP_MENU</const>.</li> <li>Name: There is no name.</li> - <li>Description: The description of a popup menu is its localized + <li>Description: The description of a pop-up menu is its localized help text.</li> - <li>Children: The children of a popup menu are menus, menu items or + <li>Children: The children of a pop-up menu are menus, menu items or menu separators, whose accessible context supports the services <type>AccessibleMenu</type>, <type>AccessibleMenuItem</type> or <type>AccessibleMenuSeparator</type>.</li> - <li>Parent: The parent is the window that contains the popup menu.</li> + <li>Parent: The parent is the window that contains the pop-up menu.</li> <li>Relations: There are no relations.</li> <li>States: The states supported by this service are <ul> @@ -104,7 +104,7 @@ published service AccessiblePopupMenu interface ::com::sun::star::accessibility::XAccessibleExtendedComponent; /** This interface gives access to the selectable children of a - popup menu. + pop-up menu. */ interface ::com::sun::star::accessibility::XAccessibleSelection; diff --git a/offapi/com/sun/star/awt/AccessibleTreeListBox.idl b/offapi/com/sun/star/awt/AccessibleTreeListBox.idl index f6e521f689e7..31bcf6865cee 100644 --- a/offapi/com/sun/star/awt/AccessibleTreeListBox.idl +++ b/offapi/com/sun/star/awt/AccessibleTreeListBox.idl @@ -94,7 +94,7 @@ published service AccessibleTreeListBox <li><const scope="com::sun::star::accessibility" >AccessibleStateType::VISIBLE</const> is always set.</li> <li><const scope="com::sun::star::accessibility" - >AccessibleStateType::MULTI_SELECTABLE</const> is set when mutli selection is enabled.</li> + >AccessibleStateType::MULTI_SELECTABLE</const> is set when multi selection is enabled.</li> </ul> </li> </ul> diff --git a/offapi/com/sun/star/awt/EndDockingEvent.idl b/offapi/com/sun/star/awt/EndDockingEvent.idl index f1563bd240dd..d5efcdccb648 100644 --- a/offapi/com/sun/star/awt/EndDockingEvent.idl +++ b/offapi/com/sun/star/awt/EndDockingEvent.idl @@ -59,7 +59,7 @@ struct EndDockingEvent: com::sun::star::lang::EventObject //------------------------------------------------------------------------- - /** specifies that the docking procedure was cancelled + /** specifies that the docking procedure was canceled */ boolean bCancelled; diff --git a/offapi/com/sun/star/awt/EndPopupModeEvent.idl b/offapi/com/sun/star/awt/EndPopupModeEvent.idl index 637f70c56d05..77aa218f5f1c 100644 --- a/offapi/com/sun/star/awt/EndPopupModeEvent.idl +++ b/offapi/com/sun/star/awt/EndPopupModeEvent.idl @@ -41,13 +41,13 @@ //============================================================================= -/** specifies an end popup mode event. +/** specifies an end pop-up mode event. */ struct EndPopupModeEvent: com::sun::star::lang::EventObject { //------------------------------------------------------------------------- - /** specifies how the popup mode was ended + /** specifies how the pop-up mode was ended <TRUE/> means the window should be teared-off and positioned at FloatingPosition <FALSE/> means the window was closed */ diff --git a/offapi/com/sun/star/awt/FocusChangeReason.idl b/offapi/com/sun/star/awt/FocusChangeReason.idl index 32d4380b79cc..60ce5ae85a4a 100644 --- a/offapi/com/sun/star/awt/FocusChangeReason.idl +++ b/offapi/com/sun/star/awt/FocusChangeReason.idl @@ -47,7 +47,7 @@ published constants FocusChangeReason //------------------------------------------------------------------------- - /** Focus changed because KeyLeft/Right/Up/Down was pressed. + /** Focus changed because Key Left/Right/Up/Down was pressed. */ const long CURSOR = 2; diff --git a/offapi/com/sun/star/awt/KeyModifier.idl b/offapi/com/sun/star/awt/KeyModifier.idl index 89b79a928db3..e5639f24a43d 100644 --- a/offapi/com/sun/star/awt/KeyModifier.idl +++ b/offapi/com/sun/star/awt/KeyModifier.idl @@ -46,17 +46,17 @@ published constants KeyModifier //------------------------------------------------------------------------- - /** refers in the most cases to the 'Ctrl' key (Cmd on Mac OS X). + /** refers in the most cases to the "Ctrl" key (Cmd on Mac OS X). */ const short MOD1 = 2; //------------------------------------------------------------------------- - /** refers in the most cases to the 'Alt' key. + /** refers in the most cases to the "Alt" key. */ const short MOD2 = 4; - /** refers in the most cases to the 'Ctrl' key (Mac OS X) + /** refers in the most cases to the "Ctrl" key (Mac OS X) */ const short MOD3 = 8; }; diff --git a/offapi/com/sun/star/awt/MenuLogo.idl b/offapi/com/sun/star/awt/MenuLogo.idl index a84f6be2f04a..a84f6be2f04a 100755..100644 --- a/offapi/com/sun/star/awt/MenuLogo.idl +++ b/offapi/com/sun/star/awt/MenuLogo.idl diff --git a/offapi/com/sun/star/awt/MouseEvent.idl b/offapi/com/sun/star/awt/MouseEvent.idl index 02f7ec08bceb..62c881d91de7 100644 --- a/offapi/com/sun/star/awt/MouseEvent.idl +++ b/offapi/com/sun/star/awt/MouseEvent.idl @@ -40,7 +40,7 @@ /** specifies an event from the mouse. - <p>This event is also used for popup menu requests on objects. + <p>This event is also used for pop-up menu requests on objects. See <member>PopupTrigger</member> for details.</p> @see XMouseListener @@ -78,9 +78,9 @@ published struct MouseEvent: com::sun::star::awt::InputEvent //------------------------------------------------------------------------- - /** specifies if this event is a popup-menu trigger event. + /** specifies if this event is a pop-up menu trigger event. - <p>If this member is <TRUE/>, the event describes a request for a popup menu, + <p>If this member is <TRUE/>, the event describes a request for a pop-up menu, also known as context menu, on an object.</p> <p>In this case, <member>X</member> and <member>Y</member> describe the position diff --git a/offapi/com/sun/star/awt/MouseWheelBehavior.idl b/offapi/com/sun/star/awt/MouseWheelBehavior.idl index 94efb8abc160..94efb8abc160 100755..100644 --- a/offapi/com/sun/star/awt/MouseWheelBehavior.idl +++ b/offapi/com/sun/star/awt/MouseWheelBehavior.idl diff --git a/offapi/com/sun/star/awt/PopupMenu.idl b/offapi/com/sun/star/awt/PopupMenu.idl index e8a5f913c2cb..a0ab3830f630 100644 --- a/offapi/com/sun/star/awt/PopupMenu.idl +++ b/offapi/com/sun/star/awt/PopupMenu.idl @@ -37,10 +37,10 @@ module com { module sun { module star { module awt { //============================================================================= -/** describes a popup menu which is a recursive container for commands +/** describes a pop-up menu which is a recursive container for commands - <p>A popup menu can be used as a standalone object to display a context - menu. It's also possible to use a popup menu to integrate it into + <p>A pop-up menu can be used as a standalone object to display a context + menu. It's also possible to use a pop-up menu to integrate it into another menu.</p> */ published service PopupMenu diff --git a/offapi/com/sun/star/awt/PopupMenuDirection.idl b/offapi/com/sun/star/awt/PopupMenuDirection.idl index 0e676d3e91fe..3e2a87a55995 100644 --- a/offapi/com/sun/star/awt/PopupMenuDirection.idl +++ b/offapi/com/sun/star/awt/PopupMenuDirection.idl @@ -35,7 +35,7 @@ //============================================================================= /** These values are used to specify the direction in which - a popup menu will grow. + a pop-up menu will grow. <p>They may be expanded in future versions.</p> */ diff --git a/offapi/com/sun/star/awt/SimpleFontMetric.idl b/offapi/com/sun/star/awt/SimpleFontMetric.idl index 51c44ad67b4d..1862120a85da 100644 --- a/offapi/com/sun/star/awt/SimpleFontMetric.idl +++ b/offapi/com/sun/star/awt/SimpleFontMetric.idl @@ -41,7 +41,7 @@ published struct SimpleFontMetric /** specifies the portion of a lower case character that rises above the height of the character "x" of the font. - <p>For example, the letters 'b', 'd', 'h', 'k' and 'l' + <p>For example, the letters "b", "d", "h", "k" and "l" have an ascent unequal to 0.</p> <p>The ascent is measured in pixels, thus the font metric is @@ -53,7 +53,7 @@ published struct SimpleFontMetric /** specifies the portion of a letter falling below the baseline. - <p>For example, the letters 'g', 'p', and 'y' + <p>For example, the letters "g", "p", and "y" have a descent unequal to 0.</p> <p>The descent is measured in pixels, thus the font metric is @@ -64,7 +64,7 @@ published struct SimpleFontMetric //------------------------------------------------------------------------- /** specifies the vertical space between lines of this font; - it is also called internal linespacing. + it is also called internal line spacing. <p>The leading is measured in pixels, thus the font metric is device dependent.</p> diff --git a/offapi/com/sun/star/awt/SystemPointer.idl b/offapi/com/sun/star/awt/SystemPointer.idl index 6740d72a949f..031e132d72d1 100644 --- a/offapi/com/sun/star/awt/SystemPointer.idl +++ b/offapi/com/sun/star/awt/SystemPointer.idl @@ -64,7 +64,7 @@ published constants SystemPointer //------------------------------------------------------------------------- - /** specifies a mouse pointer for online help. + /** specifies a mouse pointer for on-line help. */ const long HELP = 4; diff --git a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl index 5e6b650f8848..1040873d6180 100644 --- a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl +++ b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl @@ -221,7 +221,7 @@ published service UnoControlComboBoxModel /** defines how the mouse wheel can be used to scroll through the control's content. - <p>Usually, the mouse wheel scrool through the control's entry list. Using this property, + <p>Usually, the mouse wheel scroll through the control's entry list. Using this property, and one of the <type>MouseWheelBehavior</type> constants, you can control under which circumstances this is possible.</p> */ diff --git a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl index b6981556a8f4..10a8b9499a3b 100644 --- a/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl +++ b/offapi/com/sun/star/awt/UnoControlFixedTextModel.idl @@ -58,7 +58,7 @@ published service UnoControlFixedTextModel //------------------------------------------------------------------------- - /** specifies the horiztonal alignment of the text in the control. + /** specifies the horizontal alignment of the text in the control. <pre> 0: left diff --git a/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl b/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl index 0cdf42e38f29..a804f2cfa907 100644 --- a/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl +++ b/offapi/com/sun/star/awt/UnoControlFormattedFieldModel.idl @@ -61,7 +61,7 @@ published service UnoControlFormattedFieldModel //------------------------------------------------------------------------- - /** specifies the horiztonal alignment of the text in the control. + /** specifies the horizontal alignment of the text in the control. <pre> 0: left diff --git a/offapi/com/sun/star/awt/UnoControlRoadmap.idl b/offapi/com/sun/star/awt/UnoControlRoadmap.idl index f68e1b2cba7e..f698deea53e4 100644 --- a/offapi/com/sun/star/awt/UnoControlRoadmap.idl +++ b/offapi/com/sun/star/awt/UnoControlRoadmap.idl @@ -68,8 +68,8 @@ service UnoControlRoadmap /** This interface allows to add an Itemlistener to the roadmap. If the property "Interactive" at the com::sun::star::awt::UnoControlRoadmapModel - is set to 'true' the listener is triggered each time the user selects a RoadmapItem - by Mouseclick or pressing space bar at the currently focussed RoadmapItem. + is set to "true" the listener is triggered each time the user selects a RoadmapItem + by Mouse click or pressing space bar at the currently focused RoadmapItem. The property ItemID of the com::sun::star::awt::ItemEvent:: is assigned the value of the property "ID" of the activated RoadmapItem. */ diff --git a/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl b/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl index 65f5380c6e1f..6d2f21960105 100644 --- a/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl +++ b/offapi/com/sun/star/awt/UnoControlRoadmapModel.idl @@ -58,7 +58,7 @@ service UnoControlRoadmapModel held in a sequence. When inserting such items their ID is set equal to the Index of their insertion by default. - After removing items the CurrentItem property is - when beyound the upper sequence + After removing items the CurrentItem property is - when beyond the upper sequence boundaries - set equal to last index of the RoadmapItem Array. */ interface com::sun::star::container::XIndexContainer; @@ -139,10 +139,10 @@ service UnoControlRoadmapModel //------------------------------------------------------------------------- - /** refers to the ID of the currently selected item. Initially this property is set to '-1' - which is equal to 'undefined" + /** refers to the ID of the currently selected item. Initially this property is set to "-1" + which is equal to "undefined" If the Roadmap Item that the CurrentItemID refers to is removed the property - 'CurrentItemID' is set to -1 + "CurrentItemID" is set to -1 */ [property] short CurrentItemID; diff --git a/offapi/com/sun/star/awt/WindowDescriptor.idl b/offapi/com/sun/star/awt/WindowDescriptor.idl index 3ab2b89299c7..d5e430668d85 100644 --- a/offapi/com/sun/star/awt/WindowDescriptor.idl +++ b/offapi/com/sun/star/awt/WindowDescriptor.idl @@ -60,7 +60,7 @@ published struct WindowDescriptor /** specifies the name of the component service. - <p>A zero length name means that the vcl creates a blank top, + <p>A zero length name means that the VCL creates a blank top, a container, or a simple window. The following service names are defined:<br/> <ul> diff --git a/offapi/com/sun/star/awt/XDockableWindow.idl b/offapi/com/sun/star/awt/XDockableWindow.idl index f50e8b558eb9..61d77fa2d81a 100644 --- a/offapi/com/sun/star/awt/XDockableWindow.idl +++ b/offapi/com/sun/star/awt/XDockableWindow.idl @@ -125,16 +125,16 @@ interface XDockableWindow : com::sun::star::uno::XInterface see <type scope="com::sun::star::awt">XDockableWindowListener</type> for the corresponding events @param WindowRect - specifies the position and size of the popup window in frame coordinates + specifies the position and size of the pop-up window in frame coordinates */ void startPopupMode( [in] com::sun::star::awt::Rectangle WindowRect ); //------------------------------------------------------------------------- - /** queries the current popup mode + /** queries the current pop-up mode @returns - <TRUE/> if the window is in popup mode - <FALSE/> if the window is not in popup mode + <TRUE/> if the window is in pop-up mode + <FALSE/> if the window is not in pop-up mode */ boolean isInPopupMode(); }; diff --git a/offapi/com/sun/star/awt/XExtendedToolkit.idl b/offapi/com/sun/star/awt/XExtendedToolkit.idl index 95541217281d..95541217281d 100755..100644 --- a/offapi/com/sun/star/awt/XExtendedToolkit.idl +++ b/offapi/com/sun/star/awt/XExtendedToolkit.idl diff --git a/offapi/com/sun/star/awt/XLayoutContainer.idl b/offapi/com/sun/star/awt/XLayoutContainer.idl index ccbaf0d01cfa..c85d35d223c1 100644 --- a/offapi/com/sun/star/awt/XLayoutContainer.idl +++ b/offapi/com/sun/star/awt/XLayoutContainer.idl @@ -50,7 +50,7 @@ interface XLayoutContainer: com::sun::star::container::XChild /** Read/modify some child layout properties. XPropertySet provides a rich API that allows, e.g., for introspection. Should rarely be a need to use; containers shall provide an interface - for setting properties more confortably. */ + for setting properties more comfortably. */ com::sun::star::beans::XPropertySet getChildProperties( [in] com::sun::star::awt::XLayoutConstrains Child ); diff --git a/offapi/com/sun/star/awt/XLayoutFlow.idl b/offapi/com/sun/star/awt/XLayoutFlow.idl index ac23974d76d7..fa67142524f8 100644 --- a/offapi/com/sun/star/awt/XLayoutFlow.idl +++ b/offapi/com/sun/star/awt/XLayoutFlow.idl @@ -18,7 +18,7 @@ module com { module sun { module star { module awt { */ interface XLayoutFlow { - /** returns the prefered high this layout element would need for the given width. */ + /** returns the preferred height this layout element would need for the given width. */ long getHeightForWidth( [in] long Width ); /** Allow the container/widget to toggle the functionality. */ diff --git a/offapi/com/sun/star/awt/XMenu.idl b/offapi/com/sun/star/awt/XMenu.idl index f9ebc738f18f..7d7426ca1e1d 100644 --- a/offapi/com/sun/star/awt/XMenu.idl +++ b/offapi/com/sun/star/awt/XMenu.idl @@ -123,14 +123,14 @@ published interface XMenu: com::sun::star::uno::XInterface //------------------------------------------------------------------------- - /** sets the popup menu for a specified menu item. + /** sets the pop-up menu for a specified menu item. */ [oneway] void setPopupMenu( [in] short nItemId, [in] XPopupMenu aPopupMenu ); //------------------------------------------------------------------------- - /** returns the popup menu from the menu item. + /** returns the pop-up menu from the menu item. */ XPopupMenu getPopupMenu( [in] short nItemId ); diff --git a/offapi/com/sun/star/awt/XMenuBarExtended.idl b/offapi/com/sun/star/awt/XMenuBarExtended.idl index 97fbbb39f7a9..97fbbb39f7a9 100755..100644 --- a/offapi/com/sun/star/awt/XMenuBarExtended.idl +++ b/offapi/com/sun/star/awt/XMenuBarExtended.idl diff --git a/offapi/com/sun/star/awt/XMenuExtended2.idl b/offapi/com/sun/star/awt/XMenuExtended2.idl index adba6816a9e8..d1b97254194e 100755..100644 --- a/offapi/com/sun/star/awt/XMenuExtended2.idl +++ b/offapi/com/sun/star/awt/XMenuExtended2.idl @@ -53,7 +53,7 @@ module com { module sun { module star { module awt { interface XMenuExtended2 { /** specifies some extended menu functions, like setting a command URL and a help command for a menu item.<br> - These functions are available for both menu bar and popup menu. + These functions are available for both menu bar and pop-up menu. */ interface com::sun::star::awt::XMenuExtended; diff --git a/offapi/com/sun/star/awt/XMessageBoxFactory.idl b/offapi/com/sun/star/awt/XMessageBoxFactory.idl index 8058dd6e653d..35139b04bee1 100644 --- a/offapi/com/sun/star/awt/XMessageBoxFactory.idl +++ b/offapi/com/sun/star/awt/XMessageBoxFactory.idl @@ -75,14 +75,14 @@ published interface XMessageBoxFactory : com::sun::star::uno::XInterface a string which determines the message box type. The following strings are defined. <ul> - <li><b>infobox</b>A message box to inform the user about a certain event. + <li><b>infobox</b> A message box to inform the user about a certain event. <b>Attention:</b><br/>This type of message box ignores the argument aButton because a info box always shows a OK button. </li> - <li><b>warningbox</b>A message to warn the user about a certain problem.</li> - <li><b>errorbox</b>A message box to provide an error message to the user.</li> - <li><b>querybox</b>A message box to query information from the user.</li> - <li><b>messbox</b>A normal message box.</li> + <li><b>warningbox</b> A message to warn the user about a certain problem.</li> + <li><b>errorbox</b> A message box to provide an error message to the user.</li> + <li><b>querybox</b> A message box to query information from the user.</li> + <li><b>messbox</b> A normal message box.</li> </ul> @param aButtons @@ -96,7 +96,7 @@ published interface XMessageBoxFactory : com::sun::star::uno::XInterface @param aMessage specifies text which will be shown by the message box. - Line-breaks must be added using 'CR' or 'CR+LF'. + Line-breaks must be added using "CR" or "CR+LF". */ XMessageBox createMessageBox( [in] com::sun::star::awt::XWindowPeer aParent, [in] com::sun::star::awt::Rectangle aPosSize, [in] string aType, [in] long aButtons, [in] string aTitle, [in] string aMessage ); }; diff --git a/offapi/com/sun/star/awt/XMouseListener.idl b/offapi/com/sun/star/awt/XMouseListener.idl index d89f1e910fde..e566981c8f0f 100644 --- a/offapi/com/sun/star/awt/XMouseListener.idl +++ b/offapi/com/sun/star/awt/XMouseListener.idl @@ -50,7 +50,7 @@ published interface XMouseListener: com::sun::star::lang::XEventListener /** is invoked when a mouse button has been pressed on a window. - <p>Since mouse presses are usually also used to indicate requests for popup menus + <p>Since mouse presses are usually also used to indicate requests for pop-up menus (also known as context menus) on objects, you might receive two events for a single mouse press: For example, if, on your operating system, pressing the right mouse button indicates the request for a context menu, diff --git a/offapi/com/sun/star/awt/XPopupMenuExtended.idl b/offapi/com/sun/star/awt/XPopupMenuExtended.idl index 0bd48ffd5858..69c8753290e7 100755..100644 --- a/offapi/com/sun/star/awt/XPopupMenuExtended.idl +++ b/offapi/com/sun/star/awt/XPopupMenuExtended.idl @@ -65,7 +65,7 @@ module com { module sun { module star { module awt { */ interface XPopupMenuExtended { - /** specifies basic functions for a popup menu. + /** specifies basic functions for a pop-up menu. */ interface ::com::sun::star::awt::XPopupMenu; diff --git a/offapi/com/sun/star/awt/XSimpleTabController.idl b/offapi/com/sun/star/awt/XSimpleTabController.idl index a49379d2ed61..10309ad70a80 100644 --- a/offapi/com/sun/star/awt/XSimpleTabController.idl +++ b/offapi/com/sun/star/awt/XSimpleTabController.idl @@ -143,7 +143,7 @@ interface XSimpleTabController : com::sun::star::uno::XInterface //------------------------------------------------------------------------- /** return the unique ID of the current active tab. - @eturn [long] + @return [long] the ID of the active tab. */ long getActiveTabID(); diff --git a/offapi/com/sun/star/awt/XTabListener.idl b/offapi/com/sun/star/awt/XTabListener.idl index e7018bb284af..709f0f2c388c 100644 --- a/offapi/com/sun/star/awt/XTabListener.idl +++ b/offapi/com/sun/star/awt/XTabListener.idl @@ -85,7 +85,7 @@ interface XTabListener : com::sun::star::lang::XEventListener void activated( [in] long ID ); //------------------------------------------------------------------------- - /** a tab was deactivated, because another tab becames the new active state. + /** a tab was deactivated, because another tab became the new active state. */ void deactivated( [in] long ID ); }; diff --git a/offapi/com/sun/star/awt/XTopWindowListener.idl b/offapi/com/sun/star/awt/XTopWindowListener.idl index cf78ff343839..88929d2eec88 100644 --- a/offapi/com/sun/star/awt/XTopWindowListener.idl +++ b/offapi/com/sun/star/awt/XTopWindowListener.idl @@ -76,7 +76,7 @@ published interface XTopWindowListener: com::sun::star::lang::XEventListener //------------------------------------------------------------------------- - /** is invoked when a window is de-iconified. + /** is invoked when a window is deiconified. */ [oneway] void windowNormalized( [in] com::sun::star::lang::EventObject e ); @@ -88,7 +88,7 @@ published interface XTopWindowListener: com::sun::star::lang::XEventListener //------------------------------------------------------------------------- - /** is invoked when a window is de-activated. + /** is invoked when a window is deactivated. */ [oneway] void windowDeactivated( [in] com::sun::star::lang::EventObject e ); diff --git a/offapi/com/sun/star/awt/grid/GridDataEvent.idl b/offapi/com/sun/star/awt/grid/GridDataEvent.idl index 1e0afb610f16..7762892fadea 100644 --- a/offapi/com/sun/star/awt/grid/GridDataEvent.idl +++ b/offapi/com/sun/star/awt/grid/GridDataEvent.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module awt { module grid { @see XGridControl @see XGridDataListener - @sonce OOo 3.3.0 + @since OOo 3.3.0 */ struct GridDataEvent: com::sun::star::lang::EventObject { diff --git a/offapi/com/sun/star/awt/grid/UnoControlGrid.idl b/offapi/com/sun/star/awt/grid/UnoControlGrid.idl index 542c27085dcb..55b251c64876 100644 --- a/offapi/com/sun/star/awt/grid/UnoControlGrid.idl +++ b/offapi/com/sun/star/awt/grid/UnoControlGrid.idl @@ -48,7 +48,7 @@ <p> <h4>The Column Model</h4> <p>The horizontal structure of the grid is defined by the <type>XGridColumnModel</type> implemented in <type>DefaultGridColumnModel</type> - The <type>XGridColumn</type> implemented in <typeGridColumn</type> describes the properties and behavior of a single column. Use the <member>XGridColumnModel::addColumn()</member> to add a column to the column model. + The <type>XGridColumn</type> implemented in <type>GridColumn</type> describes the properties and behavior of a single column. Use the <member>XGridColumnModel::addColumn()</member> to add a column to the column model. </p> <p> <h4>The Data Model</h4> diff --git a/offapi/com/sun/star/awt/grid/XGridColumn.idl b/offapi/com/sun/star/awt/grid/XGridColumn.idl index d217ff5d4ac6..4c340eb90e7e 100644 --- a/offapi/com/sun/star/awt/grid/XGridColumn.idl +++ b/offapi/com/sun/star/awt/grid/XGridColumn.idl @@ -45,19 +45,19 @@ module com { module sun { module star { module awt { module grid { */ interface XGridColumn { - /** Specifies the an idendifier of the colomn.**/ + /** Specifies the identifier of the column.**/ [attribute] any Identifier; - /** Specifies the default column witdth. **/ + /** Specifies the default column width. **/ [attribute] long ColumnWidth; - /** Specifies the preferred column witdth. **/ + /** Specifies the preferred column width. **/ [attribute] long PreferredWidth; - /** Specifies the min column witdth. **/ + /** Specifies the min column width. **/ [attribute] long MinWidth; - /** Specifies the max column witdth. **/ + /** Specifies the max column width. **/ [attribute] long MaxWidth; /** Specifies whether column has fixed size or not. **/ @@ -73,7 +73,7 @@ interface XGridColumn */ [attribute] ::com::sun::star::style::HorizontalAlignment HorizontalAlign; - /** A title is displayed in the colum header row if <method>UnoControlGridModel::ShowRowHeader</method> is set to <true/>**/ + /** A title is displayed in the column header row if <method>UnoControlGridModel::ShowRowHeader</method> is set to <true/>**/ [attribute] string Title; /** Adds a listener for the <type>GridColumnEvent</type> posted after the grid changes. diff --git a/offapi/com/sun/star/awt/grid/XGridSelection.idl b/offapi/com/sun/star/awt/grid/XGridSelection.idl index 5049426018b0..cc3baf2fa360 100644 --- a/offapi/com/sun/star/awt/grid/XGridSelection.idl +++ b/offapi/com/sun/star/awt/grid/XGridSelection.idl @@ -73,9 +73,9 @@ interface XGridSelection */ [oneway] void deselectRows( [in] sequence< long > rangeOfRows); - /** Returns the indicies of all selected rows. + /** Returns the indices of all selected rows. @returns - a sequence of indicies. + a sequence of indices. */ sequence< long > getSelection(); diff --git a/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl b/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl index 92875a7806d8..adad5cf63830 100644 --- a/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl +++ b/offapi/com/sun/star/awt/tree/MutableTreeDataModel.idl @@ -27,7 +27,7 @@ #ifndef __com_sun_star_awt_tree_MutableTreeDataModel_idl__ #define __com_sun_star_awt_tree_MutableTreeDataModel_idl__ -#ifndef __com_sun_star_awt_tree_XMutableTreeDataModelidl__ +#ifndef __com_sun_star_awt_tree_XMutableTreeDataModel_idl__ #include <com/sun/star/awt/tree/XMutableTreeDataModel.idl> #endif diff --git a/offapi/com/sun/star/awt/tree/TreeControlModel.idl b/offapi/com/sun/star/awt/tree/TreeControlModel.idl index 6a84d52e165e..9a6e70afe9b4 100644 --- a/offapi/com/sun/star/awt/tree/TreeControlModel.idl +++ b/offapi/com/sun/star/awt/tree/TreeControlModel.idl @@ -73,7 +73,7 @@ service TreeControlModel [property] boolean RootDisplayed; /** Specifies whether the node handles should be displayed. - <p>The handles are doted lines that visualize the tree like hirarchie<p> + <p>The handles are doted lines that visualize the tree like hierarchy<p> <p>The default value is <TRUE/></p> */ [property] boolean ShowsHandles; diff --git a/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl b/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl index b2ef8c65a706..cbea855eec6d 100644 --- a/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl +++ b/offapi/com/sun/star/awt/tree/XMutableTreeDataModel.idl @@ -44,15 +44,15 @@ module com { module sun { module star { module awt { module tree { /** This is the editable version of the <type>XTreeDataModel</type>. <p>Note that only <type>XTreeNode</type> created from the same instance with <member>createNode</member> - are valids nodes for this instance.</p> + are valid nodes for this instance.</p> */ interface XMutableTreeDataModel : XTreeDataModel { /** creates a new tree node with the given value and given settings. @param DisplayValue - should be convertable to a string and is used by the <type>XTreeControl</type> - as a textual represenation of the created node. + should be convertible to a string and is used by the <type>XTreeControl</type> + as a textual representation of the created node. @param ChildrenOnDemand if <TRUE/> is used as a parameter, the created node will be treated as a non-leaf diff --git a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl index 1ecf30290400..5ec6c1e13f6b 100644 --- a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl +++ b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl @@ -92,10 +92,10 @@ interface XMutableTreeNode : XTreeNode /** sets the display value of this node */ void setDisplayValue( [in] any Value ); - /** Stores an implementation dependend value. + /** Stores an implementation dependent value. <p>You can use this attribute to store data for this node that - is independend of the display value</p> + is independent of the display value</p> */ [attribute] any DataValue; diff --git a/offapi/com/sun/star/awt/tree/XTreeControl.idl b/offapi/com/sun/star/awt/tree/XTreeControl.idl index a5341257ba45..83bb319312bc 100644 --- a/offapi/com/sun/star/awt/tree/XTreeControl.idl +++ b/offapi/com/sun/star/awt/tree/XTreeControl.idl @@ -61,7 +61,7 @@ interface XTreeControl <type>XTreeNode</type> or sequence<<type>XTreeNode</type>>.</p> <method scope="::com::sun::star::view">XSelectionSupplier::getSelection()</method> - returns an emtpy any for no selection, an any with <type>XTreeNode</type> for + returns an empty any for no selection, an any with <type>XTreeNode</type> for a single selection and a sequence<<type>XTreeNode</type>> for a multiselection. */ interface ::com::sun::star::view::XMultiSelectionSupplier; @@ -179,14 +179,14 @@ interface XTreeControl /** If the given URL points to a loadable graphic, the graphic is rendered before expanded non leaf nodes. - <p>This can be overriden for individual nodes by <member>XTreeNode::getExpandedGraphicURL()</member></p> + <p>This can be overridden for individual nodes by <member>XTreeNode::getExpandedGraphicURL()</member></p> */ [attribute] string DefaultExpandedGraphicURL; /** If the given URL points to a loadable graphic, the graphic is rendered before collapsed non leaf nodes. - <p>This can be overriden for individual nodes by <member>XTreeNode::getCollapsedGraphicURL()</member></p> + <p>This can be overridden for individual nodes by <member>XTreeNode::getCollapsedGraphicURL()</member></p> */ [attribute] string DefaultCollapsedGraphicURL; diff --git a/offapi/com/sun/star/awt/tree/XTreeEditListener.idl b/offapi/com/sun/star/awt/tree/XTreeEditListener.idl index dcaec810dae8..2df5fcdcd438 100644 --- a/offapi/com/sun/star/awt/tree/XTreeEditListener.idl +++ b/offapi/com/sun/star/awt/tree/XTreeEditListener.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module awt { module tree { //============================================================================= /** You can implement this interface and register with <method scope="XTreeControl">addTreeEditListener</method> - to get notifcaitons when editing of a node starts and ends. + to get notifications when editing of a node starts and ends. <p>You have to set the <member>TreeControlModel::Editable</member> property to <TRUE/> before a tree supports editing.</p> diff --git a/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl b/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl index 8b235ff6db28..144825d532f4 100644 --- a/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl +++ b/offapi/com/sun/star/awt/tree/XTreeExpansionListener.idl @@ -55,7 +55,7 @@ interface XTreeExpansionListener: com::sun::star::lang::XEventListener { /** Invoked when a node with children on demand is about to be expanded. - <p>This event is invoked befor the <method>treeExpanding()</method> + <p>This event is invoked before the <method>treeExpanding()</method> event.</p> */ void requestChildNodes( [in] TreeExpansionEvent Event ); @@ -64,7 +64,7 @@ interface XTreeExpansionListener: com::sun::star::lang::XEventListener @throws ExpandVetoException to notify the calling <type>XTreeControl</type> that expanding - <member>TreeExpansionEvent::Node</member> should faild. + <member>TreeExpansionEvent::Node</member> should fail. */ void treeExpanding( [in] TreeExpansionEvent Event ) raises ( ExpandVetoException ); @@ -73,15 +73,15 @@ interface XTreeExpansionListener: com::sun::star::lang::XEventListener @throws ExpandVetoException to notify the calling <type>XTreeControl</type> that collapsing - <member>TreeExpansionEvent::Node</member> should faild. + <member>TreeExpansionEvent::Node</member> should fail. */ void treeCollapsing( [in] TreeExpansionEvent Event ) raises ( ExpandVetoException ); - /** Called whenever a node in the tree has been succesfully expanded. */ + /** Called whenever a node in the tree has been successfully expanded. */ void treeExpanded( [in] TreeExpansionEvent Event ); - /** Called whenever a node in the tree has been succesfully collapsed. */ + /** Called whenever a node in the tree has been successfully collapsed. */ void treeCollapsed( [in] TreeExpansionEvent Event ); }; diff --git a/offapi/com/sun/star/chart/AccessibleChartElement.idl b/offapi/com/sun/star/chart/AccessibleChartElement.idl index 45692c2ff520..ffca123251ad 100644 --- a/offapi/com/sun/star/chart/AccessibleChartElement.idl +++ b/offapi/com/sun/star/chart/AccessibleChartElement.idl @@ -97,7 +97,7 @@ published service AccessibleChartElement contain children, all other objects in a chart do not, i.e., are leaves in the document representation tree.</dd> <dt>Parent</dt> - <dd>Because the <code>setParent</code> method from the JAA has + <dd>Because the <code>setParent</code> method from the JAVA has been removed, the reference to the parent has to be provided in an implementation specific way.</dd> <dt>Relations</dt> diff --git a/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl b/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl index c47d7b05f22d..14eaf013af2b 100644 --- a/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl +++ b/offapi/com/sun/star/chart/ChartAxisMarkPosition.idl @@ -48,14 +48,14 @@ published enum ChartAxisMarkPosition //------------------------------------------------------------------------- /** The interval marks are drawn at the axis line. - This makes a difference to 'AT_LABELS' only when the labels are not placed near the axis (@see ChartAxisLabelPosition). + This makes a difference to "AT_LABELS" only when the labels are not placed near the axis (@see ChartAxisLabelPosition). */ AT_AXIS, //------------------------------------------------------------------------- /** Interval marks are drawn at the axis line and also besides the axis labels. - This makes a difference to 'AT_LABELS' only when the labels are not placed near the axis (@see ChartAxisLabelPosition). + This makes a difference to "AT_LABELS" only when the labels are not placed near the axis (@see ChartAxisLabelPosition). */ AT_LABELS_AND_AXIS }; diff --git a/offapi/com/sun/star/chart/ChartDataPointProperties.idl b/offapi/com/sun/star/chart/ChartDataPointProperties.idl index d7a9db2da496..77f875841483 100644 --- a/offapi/com/sun/star/chart/ChartDataPointProperties.idl +++ b/offapi/com/sun/star/chart/ChartDataPointProperties.idl @@ -39,7 +39,7 @@ #include <com/sun/star/style/CharacterProperties.idl> #endif -#ifndef __com_sun_star_chart_Chart3DBarPropertiesidl__ +#ifndef __com_sun_star_chart_Chart3DBarProperties_idl__ #include <com/sun/star/chart/Chart3DBarProperties.idl> #endif diff --git a/offapi/com/sun/star/chart/ErrorBarStyle.idl b/offapi/com/sun/star/chart/ErrorBarStyle.idl index 12738b4e60a2..12738b4e60a2 100755..100644 --- a/offapi/com/sun/star/chart/ErrorBarStyle.idl +++ b/offapi/com/sun/star/chart/ErrorBarStyle.idl diff --git a/offapi/com/sun/star/chart/XComplexDescriptionAccess.idl b/offapi/com/sun/star/chart/XComplexDescriptionAccess.idl index 4e5af5f3ba83..4e5af5f3ba83 100755..100644 --- a/offapi/com/sun/star/chart/XComplexDescriptionAccess.idl +++ b/offapi/com/sun/star/chart/XComplexDescriptionAccess.idl diff --git a/offapi/com/sun/star/chart2/ExplicitIncrementData.idl b/offapi/com/sun/star/chart2/ExplicitIncrementData.idl index 72c1957bc9c5..be0f315161d4 100644 --- a/offapi/com/sun/star/chart2/ExplicitIncrementData.idl +++ b/offapi/com/sun/star/chart2/ExplicitIncrementData.idl @@ -77,7 +77,7 @@ struct ExplicitIncrementData distance between two neighboring main tickmarks is divided for positioning of further sub tickmarks. Every following SubIncrement determines the positions of subsequent tickmarks in relation to their parent tickmarks - iven by the preceding SubIncrement.</p> + given by the preceding SubIncrement.</p> */ sequence< ::com::sun::star::chart2::ExplicitSubIncrement > SubIncrements; diff --git a/offapi/com/sun/star/chart2/FillBitmap.idl b/offapi/com/sun/star/chart2/FillBitmap.idl index b80139f46629..52b0d388807e 100644 --- a/offapi/com/sun/star/chart2/FillBitmap.idl +++ b/offapi/com/sun/star/chart2/FillBitmap.idl @@ -72,7 +72,7 @@ struct FillBitmap com::sun::star::awt::Point aOffset; /** Every second line (X) / row (Y) of tiles is moved the given - percent of the witdh of the bitmap. + percent of the width of the bitmap. */ com::sun::star::awt::Point aPositionOffset; diff --git a/offapi/com/sun/star/chart2/Legend.idl b/offapi/com/sun/star/chart2/Legend.idl index 0d51492ae4c2..bec63de04c27 100644 --- a/offapi/com/sun/star/chart2/Legend.idl +++ b/offapi/com/sun/star/chart2/Legend.idl @@ -70,7 +70,7 @@ service Legend */ [property] LegendExpansion Expansion; - /** Determines, whether the legend should be redered by the view. + /** Determines, whether the legend should be rendered by the view. */ [property] boolean Show; diff --git a/offapi/com/sun/star/chart2/XChartTypeContainer.idl b/offapi/com/sun/star/chart2/XChartTypeContainer.idl index c9e61ff9d9e8..c843ce10e1de 100644 --- a/offapi/com/sun/star/chart2/XChartTypeContainer.idl +++ b/offapi/com/sun/star/chart2/XChartTypeContainer.idl @@ -59,7 +59,7 @@ interface XChartTypeContainer : com::sun::star::uno::XInterface void addChartType( [in] XChartType aChartType ) raises( com::sun::star::lang::IllegalArgumentException ); - /** removes one data deries from the chart type container. + /** removes one data series from the chart type container. */ void removeChartType( [in] XChartType aChartType ) raises( com::sun::star::container::NoSuchElementException ); diff --git a/offapi/com/sun/star/chart2/XDataSeries.idl b/offapi/com/sun/star/chart2/XDataSeries.idl index d22f87b2680f..3743650248df 100644 --- a/offapi/com/sun/star/chart2/XDataSeries.idl +++ b/offapi/com/sun/star/chart2/XDataSeries.idl @@ -72,7 +72,7 @@ interface XDataSeries : ::com::sun::star::uno::XInterface */ void resetDataPoint( [in] long nIndex ); - /** all data point formattings are cleared + /** all data point formatting are cleared */ void resetAllDataPoints(); }; diff --git a/offapi/com/sun/star/chart2/XDataSeriesContainer.idl b/offapi/com/sun/star/chart2/XDataSeriesContainer.idl index 659120d67ec6..6bf662ceb84a 100644 --- a/offapi/com/sun/star/chart2/XDataSeriesContainer.idl +++ b/offapi/com/sun/star/chart2/XDataSeriesContainer.idl @@ -59,7 +59,7 @@ interface XDataSeriesContainer : com::sun::star::uno::XInterface void addDataSeries( [in] XDataSeries aDataSeries ) raises( com::sun::star::lang::IllegalArgumentException ); - /** removes one data deries from the data series container. + /** removes one data series from the data series container. */ void removeDataSeries( [in] XDataSeries aDataSeries ) raises( com::sun::star::container::NoSuchElementException ); diff --git a/offapi/com/sun/star/chart2/XPlotter.idl b/offapi/com/sun/star/chart2/XPlotter.idl index e6f6ef3fafd4..32e3535a912a 100644 --- a/offapi/com/sun/star/chart2/XPlotter.idl +++ b/offapi/com/sun/star/chart2/XPlotter.idl @@ -41,13 +41,13 @@ module com { module sun { module star { module chart2 { com::sun::star::drawing::Shape. <p> - Within the chart application we differentiate between two 'types' of shapes + Within the chart application we differentiate between two "types" of shapes which can be created by a Plotter. The first type are shapes which are completely defined by coordinates in the logic coordinate system and will be positioned within this logic - coordinate system. Those shapes are called 'logic shapes' - or 'logically placed shapes'. For example a rectangle of a bar chart - is a 'logic shape'. + coordinate system. Those shapes are called "logic shapes" + or "logically placed shapes". For example a rectangle of a bar chart + is a "logic shape". </p> <p> @@ -57,8 +57,8 @@ module com { module sun { module star { module chart2 { would not like to place the text shapes as three dimensional objects within the logic coordinate system, rather you would like to position the texts as two dimensional objects on the two dimensional final page. Those shapes are - called 'illogic shapes' in contrast to 'logic shapes'. - 'Illogic shapes' are always two dimensional and placed on the documents page. + called "illogic shapes" in contrast to "logic shapes". + "Illogic shapes" are always two dimensional and placed on the documents page. </p> <p> @@ -66,7 +66,7 @@ module com { module sun { module star { module chart2 { or remove shapes. </p> - <p> A Plotter is not allowed to set the property 'Transformation' on a + <p> A Plotter is not allowed to set the property "Transformation" on a shape as this will be done elsewhere. </p> */ @@ -88,7 +88,7 @@ interface XPlotter : ::com::sun::star::uno::XInterface CoordinateSystemTypeID getCoordinateSystemTypeID(); //------------------------------------------------------------------------- - /** For each type of shapes ('logic' or 'illogic') there exists one + /** For each type of shapes ("logic" or "illogic") there exists one container. The Plotter will create shapes and then add (or remove) them from these containers. @@ -104,12 +104,12 @@ interface XPlotter : ::com::sun::star::uno::XInterface , [in] com::sun::star::lang::XMultiServiceFactory xFactory ); //------------------------------------------------------------------------- - /** For each dimension of the 'logic source coordinate system' the + /** For each dimension of the "logic source coordinate system" the XPlotter object needs a Scale to decide which shapes need to be created and maybe logically clipped. The XPlotter object becomes the new owner of the given scales and directions and needs to keep them alive. Nobody else will change them. - Pay attention that a 'Scale' can have several breaks. + Pay attention that a "Scale" can have several breaks. */ void setScales( [in] sequence< ScaleData > rScales); diff --git a/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl b/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl index db55ac4a10bf..d1a3c9cee680 100644 --- a/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl +++ b/offapi/com/sun/star/chart2/data/TabularDataProviderArguments.idl @@ -97,15 +97,15 @@ service TabularDataProviderArguments /** determines the order of the created labeled sequences <p>For example a SequenceMapping of [3,0,2,1] indicates that - the sequence from old position '3' should now be the first one. - Then comes the sequence from old position '0'. Then that one - from old position '2' and then the sequence from old position '1'.</p> + the sequence from old position "3" should now be the first one. + Then comes the sequence from old position "0". Then that one + from old position "2" and then the sequence from old position "1".</p> <p>If the SequenceMapping contains invalid indexes just ignore those single indexes. For example if you only have three labeled sequences and a SequenceMapping [2,5,1,0], you should - ignore the '5' and continue to place the sequence from - old index '1' to the next new position and so on.</p> + ignore the "5" and continue to place the sequence from + old index "1" to the next new position and so on.</p> <p>If the given SequenceMapping does not cover all existing labeled sequences just put the remaining sequences in old order diff --git a/offapi/com/sun/star/chart2/data/XDataProvider.idl b/offapi/com/sun/star/chart2/data/XDataProvider.idl index 11dac7aae3cd..b1e36f7020d9 100644 --- a/offapi/com/sun/star/chart2/data/XDataProvider.idl +++ b/offapi/com/sun/star/chart2/data/XDataProvider.idl @@ -70,7 +70,7 @@ interface XDataProvider : ::com::sun::star::uno::XInterface given range. The properties should be defined in a separate service. - <p>For spreadsheets and textdocument tables there exists a + <p>For spreadsheets and text document tables there exists a service <type>TabularDataProviderArguments</type> describing valid values for this list.</p> diff --git a/offapi/com/sun/star/configuration/AccessRootElement.idl b/offapi/com/sun/star/configuration/AccessRootElement.idl index e6cab960ecb6..5f9b33d07e93 100644 --- a/offapi/com/sun/star/configuration/AccessRootElement.idl +++ b/offapi/com/sun/star/configuration/AccessRootElement.idl @@ -61,7 +61,7 @@ module com { module sun { module star { module configuration { It represents the <em>root</em> of the accessible part of the hierarchy. </p> - <p><em><strong>NOTE:</strong> In this description 'hierarchy' may actually + <p><em><strong>NOTE:</strong> In this description "hierarchy" may actually designate a part or fragment of a larger hierarchy. It is that part that is rooted in the element represented by an implementation of this service and that is accessible starting from this element.</em> diff --git a/offapi/com/sun/star/configuration/AdministrationProvider.idl b/offapi/com/sun/star/configuration/AdministrationProvider.idl index 2fbf0175578c..deacc1d9eab1 100644 --- a/offapi/com/sun/star/configuration/AdministrationProvider.idl +++ b/offapi/com/sun/star/configuration/AdministrationProvider.idl @@ -41,7 +41,7 @@ module com { module sun { module star { module configuration { //============================================================================= /** manages one, or more, complete sets of configuration data for - administrative puposes and serves as a factory for objects that + administrative purposes and serves as a factory for objects that provide access to subsets of these shared configurations. <p>Shared sets of configuration data usually serve to provide defaults, @@ -51,7 +51,7 @@ module com { module sun { module star { module configuration { </p> <p>Many aspects of the supported behavior depend strongly on the underlying data store and on the administrative structures it defines. With some data - stores this service also enables access to individual users' configuration + stores this service also enables access to individual user's configuration data by an administrator. </p> <p>On the other hand, in the simplest model there is only a single layer of @@ -127,7 +127,7 @@ published service AdministrationProvider accept a single argument named <code>nodepath</code> of type <atom>string</atom>. This argument must contain the absolute path to an element of the configuration. The view that is selected consists of the named element and - all its decendants. The administrative entity is the default for the + all its descendants. The administrative entity is the default for the <type>AdministrationProvider</type>. Usually this is the largest entity encompassing all entities accessible from this instance. In other words this can be used to influence as global a scope as possible. diff --git a/offapi/com/sun/star/configuration/ConfigurationAccess.idl b/offapi/com/sun/star/configuration/ConfigurationAccess.idl index 41662f03f5e2..0b04b4bc12cb 100644 --- a/offapi/com/sun/star/configuration/ConfigurationAccess.idl +++ b/offapi/com/sun/star/configuration/ConfigurationAccess.idl @@ -122,7 +122,7 @@ module com { module sun { module star { module configuration { <li><strong>string</strong> can hold a human-readable text. <p>Values are represented as <atom>string</atom>.</p> <p>Sequences are represented as <atom dim="[]">string</atom>.</p> - <p>'<em>human-readable</em>' here excludes non-printing characters + <p>"<em>human-readable</em>" here excludes non-printing characters except for CR, LF and TAB [Unicode code points 9,10,13]. For binary data, use type <strong>binary</strong> instead.</p> </li> diff --git a/offapi/com/sun/star/configuration/GroupAccess.idl b/offapi/com/sun/star/configuration/GroupAccess.idl index 46c0312eb617..cb089950f656 100644 --- a/offapi/com/sun/star/configuration/GroupAccess.idl +++ b/offapi/com/sun/star/configuration/GroupAccess.idl @@ -84,7 +84,7 @@ published service GroupAccess a view of the tree as a hierarchy of properties and subproperties. <p>This view is meaningful only for a static fragment of the hierarchy - Objects' properties may change, but not which properties they have. + Object's properties may change, but not which properties they have. Therefore, dynamic elements of the hierarchy (see <type>SetAccess</type>) do not implement service <type>PropertyHierarchy</type>. </p> diff --git a/offapi/com/sun/star/configuration/backend/LayerDescriber.idl b/offapi/com/sun/star/configuration/backend/LayerDescriber.idl index 1f6ae54f2c5f..f8c27433929f 100644 --- a/offapi/com/sun/star/configuration/backend/LayerDescriber.idl +++ b/offapi/com/sun/star/configuration/backend/LayerDescriber.idl @@ -18,7 +18,7 @@ module com { module sun { module star { module configuration { module backend { //============================================================================= /** - describe the contents of a layer to an XLayerHander object. The contents of + describe the contents of a layer to an XLayerHandler object. The contents of the layer is contained in the sequence of PropertyInfo structures @see PropertyInfo diff --git a/offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl b/offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl index bff3c26c92a8..88e9611d46a5 100644 --- a/offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl +++ b/offapi/com/sun/star/configuration/backend/LayerUpdateMerger.idl @@ -72,7 +72,7 @@ published service LayerUpdateMerger data source and an <type>XLayerHandler</type> object to receive the updated data. </p> - <p> Implementations can provide more arguments to finetune the behavior. + <p> Implementations can provide more arguments to fine tune the behavior. Such arguments are provided as <type scope="com::sun::star::beans">NamedValue</type>. Implementations should support the following named arguments: diff --git a/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl b/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl index 12d4fe84fc77..ebdce5e9c22e 100644 --- a/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl +++ b/offapi/com/sun/star/configuration/backend/LdapSingleBackend.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module configuration { module backend { /** implements <type>SingleBackend</type> that stores data in an - LDAP directroy. + LDAP directory. @since OOo 1.1.2 */ diff --git a/offapi/com/sun/star/configuration/backend/LocalSingleBackend.idl b/offapi/com/sun/star/configuration/backend/LocalSingleBackend.idl index 098d8123e079..2af70f5b2f1c 100644 --- a/offapi/com/sun/star/configuration/backend/LocalSingleBackend.idl +++ b/offapi/com/sun/star/configuration/backend/LocalSingleBackend.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module configuration { module backend { /** implements <type>SingleBackend</type> that stores data in the - local filesystem using the OOR XML formats. + local file system using the OOR XML formats. @since OOo 1.1.2 */ diff --git a/offapi/com/sun/star/configuration/backend/MalformedDataException.idl b/offapi/com/sun/star/configuration/backend/MalformedDataException.idl index 211571a41566..d2ce0251c457 100644 --- a/offapi/com/sun/star/configuration/backend/MalformedDataException.idl +++ b/offapi/com/sun/star/configuration/backend/MalformedDataException.idl @@ -69,7 +69,7 @@ published exception MalformedDataException: ::com::sun::star::uno::Exception <dd>for properties that are not in the schema.</dd> <dt><type scope="com::sun::star::lang">IllegalArgumentException</type></dt> - <dd>for data values (names,attibutes,etc.) that are invalid.</dd> + <dd>for data values (names,attributes,etc.) that are invalid.</dd> <dt><type scope="com::sun::star::lang">IllegalAccessException</type></dt> <dd>for changes that violate access restrictions.</dd> diff --git a/offapi/com/sun/star/configuration/backend/SystemIntegration.idl b/offapi/com/sun/star/configuration/backend/SystemIntegration.idl index a6fb930ae8e1..69230cc2561e 100644 --- a/offapi/com/sun/star/configuration/backend/SystemIntegration.idl +++ b/offapi/com/sun/star/configuration/backend/SystemIntegration.idl @@ -57,7 +57,7 @@ service SystemIntegration allows initialization of backend data sources <p>no parameters need to be passed as backends are initialized - using the service registration database 'services.rdb'. + using the service registration database "services.rdb". </p> */ diff --git a/offapi/com/sun/star/configuration/backend/XLayerContentDescriber.idl b/offapi/com/sun/star/configuration/backend/XLayerContentDescriber.idl index d8718f361c1a..2cf142349f21 100644 --- a/offapi/com/sun/star/configuration/backend/XLayerContentDescriber.idl +++ b/offapi/com/sun/star/configuration/backend/XLayerContentDescriber.idl @@ -54,7 +54,7 @@ module com { module sun { module star { module configuration { module backend { //============================================================================= /** - describe the contents of a layer to an XLayerHander object. The contents of + describe the contents of a layer to an XLayerHandler object. The contents of the layer is contained in the sequence of PropertyInfo structures @see PropertyInfo diff --git a/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl b/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl index 0f28433a24f6..52b946a2f2ec 100644 --- a/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl +++ b/offapi/com/sun/star/configuration/backend/XMultiLayerStratum.idl @@ -90,7 +90,7 @@ published interface XMultiLayerStratum : ::com::sun::star::uno::XInterface @return a list of layer identifiers that can be used to retrieve <type>Layer</type> objects. - <p> The list ist ordered by priority. Typically + <p> The list is ordered by priority. Typically the most general layers (global defaults, entire organization) are first, more specific layers (associated to specific groups or roles) are next diff --git a/offapi/com/sun/star/datatransfer/XDataFormatTranslator.idl b/offapi/com/sun/star/datatransfer/XDataFormatTranslator.idl index aad2882af77b..07f7f93612cd 100644 --- a/offapi/com/sun/star/datatransfer/XDataFormatTranslator.idl +++ b/offapi/com/sun/star/datatransfer/XDataFormatTranslator.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module datatransfer { published interface XDataFormatTranslator : com::sun::star::uno::XInterface { //------------------------------------------------------------------------- - /** Converts a <type>DataFlavor</type> to system dependend data type. + /** Converts a <type>DataFlavor</type> to system dependent data type. @param aDataFlavor Describes the format for which a system dependent data types is requested. @@ -73,7 +73,7 @@ published interface XDataFormatTranslator : com::sun::star::uno::XInterface @returns A <type>DataFlavor</type> for the given system dependent data transfer type. - <p>If there is no appropriate mapping for a sytem dependent data type, the returned <type>DataFlavor</type> will be empty.</p> + <p>If there is no appropriate mapping for a system dependent data type, the returned <type>DataFlavor</type> will be empty.</p> */ DataFlavor getDataFlavorFromSystemDataType( [in] any aSysDataType ); }; diff --git a/offapi/com/sun/star/datatransfer/XTransferDataAccess.idl b/offapi/com/sun/star/datatransfer/XTransferDataAccess.idl index 1c766cd1ddd8..093b93ee5f28 100644 --- a/offapi/com/sun/star/datatransfer/XTransferDataAccess.idl +++ b/offapi/com/sun/star/datatransfer/XTransferDataAccess.idl @@ -54,7 +54,7 @@ published interface XTransferDataAccess: com::sun::star::uno::XInterface /** To query for the summarized data size in bytes of a sequence of <type>DataFlavor</type>. @param aFlavorList - A squence of requested <type>DataFlavor</type>. + A sequence of requested <type>DataFlavor</type>. <p>An unsupported <type>DataFlavor</type> will be ignored.</p> @returns diff --git a/offapi/com/sun/star/datatransfer/clipboard/RenderingCapabilities.idl b/offapi/com/sun/star/datatransfer/clipboard/RenderingCapabilities.idl index 5190f52a3ad9..8b47f0461c11 100644 --- a/offapi/com/sun/star/datatransfer/clipboard/RenderingCapabilities.idl +++ b/offapi/com/sun/star/datatransfer/clipboard/RenderingCapabilities.idl @@ -46,7 +46,7 @@ published constants RenderingCapabilities const byte Delayed = 1; //------------------------------------------------------------------------- - /** The implementation is able to store the data persistant in the system + /** The implementation is able to store the data persistent in the system so that it does not get lost when the source application no longer exist. */ const byte Persistant = 2; diff --git a/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl b/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl index 11fe45a2a239..41db7f1401c9 100644 --- a/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl +++ b/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl @@ -88,7 +88,7 @@ published interface XClipboard: com::sun::star::uno::XInterface @returns The name of this clipboard object. <p>If the returned string is empty the - clipboard instance ist the system clipboard.</p> + clipboard instance is the system clipboard.</p> */ string getName(); }; diff --git a/offapi/com/sun/star/datatransfer/clipboard/XClipboardNotifier.idl b/offapi/com/sun/star/datatransfer/clipboard/XClipboardNotifier.idl index 6cfbe19c31f5..7df1e7ae7645 100644 --- a/offapi/com/sun/star/datatransfer/clipboard/XClipboardNotifier.idl +++ b/offapi/com/sun/star/datatransfer/clipboard/XClipboardNotifier.idl @@ -37,7 +37,7 @@ module com { module sun { module star { module datatransfer { module clipboard { //============================================================================= -/** Provides the ability to request notifiations on clipboard content changes. +/** Provides the ability to request notifications on clipboard content changes. @see com::sun::star::datatransfer::clipboard::XClipboardListener */ diff --git a/offapi/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl b/offapi/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl index 69127087617d..d27468f65111 100644 --- a/offapi/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl +++ b/offapi/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl @@ -51,7 +51,7 @@ module com { module sun { module star { module datatransfer { module clipboard { published interface XClipboardOwner: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- - /** Notifies the tranferable object source that it is no longer the owner of + /** Notifies the transferable object source that it is no longer the owner of the clipboard. @param xClipboard diff --git a/offapi/com/sun/star/datatransfer/dnd/DropTargetDropEvent.idl b/offapi/com/sun/star/datatransfer/dnd/DropTargetDropEvent.idl index 661bfbdeae0c..7d15722098bf 100644 --- a/offapi/com/sun/star/datatransfer/dnd/DropTargetDropEvent.idl +++ b/offapi/com/sun/star/datatransfer/dnd/DropTargetDropEvent.idl @@ -73,13 +73,13 @@ published struct DropTargetDropEvent: com::sun::star::datatransfer::dnd::DropTar byte DropAction; //------------------------------------------------------------------------- - /** The cursor's current x location within the windows' coordinates. + /** The cursor's current x location within the window's coordinates. */ long LocationX; //------------------------------------------------------------------------- - /** The cursor's current y location within the windows' coordinates. + /** The cursor's current y location within the window's coordinates. */ long LocationY; diff --git a/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl b/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl index 7227f805f642..d6d3571ebb58 100644 --- a/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl +++ b/offapi/com/sun/star/datatransfer/dnd/OleDragSource.idl @@ -68,7 +68,7 @@ published service OleDragSource //------------------------------------------------------------------------- /** The service expects a byte sequence uniquely identifying the machine as - the first, and only, parameter. This idenifier should be checked to + the first, and only, parameter. This identifier should be checked to ensure that the window ids used for creating DropTargets are valid for the service, that is, come from the same machine. diff --git a/offapi/com/sun/star/datatransfer/dnd/OleDropTarget.idl b/offapi/com/sun/star/datatransfer/dnd/OleDropTarget.idl index de1431e59e65..9b986a655a65 100644 --- a/offapi/com/sun/star/datatransfer/dnd/OleDropTarget.idl +++ b/offapi/com/sun/star/datatransfer/dnd/OleDropTarget.idl @@ -62,7 +62,7 @@ module com { module sun { module star { module datatransfer { module dnd { published service OleDropTarget { //------------------------------------------------------------------------- - /** Used to provide data to other applications via Ole Drap & Drop protocol. + /** Used to provide data to other applications via Ole Drag & Drop protocol. */ interface XDropTarget; diff --git a/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl b/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl index 78516990da84..32efb1559a5a 100644 --- a/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl +++ b/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl @@ -58,7 +58,7 @@ published interface XDropTargetListener: com::sun::star::lang::XEventListener //------------------------------------------------------------------------- /** The drag operation has terminated with a drop on this drop target. - <p><strong>NOTE:</strong> This method should not be oneway. The implentation + <p><strong>NOTE:</strong> This method should not be oneway. The implementation has to wait until the method <method>XDropTargetDropContext::dropComplete</method> is called before releasing the data for the drop operation. This should occur before returning from drop in a normal flow of operation. diff --git a/offapi/com/sun/star/deployment/DependencyException.idl b/offapi/com/sun/star/deployment/DependencyException.idl index e9018eb0ed40..e0ae8dafb4e7 100644 --- a/offapi/com/sun/star/deployment/DependencyException.idl +++ b/offapi/com/sun/star/deployment/DependencyException.idl @@ -56,11 +56,11 @@ exception DependencyException: com::sun::star::uno::Exception { namespace name <code>http://openoffice.org/extensions/description/2006</code> and the local part <code>name</code> and whose value is a human-readable - (english) description of the dependency. If an instance of OOo does not + (English) description of the dependency. If an instance of OOo does not know more about a specific kind of dependency, it should display the value of that attribute to the user.</p> - <p>The sequence must not be emtpy, and none of the elements may be + <p>The sequence must not be empty, and none of the elements may be <NULL/>.</p> */ sequence< com::sun::star::xml::dom::XElement > UnsatisfiedDependencies; diff --git a/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl b/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl index 0f0407b0e989..461005c20b5f 100644 --- a/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl +++ b/offapi/com/sun/star/deployment/InvalidRemovedParameterException.idl @@ -49,7 +49,7 @@ exception InvalidRemovedParameterException: com::sun::star::uno::Exception { boolean PreviousValue; /** the <type>XPackage</type> that was already bound to the provided - <code>url</code> paramter during + <code>url</code> parameter during <member>XPackageRegistry::bindPackage</member>. <p>Must not be <NULL/>.</p> diff --git a/offapi/com/sun/star/deployment/LicenseException.idl b/offapi/com/sun/star/deployment/LicenseException.idl index a80a5e463dd6..eee7545410f9 100644 --- a/offapi/com/sun/star/deployment/LicenseException.idl +++ b/offapi/com/sun/star/deployment/LicenseException.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module deployment { -/** A LicenseException reflects the necessity of someone aggreeing to a license. +/** A LicenseException reflects the necessity of someone agreeing to a license. @since OOo 2.0.4 */ diff --git a/offapi/com/sun/star/deployment/XExtensionManager.idl b/offapi/com/sun/star/deployment/XExtensionManager.idl index b807df54af65..0b8307f0e291 100644 --- a/offapi/com/sun/star/deployment/XExtensionManager.idl +++ b/offapi/com/sun/star/deployment/XExtensionManager.idl @@ -218,7 +218,7 @@ interface XExtensionManager com::sun::star::ucb::CommandFailedException, com::sun::star::lang::IllegalArgumentException); - /** gets all extensions with the same identifer from all repositories. + /** gets all extensions with the same identifier from all repositories. The extension at the first position in the returned sequence represents the extension from the user repository. The next element is from the shared @@ -238,7 +238,7 @@ interface XExtensionManager /** returns a sequence containing all installed extensions. The members of the returned sequence correspond to an extension with a - particular extension identifer. The members are also sequences which + particular extension identifier. The members are also sequences which contain as many elements as there are repositories. Those are ordered according to the priority of the repository. That is, the first member is the extension from the user repository, the second is from the shared @@ -277,14 +277,14 @@ interface XExtensionManager /** synchronizes the extension database with the contents of the extensions - folder of shared and bundled extensinos. + folder of shared and bundled extensions. Added extensions will be added to the database and removed extensions will be removed from the database. @return If true - then at least one extension was removed or added. Otherwise - nothing was chaned. + nothing was changed. */ boolean synchronize( [in] com::sun::star::task::XAbortChannel xAbortChannel, diff --git a/offapi/com/sun/star/deployment/XPackage.idl b/offapi/com/sun/star/deployment/XPackage.idl index 89ba0529ad06..8a2b1711f1be 100644 --- a/offapi/com/sun/star/deployment/XPackage.idl +++ b/offapi/com/sun/star/deployment/XPackage.idl @@ -75,7 +75,7 @@ interface XPackage In case of <FALSE/> or in case of an exception, the package must be removed completely. After return of this function no code from the extension may be used - anymore, so that the extension can be safely removed from the harddisk. + anymore, so that the extension can be safely removed from the hard disk. @param xCmdEnv command environment for error handling and other interaction. diff --git a/offapi/com/sun/star/deployment/XPackageInformationProvider.idl b/offapi/com/sun/star/deployment/XPackageInformationProvider.idl index a983e34ecdd3..3ad09fb04ef1 100644 --- a/offapi/com/sun/star/deployment/XPackageInformationProvider.idl +++ b/offapi/com/sun/star/deployment/XPackageInformationProvider.idl @@ -44,11 +44,11 @@ interface XPackageInformationProvider the unique identifier of an extension. The service looks for an installed package with the given id and returns the URL to the root of the package. If the service can not find a matching - package, an emty string will be returned. + package, an empty string will be returned. */ string getPackageLocation( [in] string extensionId ); - /** check if there are updates available for an extention. + /** check if there are updates available for an extension. @param extensionId the unique identifier of an extension. When the extensionId is empty, @@ -61,7 +61,7 @@ interface XPackageInformationProvider */ sequence< sequence< string > > isUpdateAvailable( [in] string extensionId ); - /** returns a list of all installed extention with their version. + /** returns a list of all installed extension with their version. */ sequence< sequence< string > > getExtensionList(); }; diff --git a/offapi/com/sun/star/deployment/XPackageManager.idl b/offapi/com/sun/star/deployment/XPackageManager.idl index da329bb9367f..463c09efe4a7 100644 --- a/offapi/com/sun/star/deployment/XPackageManager.idl +++ b/offapi/com/sun/star/deployment/XPackageManager.idl @@ -138,7 +138,7 @@ interface XPackageManager /** adds an extension. This copies the extension. If it was from the same repository, - which is represented by this XPackageManager insterface, then + which is represented by this XPackageManager interface, then nothing happens. @param extension @@ -265,7 +265,7 @@ interface XPackageManager removed extensions which must be revoked @return If true - then at least one extension was removed or added. Otherwise - nothing was chaned. + nothing was changed. */ boolean synchronize([in] com::sun::star::task::XAbortChannel xAbortChannel, [in] com::sun::star::ucb::XCommandEnvironment xCmdEnv ) diff --git a/offapi/com/sun/star/deployment/XPackageRegistry.idl b/offapi/com/sun/star/deployment/XPackageRegistry.idl index c84f37625ec5..9cc4c6f92afc 100644 --- a/offapi/com/sun/star/deployment/XPackageRegistry.idl +++ b/offapi/com/sun/star/deployment/XPackageRegistry.idl @@ -66,8 +66,8 @@ interface XPackageRegistry The implementation must ensure that there is only one instance of <type>XPackage</type> for the same <code>url</code> at any time. Therefore calling <member>bindPackage</member> again with the same - <code>url</code> but different <code>mediaType<code> (the exeption is, - if previsously an empty string was proveded to cause the determination + <code>url</code> but different <code>mediaType<code> (the exception is, + if previously an empty string was provided to cause the determination of the media type) or <code>removed</code> parameters will cause an exception. An <type scope="com::sun::star::lang">IllegalArgumentException</type> will be @@ -86,7 +86,7 @@ interface XPackageRegistry media type of package, empty string if to be detected @param removed - @para unfulfilledPrerequisites + @param unfulfilledPrerequisites has a value other null if the extension could not be installed previously because <member>XPackage::checkPrerequisites</member> failed. diff --git a/offapi/com/sun/star/deployment/XUpdateInformationProvider.idl b/offapi/com/sun/star/deployment/XUpdateInformationProvider.idl index 6291b3f4e76f..d48c13411c3b 100644 --- a/offapi/com/sun/star/deployment/XUpdateInformationProvider.idl +++ b/offapi/com/sun/star/deployment/XUpdateInformationProvider.idl @@ -57,7 +57,7 @@ interface XUpdateInformationProvider a repository and its mirrors. @param extensionId the unique identifier of an extension. If it is not empty and - the update document is an atom feed, only items whose 'term' + the update document is an atom feed, only items whose "term" attribute of the atom:category tag matches extensionId are returned. */ @@ -66,7 +66,7 @@ interface XUpdateInformationProvider [in] string extensionId ) raises ( com::sun::star::uno::Exception ); - /** interrupts a getUpdateInformation call and let's it return immediatly. + /** interrupts a getUpdateInformation call and let's it return immediately. */ void cancel(); @@ -93,7 +93,7 @@ interface XUpdateInformationProvider a repository and its mirrors. @param extensionId the unique identifier of an extension. If it is not empty and - the update document is an atom feed, only items whose 'term' + the update document is an atom feed, only items whose "term" attribute of the atom:category tag matches extensionId are returned. @returns diff --git a/offapi/com/sun/star/deployment/test/SmoketestCommandEnvironment.idl b/offapi/com/sun/star/deployment/test/SmoketestCommandEnvironment.idl index 0669705f351a..1bd996fd953b 100644 --- a/offapi/com/sun/star/deployment/test/SmoketestCommandEnvironment.idl +++ b/offapi/com/sun/star/deployment/test/SmoketestCommandEnvironment.idl @@ -33,9 +33,9 @@ module com { module sun { module star { module deployment { module test { - /* The service is intended to be used in the smoketest to test the installation of + /* The service is intended to be used in the smoke test to test the installation of an extension (com::sun::star::deployment::XPackageManager::addPackage). It may therefore - be constantly adapted to meet the need of the smoketest + be constantly adapted to meet the need of the smoke test */ service SmoketestCommandEnvironment: ::com::sun::star::ucb::XCommandEnvironment; };};};};}; diff --git a/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl b/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl index 0f2b58d941f9..8c9b6374e581 100644 --- a/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl +++ b/offapi/com/sun/star/deployment/ui/PackageManagerDialog.idl @@ -52,7 +52,7 @@ service PackageManagerDialog : com::sun::star::ui::dialogs::XAsynchronousExecuta @param xParent parent window @param focussedContext - context to be focussed + context to be focused */ create( [in] com::sun::star::awt::XWindow xParent, [in] string focussedContext ); diff --git a/offapi/com/sun/star/document/DocumentInfo.idl b/offapi/com/sun/star/document/DocumentInfo.idl index 5212db0eef23..bd89a83835f4 100644 --- a/offapi/com/sun/star/document/DocumentInfo.idl +++ b/offapi/com/sun/star/document/DocumentInfo.idl @@ -69,7 +69,7 @@ <p> Contrary to the service <type>StandaloneDocumentInfo</type> the document - which contains such informations - must be loaded completely. As a result of that this - DocumengInfo service is available on an open document via the interface + DocumentInfo service is available on an open document via the interface <type>XDocumentInfoSupplier</type> only. </p> diff --git a/offapi/com/sun/star/document/DocumentProperties.idl b/offapi/com/sun/star/document/DocumentProperties.idl index 5b00f6c9a8e2..5b00f6c9a8e2 100755..100644 --- a/offapi/com/sun/star/document/DocumentProperties.idl +++ b/offapi/com/sun/star/document/DocumentProperties.idl diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl index 0bed6a88c324..25297abc444e 100644 --- a/offapi/com/sun/star/document/MediaDescriptor.idl +++ b/offapi/com/sun/star/document/MediaDescriptor.idl @@ -272,7 +272,7 @@ published service MediaDescriptor The implemented API provides a default implementation for it that can handle many situations. If no InteractionHandler is set, a suitable exception is thrown. It is not allowed to keep a reference to this object, even not in the loaded - or stored components' copy of the MediaDescriptor provided by its arguments attribute. + or stored component's copy of the MediaDescriptor provided by its arguments attribute. </p> */ [optional,property] com::sun::star::task::XInteractionHandler InteractionHandler; @@ -281,8 +281,8 @@ published service MediaDescriptor /** jump to a marked position after loading <p> - This is the same as the text behind a '#' in a http URL. But - this syntax with a '#' is not specified in most URL schemas. + This is the same as the text behind a "#" in a http URL. But + this syntax with a "#" is not specified in most URL schemas. </p> */ [optional,property] string JumpMark; @@ -466,7 +466,7 @@ published service MediaDescriptor Object implementing the <type scope="com::sun::star::task">XStatusIndicator</type> interface that can be used to give status information (text or progress) for the task. The office provides a default implementation for it. It is not allowed to keep - a reference to this object, even not in the loaded or stored components' + a reference to this object, even not in the loaded or stored component's copy of the MediaDescriptor provided by its arguments attribute. </p> */ diff --git a/offapi/com/sun/star/document/Settings.idl b/offapi/com/sun/star/document/Settings.idl index ace40c4ab814..6ba5d049b3e3 100644 --- a/offapi/com/sun/star/document/Settings.idl +++ b/offapi/com/sun/star/document/Settings.idl @@ -277,7 +277,7 @@ published service Settings // Writer, maybe later other applications, too //------------------------------------------------------------------------- - /** layout engine should add value of a Font's 'external leading' + /** layout engine should add value of a Font's "external leading" * attribute to the line spacing. */ [optional, property] boolean AddExternalLeading; diff --git a/offapi/com/sun/star/document/TypeDetection.idl b/offapi/com/sun/star/document/TypeDetection.idl index f0d39e77ad51..608398873adc 100644 --- a/offapi/com/sun/star/document/TypeDetection.idl +++ b/offapi/com/sun/star/document/TypeDetection.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module document { //============================================================================= -/** capsulate a type detection service and provide read/write access on it's configuration data. +/** encapsulate a type detection service and provide read/write access on it's configuration data. <p> It's possible to make a "flat" detection which may use internal configuration diff --git a/offapi/com/sun/star/document/XCodeNameQuery.idl b/offapi/com/sun/star/document/XCodeNameQuery.idl index 948c86debf3a..948c86debf3a 100755..100644 --- a/offapi/com/sun/star/document/XCodeNameQuery.idl +++ b/offapi/com/sun/star/document/XCodeNameQuery.idl diff --git a/offapi/com/sun/star/document/XDocumentProperties.idl b/offapi/com/sun/star/document/XDocumentProperties.idl index acc895f484d1..acc895f484d1 100755..100644 --- a/offapi/com/sun/star/document/XDocumentProperties.idl +++ b/offapi/com/sun/star/document/XDocumentProperties.idl diff --git a/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl b/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl index 23b29bcaca61..62c459de9091 100644 --- a/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl +++ b/offapi/com/sun/star/document/XOOXMLDocumentPropertiesImporter.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module document { //============================================================================= -/** allows to import the document properties from OOXML fomat +/** allows to import the document properties from OOXML format */ interface XOOXMLDocumentPropertiesImporter: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/document/XScriptInvocationContext.idl b/offapi/com/sun/star/document/XScriptInvocationContext.idl index 237ca45e9664..82bae58d9712 100644 --- a/offapi/com/sun/star/document/XScriptInvocationContext.idl +++ b/offapi/com/sun/star/document/XScriptInvocationContext.idl @@ -59,7 +59,7 @@ module com { module sun { module star { module document { interface XScriptInvocationContext { /** denotes the document which contains the scripts which are to be invoked from - the component implementing the XScriptInvocationContext inteface. + the component implementing the XScriptInvocationContext interface. */ [attribute, readonly] XEmbeddedScripts ScriptContainer; }; diff --git a/offapi/com/sun/star/document/XVbaMethodParameter.idl b/offapi/com/sun/star/document/XVbaMethodParameter.idl index e358474823aa..1be11dd9897f 100644 --- a/offapi/com/sun/star/document/XVbaMethodParameter.idl +++ b/offapi/com/sun/star/document/XVbaMethodParameter.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module document { //============================================================================= -//gives access to vba method input/output parameters +//gives access to VBA method input/output parameters // //some OO objects need to implement this interface to support the passing of input/output parameters //for certain VBA events diff --git a/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl b/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl index d00884a08faf..03eac077f6c2 100644 --- a/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl +++ b/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl @@ -56,7 +56,7 @@ module com { module sun { module star { module drawing { <li>Only the current draw page and only the visible shapes are accessible. To switch to another page or to access shapes that lie outside the currently visible area, the user has to issue these requests - manually or programmatically through the usual chanels, e.g. pressing + manually or programmatically through the usual channels, e.g. pressing keys or selecting menu entries.</li> <li>The hierarchy exposed through the <type scope="::com::sun::star::accessibility">XAccessibleContext</type> @@ -100,7 +100,7 @@ published service AccessibleDrawDocumentView mode--the appropriate listeners are called and the user gets informed of this.</li> <li>Parent: The parent will usually be the window that contains the - draw document view. It has to be set via implementation dependend + draw document view. It has to be set via implementation dependent ways.</li> <li>Relations: Relations are set and modified from the outside.</li> <li>States: <const scope="com::sun::star::accessibility" diff --git a/offapi/com/sun/star/drawing/AccessibleGraphControl.idl b/offapi/com/sun/star/drawing/AccessibleGraphControl.idl index eb7fcd829fed..40b05c4abead 100644 --- a/offapi/com/sun/star/drawing/AccessibleGraphControl.idl +++ b/offapi/com/sun/star/drawing/AccessibleGraphControl.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module drawing { image map of the Draw and Impress applications and the contour dialog of the Writer application. - <p>The children of graph controls are shapes that define contrours.</p> + <p>The children of graph controls are shapes that define contours.</p> @since OOo 1.1.2 */ diff --git a/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl b/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl index 884fbe181984..06ba915d6e0e 100644 --- a/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl +++ b/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module drawing { graphic object shapes shapes com.sun.star.drawing.GraphicObjectShape and com.sun.star.presentation.GraphicObjectShape. - <p>It differs from the included <type>AccessibleShape</type> 'base' + <p>It differs from the included <type>AccessibleShape</type> "base" service by the additional support of the <type scope="::com::sun::star::accessibility">XAccessibleImage</type> diff --git a/offapi/com/sun/star/drawing/AccessibleOLEShape.idl b/offapi/com/sun/star/drawing/AccessibleOLEShape.idl index 00c46f4e34eb..5c958f844fe3 100644 --- a/offapi/com/sun/star/drawing/AccessibleOLEShape.idl +++ b/offapi/com/sun/star/drawing/AccessibleOLEShape.idl @@ -41,15 +41,15 @@ module com { module sun { module star { module drawing { /** The <type>AccessibleOLEShape</type> service is implemented by OLE shapes. - <p>This includes generic OLE shapes, frames, plugins, and applets.</p> + <p>This includes generic OLE shapes, frames, plug-ins, and applets.</p> <p>This service supports the additional <type scope="::com::sun::star::accessibility">XAccessibleAction</type> interface.</p> <p>OLE objects are handled as place holders. While not activated the - accessible OLE shape is the only indicator of the OLE objects' - existence. When an OLE object has been activated then the accessbility + accessible OLE shape is the only indicator of the OLE object's + existence. When an OLE object has been activated then the accessibility tree representing it (as far as that is available) is included directly under the accessible document view and not under the OLE object. This is due to underlying implementation constraints and may change in the diff --git a/offapi/com/sun/star/drawing/AccessibleShape.idl b/offapi/com/sun/star/drawing/AccessibleShape.idl index 5fa370bdb511..2d306eaf20ee 100644 --- a/offapi/com/sun/star/drawing/AccessibleShape.idl +++ b/offapi/com/sun/star/drawing/AccessibleShape.idl @@ -41,14 +41,14 @@ module com { module sun { module star { module drawing { /** The <type>AccessibleShape</type> service is implemented by UNO shapes to - provide accessibility information that describe the shapes' features. + provide accessibility information that describe the shape's features. A UNO shape is any object that implements the <type scope="::com::sun::star::drawing">XShape</type> interface. <p>The content of a draw page is modeled as tree of accessible shapes and accessible text paragraphs. The root of this (sub-)tree is the accessible draw document view. An accessible shape implements either - this service or one of the 'derived' services + this service or one of the "derived" services <type>AccessibleGraphicShape</type> or <type>AccessibleOLEShape</type>. See the section Children in the description of the <type scope="::com::sun::star::accessibility" @@ -122,8 +122,8 @@ published service AccessibleShape exceptions.</p> <p>If this state is set then no other of the states below is set. This is also true for the states that are otherwise - allways set (which makes 'allways' more of a sort of - 'normally').</p></li> + always set (which makes "always" more of a sort of + "normally").</p></li> <li><const scope="com::sun::star::accessibility" >AccessibleStateType::EDITABLE</const></li> is always set. This state is interpreted to mean that not only text but diff --git a/offapi/com/sun/star/drawing/AppletShape.idl b/offapi/com/sun/star/drawing/AppletShape.idl index 95e06b668b8e..04129448d94c 100644 --- a/offapi/com/sun/star/drawing/AppletShape.idl +++ b/offapi/com/sun/star/drawing/AppletShape.idl @@ -78,7 +78,7 @@ published service AppletShape //------------------------------------------------------------------------- - /** This sequence contains paramaters that are passed to the applet + /** This sequence contains parameters that are passed to the applet when it is initialized. */ [property] sequence< com::sun::star::beans::PropertyValue > AppletCommands; diff --git a/offapi/com/sun/star/drawing/BezierPoint.idl b/offapi/com/sun/star/drawing/BezierPoint.idl index 6adf8c5f0b42..c74c3179b7d3 100644 --- a/offapi/com/sun/star/drawing/BezierPoint.idl +++ b/offapi/com/sun/star/drawing/BezierPoint.idl @@ -39,9 +39,9 @@ //============================================================================= // DocMerge from xml: struct com::sun::star::drawing::BezierPoint -/** This is a point on a bezier curve. +/** This is a point on a Bezier curve. - <p>The two control points specify how the bezier curve + <p>The two control points specify how the Bezier curve goes through the given position.</p> @deprecated diff --git a/offapi/com/sun/star/drawing/CaptionShape.idl b/offapi/com/sun/star/drawing/CaptionShape.idl index d06d8e5ee260..ad02bab728db 100644 --- a/offapi/com/sun/star/drawing/CaptionShape.idl +++ b/offapi/com/sun/star/drawing/CaptionShape.idl @@ -130,12 +130,12 @@ published service CaptionShape */ [property] boolean CaptionIsEscapeRelative; - /** This property specifies the relativ escape distance for + /** This property specifies the relative escape distance for the line of a caption. */ [property] long CaptionEscapeRelative; - /** This property specifies the absolut escape distance for + /** This property specifies the absolute escape distance for the line of a caption. */ [property] long CaptionEscapeAbsolute; diff --git a/offapi/com/sun/star/drawing/ClosedBezierShape.idl b/offapi/com/sun/star/drawing/ClosedBezierShape.idl index 7442c553439f..4fd5c2ca5974 100644 --- a/offapi/com/sun/star/drawing/ClosedBezierShape.idl +++ b/offapi/com/sun/star/drawing/ClosedBezierShape.idl @@ -62,7 +62,7 @@ //============================================================================= -/** This service is for a closed bezier shape. +/** This service is for a closed Bezier shape. */ published service ClosedBezierShape { diff --git a/offapi/com/sun/star/drawing/ColorMode.idl b/offapi/com/sun/star/drawing/ColorMode.idl index 9eeb0ba08d6c..4ebb4523b664 100644 --- a/offapi/com/sun/star/drawing/ColorMode.idl +++ b/offapi/com/sun/star/drawing/ColorMode.idl @@ -51,7 +51,7 @@ published enum ColorMode //------------------------------------------------------------------------- // DocMerge from xml: value com::sun::star::drawing::ColorMode::GREYS - /** the graphic is rendered in greyscales on the output device, + /** the graphic is rendered in grayscale on the output device, */ GREYS, diff --git a/offapi/com/sun/star/drawing/DocumentSettings.idl b/offapi/com/sun/star/drawing/DocumentSettings.idl index 29aee7f3b951..99b45e2868a7 100644 --- a/offapi/com/sun/star/drawing/DocumentSettings.idl +++ b/offapi/com/sun/star/drawing/DocumentSettings.idl @@ -61,7 +61,7 @@ published service DocumentSettings //------------------------------------------------------------------------- /** This is the default logical measure unit that is used for string - formatings inside the document, f.e. the measure text + formating inside the document, f.e. the measure text */ [optional, property] short MeasureUnit; @@ -96,7 +96,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/drawing/DrawViewMode.idl b/offapi/com/sun/star/drawing/DrawViewMode.idl index 497670828fd3..c75dba70b7f1 100644 --- a/offapi/com/sun/star/drawing/DrawViewMode.idl +++ b/offapi/com/sun/star/drawing/DrawViewMode.idl @@ -35,7 +35,7 @@ //============================================================================= // DocMerge from xml: enum com::sun::star::drawing::DrawViewMode -/** This enumeration specifies the viewmode of a view in a presentation +/** This enumeration specifies the view mode of a view in a presentation document. @deprecated diff --git a/offapi/com/sun/star/drawing/DrawingDocumentDrawView.idl b/offapi/com/sun/star/drawing/DrawingDocumentDrawView.idl index 38abff541b14..4ca85ff8a1be 100644 --- a/offapi/com/sun/star/drawing/DrawingDocumentDrawView.idl +++ b/offapi/com/sun/star/drawing/DrawingDocumentDrawView.idl @@ -70,7 +70,7 @@ module com { module sun { module star { module view { //============================================================================= -/** This componend integrates a view to a <type>DrawPage</type>s or +/** This component integrates a view to a <type>DrawPage</type>s or <type>MasterPage</type> from a <type>DrawingDocument</type>. */ published service DrawingDocumentDrawView @@ -126,7 +126,7 @@ published service DrawingDocumentDrawView //------------------------------------------------------------------------- - /** If the view is in masterpage mode, the view shows the masterpages + /** If the view is in master page mode, the view shows the master pages of this model. */ [property] boolean IsMasterPageMode; diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapeGeometry.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapeGeometry.idl index 16f3a3815c92..385d5f113d40 100644 --- a/offapi/com/sun/star/drawing/EnhancedCustomShapeGeometry.idl +++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeGeometry.idl @@ -94,7 +94,7 @@ service EnhancedCustomShapeGeometry */ [optional, property] sequence<::com::sun::star::beans::PropertyValue> Path; - /** This property sequence is including the textpath description, the properties + /** This property sequence is including the text path description, the properties are as same as specified in the service com::sun::star:drawing::EnhancedCustomShapeTextPath */ [optional, property] sequence<::com::sun::star::beans::PropertyValue> TextPath; diff --git a/offapi/com/sun/star/drawing/EnhancedCustomShapeGluePointType.idl b/offapi/com/sun/star/drawing/EnhancedCustomShapeGluePointType.idl index bda5c034d903..c384e8f14079 100644 --- a/offapi/com/sun/star/drawing/EnhancedCustomShapeGluePointType.idl +++ b/offapi/com/sun/star/drawing/EnhancedCustomShapeGluePointType.idl @@ -34,15 +34,15 @@ //============================================================================= -/** defines which gluepoints are being offered by the EnhancedCustomShape +/** defines which glue points are being offered by the EnhancedCustomShape */ constants EnhancedCustomShapeGluePointType { - /** no gluepoints are offered + /** no glue points are offered */ const short NONE = 0; - /** gluepoints are offered for each segment + /** glue points are offered for each segment */ const short SEGMENTS = 1; diff --git a/offapi/com/sun/star/drawing/FillProperties.idl b/offapi/com/sun/star/drawing/FillProperties.idl index ea6de0a07a87..44f0fa3a944a 100644 --- a/offapi/com/sun/star/drawing/FillProperties.idl +++ b/offapi/com/sun/star/drawing/FillProperties.idl @@ -132,7 +132,7 @@ published service FillProperties [property] boolean FillBackground; //------------------------------------------------------------------------- - /** If the property <memebr>FillStyle</member> is set to <const> + /** If the property <member>FillStyle</member> is set to <const> FillStyle::BITMAP</const>, this is the name of the used fill bitmap style. */ @@ -166,7 +166,7 @@ published service FillProperties //------------------------------------------------------------------------- /** Every second line of tiles is moved the given percent of the - witdh of the bitmap. + width of the bitmap. */ [property] short FillBitmapOffsetX; @@ -235,7 +235,7 @@ published service FillProperties instead to set all supported bitmap modes.</p> <p>If set to <TRUE/>, the value of the FillBitmapMode property changes - to <const>BitmapMode::STRETCH</const>. BUT: behaviour is undefined, if + to <const>BitmapMode::STRETCH</const>. BUT: behavior is undefined, if the property <member>FillBitmapTile</member> is <TRUE/> too.</p> <p>If set to <FALSE/>, the value of the FillBitmapMode property @@ -253,7 +253,7 @@ published service FillProperties instead to set all supported bitmap modes.</p> <p>If set to <TRUE/>, the value of the FillBitmapMode property changes - to <const>BitmapMode::REPEAT</const>. BUT: behaviour is undefined, if + to <const>BitmapMode::REPEAT</const>. BUT: behavior is undefined, if the property <member>FillBitmapStretch</member> is <TRUE/> too.</p> <p>If set to <FALSE/>, the value of the FillBitmapMode property diff --git a/offapi/com/sun/star/drawing/GenericDrawPage.idl b/offapi/com/sun/star/drawing/GenericDrawPage.idl index ee9920111805..b9663e552348 100644 --- a/offapi/com/sun/star/drawing/GenericDrawPage.idl +++ b/offapi/com/sun/star/drawing/GenericDrawPage.idl @@ -129,7 +129,7 @@ published service GenericDrawPage // DocMerge from xml: service com::sun::star::drawing::GenericDrawPage: interface com::sun::star::container::XNamed /** Gets or sets the name of this page. - <p>Duplicated pagenames inside a document are not allowed. + <p>Duplicated page names inside a document are not allowed. */ [optional] interface com::sun::star::container::XNamed; @@ -214,9 +214,9 @@ published service GenericDrawPage //------------------------------------------------------------------------- - /** this property is true if the avveraged background filling colors luminance + /** this property is true if the averaged background filling colors luminance is belove an application specified threshold value. This can be used to - determine the actuall value of an auto color. + determine the actual value of an auto color. */ [readonly, optional, property] boolean IsBackgroundDark; diff --git a/offapi/com/sun/star/drawing/GenericDrawingDocument.idl b/offapi/com/sun/star/drawing/GenericDrawingDocument.idl index febd57d93b97..b500adb9ca97 100644 --- a/offapi/com/sun/star/drawing/GenericDrawingDocument.idl +++ b/offapi/com/sun/star/drawing/GenericDrawingDocument.idl @@ -219,7 +219,7 @@ service GenericDrawingDocument //------------------------------------------------------------------------- - /** if this document is an ole client, this is the current visible area + /** if this document is an OLE client, this is the current visible area in 100th mm */ [property] com::sun::star::awt::Rectangle VisibleArea; diff --git a/offapi/com/sun/star/drawing/GraphicFilterRequest.idl b/offapi/com/sun/star/drawing/GraphicFilterRequest.idl index 9bf571609159..dda216a78785 100644 --- a/offapi/com/sun/star/drawing/GraphicFilterRequest.idl +++ b/offapi/com/sun/star/drawing/GraphicFilterRequest.idl @@ -39,7 +39,7 @@ /** represents a general error graphic filter exception. It can be used to transport the error code information. - E.g. that can be usefull for interactions. + E.g. that can be useful for interactions. @since OOo 3.0 */ diff --git a/offapi/com/sun/star/drawing/GraphicObjectShape.idl b/offapi/com/sun/star/drawing/GraphicObjectShape.idl index 06a45bbe813e..de53e4b6c490 100644 --- a/offapi/com/sun/star/drawing/GraphicObjectShape.idl +++ b/offapi/com/sun/star/drawing/GraphicObjectShape.idl @@ -83,7 +83,7 @@ published service GraphicObjectShape [property] string GraphicURL; //------------------------------------------------------------------------- - /** This is an url to the stream ('in document' or linked graphic) for this graphic shape. + /** This is an url to the stream ("in document" or linked graphic) for this graphic shape. */ [property] string GraphicStreamURL; @@ -124,7 +124,7 @@ published service GraphicObjectShape [property] short AdjustBlue; //------------------------------------------------------------------------- - /** If this property is set, the gama value of this graphic shape is + /** If this property is set, the gamma value of this graphic shape is adjusted by the given value. */ [property] double Gamma; diff --git a/offapi/com/sun/star/drawing/Hatch.idl b/offapi/com/sun/star/drawing/Hatch.idl index bfbbc94d8473..a71a1485682c 100644 --- a/offapi/com/sun/star/drawing/Hatch.idl +++ b/offapi/com/sun/star/drawing/Hatch.idl @@ -43,7 +43,7 @@ //============================================================================= // DocMerge from xml: struct com::sun::star::drawing::Hatch -/** This struct defines the appearence of a hatch. +/** This struct defines the appearance of a hatch. <p>A hatch is a texture made of straight lines.</p> */ diff --git a/offapi/com/sun/star/drawing/HomogenMatrix.idl b/offapi/com/sun/star/drawing/HomogenMatrix.idl index fabfddc7875d..ac7e24ae0524 100644 --- a/offapi/com/sun/star/drawing/HomogenMatrix.idl +++ b/offapi/com/sun/star/drawing/HomogenMatrix.idl @@ -39,7 +39,7 @@ //============================================================================= // DocMerge from xml: struct com::sun::star::drawing::HomogenMatrix -/** specifies a homogenous matrix by three homogenous lines +/** specifies a homogeneous matrix by three homogeneous lines */ published struct HomogenMatrix { diff --git a/offapi/com/sun/star/drawing/HomogenMatrix3.idl b/offapi/com/sun/star/drawing/HomogenMatrix3.idl index a2dfb7f6f00b..1584b2841f47 100644 --- a/offapi/com/sun/star/drawing/HomogenMatrix3.idl +++ b/offapi/com/sun/star/drawing/HomogenMatrix3.idl @@ -39,7 +39,7 @@ //============================================================================= // DocMerge from xml: struct com::sun::star::drawing::HomogenMatrix -/** specifies a homogenous matrix by three homogenous lines +/** specifies a homogeneous matrix by three homogeneous lines */ published struct HomogenMatrix3 { diff --git a/offapi/com/sun/star/drawing/HomogenMatrix4.idl b/offapi/com/sun/star/drawing/HomogenMatrix4.idl index 345a6bf3ee1a..c1fa0d1cabd0 100644 --- a/offapi/com/sun/star/drawing/HomogenMatrix4.idl +++ b/offapi/com/sun/star/drawing/HomogenMatrix4.idl @@ -39,7 +39,7 @@ //============================================================================= // DocMerge from xml: struct com::sun::star::drawing::HomogenMatrix -/** specifies a homogenous matrix by four homogenous lines. +/** specifies a homogeneous matrix by four homogeneous lines. */ published struct HomogenMatrix4 { diff --git a/offapi/com/sun/star/drawing/LineProperties.idl b/offapi/com/sun/star/drawing/LineProperties.idl index 87455cf45c3e..364400d8c800 100644 --- a/offapi/com/sun/star/drawing/LineProperties.idl +++ b/offapi/com/sun/star/drawing/LineProperties.idl @@ -102,27 +102,27 @@ published service LineProperties //------------------------------------------------------------------------- - /** This property contains the name of the line start poly polygon bezier. + /** This property contains the name of the line start poly polygon Bezier. <p>If this string is empty, no line start polygon is rendered. */ [optional, property] string LineStartName; //------------------------------------------------------------------------- - /** This property contains the name of the line end poly polygon bezier. + /** This property contains the name of the line end poly polygon Bezier. <p>If this string is empty, no line end polygon is rendered. */ [optional, property] string LineEndName; //------------------------------------------------------------------------- - /** This property contains the line start in the form of a poly polygon bezier. + /** This property contains the line start in the form of a poly polygon Bezier. */ [optional, property] com::sun::star::drawing::PolyPolygonBezierCoords LineStart; //------------------------------------------------------------------------- - /** This property contains the line end in the form of a poly polygon bezier. + /** This property contains the line end in the form of a poly polygon Bezier. */ [optional, property] com::sun::star::drawing::PolyPolygonBezierCoords LineEnd; diff --git a/offapi/com/sun/star/drawing/OLE2Shape.idl b/offapi/com/sun/star/drawing/OLE2Shape.idl index 52eb671bdceb..01d823cef417 100644 --- a/offapi/com/sun/star/drawing/OLE2Shape.idl +++ b/offapi/com/sun/star/drawing/OLE2Shape.idl @@ -44,7 +44,7 @@ module com { module sun { module star { module drawing { //============================================================================= -/** This service is for an ole shape. +/** This service is for an OLE shape. */ published service OLE2Shape { @@ -67,7 +67,7 @@ published service OLE2Shape //------------------------------------------------------------------------- /** This is the model for the OLE2 inside this shape. - <p>This property returns an empty reference if the ole2 is not an + <p>This property returns an empty reference if the OLE2 is not an Office component. */ diff --git a/offapi/com/sun/star/drawing/OpenBezierShape.idl b/offapi/com/sun/star/drawing/OpenBezierShape.idl index d515efe70a43..db5c91e6a2a6 100644 --- a/offapi/com/sun/star/drawing/OpenBezierShape.idl +++ b/offapi/com/sun/star/drawing/OpenBezierShape.idl @@ -58,7 +58,7 @@ //============================================================================= -/** This service is for an open bezier shape. +/** This service is for an open Bezier shape. */ published service OpenBezierShape { diff --git a/offapi/com/sun/star/drawing/PageShape.idl b/offapi/com/sun/star/drawing/PageShape.idl index d3bf315b8ed8..097d24eb867a 100644 --- a/offapi/com/sun/star/drawing/PageShape.idl +++ b/offapi/com/sun/star/drawing/PageShape.idl @@ -42,7 +42,7 @@ /** This service is for a page shape. A page shape displays a preview of another page. These shapes are used inside notes pages to preview the corresponding - drawing page. Theyre also used in the handout page to preview + drawing page. They're also used in the handout page to preview the printing position and order of pages */ published service PageShape diff --git a/offapi/com/sun/star/drawing/PluginShape.idl b/offapi/com/sun/star/drawing/PluginShape.idl index aaa8b3493c7d..f1db802fa19e 100644 --- a/offapi/com/sun/star/drawing/PluginShape.idl +++ b/offapi/com/sun/star/drawing/PluginShape.idl @@ -68,7 +68,7 @@ published service PluginShape //------------------------------------------------------------------------- - /** This sequence contains paramaters that are passed to the application + /** This sequence contains parameters that are passed to the application that renders the plugin when it is initialized. */ [property] sequence< com::sun::star::beans::PropertyValue > PluginCommands; diff --git a/offapi/com/sun/star/drawing/PolyPolygonBezierCoords.idl b/offapi/com/sun/star/drawing/PolyPolygonBezierCoords.idl index bd671c1bbe5a..c1766e64c00e 100644 --- a/offapi/com/sun/star/drawing/PolyPolygonBezierCoords.idl +++ b/offapi/com/sun/star/drawing/PolyPolygonBezierCoords.idl @@ -43,7 +43,7 @@ //============================================================================= // DocMerge from xml: struct com::sun::star::drawing::PolyPolygonBezierCoords -/** specifies the coordinates for a poly polygon bezier. +/** specifies the coordinates for a poly polygon Bezier. */ published struct PolyPolygonBezierCoords { diff --git a/offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl b/offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl index d498c4d2d4f8..30a338374880 100644 --- a/offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl +++ b/offapi/com/sun/star/drawing/PolyPolygonBezierDescriptor.idl @@ -43,7 +43,7 @@ //============================================================================= /** This service describes a polypolygonbezier. - <p>A polypolygonbezier consists of multiple bezier polygons combined + <p>A polypolygonbezier consists of multiple Bezier polygons combined in one.</p> */ published service PolyPolygonBezierDescriptor @@ -56,13 +56,13 @@ published service PolyPolygonBezierDescriptor //------------------------------------------------------------------------- - /** These are the bezier points of this polygon. + /** These are the Bezier points of this polygon. */ [property] com::sun::star::drawing::PolyPolygonBezierCoords PolyPolygonBezier; //------------------------------------------------------------------------- - /** These are the untransformed bezier coordinates of this polygon. + /** These are the untransformed Bezier coordinates of this polygon. */ [property] com::sun::star::drawing::PolyPolygonBezierCoords Geometry; }; diff --git a/offapi/com/sun/star/drawing/PolyPolygonBezierShape.idl b/offapi/com/sun/star/drawing/PolyPolygonBezierShape.idl index 3ceabb8f129d..e2afbf35cec5 100644 --- a/offapi/com/sun/star/drawing/PolyPolygonBezierShape.idl +++ b/offapi/com/sun/star/drawing/PolyPolygonBezierShape.idl @@ -63,7 +63,7 @@ //============================================================================= // DocMerge from xml: service com::sun::star::drawing::PolyPolygonBezierShape -/** This service specifies a polypolygon bezier shape. +/** This service specifies a polypolygon Bezier shape. */ published service PolyPolygonBezierShape { diff --git a/offapi/com/sun/star/drawing/PolygonFlags.idl b/offapi/com/sun/star/drawing/PolygonFlags.idl index 2bb6d565398f..97b2ba9e2cf3 100644 --- a/offapi/com/sun/star/drawing/PolygonFlags.idl +++ b/offapi/com/sun/star/drawing/PolygonFlags.idl @@ -35,7 +35,7 @@ //============================================================================= // DocMerge from xml: enum com::sun::star::drawing::PolygonFlags -/** defines how a bezier curve goes through a point. +/** defines how a Bezier curve goes through a point. */ published enum PolygonFlags { diff --git a/offapi/com/sun/star/drawing/RotationDescriptor.idl b/offapi/com/sun/star/drawing/RotationDescriptor.idl index dd7c1d9c38b7..0dd39dbe8cd6 100644 --- a/offapi/com/sun/star/drawing/RotationDescriptor.idl +++ b/offapi/com/sun/star/drawing/RotationDescriptor.idl @@ -37,7 +37,7 @@ /** This abstract service specifies the general characteristics of an optional rotation and shearing for a <type>Shape</type>. - This service is depricated, instead please use the <code>Transformation</code> + This service is deprecated, instead please use the <code>Transformation</code> property of the service <type>Shape</type>. @deprecated diff --git a/offapi/com/sun/star/drawing/ShadeMode.idl b/offapi/com/sun/star/drawing/ShadeMode.idl index e91154b6108c..e897b91fc1c1 100644 --- a/offapi/com/sun/star/drawing/ShadeMode.idl +++ b/offapi/com/sun/star/drawing/ShadeMode.idl @@ -57,7 +57,7 @@ published enum ShadeMode //------------------------------------------------------------------------- - /** With <const>SMOOTH</const> shading, the colors of the lit vertiecs is + /** With <const>SMOOTH</const> shading, the colors of the lit vertices is interpolated. */ SMOOTH, diff --git a/offapi/com/sun/star/drawing/Shape.idl b/offapi/com/sun/star/drawing/Shape.idl index a85576aafb86..152035324b8b 100644 --- a/offapi/com/sun/star/drawing/Shape.idl +++ b/offapi/com/sun/star/drawing/Shape.idl @@ -179,7 +179,7 @@ published service Shape /** this property lets you get and set the transformation matrix for this shape. - The transformation is a 3x3 homogen matrix and can contain + The transformation is a 3x3 homogeneous matrix and can contain translation, rotation, shearing and scaling. */ [optional, property] com::sun::star::drawing::HomogenMatrix3 Transformation; diff --git a/offapi/com/sun/star/drawing/TextAnimationKind.idl b/offapi/com/sun/star/drawing/TextAnimationKind.idl index fa2a12f2e596..62fa2ecdb3a2 100644 --- a/offapi/com/sun/star/drawing/TextAnimationKind.idl +++ b/offapi/com/sun/star/drawing/TextAnimationKind.idl @@ -49,7 +49,7 @@ published enum TextAnimationKind //------------------------------------------------------------------------- // DocMerge from xml: value com::sun::star::drawing::TextAnimationKind::BLINK - /** Let this text switch its state from visibile to nonvisible continuously. + /** Let this text switch its state from visible to invisible continuously. */ BLINK, diff --git a/offapi/com/sun/star/drawing/TextFitToSizeType.idl b/offapi/com/sun/star/drawing/TextFitToSizeType.idl index fb37d107b084..8ee5b90582c3 100644 --- a/offapi/com/sun/star/drawing/TextFitToSizeType.idl +++ b/offapi/com/sun/star/drawing/TextFitToSizeType.idl @@ -60,8 +60,8 @@ published enum TextFitToSizeType //------------------------------------------------------------------------- - /** if the shape is scaled, the font is scaled isotrophically to - fit the avaiable space. Auto line-breaks will keep working + /** if the shape is scaled, the font is scaled isotropically to + fit the available space. Auto line-breaks will keep working */ AUTOFIT diff --git a/offapi/com/sun/star/drawing/TextProperties.idl b/offapi/com/sun/star/drawing/TextProperties.idl index aaf7dc5e4be7..34c0ab2b6955 100644 --- a/offapi/com/sun/star/drawing/TextProperties.idl +++ b/offapi/com/sun/star/drawing/TextProperties.idl @@ -102,7 +102,7 @@ published service TextProperties //------------------------------------------------------------------------- - /** The properties in this service set default formats for asian text + /** The properties in this service set default formats for Asian text inside the <type>Shape</type>. */ [optional] service com::sun::star::style::CharacterPropertiesAsian; @@ -123,7 +123,7 @@ published service TextProperties //------------------------------------------------------------------------- - /** The properties in this service set default formats for asian text + /** The properties in this service set default formats for Asian text inside the <type>Shape</type>. */ [optional] service com::sun::star::style::ParagraphPropertiesAsian; @@ -244,7 +244,7 @@ published service TextProperties //------------------------------------------------------------------------- /** with this property you can set the maximum height for a shape with text. - On edit, the auto grow feature will not grow the object heigher than + On edit, the auto grow feature will not grow the object higher than the value of this property. */ [property] long TextMaximumFrameHeight; diff --git a/offapi/com/sun/star/drawing/TransparencyGradientTable.idl b/offapi/com/sun/star/drawing/TransparencyGradientTable.idl index 1e91a5b40cd7..b1686ce0c16d 100644 --- a/offapi/com/sun/star/drawing/TransparencyGradientTable.idl +++ b/offapi/com/sun/star/drawing/TransparencyGradientTable.idl @@ -47,7 +47,7 @@ */ published service TransparencyGradientTable { - /** this container lets you access the <typeu scope="com::sun::star::awt">Gradient</type>s that + /** this container lets you access the <type scope="com::sun::star::awt">Gradient</type>s that are indexed with a name. <p>Note: You can add new entries for later use, but you cannot diff --git a/offapi/com/sun/star/drawing/XCustomShapeHandle.idl b/offapi/com/sun/star/drawing/XCustomShapeHandle.idl index 45861c445cbd..9d0ce5e87c71 100644 --- a/offapi/com/sun/star/drawing/XCustomShapeHandle.idl +++ b/offapi/com/sun/star/drawing/XCustomShapeHandle.idl @@ -54,7 +54,7 @@ interface XCustomShapeHandle: com::sun::star::uno::XInterface */ com::sun::star::awt::Point getPosition(); - /** is setting a new positon for the handle + /** is setting a new position for the handle */ void setControllerPosition( [in] com::sun::star::awt::Point aPoint ); diff --git a/offapi/com/sun/star/drawing/XDrawPages.idl b/offapi/com/sun/star/drawing/XDrawPages.idl index f913259ed29b..63e4518e1e44 100644 --- a/offapi/com/sun/star/drawing/XDrawPages.idl +++ b/offapi/com/sun/star/drawing/XDrawPages.idl @@ -47,7 +47,7 @@ <p>The pages are stored in an index container. The order is determined by the index. - You usualy get this interface if you use the + You usually get this interface if you use the <type>XDrawPagesSupplier</type> or the <type>XMasterPagesSupplier</type> at a model that contains <type>DrawPage</type>s or <type>MasterPage</type>s */ diff --git a/offapi/com/sun/star/drawing/XShapeBinder.idl b/offapi/com/sun/star/drawing/XShapeBinder.idl index 42b36a85f7f7..5a3de4e501ab 100644 --- a/offapi/com/sun/star/drawing/XShapeBinder.idl +++ b/offapi/com/sun/star/drawing/XShapeBinder.idl @@ -55,7 +55,7 @@ published interface XShapeBinder: com::sun::star::uno::XInterface /** binds <type>Shape</type>s together. @param xShapes - a container with <type>Shape</type>s that will be bind toghether. + a container with <type>Shape</type>s that will be bind together. All <type>Shapes</type> will be converted to a <type>PolyPolygonBezierShape</type> and the lines will be connected. The <type>Shape</types>s in xShape will be removed from the <type>GenericDrawPage</type> and disposed. diff --git a/offapi/com/sun/star/drawing/XShapeCombiner.idl b/offapi/com/sun/star/drawing/XShapeCombiner.idl index f97d15122440..a98279d40f8a 100644 --- a/offapi/com/sun/star/drawing/XShapeCombiner.idl +++ b/offapi/com/sun/star/drawing/XShapeCombiner.idl @@ -75,7 +75,7 @@ published interface XShapeCombiner: com::sun::star::uno::XInterface @param xShapes the <type>Shape</type> is converted to a - <type>PolyPolygonBezierShape</type>s and then splited into + <type>PolyPolygonBezierShape</type>s and then split into several <type>PolyPolygonBezierShape</type>s The <type>Shape</types>s in xShape will be removed from the <type>GenericDrawPage</type> and disposed. diff --git a/offapi/com/sun/star/drawing/XSlideRenderer.idl b/offapi/com/sun/star/drawing/XSlideRenderer.idl index c2ad6030de9d..de6bcd812d2d 100644 --- a/offapi/com/sun/star/drawing/XSlideRenderer.idl +++ b/offapi/com/sun/star/drawing/XSlideRenderer.idl @@ -74,7 +74,7 @@ interface XSlideRenderer memory consumption and longer runtime. This value is an attempt to provide some antialiasing and so to provide more readable slide previews. May become obsolete in - the future when true antialiasing suppport will be integrated. + the future when true antialiasing support will be integrated. */ com::sun::star::awt::XBitmap createPreview ( [in] XDrawPage xSlide, diff --git a/offapi/com/sun/star/drawing/framework/ConfigurationController.idl b/offapi/com/sun/star/drawing/framework/ConfigurationController.idl index 23e43ab70a0c..39669f6337a7 100644 --- a/offapi/com/sun/star/drawing/framework/ConfigurationController.idl +++ b/offapi/com/sun/star/drawing/framework/ConfigurationController.idl @@ -46,7 +46,7 @@ module com { module sun { module star { module drawing { module framework { <p>This service is used at the moment by the <type>XControllerManager</type> to create a configuration controller. This allows developers to replace the default implementation of the - configuration controller with their own. This may not be a usefull + configuration controller with their own. This may not be a useful feature. Furthermore the sub controllers may need a tighter coupling than the interfaces allow. These are reasons for removing this service in the future and let the controller manager create the sub controllers diff --git a/offapi/com/sun/star/drawing/framework/ResourceId.idl b/offapi/com/sun/star/drawing/framework/ResourceId.idl index 635744f69246..2ec5cc1864ad 100644 --- a/offapi/com/sun/star/drawing/framework/ResourceId.idl +++ b/offapi/com/sun/star/drawing/framework/ResourceId.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module drawing { module framework { /** The <type>ResourceId</type> service provides several constructors for resource ids. - <p>They mainly differe in how the anchor is specified.</p> + <p>They mainly differ in how the anchor is specified.</p> */ service ResourceId : XResourceId @@ -52,7 +52,7 @@ service ResourceId create ([in] string sResourceURL); /** Create a resource id for an anchor that is given as - <type>XResourceId</type> object. This is the mose general of the + <type>XResourceId</type> object. This is the most general of the constructor variants. */ createWithAnchor ([in] string sResourceURL, [in] XResourceId xAnchor); diff --git a/offapi/com/sun/star/drawing/framework/TabBarButton.idl b/offapi/com/sun/star/drawing/framework/TabBarButton.idl index 3ba80cefd3f8..6f4e59635b2f 100644 --- a/offapi/com/sun/star/drawing/framework/TabBarButton.idl +++ b/offapi/com/sun/star/drawing/framework/TabBarButton.idl @@ -33,7 +33,7 @@ module com { module sun { module star { module drawing { module framework { interface XResourceId; /** Descriptor of a tab bar button. Tab bar buttons are typically used to - offer the user the choice between different views to be disiplayed in + offer the user the choice between different views to be displayed in one pane. <p>For identification only the <member>ResourceId</member> is used, so for some methods of the <type>XTabBar</type> interface only the diff --git a/offapi/com/sun/star/drawing/framework/XConfiguration.idl b/offapi/com/sun/star/drawing/framework/XConfiguration.idl index e0af30491710..a062fcea141f 100644 --- a/offapi/com/sun/star/drawing/framework/XConfiguration.idl +++ b/offapi/com/sun/star/drawing/framework/XConfiguration.idl @@ -90,7 +90,7 @@ interface XConfiguration [in] string sTargetURLPrefix, [in] AnchorBindingMode eSearchMode); - /** <p>Returns wether the specified resource is part of the + /** <p>Returns weather the specified resource is part of the configuration.</p> This is independent of whether the resource does really exist and is active, i.e. has a visible representation in the GUI. diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl index f7d01faf44db..d9dbeaa77295 100644 --- a/offapi/com/sun/star/drawing/framework/XConfigurationController.idl +++ b/offapi/com/sun/star/drawing/framework/XConfigurationController.idl @@ -65,7 +65,7 @@ interface XResource; <p>When the two configurations differ then the current configuration is updated eventually to reflect the requested configuration. An update - takes place when the following three conditions are fullfilled. + takes place when the following three conditions are fulfilled. <ol> <li>when the last pending request for configuration changes has been processed,</li> @@ -108,7 +108,7 @@ interface XResource; temporarily or permanently unavailable. For example, during the start-up of a new Impress application the side panes are displayed with a visible delay because they are not provided sooner by the - underlying framework. Such anavailable resources are not forgotten but + underlying framework. Such unavailable resources are not forgotten but remain in the requested configuration. Every time the configuration controller updates its current configuration these resources are requested once more.</li></ol></p> @@ -252,12 +252,12 @@ interface XConfigurationController allows the saving and restoring of configurations. However, the given configuration can have other origins then these methods.</p> <p>The given configuration is transformed into a list of of change - requests so that the resulting reqeusted configuration equals the + requests so that the resulting requested configuration equals the given configuration. This has the advantage that not only the resource activations and deactivations but all configuration changes are properly broadcasted.</p> <p>Note that because of the configuration change notifications - listeners can make more configuratio change requests, so that the + listeners can make more configuration change requests, so that the resulting requested configuration can be different from the given configuration.</p> @param xConfiguration diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationControllerBroadcaster.idl b/offapi/com/sun/star/drawing/framework/XConfigurationControllerBroadcaster.idl index 6da775a13fea..f46aa79587d5 100644 --- a/offapi/com/sun/star/drawing/framework/XConfigurationControllerBroadcaster.idl +++ b/offapi/com/sun/star/drawing/framework/XConfigurationControllerBroadcaster.idl @@ -61,7 +61,7 @@ interface XConfigurationControllerBroadcaster will be called for all types of event. @param aUserData Arbitrary data that is passed to the listener when it is called - for the specified event type. When one listener is regisered + for the specified event type. When one listener is registered for more than one event type then different user data objects may be given as well. Supplying unique integer values allows the listener to use a switch statement to distinguish between diff --git a/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl b/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl index ebd171cb4f23..0dde513a6c20 100644 --- a/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl +++ b/offapi/com/sun/star/drawing/framework/XConfigurationControllerRequestQueue.idl @@ -40,7 +40,7 @@ interface XConfigurationChangeRequest; changes to the current configuration. <p>This interface allows callers to add requests to the back of the - queue and to determine wheter the queue is empty. Using this interace + queue and to determine whether the queue is empty. Using this interface should normally not be necessary for anyone else than the <type>XConfigurationController</type>. It may be removed in the future.</p> */ @@ -56,7 +56,7 @@ interface XConfigurationControllerRequestQueue /** Add a request for a configuration change to the request queue. <p>This method should not be called from outside the drawing - famework. Other sub conrollers of the drawing framework are typical + framework. Other sub controllers of the drawing framework are typical callers. They can add change requests that can not be made with the <member>requestResourceActivation()</member> and <member>requestResourceDeactivation()</member> methods.</p> diff --git a/offapi/com/sun/star/drawing/framework/XModuleController.idl b/offapi/com/sun/star/drawing/framework/XModuleController.idl index b115f955fac0..475e00c349e1 100644 --- a/offapi/com/sun/star/drawing/framework/XModuleController.idl +++ b/offapi/com/sun/star/drawing/framework/XModuleController.idl @@ -45,7 +45,7 @@ module com { module sun { module star { module drawing { module framework { interface XView; -/** The module controller is responsible for loading a module (addon, +/** The module controller is responsible for loading a module (ad-don, plugin, whatever the name) when it is first used. <p>For this there is a list in the office configuration which associates resource URLs with diff --git a/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl b/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl index e9d875897a40..2bcf06ac32f7 100644 --- a/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl +++ b/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl @@ -53,7 +53,7 @@ enum BorderType /** Paint the border around a rectangular region, typically a pane. - <p>Calling objects have to be able to derive inner bounding boxs of the + <p>Calling objects have to be able to derive inner bounding boxes of the border from the outer ones and inner ones from outer ones. This conversion and the painting of the border involves three rectangles. The inner and outer bounding box of the border. This is a logical @@ -87,7 +87,7 @@ interface XPaneBorderPainter [in] ::com::sun::star::awt::Rectangle aRectangle, [in] BorderType eBorderType); - /** Shring the given rectangle by the size of the specified part of the + /** Shrink the given rectangle by the size of the specified part of the border. This method can be used to convert an outer bounding box into the center box or the inner bounding box. @param sPaneBorderStyleName @@ -132,11 +132,11 @@ interface XPaneBorderPainter [in] ::com::sun::star::awt::Rectangle aRepaintArea, [in] string sTitle); - /** Paint the border around a pane where the border includes a callout + /** Paint the border around a pane where the border includes a call out that is anchored at the given point. Most arguments have the same meaning as in the <method>paintBorder</method>. @param aCalloutAnchor - The anchor point of the callout. It is usually located outside + The anchor point of the call out. It is usually located outside the border. */ void paintBorderWithCallout ( @@ -147,10 +147,10 @@ interface XPaneBorderPainter [in] string sTitle, [in] ::com::sun::star::awt::Point aCalloutAnchor); - /** Return the offset of a callout anchor with respect to the outer - border. This value is used when the callout is realized by a fixed + /** Return the offset of a call out anchor with respect to the outer + border. This value is used when the call out is realized by a fixed bitmap in order to determine the size and/or location of the outer - border for a given callout. + border for a given call out. */ ::com::sun::star::awt::Point getCalloutOffset ( [in] string sPaneBorderStyleName); diff --git a/offapi/com/sun/star/drawing/framework/XRelocatableResource.idl b/offapi/com/sun/star/drawing/framework/XRelocatableResource.idl index 9c8af5a15620..3cc6054278b6 100644 --- a/offapi/com/sun/star/drawing/framework/XRelocatableResource.idl +++ b/offapi/com/sun/star/drawing/framework/XRelocatableResource.idl @@ -46,7 +46,7 @@ interface XRelocatableResource @param xNewAnchor The new anchor. @return - Returns <TRUE/> when the relocation was successfull. + Returns <TRUE/> when the relocation was successful. */ boolean relocateToAnchor ([in] XResource xNewAnchor); }; diff --git a/offapi/com/sun/star/drawing/framework/XResource.idl b/offapi/com/sun/star/drawing/framework/XResource.idl index c0dbbe95141d..492249d4005c 100644 --- a/offapi/com/sun/star/drawing/framework/XResource.idl +++ b/offapi/com/sun/star/drawing/framework/XResource.idl @@ -42,7 +42,7 @@ interface XResourceId; interface XResource { /** Return an <type>XResourceId</type> object for the called resource. - The returned id unambiguously indentifies the resource. + The returned id unambiguously identifies the resource. */ XResourceId getResourceId (); diff --git a/offapi/com/sun/star/drawing/framework/XResourceFactory.idl b/offapi/com/sun/star/drawing/framework/XResourceFactory.idl index 4bb8b09bc8ad..4df12470fb64 100644 --- a/offapi/com/sun/star/drawing/framework/XResourceFactory.idl +++ b/offapi/com/sun/star/drawing/framework/XResourceFactory.idl @@ -53,7 +53,7 @@ interface XResourceFactory { /** Create a resource for the given <type>XResourceId</type> object. @param xResourceId - The resourc URL of this id specifies the type of resource to + The resource URL of this id specifies the type of resource to create. The anchor can be used to obtain the associated object from the configuration controller. For example, when a view is created, then the new object can be initialized with the pane @@ -64,7 +64,7 @@ interface XResourceFactory Returns a resource object that has been just created or was taken from a cache. When the requested resource can not be created then an empty reference is returned. A later call may - be successfull. This, for example, can be the case with SFX + be successful. This, for example, can be the case with SFX based side panes. They are not available right after the creation of a new application frame. @throws InvalidArgumentException diff --git a/offapi/com/sun/star/drawing/modules.idl b/offapi/com/sun/star/drawing/modules.idl index 5c9fe1d58c31..53d34c05fa9c 100644 --- a/offapi/com/sun/star/drawing/modules.idl +++ b/offapi/com/sun/star/drawing/modules.idl @@ -52,7 +52,7 @@ module com { module sun { module star { module drawing { It coordinates changes to the configuration made by the other sub controllers so that <ul><li>unnecessary ui updates (flickering) is avoided and</li> - <li>and the configuration is always in a valid and meaningfull + <li>and the configuration is always in a valid and meaningful state.</li></ul></p> <p>For more information please see the wiki page of the <a href="http://wiki.services.openoffice.org/wiki/Drawing_framework">drawing framework</a>. diff --git a/offapi/com/sun/star/embed/Actions.idl b/offapi/com/sun/star/embed/Actions.idl index 48ad78eb0ab2..f0c81b4bdb2a 100644 --- a/offapi/com/sun/star/embed/Actions.idl +++ b/offapi/com/sun/star/embed/Actions.idl @@ -38,7 +38,7 @@ module com { module sun { module star { module embed { published constants Actions { //------------------------------------------------------------------------ - /** "Prevent Close" - throws veto excetion if target object is going to + /** "Prevent Close" - throws veto exception if target object is going to close. <p> @@ -50,7 +50,7 @@ published constants Actions const long PREVENT_CLOSE = 1; //------------------------------------------------------------------------ - /** "Prevent Termination" - throws veto excetion if target object is going + /** "Prevent Termination" - throws veto exception if target object is going to terminate. <p> diff --git a/offapi/com/sun/star/embed/DocumentCloser.idl b/offapi/com/sun/star/embed/DocumentCloser.idl index 9b0eaf617527..a9c2269b9c65 100644 --- a/offapi/com/sun/star/embed/DocumentCloser.idl +++ b/offapi/com/sun/star/embed/DocumentCloser.idl @@ -57,7 +57,7 @@ module com { module sun { module star { module embed { the required actions to let the frame be closed using <type scope="com::sun::star::util">XCloseable</type>::close( true ). Thus in case there is a code that prevents closing of the frame the code - avtomatically becomes the owner of the frame. + automatically becomes the owner of the frame. </p> <p> diff --git a/offapi/com/sun/star/embed/ElementModes.idl b/offapi/com/sun/star/embed/ElementModes.idl index 314036fd45ec..2173186ae011 100644 --- a/offapi/com/sun/star/embed/ElementModes.idl +++ b/offapi/com/sun/star/embed/ElementModes.idl @@ -36,7 +36,7 @@ module com { module sun { module star { module embed { /** The constant set contains possible modes to open an element. <p> - The modes can be combined by 'or' operation. + The modes can be combined by "or" operation. <const>ElementModes::READ</const> and <const>ElementModes::WRITE</const> are base modes. A result mode must include one of base modes. </p> @@ -55,7 +55,7 @@ published constants ElementModes <p> This mode is ignored for <type>Storage</type> elements. - This flag makes sence only in combination with + This flag makes sense only in combination with <const>ElementModes::READ</const> and/or <const>ElementModes::WRITE</const>. </p> @@ -87,10 +87,10 @@ published constants ElementModes const long READWRITE = 7; //------------------------------------------------------------------------ - /** lets the document be truncated immediatelly after opening. + /** lets the document be truncated immediately after opening. <p> - This flag makes sence only in combination with + This flag makes sense only in combination with <const>ElementModes::WRITE</const>. </p> */ @@ -101,7 +101,7 @@ published constants ElementModes does not exist. <p> - This flag makes sence only in combination with + This flag makes sense only in combination with <const>ElementModes::WRITE</const>. </p> */ diff --git a/offapi/com/sun/star/embed/EmbedMapUnits.idl b/offapi/com/sun/star/embed/EmbedMapUnits.idl index ff8a3cebada5..9a8931779f70 100644 --- a/offapi/com/sun/star/embed/EmbedMapUnits.idl +++ b/offapi/com/sun/star/embed/EmbedMapUnits.idl @@ -41,25 +41,25 @@ published constants EmbedMapUnits { // ---------------------------------------------------------------------- /** In this type of map mode one logical point is equal to one-hundredth - of milimetre. + of millimeter. */ const long ONE_100TH_MM = 0; // ---------------------------------------------------------------------- /** In this type of map mode one logical point is equal to one-tenth - of milimetre. + of millimeter. */ const long ONE_10TH_MM = 1; // ---------------------------------------------------------------------- /** In this type of map mode one logical point is equal to one - milimetre. + millimeter. */ const long ONE_MM = 2; // ---------------------------------------------------------------------- /** In this type of map mode one logical point is equal to one - centimetre. + centimeter. */ const long ONE_CM = 3; diff --git a/offapi/com/sun/star/embed/EmbedMisc.idl b/offapi/com/sun/star/embed/EmbedMisc.idl index a1e05224b00b..2d2e987c5140 100644 --- a/offapi/com/sun/star/embed/EmbedMisc.idl +++ b/offapi/com/sun/star/embed/EmbedMisc.idl @@ -33,11 +33,11 @@ module com { module sun { module star { module embed { //============================================================================ -/** The constant set contains flags describing miscellaneous charactetistics +/** The constant set contains flags describing miscellaneous characteristics of embedded objects. <p> - The constant values can be combined with 'or' operation. + The constant values can be combined with "or" operation. The first 32 bits are reserved for MS values, they are added because this API is going to be used to embed MS OLE objects into OOo documents, so there should be a possibility to transfer all the possible MS flags diff --git a/offapi/com/sun/star/embed/EmbedStates.idl b/offapi/com/sun/star/embed/EmbedStates.idl index df94cfa045a5..935f32363e82 100644 --- a/offapi/com/sun/star/embed/EmbedStates.idl +++ b/offapi/com/sun/star/embed/EmbedStates.idl @@ -84,7 +84,7 @@ published constants EmbedStates /** "UI active" - the inplace active object that has user interface. <p> - The object is inplace active, allowed to have menues, toolbars, + The object is inplace active, allowed to have menus, toolbars, keyboard accelerators, and has the focus. </p> */ diff --git a/offapi/com/sun/star/embed/EmbedVerbs.idl b/offapi/com/sun/star/embed/EmbedVerbs.idl index 5d34fb1e8153..a3610a076d23 100644 --- a/offapi/com/sun/star/embed/EmbedVerbs.idl +++ b/offapi/com/sun/star/embed/EmbedVerbs.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module embed { published constants EmbedVerbs { //------------------------------------------------------------------------ - /** lets the object do default activation, as by doubleclick. + /** lets the object do default activation, as by double-click. */ const long MS_OLEVERB_PRIMARY = 0; diff --git a/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl b/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl index 5a47c8f8fafc..2974a493e24e 100644 --- a/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl +++ b/offapi/com/sun/star/embed/EmbeddedObjectDescriptor.idl @@ -64,7 +64,7 @@ module com { module sun { module star { module embed { This service may be represented by a <type scope="com::sun::star::beans" dim="[]">PropertyValue</type>. Such descriptors will be passed to different functions, included into - possible load/save proccesses. Every member of such process can use + possible load/save processes. Every member of such process can use this descriptor and may change it to actualize the informations about the object. So this descriptor should be used as an in/out parameter. </p> @@ -78,7 +78,7 @@ published service EmbeddedObjectDescriptor <p> Setting of this property to true tells the embedded object that - controlls the document to store or not to store the graphical + controls the document to store or not to store the graphical representation of the document in to the object persistence. If this property is not set the object makes the decision itself. </p> diff --git a/offapi/com/sun/star/embed/EntryInitModes.idl b/offapi/com/sun/star/embed/EntryInitModes.idl index ae67192d323a..4c63f813c7a9 100644 --- a/offapi/com/sun/star/embed/EntryInitModes.idl +++ b/offapi/com/sun/star/embed/EntryInitModes.idl @@ -34,14 +34,14 @@ module com { module sun { module star { module embed { //============================================================================ /** This constant set contains possible modes to initialize object - persistance. + persistence. @see XEmbedPersist */ published constants EntryInitModes { // ----------------------------------------------------------------------- - /** In case object persistance is created based on existing entry, + /** In case object persistence is created based on existing entry, the object should be initialized from this entry. Otherwise the object should be initialized as a new one. */ diff --git a/offapi/com/sun/star/embed/FileSystemStorageFactory.idl b/offapi/com/sun/star/embed/FileSystemStorageFactory.idl index d27541d703ef..f047913c6d2a 100644 --- a/offapi/com/sun/star/embed/FileSystemStorageFactory.idl +++ b/offapi/com/sun/star/embed/FileSystemStorageFactory.idl @@ -50,7 +50,7 @@ published service FileSystemStorageFactory <p> In case <method scope="com::sun::star::lang">XSingleServiceFactory::createInstance</method> - call is used the result storage will be open in readwrite mode based + call is used the result storage will be open in read-write mode based on an arbitrary file system folder. </p> @@ -75,7 +75,7 @@ published service FileSystemStorageFactory <dt>parameter 3</dt> <dd> - allowes to provide + allows to provide <type scope="com::sun::star::document">MediaDescryptor</type> to the storage so some parts can be used for initialization, it can be for example diff --git a/offapi/com/sun/star/embed/InsertedObjectInfo.idl b/offapi/com/sun/star/embed/InsertedObjectInfo.idl index dedfabb75a8f..8c122add8887 100644 --- a/offapi/com/sun/star/embed/InsertedObjectInfo.idl +++ b/offapi/com/sun/star/embed/InsertedObjectInfo.idl @@ -55,7 +55,7 @@ published struct InsertedObjectInfo <p> A dialog related to embedded object creation usually allows user - to make some choiches that can be container related. This information + to make some choices that can be container related. This information can be provided by this member. </p> */ diff --git a/offapi/com/sun/star/embed/ObjectSaveVetoException.idl b/offapi/com/sun/star/embed/ObjectSaveVetoException.idl index 3d0252e912fe..b75011033cf8 100644 --- a/offapi/com/sun/star/embed/ObjectSaveVetoException.idl +++ b/offapi/com/sun/star/embed/ObjectSaveVetoException.idl @@ -38,7 +38,7 @@ //============================================================================ -/** This exception can be thrown in case container whants to avoid objects +/** This exception can be thrown in case container wants to avoid objects saving. @see XEmbeddedClient diff --git a/offapi/com/sun/star/embed/Storage.idl b/offapi/com/sun/star/embed/Storage.idl index d34d736cf5cb..01afee9271fb 100644 --- a/offapi/com/sun/star/embed/Storage.idl +++ b/offapi/com/sun/star/embed/Storage.idl @@ -116,7 +116,7 @@ published service Storage In case a storage object is disposed all the elements ( substorages and substreams ) retrieved from the object are disposed. If the storage was opened in - read-write mode all noncommited changes will be lost. + read-write mode all non-commited changes will be lost. </p> </dd> <dt>interface <type>XStorage</type></dt> @@ -130,7 +130,7 @@ published service Storage </p> <p> - If the child stream is an encrypted one a corect + If the child stream is an encrypted one a correct common storage password should be set through <type>XEncryptionProtectedSource</type> interface to this storage or to a one of storages in parent @@ -181,7 +181,7 @@ published service Storage </p> <p> - If the child stream is an encrypted one a corect + If the child stream is an encrypted one a correct common storage password should be set through <type>XEncryptionProtectedSource</type> interface to this storage or to a one of storages in parent @@ -316,7 +316,7 @@ published service Storage Usually means that the document validity is questionable, although the package itself is not corrupted. The decision about document validity in this case is in application hands. It is up to user of - the storage to deside whether he accepts the fallback approach for + the storage to decide whether he accepts the fallback approach for an implementation of this service, outputs a warning or an error. </p> */ @@ -346,11 +346,11 @@ published service Storage [property, optional, readonly] boolean HasEncryptedEntries; // ----------------------------------------------------------------------- - /** allows to detect if the storage contains nonencrypted entries. + /** allows to detect if the storage contains non-encrypted entries. <p> In case it is set to <TRUE/> the storage itself and/or a tree of - substorages contains nonencrypted streams. Usually in case this + substorages contains non-encrypted streams. Usually in case this property is supported the implementation supports <type>XEncryptionProtectedSource</type> interface. </p> diff --git a/offapi/com/sun/star/embed/StorageFactory.idl b/offapi/com/sun/star/embed/StorageFactory.idl index 4b4b40d01a4c..6cb6584cffd0 100644 --- a/offapi/com/sun/star/embed/StorageFactory.idl +++ b/offapi/com/sun/star/embed/StorageFactory.idl @@ -49,7 +49,7 @@ published service StorageFactory <p> In case <method scope="com::sun::star::lang">XSingleServiceFactory::createInstance</method> - call is used the result storage will be open in readwrite mode based + call is used the result storage will be open in read-write mode based on an arbitrary medium. </p> @@ -82,7 +82,7 @@ published service StorageFactory <dt>parameter 3</dt> <dd> - this paramenter represents + this parameter represents <type scope="com::sun::star::uno">Any</type> containing a sequence of <type scope="com::sun::star::beans">PropertyValue</type>.<br> @@ -93,7 +93,7 @@ published service StorageFactory <type scope="com::sun::star::task">XInteractionHandler</type> implementation, password for the storage and repair package flag.<br> - Additionaly the parameter might contain property with the name + Additionally the parameter might contain property with the name "StorageFormat" that can take values from <type scope="com::sun::star::embed">StorageFormats</type>. If the property is not provided a storage of package format diff --git a/offapi/com/sun/star/embed/StorageStream.idl b/offapi/com/sun/star/embed/StorageStream.idl index 1fb6733605f0..53f5ccdefb78 100644 --- a/offapi/com/sun/star/embed/StorageStream.idl +++ b/offapi/com/sun/star/embed/StorageStream.idl @@ -60,7 +60,7 @@ <type>Storage</type> service. <p> - In case a stream is open with readwrite access only one instance + In case a stream is open with read-write access only one instance of the stream can exist. </p> */ @@ -90,7 +90,7 @@ published service StorageStream <p> In case a stream is opened with read-write access only one instance of the stream can exist. It means that the stream can not be reopened - even for readonly access until the readwrite instance is disposed. + even for readonly access until the read-write instance is disposed. From the other side it is possible to open multiple streams for readonly access. But because of the rule mentioned above it will not be possible to open the stream for read-write access until all the @@ -146,7 +146,7 @@ published service StorageStream /** allows to set password to the stream. <p> - This interface must be supported by a stream with readwrite access + This interface must be supported by a stream with read-write access to allow to set a password that should be used next time the stream is stored. </p> @@ -201,7 +201,7 @@ published service StorageStream <p> In case stream is not encrypted and the property is set to <TRUE/>, - the stream will stay nonencrypted until the closest storage + the stream will stay non-encrypted until the closest storage in the parent hierarchy, that has common storage password, is commited. On the commit the stream will be encrypted with the common storage password. If there is no such storage in the hierarchy the stream @@ -213,14 +213,14 @@ published service StorageStream If somebody sets a password explicitly by using <type>XEncryptionProtectedSource</type> interface the value is automatically set to <FALSE/> and the stream becomes encrypted - with specified password immediatelly. + with specified password immediately. </p> <p> In case stream is encrypted one and the value is set to <TRUE/> - the stream becomes nonencrypted until the common storage password + the stream becomes non-encrypted until the common storage password holder is commited. The data about previously set password ( if any ) - will be removed and the stream can be accessed as nonencrypted stream. + will be removed and the stream can be accessed as non-encrypted stream. </p> */ [property] boolean UseCommonStoragePasswordEncryption; diff --git a/offapi/com/sun/star/embed/UseBackupException.idl b/offapi/com/sun/star/embed/UseBackupException.idl index e7d74d30f52c..4f362aeb6fa1 100644 --- a/offapi/com/sun/star/embed/UseBackupException.idl +++ b/offapi/com/sun/star/embed/UseBackupException.idl @@ -40,7 +40,7 @@ /** This exception can be thrown in case a storage commit is failed. <p> - If a commit process of a storage failes on last transfer and the original + If a commit process of a storage fails on last transfer and the original content may be corrupted the storage should throw this exception to notify the user that a backup usage is required to restore the original content. </p> diff --git a/offapi/com/sun/star/embed/XCommonEmbedPersist.idl b/offapi/com/sun/star/embed/XCommonEmbedPersist.idl index 8b82c44965e0..65db0b125428 100644 --- a/offapi/com/sun/star/embed/XCommonEmbedPersist.idl +++ b/offapi/com/sun/star/embed/XCommonEmbedPersist.idl @@ -95,7 +95,7 @@ published interface XCommonEmbedPersist: com::sun::star::uno::XInterface /** lets the object or the link reload itself. <p> - If the object has persistance it will be reloaded from it's persistant + If the object has persistence it will be reloaded from it's persistent entry. </p> diff --git a/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl b/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl index 45f3aef06cd6..001e74fa20f1 100644 --- a/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl +++ b/offapi/com/sun/star/embed/XEmbedObjectClipboardCreator.idl @@ -78,7 +78,7 @@ published interface XEmbedObjectClipboardCreator: com::sun::star::uno::XInterfac <p> The clipboard can provide a number of choices that are container - related. This infomation will be returned in the + related. This information will be returned in the <type>InsertedObjectInfo</type> object. <p> diff --git a/offapi/com/sun/star/embed/XEmbedPersist.idl b/offapi/com/sun/star/embed/XEmbedPersist.idl index 73f807188ba6..e825e6f083bf 100644 --- a/offapi/com/sun/star/embed/XEmbedPersist.idl +++ b/offapi/com/sun/star/embed/XEmbedPersist.idl @@ -75,7 +75,7 @@ published interface XEmbedPersist: XCommonEmbedPersist <p> An entry with the specified name should be created/opened inside provided storage. It can be a storage or a stream. For example, - OOo API will refer to ole storages only by streams, but the object + OOo API will refer to OLE storages only by streams, but the object implementation will use storage based on this stream. </p> diff --git a/offapi/com/sun/star/embed/XEmbeddedClient.idl b/offapi/com/sun/star/embed/XEmbeddedClient.idl index f361ea2d8653..a1ad21498619 100644 --- a/offapi/com/sun/star/embed/XEmbeddedClient.idl +++ b/offapi/com/sun/star/embed/XEmbeddedClient.idl @@ -58,7 +58,7 @@ published interface XEmbeddedClient: XComponentSupplier /** asks client to let the object store itself. @throws com::sun::star::uno::ObjectSaveVetoException - in case container whants to avoid saving of object + in case container chants to avoid saving of object @throws com::sun::star::uno::Exception in case of problems during saving diff --git a/offapi/com/sun/star/embed/XEmbeddedObject.idl b/offapi/com/sun/star/embed/XEmbeddedObject.idl index e0368736279f..c144a50a8261 100644 --- a/offapi/com/sun/star/embed/XEmbeddedObject.idl +++ b/offapi/com/sun/star/embed/XEmbeddedObject.idl @@ -97,7 +97,7 @@ published interface XEmbeddedObject // INTERFACES // //------------------------------------------------------------------------ - /** represents common visualisation functionality for embedded objects. + /** represents common visualization functionality for embedded objects. */ interface XVisualObject; diff --git a/offapi/com/sun/star/embed/XExtendedStorageStream.idl b/offapi/com/sun/star/embed/XExtendedStorageStream.idl index 397358db57ec..3cf58ce89474 100644 --- a/offapi/com/sun/star/embed/XExtendedStorageStream.idl +++ b/offapi/com/sun/star/embed/XExtendedStorageStream.idl @@ -91,7 +91,7 @@ published interface XExtendedStorageStream /** allows to set password to the stream. <p> - This interface must be supported by a stream with readwrite access + This interface must be supported by a stream with read-write access to allow to set a password that should be used next time the stream is stored if the encryption is supported. </p> diff --git a/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl b/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl index 1f2cdcf132f9..be9dc6f765b0 100644 --- a/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl +++ b/offapi/com/sun/star/embed/XHierarchicalStorageAccess.idl @@ -163,7 +163,7 @@ published interface XHierarchicalStorageAccess can be a combination of <type>ElementModes</type> values @param sPassword - this parameter allowes to specify a reading password for the + this parameter allows to specify a reading password for the stream, the password must be a correct one, otherwise an exception will be thrown @@ -203,7 +203,7 @@ published interface XHierarchicalStorageAccess the path to the element to remove @throws ::com::sun::star::embed::InvalidStorageException - this storage is in invalid state for eny reason + this storage is in invalid state for any reason @throws ::com::sun::star::lang::IllegalArgumentException an illegal argument is provided diff --git a/offapi/com/sun/star/embed/XInplaceClient.idl b/offapi/com/sun/star/embed/XInplaceClient.idl index b4edc9794c7e..7f9270a94db7 100644 --- a/offapi/com/sun/star/embed/XInplaceClient.idl +++ b/offapi/com/sun/star/embed/XInplaceClient.idl @@ -193,7 +193,7 @@ interface XInplaceClient: com::sun::star::uno::XInterface raises( ::com::sun::star::embed::WrongStateException ); //------------------------------------------------------------------------ - /** provides accelerator table the object whants to use while it is + /** provides accelerator table the object wants to use while it is inplace active. @param aKeys diff --git a/offapi/com/sun/star/embed/XInplaceObject.idl b/offapi/com/sun/star/embed/XInplaceObject.idl index 3ca6bdf359fb..5341df1601f6 100644 --- a/offapi/com/sun/star/embed/XInplaceObject.idl +++ b/offapi/com/sun/star/embed/XInplaceObject.idl @@ -90,7 +90,7 @@ published interface XInplaceObject: com::sun::star::uno::XInterface /** enables or disables modeless dialogs of the object. <p> - In case contaner whants to show a modal dialog it should disable + In case container wants to show a modal dialog it should disable modeless of embedded object dialogs with this call. Later the same call can be used to enable it. </p> @@ -110,7 +110,7 @@ published interface XInplaceObject: com::sun::star::uno::XInterface ::com::sun::star::uno::Exception ); //------------------------------------------------------------------------ - /** provides accelerator table the container whants to use during inplace + /** provides accelerator table the container wants to use during inplace editing. @return diff --git a/offapi/com/sun/star/embed/XInsertObjectDialog.idl b/offapi/com/sun/star/embed/XInsertObjectDialog.idl index 7b98a1c767a2..b304fd6d676e 100644 --- a/offapi/com/sun/star/embed/XInsertObjectDialog.idl +++ b/offapi/com/sun/star/embed/XInsertObjectDialog.idl @@ -69,7 +69,7 @@ published interface XInsertObjectDialog: com::sun::star::uno::XInterface <p> The dialog allows for user to do a number of choices that are container - related. This infomation will be returned in the + related. This information will be returned in the <type>InsertedObjectInfo</type> object. <p> diff --git a/offapi/com/sun/star/embed/XLinkageSupport.idl b/offapi/com/sun/star/embed/XLinkageSupport.idl index a4a53c36e7a8..b5038b0d3fba 100644 --- a/offapi/com/sun/star/embed/XLinkageSupport.idl +++ b/offapi/com/sun/star/embed/XLinkageSupport.idl @@ -113,7 +113,7 @@ published interface XLinkageSupport: XCommonEmbedPersist <p> Most of embedded objects will not support this interface, but some of them can do it, to allow conversion from link to object. After - the conversion the object does not change, so interface set staies the + the conversion the object does not change, so interface set stays the same, but the object is not a link any more. </p> diff --git a/offapi/com/sun/star/embed/XOLESimpleStorage.idl b/offapi/com/sun/star/embed/XOLESimpleStorage.idl index ac39370e8a8f..1eb5e3f3a61b 100644 --- a/offapi/com/sun/star/embed/XOLESimpleStorage.idl +++ b/offapi/com/sun/star/embed/XOLESimpleStorage.idl @@ -55,7 +55,7 @@ module com { module sun { module star { module embed { <p> This is a simple container allowing the access to OLE storages. The - subcomponents are either OLE storages themself or streams. + subcomponents are either OLE storages themselves or streams. </p> */ published interface XOLESimpleStorage @@ -72,7 +72,7 @@ published interface XOLESimpleStorage interface ::com::sun::star::container::XNameContainer; //------------------------------------------------------------------------ - /** interface <type>XComponent</type> allows to exclicitly free resources + /** interface <type>XComponent</type> allows to explicitly free resources and break cyclic references. */ interface ::com::sun::star::lang::XComponent; @@ -81,7 +81,7 @@ published interface XOLESimpleStorage /** interface <type>XTransactedObject</type> allows transacted access to an object. - <p>The storages are always opened in transdacted mode, the + <p>The storages are always opened in transacted mode, the <type>XTransactedObject</type> interface allows to commit the storage. </p> */ diff --git a/offapi/com/sun/star/embed/XOptimizedStorage.idl b/offapi/com/sun/star/embed/XOptimizedStorage.idl index d51371fadfbb..4210b9daa4ea 100644 --- a/offapi/com/sun/star/embed/XOptimizedStorage.idl +++ b/offapi/com/sun/star/embed/XOptimizedStorage.idl @@ -94,13 +94,13 @@ //============================================================================ /** This is a temporary interface that is introduced to temporarily optimize the document storing process. PLEASE DO NOT USE IT, it might change in any - time and will be depricated soon! + time and will be deprecated soon! Another solution will be introduced as final one. */ published interface XOptimizedStorage { // ----------------------------------------------------------------------- - /** allows to insert a raw stream representing nonencrypted stream with + /** allows to insert a raw stream representing non-encrypted stream with header. */ void insertRawNonEncrStreamElementDirect( diff --git a/offapi/com/sun/star/embed/XPersistanceHolder.idl b/offapi/com/sun/star/embed/XPersistanceHolder.idl index 5528fe62e143..befc70f138da 100644 --- a/offapi/com/sun/star/embed/XPersistanceHolder.idl +++ b/offapi/com/sun/star/embed/XPersistanceHolder.idl @@ -49,7 +49,7 @@ published interface XPersistanceHolder: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- - /** disconnects the object from the persistance. + /** disconnects the object from the persistence. @throws com::sun::star::io::IOException in case of io problems @@ -62,10 +62,10 @@ published interface XPersistanceHolder: com::sun::star::uno::XInterface ::com::sun::star::uno::Exception ); //------------------------------------------------------------------------- - /** connects the object to a persistance. + /** connects the object to a persistence. @param xStream - a stream that specify the persistance + a stream that specify the persistence @throws com::sun::star::io::IOException in case of io problems diff --git a/offapi/com/sun/star/embed/XRelationshipAccess.idl b/offapi/com/sun/star/embed/XRelationshipAccess.idl index 3c934caf1f33..26969b770f5e 100644 --- a/offapi/com/sun/star/embed/XRelationshipAccess.idl +++ b/offapi/com/sun/star/embed/XRelationshipAccess.idl @@ -52,14 +52,14 @@ module com { module sun { module star { module embed { //============================================================================ -/** This interface allows to ge access to relationship data. +/** This interface allows to get access to relationship data. <p> The relationship data is organized as a set of entries. Each of entry is represented by a set of tags, where each tag has unique for this entry name and a string value. An entry must contain at least one tag named - "ID", the value of this tag must be uniqued for the whole set of entries, - this tag is used as a uniqued identified of an entry. + "ID", the value of this tag must be unique for the whole set of entries, + this tag is used as a unique identifier of an entry. </p> */ published interface XRelationshipAccess : ::com::sun::star::uno::XInterface diff --git a/offapi/com/sun/star/embed/XStorage.idl b/offapi/com/sun/star/embed/XStorage.idl index 0a98cfa3e8eb..0ae6c10fc6a0 100644 --- a/offapi/com/sun/star/embed/XStorage.idl +++ b/offapi/com/sun/star/embed/XStorage.idl @@ -110,7 +110,7 @@ published interface XStorage interface ::com::sun::star::container::XNameAccess; // ----------------------------------------------------------------------- - /** allows to controll and track lifetime of the storage. + /** allows to control and track lifetime of the storage. <p> In case a storage is disposed any call to it's methods should result @@ -214,7 +214,7 @@ published interface XStorage can be a combination of <type>ElementModes</type> values @param sPassword - this parameter allowes to specify a reading password for the + this parameter allows to specify a reading password for the stream, the password must be a correct one, otherwise an exception will be thrown @@ -251,8 +251,8 @@ published interface XStorage /** allows to get access to a child storage. <p> - The opened substorage must support specified in 'nOpenMode' access - modes. It can support 'read' mode in addition. But any child element + The opened substorage must support specified in "nOpenMode" access + modes. It can support "read" mode in addition. But any child element can support one of those modes only in case this mode is supported by parent storage. </p> @@ -340,7 +340,7 @@ published interface XStorage the name of the substream that should be copied @param sPassword - this parameter allowes to specify a reading password for the + this parameter allows to specify a reading password for the stream, the password must be a correct one, otherwise an exception will be thrown @@ -376,7 +376,7 @@ published interface XStorage /** allows to get copy of this storage at the state of it's last commit. <p> - This method makes sence only for services implementations that allow + This method makes sense only for services implementations that allow transaction in the storage. </p> @@ -406,7 +406,7 @@ published interface XStorage /** allows to get copy of a child storage at the state of it's last commit. <p> - This method makes sence only for services implementations that allow + This method makes sense only for services implementations that allow transaction in the storage. </p> @@ -505,7 +505,7 @@ published interface XStorage the name of the element to remove @throws ::com::sun::star::embed::InvalidStorageException - this storage is in invalid state for eny reason + this storage is in invalid state for any reason @throws ::com::sun::star::lang::IllegalArgumentException an illegal argument is provided @@ -537,7 +537,7 @@ published interface XStorage the new name of the element to rename @throws ::com::sun::star::embed::InvalidStorageException - this storage is in invalid state for eny reason + this storage is in invalid state for any reason @throws ::com::sun::star::lang::IllegalArgumentException an illegal argument is provided @@ -581,7 +581,7 @@ published interface XStorage the name of the result element in destination storage @throws ::com::sun::star::embed::InvalidStorageException - this storage is in invalid state for eny reason + this storage is in invalid state for any reason @throws ::com::sun::star::container::NoSuchElementException there is no specified source element in this storage @@ -625,7 +625,7 @@ published interface XStorage the name of the result element in destination storage @throws ::com::sun::star::embed::InvalidStorageException - this storage is in invalid state for eny reason + this storage is in invalid state for any reason @throws ::com::sun::star::container::NoSuchElementException there is no specified source element in this storage diff --git a/offapi/com/sun/star/embed/XStorageRawAccess.idl b/offapi/com/sun/star/embed/XStorageRawAccess.idl index b70b2e3c1235..83370f146882 100644 --- a/offapi/com/sun/star/embed/XStorageRawAccess.idl +++ b/offapi/com/sun/star/embed/XStorageRawAccess.idl @@ -86,7 +86,7 @@ published interface XStorageRawAccess <p> This method returns a stream from the package as it is stored there, - without any decompression/decription and etc. This method can be + without any decompression/description and etc. This method can be helpful to check file consistency, for example by signing. </p> @@ -126,11 +126,11 @@ published interface XStorageRawAccess <p> This method allows to transport encrypted streams without decryption. Mainly this method is introduced to allow to copy one encrypted - storage stream to another without decryption. It is not reccomended to + storage stream to another without decryption. It is not recommended to use this method outside of storage implementation since different storages implementation could have different encryption format. If the method is used outside of storage implementation the user code is - resposible to get sure that the raw format of source and target + responsible to get sure that the raw format of source and target storages is the same. </p> @@ -179,7 +179,7 @@ published interface XStorageRawAccess header. <p> - This method allows to insert a stream retrived by + This method allows to insert a stream retrieved by <method>XStorageRawAccess::getRawEncrStreamElement()</method> into a storage. </p> @@ -187,7 +187,7 @@ published interface XStorageRawAccess <p> This method allows to transport encrypted streams without decryption. Mainly this method is introduced to allow to copy one encrypted - storage stream to another without decryption. It is not reccomended to + storage stream to another without decryption. It is not recommended to use this method outside of storage implementation since different storages implementation could have different encryption format. </p> diff --git a/offapi/com/sun/star/embed/XTransactionBroadcaster.idl b/offapi/com/sun/star/embed/XTransactionBroadcaster.idl index fb5b7d2acc06..638d015c55e8 100644 --- a/offapi/com/sun/star/embed/XTransactionBroadcaster.idl +++ b/offapi/com/sun/star/embed/XTransactionBroadcaster.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module embed { //============================================================================ -/** broadcasts messege in case transacted object is commited or reverted. +/** broadcasts message in case transacted object is commited or reverted. */ published interface XTransactionBroadcaster: com::sun::star::uno::XInterface { diff --git a/offapi/com/sun/star/embed/XVisualObject.idl b/offapi/com/sun/star/embed/XVisualObject.idl index 158c49851a6f..a98f4742d7a9 100644 --- a/offapi/com/sun/star/embed/XVisualObject.idl +++ b/offapi/com/sun/star/embed/XVisualObject.idl @@ -53,7 +53,7 @@ module com { module sun { module star { module embed { //============================================================================= -/** represents common visualisation functionality for embedded objects. +/** represents common visualization functionality for embedded objects. */ published interface XVisualObject: ::com::sun::star::uno::XInterface { @@ -122,7 +122,7 @@ published interface XVisualObject: ::com::sun::star::uno::XInterface /** retrieves visual representation of the object in preferable format. <p> - If the object persistance entry contains cached visual representation + If the object persistence entry contains cached visual representation then it can be retrieved by using this method even in loaded state. </p> diff --git a/offapi/com/sun/star/embed/XWindowSupplier.idl b/offapi/com/sun/star/embed/XWindowSupplier.idl index e878a65d21d2..515ec0777151 100644 --- a/offapi/com/sun/star/embed/XWindowSupplier.idl +++ b/offapi/com/sun/star/embed/XWindowSupplier.idl @@ -36,15 +36,15 @@ module com { module sun { module star { module embed { //============================================================================ -/** provides access to a vcl window implementation. +/** provides access to a VCL window implementation. */ published interface XWindowSupplier: com::sun::star::uno::XInterface { //------------------------------------------------------------------------ - /** allows to get access to a vcl window implementation. + /** allows to get access to a VCL window implementation. @return - vcl window implementation + VCL window implementation */ ::com::sun::star::awt::XWindow getWindow(); }; diff --git a/offapi/com/sun/star/text/Text.idl b/offapi/com/sun/star/text/Text.idl index bf3b26d0f943..dd76fcdd80e1 100644 --- a/offapi/com/sun/star/text/Text.idl +++ b/offapi/com/sun/star/text/Text.idl @@ -111,7 +111,7 @@ published service Text <LI><P>boolean MergeLastPara </P></LI> <LI><P>[maybevoid] com::sun::star::text::XText RedlineText (maybevoid)</P></LI> <LI><P>com::sun::star::beans::PropertyValues RedlineSuccessorData - (contains the same properties except for the RedlineSuccessorData</P></LI> + (contains the same properties except for the RedlineSuccessorData)</P></LI> </UL> @see EndRedline */ @@ -132,7 +132,7 @@ published service Text <LI><P>boolean MergeLastPara </P></LI> <LI><P>[maybevoid] com::sun::star::text::XText RedlineText (maybevoid)</P></LI> <LI><P>com::sun::star::beans::PropertyValues RedlineSuccessorData - (contains the same properties except for the RedlineSuccessorData</P></LI> + (contains the same properties except for the RedlineSuccessorData)</P></LI> </UL> @see StartRedline */ |