summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurimas Fiseras <aurimas@gmail.com>2010-10-17 08:49:58 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-17 08:49:58 -0500
commit0f068e3e90cdfeff1773006331c8b44a4eb4ee70 (patch)
treea133f1cb0dea419946e49a97be5406041403c748
parent49131bc1a59557ed1b431661af7a4bd705e48736 (diff)
Fix typos in the documentation
-rw-r--r--offapi/com/sun/star/awt/AccessibleListBoxList.idl2
-rw-r--r--offapi/com/sun/star/awt/Command.idl4
-rw-r--r--offapi/com/sun/star/awt/FieldUnit.idl2
-rw-r--r--offapi/com/sun/star/awt/FocusEvent.idl2
-rw-r--r--offapi/com/sun/star/awt/FontFamily.idl4
-rw-r--r--offapi/com/sun/star/awt/ImageScaleMode.idl4
-rw-r--r--offapi/com/sun/star/awt/MenuItemType.idl2
-rw-r--r--offapi/com/sun/star/awt/RoadmapItem.idl10
-rw-r--r--offapi/com/sun/star/awt/SystemPointer.idl4
-rw-r--r--offapi/com/sun/star/awt/UnoControlComboBoxModel.idl2
-rw-r--r--offapi/com/sun/star/awt/UnoControlEditModel.idl4
-rw-r--r--offapi/com/sun/star/awt/UnoControlListBoxModel.idl8
-rw-r--r--offapi/com/sun/star/awt/VclWindowPeerAttribute.idl2
-rw-r--r--offapi/com/sun/star/awt/WindowAttribute.idl2
-rw-r--r--offapi/com/sun/star/awt/WindowEvent.idl4
-rw-r--r--offapi/com/sun/star/awt/XActivateListener.idl6
-rw-r--r--offapi/com/sun/star/awt/XBitmap.idl2
-rw-r--r--offapi/com/sun/star/awt/XCallback.idl2
-rw-r--r--offapi/com/sun/star/awt/XDialogProvider2.idl2
-rw-r--r--offapi/com/sun/star/awt/XDisplayConnection.idl6
-rw-r--r--offapi/com/sun/star/awt/XDockableWindowListener.idl2
-rw-r--r--offapi/com/sun/star/awt/XEventHandler.idl4
-rwxr-xr-xoffapi/com/sun/star/awt/XExtendedToolkit.idl10
-rw-r--r--offapi/com/sun/star/awt/XFont.idl2
-rw-r--r--offapi/com/sun/star/awt/XItemList.idl4
-rw-r--r--offapi/com/sun/star/awt/XItemListListener.idl2
-rw-r--r--offapi/com/sun/star/awt/XKeyHandler.idl4
-rw-r--r--offapi/com/sun/star/awt/XLayoutContainer.idl2
-rw-r--r--offapi/com/sun/star/awt/XLayoutFlow.idl2
-rw-r--r--offapi/com/sun/star/awt/XMessageBoxFactory.idl2
-rw-r--r--offapi/com/sun/star/awt/XPopupMenu.idl6
-rwxr-xr-xoffapi/com/sun/star/awt/XPopupMenuExtended.idl4
-rw-r--r--offapi/com/sun/star/awt/XRequestCallback.idl2
-rw-r--r--offapi/com/sun/star/awt/XScrollBar.idl2
-rw-r--r--offapi/com/sun/star/awt/XSimpleTabController.idl20
-rw-r--r--offapi/com/sun/star/awt/XSystemChildFactory.idl2
-rw-r--r--offapi/com/sun/star/awt/XSystemDependentMenuPeer.idl2
-rw-r--r--offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl6
-rw-r--r--offapi/com/sun/star/awt/XTextLayoutConstrains.idl2
-rw-r--r--offapi/com/sun/star/awt/XUserInputInterception.idl4
-rw-r--r--offapi/com/sun/star/awt/XView.idl2
41 files changed, 80 insertions, 80 deletions
diff --git a/offapi/com/sun/star/awt/AccessibleListBoxList.idl b/offapi/com/sun/star/awt/AccessibleListBoxList.idl
index 71c0cd8f5..2dfe53075 100644
--- a/offapi/com/sun/star/awt/AccessibleListBoxList.idl
+++ b/offapi/com/sun/star/awt/AccessibleListBoxList.idl
@@ -36,7 +36,7 @@
module com { module sun { module star { module awt {
/** Accessible list box lists are used by list boxes as container for
- the list items. In addtion of the simple container functionality of the
+ the list items. In addition of the simple container functionality of the
<type>AccessibleList</type> service the
<type scope="com::sun::star::accessibility">XAccessibleSelection</type> interface is supported.
diff --git a/offapi/com/sun/star/awt/Command.idl b/offapi/com/sun/star/awt/Command.idl
index bc72c7734..e9920e2ce 100644
--- a/offapi/com/sun/star/awt/Command.idl
+++ b/offapi/com/sun/star/awt/Command.idl
@@ -58,7 +58,7 @@ published constants Command
//-------------------------------------------------------------------------
- /** specifies the begining of an auto scroll operation.
+ /** specifies the beginning of an auto scroll operation.
*/
const short STARTAUTOSCROLL = 4;
@@ -118,7 +118,7 @@ published constants Command
//-------------------------------------------------------------------------
- /** specifies a hangual hanja conversion command.
+ /** specifies a Hangul hanja conversion command.
*/
const short HANGUL_HANJA_CONVERSION = 14;
diff --git a/offapi/com/sun/star/awt/FieldUnit.idl b/offapi/com/sun/star/awt/FieldUnit.idl
index 31e4d809c..a2d59579f 100644
--- a/offapi/com/sun/star/awt/FieldUnit.idl
+++ b/offapi/com/sun/star/awt/FieldUnit.idl
@@ -35,7 +35,7 @@
/** specifies attributes for the MetricField map units.
- <p><b>IMPORTANT:</b> These constands have to be disjunct with
+ <p><b>IMPORTANT:</b> These constants have to be disjunct with
constants in <type>util/MeasureUnit</type>.</p>
*/
constants FieldUnit
diff --git a/offapi/com/sun/star/awt/FocusEvent.idl b/offapi/com/sun/star/awt/FocusEvent.idl
index 23a8cde7a..45d1401e0 100644
--- a/offapi/com/sun/star/awt/FocusEvent.idl
+++ b/offapi/com/sun/star/awt/FocusEvent.idl
@@ -62,7 +62,7 @@ published struct FocusEvent: com::sun::star::lang::EventObject
{
//-------------------------------------------------------------------------
- /** specifies the reason for the focus change as an arithmentic-or
+ /** specifies the reason for the focus change as an arithmetic-or
combination of <type>FocusChangeReason</type>.
@see FocusChangeReason
diff --git a/offapi/com/sun/star/awt/FontFamily.idl b/offapi/com/sun/star/awt/FontFamily.idl
index 9045166e8..de64ee238 100644
--- a/offapi/com/sun/star/awt/FontFamily.idl
+++ b/offapi/com/sun/star/awt/FontFamily.idl
@@ -60,7 +60,7 @@ published constants FontFamily
//-------------------------------------------------------------------------
- /** specifies the family roman fonts (with serifes).
+ /** specifies the family roman fonts (with serifs).
*/
const short ROMAN = 3;
@@ -72,7 +72,7 @@ published constants FontFamily
//-------------------------------------------------------------------------
- /** specifies the family roman fonts (without serifes).
+ /** specifies the family roman fonts (without serifs).
*/
const short SWISS = 5;
diff --git a/offapi/com/sun/star/awt/ImageScaleMode.idl b/offapi/com/sun/star/awt/ImageScaleMode.idl
index af354db2c..ec6fe27b0 100644
--- a/offapi/com/sun/star/awt/ImageScaleMode.idl
+++ b/offapi/com/sun/star/awt/ImageScaleMode.idl
@@ -41,12 +41,12 @@ constants ImageScaleMode
*/
const short None = 0;
- /** specifies that the image should be scaled up or down to the size of the surrounding area isotropicly,
+ /** specifies that the image should be scaled up or down to the size of the surrounding area isotropically,
i.e. by keeping its aspect ratio.
*/
const short Isotropic = 1;
- /** specifies that the image should be scaled up or down to the size of the surrounding area anisotropicly.
+ /** specifies that the image should be scaled up or down to the size of the surrounding area anisotropically.
<p>The image will finally cover all of the surrounding area, but its dimensions might be distorted.</p>
*/
diff --git a/offapi/com/sun/star/awt/MenuItemType.idl b/offapi/com/sun/star/awt/MenuItemType.idl
index d90031e7c..78fe90d0b 100644
--- a/offapi/com/sun/star/awt/MenuItemType.idl
+++ b/offapi/com/sun/star/awt/MenuItemType.idl
@@ -39,7 +39,7 @@
*/
enum MenuItemType
{
- /** specifies that the menu item type is unkown.
+ /** specifies that the menu item type is unknown.
*/
DONTKNOW,
diff --git a/offapi/com/sun/star/awt/RoadmapItem.idl b/offapi/com/sun/star/awt/RoadmapItem.idl
index 62313a005..8471268ef 100644
--- a/offapi/com/sun/star/awt/RoadmapItem.idl
+++ b/offapi/com/sun/star/awt/RoadmapItem.idl
@@ -48,8 +48,8 @@ service RoadmapItem
*/
[property] short ID;
- /** The Label of the RoadmapItem does not include its Prefix that is auto
- * matically set after the following algorithm:
+ /** The Label of the RoadmapItem does not include its Prefix that is automatically
+ * set after the following algorithm:
* (Index + 1) + ". " + Label
*/
[property] string Label;
@@ -57,9 +57,9 @@ service RoadmapItem
/** When "Interactive" is true the RoadmapItem supports a certain "HyperLabel
* functionality":
- * Moving the Mousepointer over the RoadmapItem will change it to a Refhand and
- * underline the Label for the time the mousepointer resides over the RoadmapItem.
- * Clicking the mousepointer will then notify the Roadmap Container.
+ * Moving the mouse pointer over the RoadmapItem will change it to a Refhand and
+ * underline the Label for the time the mouse pointer resides over the RoadmapItem.
+ * Clicking with mouse pointer will then notify the Roadmap Container.
* The property Interactive" is readonly because it is adapted from the container of the
* RoadmapItem.
*/
diff --git a/offapi/com/sun/star/awt/SystemPointer.idl b/offapi/com/sun/star/awt/SystemPointer.idl
index 3dd584fd2..5fbe3d84b 100644
--- a/offapi/com/sun/star/awt/SystemPointer.idl
+++ b/offapi/com/sun/star/awt/SystemPointer.idl
@@ -52,7 +52,7 @@ published constants SystemPointer
//-------------------------------------------------------------------------
- /** specifies a waiting symbol as a mouse pointer (for example hourglas).
+ /** specifies a waiting symbol as a mouse pointer (for example hourglass).
*/
const long WAIT = 2;
@@ -191,7 +191,7 @@ published constants SystemPointer
//-------------------------------------------------------------------------
- /** specifies a mouse pointer which symbolizes horzizontal splitting.
+ /** specifies a mouse pointer which symbolizes horizontal splitting.
*/
const long HSPLIT = 23;
diff --git a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
index 2f766c3b4..2fe01dab3 100644
--- a/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlComboBoxModel.idl
@@ -227,7 +227,7 @@ published service UnoControlComboBoxModel
*/
[optional, property] short MouseWheelBehavior;
- /** allows mmanipulating the list of items in the combo box more fine-grained than the
+ /** allows manipulating the list of items in the combo box more fine-grained than the
<member>StringItemList</member> property.
*/
[optional] interface XItemList;
diff --git a/offapi/com/sun/star/awt/UnoControlEditModel.idl b/offapi/com/sun/star/awt/UnoControlEditModel.idl
index b507751f1..d819bf97b 100644
--- a/offapi/com/sun/star/awt/UnoControlEditModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlEditModel.idl
@@ -69,7 +69,7 @@ published service UnoControlEditModel
//-------------------------------------------------------------------------
- /** If set to true an horizontal scrollbar will be added automaticly
+ /** If set to true an horizontal scrollbar will be added automatically
when needed.
@since OOo 2.3.0
@@ -78,7 +78,7 @@ published service UnoControlEditModel
//-------------------------------------------------------------------------
- /** If set to true an vertical scrollbar will be added automaticly
+ /** If set to true an vertical scrollbar will be added automatically
when needed.
@since OOo 2.3.0
diff --git a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
index 4352ca033..c73197aef 100644
--- a/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
+++ b/offapi/com/sun/star/awt/UnoControlListBoxModel.idl
@@ -56,7 +56,7 @@ published service UnoControlListBoxModel
//-------------------------------------------------------------------------
- /** specifies the horiztontal alignment of the text in the control.
+ /** specifies the horizontal alignment of the text in the control.
<pre>
0: left
@@ -165,7 +165,7 @@ published service UnoControlListBoxModel
//-------------------------------------------------------------------------
- /** specifies the sequence of selected items, identfied by the position.
+ /** specifies the sequence of selected items, identified by the position.
*/
[property] sequence<short> SelectedItems;
@@ -205,13 +205,13 @@ published service UnoControlListBoxModel
/** 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>
*/
[optional, property] short MouseWheelBehavior;
- /** allows mmanipulating the list of items in the list box more fine-grained than the
+ /** allows manipulating the list of items in the list box more fine-grained than the
<member>StringItemList</member> property.
@since OOo 3.3
diff --git a/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl b/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
index e9c045430..22cad57c6 100644
--- a/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
+++ b/offapi/com/sun/star/awt/VclWindowPeerAttribute.idl
@@ -36,7 +36,7 @@
/** specifies attributes for the VCL window implementation.
- <p><b>IMPORTANT:</b> These constands have to be disjunct with
+ <p><b>IMPORTANT:</b> These constants have to be disjunct with
constants in <type>WindowAttribute</type>.</p>
@deprecated
diff --git a/offapi/com/sun/star/awt/WindowAttribute.idl b/offapi/com/sun/star/awt/WindowAttribute.idl
index c8dcdb6ee..dfa33fcfb 100644
--- a/offapi/com/sun/star/awt/WindowAttribute.idl
+++ b/offapi/com/sun/star/awt/WindowAttribute.idl
@@ -36,7 +36,7 @@
/** These values are used to specify the decorations of a window.
- <p><b>IMPORTANT:</b> These constands have to be disjunct with
+ <p><b>IMPORTANT:</b> These constants have to be disjunct with
constants in <type>VclWindowPeerAttribute</type>.</p>
*/
published constants WindowAttribute
diff --git a/offapi/com/sun/star/awt/WindowEvent.idl b/offapi/com/sun/star/awt/WindowEvent.idl
index 420435e14..a353dc067 100644
--- a/offapi/com/sun/star/awt/WindowEvent.idl
+++ b/offapi/com/sun/star/awt/WindowEvent.idl
@@ -80,7 +80,7 @@ published struct WindowEvent: com::sun::star::lang::EventObject
/** specifies the inset from the top.
<p>The inset is the distance between the outer and the inner window,
- that means the top inset is the heigt of the top border.</p>
+ that means the top inset is the height of the top border.</p>
*/
long TopInset;
@@ -98,7 +98,7 @@ published struct WindowEvent: com::sun::star::lang::EventObject
/** specifies the inset from the bottom.
<p>The inset is the distance between the outer and the inner window,
- that means the bottom inset is the heigt of the bottom border.</p>
+ that means the bottom inset is the height of the bottom border.</p>
*/
long BottomInset;
diff --git a/offapi/com/sun/star/awt/XActivateListener.idl b/offapi/com/sun/star/awt/XActivateListener.idl
index eb6e29e54..51880a010 100644
--- a/offapi/com/sun/star/awt/XActivateListener.idl
+++ b/offapi/com/sun/star/awt/XActivateListener.idl
@@ -53,7 +53,7 @@ published interface XActivateListener: com::sun::star::lang::XEventListener
/** is invoked when a window is activated.
- <p>A window is avtivated if a child or itself got the focus.</p>
+ <p>A window is activated if a child or itself got the focus.</p>
@see XFocusListener::focusGained
*/
@@ -61,9 +61,9 @@ published interface XActivateListener: com::sun::star::lang::XEventListener
//-------------------------------------------------------------------------
- /** is invoked when a window is de-activated.
+ /** is invoked when a window is deactivated.
- <p>A window is deavtivated if a child or itself lost the focus.</p>
+ <p>A window is deactivated if a child or itself lost the focus.</p>
@see XFocusListener::focusLost
*/
diff --git a/offapi/com/sun/star/awt/XBitmap.idl b/offapi/com/sun/star/awt/XBitmap.idl
index f6d8a52ee..467be2fd0 100644
--- a/offapi/com/sun/star/awt/XBitmap.idl
+++ b/offapi/com/sun/star/awt/XBitmap.idl
@@ -60,7 +60,7 @@ published interface XBitmap: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
- /** returns the transparence mask of the device independent bitmap.
+ /** returns the transparency mask of the device independent bitmap.
*/
sequence<byte> getMaskDIB();
diff --git a/offapi/com/sun/star/awt/XCallback.idl b/offapi/com/sun/star/awt/XCallback.idl
index 1af054b83..ce3bd7cb6 100644
--- a/offapi/com/sun/star/awt/XCallback.idl
+++ b/offapi/com/sun/star/awt/XCallback.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module awt {
//=============================================================================
-/** specifices an interface which can be used to call back
+/** specifies an interface which can be used to call back
an implementation
*/
interface XCallback
diff --git a/offapi/com/sun/star/awt/XDialogProvider2.idl b/offapi/com/sun/star/awt/XDialogProvider2.idl
index b06fa17f7..a8ce13c3e 100644
--- a/offapi/com/sun/star/awt/XDialogProvider2.idl
+++ b/offapi/com/sun/star/awt/XDialogProvider2.idl
@@ -115,7 +115,7 @@ interface XDialogProvider2 : ::com::sun::star::awt::XDialogProvider {
<p>The arguments accepted so far are
<ul><li><em>ParentWindow</em> - must be a component supporting the <type>XWindowPeer</type> interface,
- or a component supporting the <type>XControl</type> interfac, so an <code>XWindowPeer</code> can be
+ or a component supporting the <type>XControl</type> interface, so an <code>XWindowPeer</code> can be
obtained from it. The given window will be used as parent window for the to-be-created dialog.</li>
<li><em>EventHandler</em> - specifies a component handling events in the dialog. See
<member>createDialogWithHandler</member> for a detailed specification of dialog event handling.</li>
diff --git a/offapi/com/sun/star/awt/XDisplayConnection.idl b/offapi/com/sun/star/awt/XDisplayConnection.idl
index 6ed55312a..1e9f9113a 100644
--- a/offapi/com/sun/star/awt/XDisplayConnection.idl
+++ b/offapi/com/sun/star/awt/XDisplayConnection.idl
@@ -66,8 +66,8 @@ published interface XDisplayConnection: com::sun::star::uno::XInterface
/** removes a eventHandler from the handler list.
@param window
- the platform specific window id the handler should be deregistered for.
- If empty, the handler should be deregistered completly.
+ the platform specific window id the handler should be unregistered for.
+ If empty, the handler should be unregistered completely.
@param eventHandler
the handler to remove.
@@ -96,7 +96,7 @@ published interface XDisplayConnection: com::sun::star::uno::XInterface
/** returns a identifier.
- @returns a unique platform dependend identifier for a display connection.
+ @returns a unique platform dependent identifier for a display connection.
*/
any getIdentifier();
diff --git a/offapi/com/sun/star/awt/XDockableWindowListener.idl b/offapi/com/sun/star/awt/XDockableWindowListener.idl
index f8eff3361..371c4de96 100644
--- a/offapi/com/sun/star/awt/XDockableWindowListener.idl
+++ b/offapi/com/sun/star/awt/XDockableWindowListener.idl
@@ -107,7 +107,7 @@ interface XDockableWindowListener: com::sun::star::lang::XEventListener
//-------------------------------------------------------------------------
- /** is invoked when the window currently is in popupmode and wants to be undocked
+ /** is invoked when the window currently is in pop-up mode and wants to be undocked
or closed
*/
void endPopupMode( [in] com::sun::star::awt::EndPopupModeEvent e );
diff --git a/offapi/com/sun/star/awt/XEventHandler.idl b/offapi/com/sun/star/awt/XEventHandler.idl
index e63d3c809..116c52afa 100644
--- a/offapi/com/sun/star/awt/XEventHandler.idl
+++ b/offapi/com/sun/star/awt/XEventHandler.idl
@@ -47,13 +47,13 @@ published interface XEventHandler: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** requests the implementor of this interface to handle a platform
- dependend event.
+ dependent event.
@returns <TRUE/> if the event was handled properly and no further
handling should take place, <FALSE/> otherwise.
@param event
- the platform dependend event.
+ the platform dependent event.
*/
boolean handleEvent( [in] any event );
diff --git a/offapi/com/sun/star/awt/XExtendedToolkit.idl b/offapi/com/sun/star/awt/XExtendedToolkit.idl
index c2273a98e..bea7e879a 100755
--- a/offapi/com/sun/star/awt/XExtendedToolkit.idl
+++ b/offapi/com/sun/star/awt/XExtendedToolkit.idl
@@ -104,7 +104,7 @@ published interface XExtendedToolkit : ::com::sun::star::uno::XInterface
<member>getTopWindowCount()</member> and successive calls to this
function.
@param nIndex
- The index should be in the intervall from 0 up to but not
+ The index should be in the interval from 0 up to but not
including the number of top-level windows as returned by
<member>getTopWindowCount()</member>.
@return
@@ -127,7 +127,7 @@ published interface XExtendedToolkit : ::com::sun::star::uno::XInterface
/** Add a new listener that is called for events that involve <type
scope="::com::sun::star::awt">XTopWindow</type>s. After having
- obtained the current list of exisiting top-level windows you can
+ obtained the current list of existing top-level windows you can
keep this list up-to-date by listening to opened or closed top-level
windows. Wait for activations or deactivations of top-level windows
to keep track of the currently active frame.
@@ -145,7 +145,7 @@ published interface XExtendedToolkit : ::com::sun::star::uno::XInterface
/** Remove the specified listener from the list of listeners.
@param xListener
If the reference is empty then nothing will be changed. If the
- listener has been registered twice (or more) then all refrences
+ listener has been registered twice (or more) then all references
will be removed.
*/
[oneway] void removeTopWindowListener (
@@ -171,7 +171,7 @@ published interface XExtendedToolkit : ::com::sun::star::uno::XInterface
/** Remove the specified listener from the list of listeners.
@param xHandler
If the reference is empty then nothing will be changed. If the
- handler has been registered twice (or more) then all refrences
+ handler has been registered twice (or more) then all references
will be removed.
*/
[oneway] void removeKeyHandler (
@@ -197,7 +197,7 @@ published interface XExtendedToolkit : ::com::sun::star::uno::XInterface
/** Remove the specified listener from the list of listeners.
@param xListener
If the reference is empty then nothing will be changed. If the
- listener has been registered twice (or more) then all refrences
+ listener has been registered twice (or more) then all references
will be removed.
*/
[oneway] void removeFocusListener (
diff --git a/offapi/com/sun/star/awt/XFont.idl b/offapi/com/sun/star/awt/XFont.idl
index e9096bdc7..71a139ae7 100644
--- a/offapi/com/sun/star/awt/XFont.idl
+++ b/offapi/com/sun/star/awt/XFont.idl
@@ -46,7 +46,7 @@
//=============================================================================
-/** decribes a font on a specific device.
+/** describes a font on a specific device.
<p>All values are in pixels within this device.</p>
*/
diff --git a/offapi/com/sun/star/awt/XItemList.idl b/offapi/com/sun/star/awt/XItemList.idl
index 6419ea94d..17b683526 100644
--- a/offapi/com/sun/star/awt/XItemList.idl
+++ b/offapi/com/sun/star/awt/XItemList.idl
@@ -180,7 +180,7 @@ interface XItemList
)
raises ( ::com::sun::star::lang::IndexOutOfBoundsException );
- /** associates an implementation dependend value with the given list item.
+ /** associates an implementation dependent value with the given list item.
<p>You can use this to store data for an item which does not interfere with the displayed
text and image, but can be used by the client of the list box for an arbitrary purpose.</p>
@@ -246,7 +246,7 @@ interface XItemList
)
raises ( ::com::sun::star::lang::IndexOutOfBoundsException );
- /** retrieves the implementation dependend value associated with the given list item.
+ /** retrieves the implementation dependent value associated with the given list item.
@see setItemData
@param Position
diff --git a/offapi/com/sun/star/awt/XItemListListener.idl b/offapi/com/sun/star/awt/XItemListListener.idl
index d41d8b104..a7ec6fee8 100644
--- a/offapi/com/sun/star/awt/XItemListListener.idl
+++ b/offapi/com/sun/star/awt/XItemListListener.idl
@@ -65,7 +65,7 @@ interface XItemListListener : ::com::sun::star::lang::XEventListener
[in] ::com::sun::star::lang::EventObject Event
);
- /** is called when the changes to the item list which occured are too complex to be notified
+ /** is called when the changes to the item list which occurred are too complex to be notified
in single events.
<p>Consumers of this event should discard their cached information about the current item list,
diff --git a/offapi/com/sun/star/awt/XKeyHandler.idl b/offapi/com/sun/star/awt/XKeyHandler.idl
index 6f292a4a0..aff32301e 100644
--- a/offapi/com/sun/star/awt/XKeyHandler.idl
+++ b/offapi/com/sun/star/awt/XKeyHandler.idl
@@ -61,7 +61,7 @@ published interface XKeyHandler : ::com::sun::star::lang::XEventListener
when known, with that of other handlers.</p>
<p>Consuming this event does not prevent the pending key-release
- event from beeing broadcasted.</p>
+ event from being broadcasted.</p>
@param aEvent
The key event informs about the pressed key.
@@ -81,7 +81,7 @@ published interface XKeyHandler : ::com::sun::star::lang::XEventListener
handling by the broadcaster will take place.
<p>Consume the event if the action performed by the implementation
- is mutualy exclusive with the default action of the broadcaster or,
+ is mutually exclusive with the default action of the broadcaster or,
when known, with that of other handlers.</p>
@param aEvent
diff --git a/offapi/com/sun/star/awt/XLayoutContainer.idl b/offapi/com/sun/star/awt/XLayoutContainer.idl
index edee6681a..fbe890143 100644
--- a/offapi/com/sun/star/awt/XLayoutContainer.idl
+++ b/offapi/com/sun/star/awt/XLayoutContainer.idl
@@ -54,7 +54,7 @@ interface XLayoutContainer: com::sun::star::container::XChild
com::sun::star::beans::XPropertySet getChildProperties(
[in] com::sun::star::awt::XLayoutConstrains Child );
- /** Set at initilization, this object should be notified when a containers state
+ /** Set at initialization, this object should be notified when a containers state
changes, that may affect its size, to queue a layout re-calculation. */
void setLayoutUnit( [in] com::sun::star::awt::XLayoutUnit Unit );
diff --git a/offapi/com/sun/star/awt/XLayoutFlow.idl b/offapi/com/sun/star/awt/XLayoutFlow.idl
index b059d13bf..da7fb00d4 100644
--- a/offapi/com/sun/star/awt/XLayoutFlow.idl
+++ b/offapi/com/sun/star/awt/XLayoutFlow.idl
@@ -9,7 +9,7 @@ module com { module sun { module star { module awt {
//=============================================================================
-/** Enables height-for-width layout negociations, which allows for label wrapping
+/** Enables height-for-width layout negotiations, which allows for label wrapping
and flow containers. Can be implemented by either a container or an ordinary widget;
whether its parent will honor it is another story, so keep implementing
getMinimumSize().
diff --git a/offapi/com/sun/star/awt/XMessageBoxFactory.idl b/offapi/com/sun/star/awt/XMessageBoxFactory.idl
index 39df3bef8..f06ba27b8 100644
--- a/offapi/com/sun/star/awt/XMessageBoxFactory.idl
+++ b/offapi/com/sun/star/awt/XMessageBoxFactory.idl
@@ -89,7 +89,7 @@ published interface XMessageBoxFactory : com::sun::star::uno::XInterface
specifies which buttons should be available on the
message box. A combination of
<type scope="com::sun::star::awt">MessageBoxButtons</type>. An <b>infobox</b>
- ignores this paramter and always use button "OK".
+ ignores this parameter and always use button "OK".
@param aTitle
specifies the title of the message box.
diff --git a/offapi/com/sun/star/awt/XPopupMenu.idl b/offapi/com/sun/star/awt/XPopupMenu.idl
index 569e9704d..b92b17596 100644
--- a/offapi/com/sun/star/awt/XPopupMenu.idl
+++ b/offapi/com/sun/star/awt/XPopupMenu.idl
@@ -43,7 +43,7 @@
//=============================================================================
-/** controls a popup menu.
+/** controls a pop-up menu.
*/
published interface XPopupMenu: XMenu
{
@@ -80,8 +80,8 @@ published interface XPopupMenu: XMenu
//-------------------------------------------------------------------------
- /** executes the popup menu and returns the selected item
- or <code>0</code>, if cancelled.
+ /** executes the pop-up menu and returns the selected item
+ or <code>0</code>, if canceled.
*/
short execute( [in] XWindowPeer Parent,
[in] Rectangle Area,
diff --git a/offapi/com/sun/star/awt/XPopupMenuExtended.idl b/offapi/com/sun/star/awt/XPopupMenuExtended.idl
index 5aff7c680..ead6591ef 100755
--- a/offapi/com/sun/star/awt/XPopupMenuExtended.idl
+++ b/offapi/com/sun/star/awt/XPopupMenuExtended.idl
@@ -139,9 +139,9 @@ interface XPopupMenuExtended
/** sets the <type>KeyEvent</type> for the menu item.
<p>The <type>KeyEvent</type> is <b>only</b> used as a container to transport
- the shortcut information, this methods only draws the text corresponding to
+ the shortcut information, this method only draws the text corresponding to
this keyboard shortcut. The client code is responsible for listening to
- keyboard events (typicaly done via <type>XUserInputInterception</type>),
+ keyboard events (typically done via <type>XUserInputInterception</type>),
and dispatch the respective command.</p>
@param nItemId
diff --git a/offapi/com/sun/star/awt/XRequestCallback.idl b/offapi/com/sun/star/awt/XRequestCallback.idl
index 6d112cd6c..65d688d45 100644
--- a/offapi/com/sun/star/awt/XRequestCallback.idl
+++ b/offapi/com/sun/star/awt/XRequestCallback.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module awt {
//=============================================================================
-/** specifices an interface which can be used to call back
+/** specifies an interface which can be used to call back
an implementation
*/
interface XRequestCallback
diff --git a/offapi/com/sun/star/awt/XScrollBar.idl b/offapi/com/sun/star/awt/XScrollBar.idl
index 23e7d1480..83c1a67b3 100644
--- a/offapi/com/sun/star/awt/XScrollBar.idl
+++ b/offapi/com/sun/star/awt/XScrollBar.idl
@@ -68,7 +68,7 @@ published interface XScrollBar: com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** sets the scroll value, visible area and maximum scroll value
- of the scoll bar.
+ of the scroll bar.
*/
[oneway] void setValues( [in] long nValue,
[in] long nVisible,
diff --git a/offapi/com/sun/star/awt/XSimpleTabController.idl b/offapi/com/sun/star/awt/XSimpleTabController.idl
index bd8ec40c4..04a0bd364 100644
--- a/offapi/com/sun/star/awt/XSimpleTabController.idl
+++ b/offapi/com/sun/star/awt/XSimpleTabController.idl
@@ -56,7 +56,7 @@ interface XSimpleTabController : com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
/** create a new tab and return an unique ID,
- which can be used further to adress this tab by using other methods
+ which can be used further to address this tab by using other methods
of this interface.
@return [long
@@ -71,7 +71,7 @@ interface XSimpleTabController : com::sun::star::uno::XInterface
the ID of the tab, which should be removed.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
- if the specified ID isnt used inside this tab controller.
+ if the specified ID isn't used inside this tab controller.
*/
void removeTab( [in] long ID )
raises( com::sun::star::lang::IndexOutOfBoundsException );
@@ -106,7 +106,7 @@ interface XSimpleTabController : com::sun::star::uno::XInterface
the ID of the tab, which should be changed.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
- if the specified ID isnt used inside this tab controller.
+ if the specified ID isn't used inside this tab controller.
*/
void setTabProps( [in] long ID ,
[in] sequence< com::sun::star::beans::NamedValue > Properties )
@@ -119,7 +119,7 @@ interface XSimpleTabController : com::sun::star::uno::XInterface
the ID of the tab.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
- if the specified ID isnt used inside this tab controller.
+ if the specified ID isn't used inside this tab controller.
*/
sequence< com::sun::star::beans::NamedValue > getTabProps( [in] long ID )
raises( com::sun::star::lang::IndexOutOfBoundsException );
@@ -128,14 +128,14 @@ interface XSimpleTabController : com::sun::star::uno::XInterface
/** activate the specified tab.
@descr The new tab will be activated and all listener will get an event describing this.
- Of course there will be an event too, which notify's listener about the deactivation
+ Of course there will be an event too, which notifies listener about the deactivation
of the last active tab.
@param ID
the ID of the new active tab.
@throws ::com::sun::star::lang::IndexOutOfBoundsException
- if the specified ID isnt used inside this tab controller.
+ if the specified ID isn't used inside this tab controller.
*/
void activateTab( [in] long ID )
raises( com::sun::star::lang::IndexOutOfBoundsException );
@@ -149,18 +149,18 @@ interface XSimpleTabController : com::sun::star::uno::XInterface
long getActiveTabID();
//-------------------------------------------------------------------------
- /** register listener for inserting/removing tab's and changing her properties.
+ /** register listener for inserting/removing tabs and changing their properties.
@param Listener
- the listener for registration.
+ the listener to register.
*/
void addTabListener( [in] XTabListener Listener );
//-------------------------------------------------------------------------
- /** deregister listener for inserting/removing tab's and changing her properties.
+ /** unregister listener for inserting/removing tabs and changing their properties.
@param Listener
- the listener for deregistration.
+ the listener to unregister.
*/
void removeTabListener( [in] XTabListener Listener );
};
diff --git a/offapi/com/sun/star/awt/XSystemChildFactory.idl b/offapi/com/sun/star/awt/XSystemChildFactory.idl
index e2241fd9a..f9ac89025 100644
--- a/offapi/com/sun/star/awt/XSystemChildFactory.idl
+++ b/offapi/com/sun/star/awt/XSystemChildFactory.idl
@@ -53,7 +53,7 @@ published interface XSystemChildFactory : com::sun::star::uno::XInterface
the created window.
@param Parent
- a sytem-specific handle to a window.
+ a system-specific handle to a window.
<p>You must check the machine ID and the process ID.<BR>
WIN32: HWND.<BR>
diff --git a/offapi/com/sun/star/awt/XSystemDependentMenuPeer.idl b/offapi/com/sun/star/awt/XSystemDependentMenuPeer.idl
index 172d67c2c..77decad4b 100644
--- a/offapi/com/sun/star/awt/XSystemDependentMenuPeer.idl
+++ b/offapi/com/sun/star/awt/XSystemDependentMenuPeer.idl
@@ -51,7 +51,7 @@ interface XSystemDependentMenuPeer: com::sun::star::uno::XInterface
/** returns a system-specific window handle.
@returns
- a sytem-specific handle to a menu
+ a system-specific handle to a menu
or 0 if the menu is not in the same process.
<p>You must check the machine ID and the process ID.<BR>
diff --git a/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl b/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl
index 1074ab38e..71d3f086f 100644
--- a/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl
+++ b/offapi/com/sun/star/awt/XSystemDependentWindowPeer.idl
@@ -50,9 +50,9 @@ published interface XSystemDependentWindowPeer: com::sun::star::uno::XInterface
/** returns a system-specific window handle.
- @returns
- a sytem-specific handle to a window
- or 0 if the window is not in the same process.
+ @returns
+ a system-specific handle to a window
+ or 0 if the window is not in the same process.
<p>You must check the machine ID and the process ID.<BR>
WIN32: Returns an HWND if possible, otherwise 0.<BR>
diff --git a/offapi/com/sun/star/awt/XTextLayoutConstrains.idl b/offapi/com/sun/star/awt/XTextLayoutConstrains.idl
index 8e86f615c..6eccbacab 100644
--- a/offapi/com/sun/star/awt/XTextLayoutConstrains.idl
+++ b/offapi/com/sun/star/awt/XTextLayoutConstrains.idl
@@ -42,7 +42,7 @@
//=============================================================================
-/** specifies the layout contstraints for a text field.
+/** specifies the layout constraints for a text field.
*/
published interface XTextLayoutConstrains: com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/awt/XUserInputInterception.idl b/offapi/com/sun/star/awt/XUserInputInterception.idl
index 964b5ced6..cfecff9d9 100644
--- a/offapi/com/sun/star/awt/XUserInputInterception.idl
+++ b/offapi/com/sun/star/awt/XUserInputInterception.idl
@@ -66,7 +66,7 @@ published interface XUserInputInterception : ::com::sun::star::uno::XInterface
/** Remove the specified listener from the list of listeners.
@param xHandler
If the reference is empty then nothing will be changed. If the
- handler has been registered twice (or more) then all refrences
+ handler has been registered twice (or more) then all references
will be removed.
*/
[oneway] void removeKeyHandler (
@@ -88,7 +88,7 @@ published interface XUserInputInterception : ::com::sun::star::uno::XInterface
/** Remove the specified listener from the list of listeners.
@param xHandler
If the reference is empty then nothing will be changed. If the
- handler has been registered twice (or more) then all refrences
+ handler has been registered twice (or more) then all references
will be removed.
*/
[oneway] void removeMouseClickHandler (
diff --git a/offapi/com/sun/star/awt/XView.idl b/offapi/com/sun/star/awt/XView.idl
index 92a986461..3cbb9c5b6 100644
--- a/offapi/com/sun/star/awt/XView.idl
+++ b/offapi/com/sun/star/awt/XView.idl
@@ -46,7 +46,7 @@
//=============================================================================
-/** makes it possible to attach an oputput device to the object.
+/** makes it possible to attach an output device to the object.
<p>This kind of object is called view-object.</p>
*/