From 5c0a22ab34a1ce0a7d1bd66e82d82f8bc6caaeec Mon Sep 17 00:00:00 2001 From: Aurimas FiĊĦeras Date: Sat, 22 Jan 2011 13:23:30 +0200 Subject: Some fixes to documentation (part 2) 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. --- offapi/com/sun/star/frame/CommandGroup.idl | 2 +- offapi/com/sun/star/frame/Components.idl | 2 +- offapi/com/sun/star/frame/ContentHandler.idl | 2 +- .../com/sun/star/frame/ContentHandlerFactory.idl | 2 +- offapi/com/sun/star/frame/ControlEvent.idl | 2 +- offapi/com/sun/star/frame/Controller.idl | 2 +- offapi/com/sun/star/frame/Desktop.idl | 6 +- offapi/com/sun/star/frame/DispatchDescriptor.idl | 6 +- offapi/com/sun/star/frame/DispatchHelper.idl | 2 +- offapi/com/sun/star/frame/DispatchProvider.idl | 2 +- offapi/com/sun/star/frame/DispatchRecorder.idl | 2 +- .../sun/star/frame/DispatchRecorderSupplier.idl | 4 +- offapi/com/sun/star/frame/DispatchResultEvent.idl | 4 +- offapi/com/sun/star/frame/Frame.idl | 12 ++-- offapi/com/sun/star/frame/FrameAction.idl | 4 +- offapi/com/sun/star/frame/FrameControl.idl | 2 +- offapi/com/sun/star/frame/FrameLoader.idl | 4 +- offapi/com/sun/star/frame/FrameLoaderFactory.idl | 10 +-- offapi/com/sun/star/frame/FrameSearchFlag.idl | 8 +-- .../sun/star/frame/MediaTypeDetectionHelper.idl | 2 +- offapi/com/sun/star/frame/ModuleManager.idl | 2 +- offapi/com/sun/star/frame/PopupMenuController.idl | 38 +++++----- .../sun/star/frame/PopupMenuControllerFactory.idl | 18 ++--- offapi/com/sun/star/frame/ProtocolHandler.idl | 10 +-- offapi/com/sun/star/frame/SessionManager.idl | 2 +- offapi/com/sun/star/frame/StatusbarController.idl | 4 +- .../com/sun/star/frame/SynchronousFrameLoader.idl | 4 +- offapi/com/sun/star/frame/TemplateAccess.idl | 2 +- .../sun/star/frame/TerminationVetoException.idl | 2 +- offapi/com/sun/star/frame/ToolbarController.idl | 4 +- offapi/com/sun/star/frame/XComponentLoader.idl | 2 +- .../star/frame/XControlNotificationListener.idl | 4 +- offapi/com/sun/star/frame/XController2.idl | 2 +- offapi/com/sun/star/frame/XDesktop.idl | 4 +- offapi/com/sun/star/frame/XDispatch.idl | 6 +- .../star/frame/XDispatchProviderInterception.idl | 4 +- offapi/com/sun/star/frame/XDispatchRecorder.idl | 2 +- .../sun/star/frame/XDispatchRecorderSupplier.idl | 10 +-- offapi/com/sun/star/frame/XDocumentTemplates.idl | 18 ++--- offapi/com/sun/star/frame/XFrame.idl | 14 ++-- offapi/com/sun/star/frame/XFrameLoader.idl | 4 +- offapi/com/sun/star/frame/XInterceptorInfo.idl | 6 +- offapi/com/sun/star/frame/XLayoutManager.idl | 84 +++++++++++----------- .../com/sun/star/frame/XLayoutManagerListener.idl | 2 +- offapi/com/sun/star/frame/XLoadEventListener.idl | 2 +- offapi/com/sun/star/frame/XModel.idl | 6 +- offapi/com/sun/star/frame/XModel2.idl | 2 +- offapi/com/sun/star/frame/XModule.idl | 2 +- offapi/com/sun/star/frame/XModuleManager.idl | 6 +- offapi/com/sun/star/frame/XPopupMenuController.idl | 24 +++---- offapi/com/sun/star/frame/XRecordableDispatch.idl | 6 +- offapi/com/sun/star/frame/XStatusbarController.idl | 2 +- offapi/com/sun/star/frame/XStorable2.idl | 4 +- offapi/com/sun/star/frame/XSynchronousDispatch.idl | 2 +- .../com/sun/star/frame/XSynchronousFrameLoader.idl | 2 +- offapi/com/sun/star/frame/XTerminateListener2.idl | 14 ++-- offapi/com/sun/star/frame/XToolbarController.idl | 4 +- .../sun/star/frame/XUIControllerRegistration.idl | 4 +- offapi/com/sun/star/frame/XUntitledNumbers.idl | 12 ++-- .../com/sun/star/frame/status/ClipboardFormats.idl | 2 +- 60 files changed, 211 insertions(+), 211 deletions(-) (limited to 'offapi/com/sun/star/frame') diff --git a/offapi/com/sun/star/frame/CommandGroup.idl b/offapi/com/sun/star/frame/CommandGroup.idl index d8058379922e..21b47df9a522 100644 --- a/offapi/com/sun/star/frame/CommandGroup.idl +++ b/offapi/com/sun/star/frame/CommandGroup.idl @@ -42,7 +42,7 @@ module com { module sun { module star { module frame { published constants CommandGroup { //------------------------------------------------------------------------- - /** specifies interal commands. + /** specifies internal commands. */ const short INTERNAL = 0; diff --git a/offapi/com/sun/star/frame/Components.idl b/offapi/com/sun/star/frame/Components.idl index 705ad4364d73..f265161053c8 100644 --- a/offapi/com/sun/star/frame/Components.idl +++ b/offapi/com/sun/star/frame/Components.idl @@ -49,7 +49,7 @@ module com { module sun { module star { module frame { published service Components { //------------------------------------------------------------------------- - /** use it to get snapshot of current avaliable components as an enumeration + /** use it to get snapshot of current available components as an enumeration */ interface com::sun::star::container::XEnumerationAccess; }; diff --git a/offapi/com/sun/star/frame/ContentHandler.idl b/offapi/com/sun/star/frame/ContentHandler.idl index ad30ccab2108..3a4655d40391 100644 --- a/offapi/com/sun/star/frame/ContentHandler.idl +++ b/offapi/com/sun/star/frame/ContentHandler.idl @@ -55,7 +55,7 @@ published service ContentHandler

Base interface of XNotifyingDispatch is XDispatch - and can be called for requests if result isn't neccessary for dispatch operation. + and can be called for requests if result isn't necessary for dispatch operation.

@see XDispatch diff --git a/offapi/com/sun/star/frame/ContentHandlerFactory.idl b/offapi/com/sun/star/frame/ContentHandlerFactory.idl index 7fb08ba7aa13..dab4a6a6f0c1 100644 --- a/offapi/com/sun/star/frame/ContentHandlerFactory.idl +++ b/offapi/com/sun/star/frame/ContentHandlerFactory.idl @@ -62,7 +62,7 @@ published service ContentHandlerFactory

Returned objects must support the service specification of a ContentHandler. - They can be created by using of his internal name, which must be unambigous everytime, only. + They can be created by using of his internal name, which must be unambiguous everytime, only. To get this name use further specified interfaces of this factory for access on the flat configuration.

diff --git a/offapi/com/sun/star/frame/ControlEvent.idl b/offapi/com/sun/star/frame/ControlEvent.idl index 35e63779f076..b6fa0198e1e4 100644 --- a/offapi/com/sun/star/frame/ControlEvent.idl +++ b/offapi/com/sun/star/frame/ControlEvent.idl @@ -62,7 +62,7 @@ struct ControlEvent /** specifies a sequence of named values which are used as additional values for the event. The number and types of - named values depent on the event. + named values depend on the event. */ sequence< com::sun::star::beans::NamedValue > aInformation; }; diff --git a/offapi/com/sun/star/frame/Controller.idl b/offapi/com/sun/star/frame/Controller.idl index 5371d3c331e0..53fd6e6951b1 100644 --- a/offapi/com/sun/star/frame/Controller.idl +++ b/offapi/com/sun/star/frame/Controller.idl @@ -98,7 +98,7 @@ published service Controller //------------------------------------------------------------------------- /** this interface enables the controller to get interceptors registered that - change context menue or prevent them from beeing executed + change context menus or prevent them from being executed

Don't mix it with XDispatchProviderInterception which diff --git a/offapi/com/sun/star/frame/Desktop.idl b/offapi/com/sun/star/frame/Desktop.idl index f7a92ca25df0..96a1c8fb07b4 100644 --- a/offapi/com/sun/star/frame/Desktop.idl +++ b/offapi/com/sun/star/frame/Desktop.idl @@ -64,12 +64,12 @@ published service Desktop { //------------------------------------------------------------------------- - /** make it possible to be the global root of different seperated frame trees + /** make it possible to be the global root of different separated frame trees

It's not a must for a frame (neither a frame tree) to be a part of this global tree. But such outstanding frames won't be accessible by the normal - frame api. + frame API.

*/ service Frame; @@ -81,7 +81,7 @@ published service Desktop interface XDesktop; //------------------------------------------------------------------------- - /** supports simple api for loading components into the frame environment + /** supports simple API for loading components into the frame environment */ interface XComponentLoader; diff --git a/offapi/com/sun/star/frame/DispatchDescriptor.idl b/offapi/com/sun/star/frame/DispatchDescriptor.idl index f3b3867695f3..71b3ae345a6a 100644 --- a/offapi/com/sun/star/frame/DispatchDescriptor.idl +++ b/offapi/com/sun/star/frame/DispatchDescriptor.idl @@ -41,9 +41,9 @@ has to be loaded into a specified frame

- For a normal dispatch calls all needed parameters are seperated. + For a normal dispatch calls all needed parameters are separated. For optimized remote functionality XDispatch::queryDispatches() - it's neccessary to pack these parameters in a flat structure wich can be used + it's necessary to pack these parameters in a flat structure which can be used in a simple manner.

@@ -67,7 +67,7 @@ published struct DispatchDescriptor /** name of the target frame

- Special targets (e.g. "_blank", "_self") or realy existing target names can be used. + Special targets (e.g. "_blank", "_self") or really existing target names can be used.

@see XDispatchProvider::queryDispatch() diff --git a/offapi/com/sun/star/frame/DispatchHelper.idl b/offapi/com/sun/star/frame/DispatchHelper.idl index 088a113d1fc0..973b08628e44 100644 --- a/offapi/com/sun/star/frame/DispatchHelper.idl +++ b/offapi/com/sun/star/frame/DispatchHelper.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module frame { /** provides an easy way to dispatch an URL using one call instead of multiple ones.

- Normaly a complete dispatch is splitted into different parts: + Normally a complete dispatch is split into different parts: - converting and parsing the URL - searching for a valid dispatch object available on a dispatch provider - dispatching of the URL and it's parameters diff --git a/offapi/com/sun/star/frame/DispatchProvider.idl b/offapi/com/sun/star/frame/DispatchProvider.idl index 0eb061d54971..5ec66602055e 100644 --- a/offapi/com/sun/star/frame/DispatchProvider.idl +++ b/offapi/com/sun/star/frame/DispatchProvider.idl @@ -61,7 +61,7 @@ published service DispatchProvider

Base interface of XNotifyingDispatch is XDispatch - and can be called for requests if result isn't neccessary for dispatch operation. + and can be called for requests if result isn't necessary for dispatch operation.

@see XDispatch diff --git a/offapi/com/sun/star/frame/DispatchRecorder.idl b/offapi/com/sun/star/frame/DispatchRecorder.idl index 276d332e45a4..b41cd52367d4 100644 --- a/offapi/com/sun/star/frame/DispatchRecorder.idl +++ b/offapi/com/sun/star/frame/DispatchRecorder.idl @@ -43,7 +43,7 @@ /** provides functionality to record XDispatch::dispatch() requests

- It records all neccessary parameters of a call XDispatch::dispatch() + It records all necessary parameters of a call XDispatch::dispatch() and generate code which can be executed at later time to run same operations again. Which code will be generated depends from real implementation. So it's possible to generate e.g. Java/Basic or may Perl code. diff --git a/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl b/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl index 7dec99011b17..cf5624cfe3fb 100644 --- a/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl +++ b/offapi/com/sun/star/frame/DispatchRecorderSupplier.idl @@ -40,8 +40,8 @@

This supplier regulate macro recording of XDispatch::dispatch() - calls. For that it capsulate a reference to a DispatchRecorder. - Such recorder is used internaly and can be used externaly too. + calls. For that it encapsulates a reference to a DispatchRecorder. + Such recorder is used internally and can be used externally too. A supplier will be available on a Frame if recording was enabled, otherwise not. A frame supports a special property for that. This modular concept of recorder, supplier and frame makes it possible to diff --git a/offapi/com/sun/star/frame/DispatchResultEvent.idl b/offapi/com/sun/star/frame/DispatchResultEvent.idl index c295f517b446..467342211894 100644 --- a/offapi/com/sun/star/frame/DispatchResultEvent.idl +++ b/offapi/com/sun/star/frame/DispatchResultEvent.idl @@ -44,10 +44,10 @@ /** contains the result of the dispatch action, if State is set to SUCCESS

- The type of the result is dispatch action dependend. The member State + The type of the result is dispatch action dependent. The member State can be set to one of the values defined in DispatchResultState. If State is set to DispatchResultState::FAILURE, Result may - specify the reason (or is empty). The type is also dispatch action dependend. + specify the reason (or is empty). The type is also dispatch action dependent. If State is set to DispatchResultState::DONTKNOW, Result is empty.

diff --git a/offapi/com/sun/star/frame/Frame.idl b/offapi/com/sun/star/frame/Frame.idl index 2111775c9948..c9b9041230bd 100644 --- a/offapi/com/sun/star/frame/Frame.idl +++ b/offapi/com/sun/star/frame/Frame.idl @@ -71,9 +71,9 @@ /** represents the environment for a desktop component

- Frames are the anchors for the office components and they are the components' link - to the outside world. They create a skeleton for the whole office api infrastructure - by building frame hierarchys. These hierarchies contains all currently loaded + Frames are the anchors for the office components and they are the component's link + to the outside world. They create a skeleton for the whole office API infrastructure + by building frame hierarchies. These hierarchies contains all currently loaded documents and make it possible to walk during these trees. A special service Desktop can(!) combine different of such trees to a global one which life time will be controlled by it. @@ -135,7 +135,7 @@ published service Frame /** supports interception mechanism for dispatched URLs

- Registered objects can intercept, supress or deroute dispatched URLs. + Registered objects can intercept, suppress or reroute dispatched URLs. If they support another interface too (XInterceptorInfo) it's possible to perform it by directly calling of right interceptor without using list of all registered ones. @@ -174,7 +174,7 @@ published service Frame The supplier contains a dispatch recorder and provide the functionality to use it for any dispatch object from outside which supports the interface XDispatch. A supplier is available only, if recording was enabled. - That means: if somewhere whish to enable recoding on a frame he must set + That means: if someone wishes to enable recoding on a frame he must set a supplier with a recorder object inside of it. Every user of dispatches has to check then if such supplier is available at this frame property. If value of this property is he must call XDispatch::dispatch() @@ -185,7 +185,7 @@ published service Frame

Note:
- It's not recommended to cache an already getted supplier. Because there exist + It's not recommended to cache an already gotten supplier. Because there exist no possibility to check for enabled/disabled recording then.

diff --git a/offapi/com/sun/star/frame/FrameAction.idl b/offapi/com/sun/star/frame/FrameAction.idl index e3249900095e..7e12a0db4fd3 100644 --- a/offapi/com/sun/star/frame/FrameAction.idl +++ b/offapi/com/sun/star/frame/FrameAction.idl @@ -37,7 +37,7 @@ of the desktop

- Interest listener can get informations about loaded/realoed or unloaded + Interest listener can get informations about loaded/reloaded or unloaded components into a Frame.

@@ -92,7 +92,7 @@ published enum FrameAction activated

- Activations are broacast from the top component which was + Activations are broadcast from the top component which was not active before, down to the inner most component.

diff --git a/offapi/com/sun/star/frame/FrameControl.idl b/offapi/com/sun/star/frame/FrameControl.idl index d05819970559..54ccbcb888b4 100644 --- a/offapi/com/sun/star/frame/FrameControl.idl +++ b/offapi/com/sun/star/frame/FrameControl.idl @@ -45,7 +45,7 @@

If the control is visible and has a valid (loadable) component URL, then the FrameControl::Frame property is set. - Normaly this control can be used for preview functionality inside + Normally this control can be used for preview functionality inside any UI.

*/ diff --git a/offapi/com/sun/star/frame/FrameLoader.idl b/offapi/com/sun/star/frame/FrameLoader.idl index 3ba240608dbf..3baa26e5e8d6 100644 --- a/offapi/com/sun/star/frame/FrameLoader.idl +++ b/offapi/com/sun/star/frame/FrameLoader.idl @@ -70,7 +70,7 @@ published service FrameLoader

Concrete implementations should use it to get her own configuration data directly after creation by the FrameLoaderFactory. - Otherwhise they must use normal configuration api to do so. + Otherwise they must use normal configuration API to do so.

*/ [optional] interface com::sun::star::lang::XInitialization; @@ -86,7 +86,7 @@ published service FrameLoader can be used on service FrameLoaderFactory to get further informations about this loader. Setting of this name by calling XNamed::setName() must be forwarded to same factory service. He should decide, if it's allowed or not. - The reason: prevent code against name ambigities. + The reason: prevent code against name ambiguities.

*/ [optional] interface com::sun::star::container::XNamed; diff --git a/offapi/com/sun/star/frame/FrameLoaderFactory.idl b/offapi/com/sun/star/frame/FrameLoaderFactory.idl index 1866f286d2cf..98bc7f16b9f0 100644 --- a/offapi/com/sun/star/frame/FrameLoaderFactory.idl +++ b/offapi/com/sun/star/frame/FrameLoaderFactory.idl @@ -49,9 +49,9 @@ module com { module sun { module star { module frame {

With this factory it's possible to

*/ @@ -62,9 +62,9 @@ published service FrameLoaderFactory

Returned objects must support the service specification of a FrameLoader - or SynchronousFrameLoader. (Note: last one will be prefered if both ones + or SynchronousFrameLoader. (Note: last one will be preferred if both ones are available) - They can be created by using of his internal name, which must be unambigous everytime, only. + They can be created by using of his internal name, which must be unambiguous everytime, only. To get this name use further specified interfaces of this factory for access on the flat configuration.

diff --git a/offapi/com/sun/star/frame/FrameSearchFlag.idl b/offapi/com/sun/star/frame/FrameSearchFlag.idl index ac3acee82f7e..8b1f249d0cd9 100644 --- a/offapi/com/sun/star/frame/FrameSearchFlag.idl +++ b/offapi/com/sun/star/frame/FrameSearchFlag.idl @@ -74,7 +74,7 @@ published constants FrameSearchFlag /** includes all child frames of the start frame

- Note: That means all direct children and of course her childrens too. + Note: That means all direct children and of course her children too. Search doesn't stop at the next level inside the tree!

*/ @@ -89,7 +89,7 @@ published constants FrameSearchFlag /** includes the direct siblings of the start frame

- Normaly it's interpreted as search on the direct childs of the parent + Normally it's interpreted as search on the direct children of the parent only. But in combination with e.g. the CHILDREN flag it can include all children of it too.

@@ -102,9 +102,9 @@ published constants FrameSearchFlag

If this flag isn't present, any search from bottom to top has to stop, if a top frame will be reached. It doesn't influence a search from top to bottom. - But it can be used at the root of the frame tree to search on direct childrens of it only. + But it can be used at the root of the frame tree to search on direct children of it only. Because the direct children of the root node are the root's of the task sub trees, which - are top frames too. Instead of using the CHILDREN flag there, it's possible so to supress + are top frames too. Instead of using the CHILDREN flag there, it's possible so to suppress a deeper search so.

*/ diff --git a/offapi/com/sun/star/frame/MediaTypeDetectionHelper.idl b/offapi/com/sun/star/frame/MediaTypeDetectionHelper.idl index d4f934c39f44..cb1bd009afe3 100644 --- a/offapi/com/sun/star/frame/MediaTypeDetectionHelper.idl +++ b/offapi/com/sun/star/frame/MediaTypeDetectionHelper.idl @@ -45,7 +45,7 @@ published service MediaTypeDetectionHelper /** provides a mapping from string to string

- Order of given and their returned coressponding strings is important. + Order of given and their returned corresponding strings is important. Don't pack or optimize it. Every item of [in] list must match to an item of [out] list.

diff --git a/offapi/com/sun/star/frame/ModuleManager.idl b/offapi/com/sun/star/frame/ModuleManager.idl index 4b8c1cb8723a..fd687688074e 100644 --- a/offapi/com/sun/star/frame/ModuleManager.idl +++ b/offapi/com/sun/star/frame/ModuleManager.idl @@ -66,7 +66,7 @@ service ModuleManager (which is used inside configuration as set node name too) and is further represented by a sequence of elements of type PropertyValue. - A list of properties can be getted from the configuration template + A list of properties can be gotten from the configuration template org.openoffice.Setup/Factory.

*/ diff --git a/offapi/com/sun/star/frame/PopupMenuController.idl b/offapi/com/sun/star/frame/PopupMenuController.idl index 0d24f19e6cd5..04ba675f1974 100644 --- a/offapi/com/sun/star/frame/PopupMenuController.idl +++ b/offapi/com/sun/star/frame/PopupMenuController.idl @@ -55,12 +55,12 @@ module com { module sun { module star { module frame { //============================================================================= -/** provides access to a popup menu controller. +/** provides access to a pop-up menu controller.

- A popup menu controller is used to make special functions available to + A pop-up menu controller is used to make special functions available to users, which depend on runtime or context specific conditions.
- A typical example for a popup menu controller can be a recent file list + A typical example for a pop-up menu controller can be a recent file list implementation which provides a list of latest files that a user has worked on. This list gets changes consistently during a work session.

@@ -71,32 +71,32 @@ module com { module sun { module star { module frame { service PopupMenuController { //------------------------------------------------------------------------- - /** supports functions to initialize and update a popup menu controller + /** supports functions to initialize and update a pop-up menu controller implementation.

- A popup menu controller implementation gets initialized with a + A pop-up menu controller implementation gets initialized with a XPopupMenu object. This assures - that a popup menu controller can be implemented with any UNO based + that a pop-up menu controller can be implemented with any UNO based language.

*/ interface com::sun::star::frame::XPopupMenuController; //------------------------------------------------------------------------- - /** provides functions to initialize a popup menu controller with + /** provides functions to initialize a pop-up menu controller with specific data which are needed.

This interface should not directly used. A factory service is responsible to initialize every controller correctly.
- A popup menu controller needs at least two additional arguments + A pop-up menu controller needs at least two additional arguments provided as PropertyValue:

  • Frame
    specifies the XFrame - instance to which the popup menu controller belongs to.
  • -
  • CommandURL
    specifies which popup menu controller should be created.
  • + instance to which the pop-up menu controller belongs to. +
  • CommandURL
    specifies which pop-up menu controller should be created.

@@ -105,10 +105,10 @@ service PopupMenuController interface com::sun::star::lang::XInitialization; //------------------------------------------------------------------------- - /** used to brief the popup menu controller with new status information. + /** used to brief the pop-up menu controller with new status information.

- A popup menu controller makes special functions available to users which + A pop-up menu controller makes special functions available to users which normally depend on the state of other data. This interface is used to send this data to a controller implementation.

@@ -116,15 +116,15 @@ service PopupMenuController interface com::sun::star::frame::XStatusListener; //------------------------------------------------------------------------- - /** used to query for commands supported by the popup menu controller to + /** used to query for commands supported by the pop-up menu controller to execute them directly.

- A popup menu controller provides special functions which should be + A pop-up menu controller provides special functions which should be available by the normal dispatch API. This optional interface enables - popup menu controller to be normal dispatch providers.
+ pop-up menu controller to be normal dispatch providers.
Attention:
- Popup menu controller functions must be specified using the following + Po-pup menu controller functions must be specified using the following the dispatch URL scheme: "vnd.sun.star.popup:" opaque_part [ "?" query ].

@@ -133,11 +133,11 @@ service PopupMenuController [optional] interface com::sun::star::frame::XDispatchProvider; //------------------------------------------------------------------------- - /** used to dispose popup menu controller by the owner instance. + /** used to dispose pop-up menu controller by the owner instance.

- A popup menu controller resides in a menu which has a limited - life-time. For correct life-time handling a popup menu + A pop-up menu controller resides in a menu which has a limited + life-time. For correct life-time handling a pop-up menu controller should support this interface.

diff --git a/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl b/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl index b0d6d71bb1bd..5212d3b587c6 100644 --- a/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl +++ b/offapi/com/sun/star/frame/PopupMenuControllerFactory.idl @@ -42,11 +42,11 @@ module com { module sun { module star { module frame { //============================================================================= -/** specifies a factory that creates instances of registered popup menu controller. +/** specifies a factory that creates instances of registered pop-up menu controller.

- A popup menu controller can be registered for a command URL and a model service name. - A menu bar or context menu will automatically create a popup menu controller if + A pop-up menu controller can be registered for a command URL and a model service name. + A menu bar or context menu will automatically create a pop-up menu controller if it contains a registered command URL.

@@ -55,25 +55,25 @@ module com { module sun { module star { module frame { service PopupMenuControllerFactory { - /** this interface provides functions to create new instances of a registered popup menu controller. + /** this interface provides functions to create new instances of a registered pop-up menu controller.

Use XMultiComponentFactory::createInstanceWithArguments() to create - a new popup menu controller instance. Use the CommandURL as the service specifier. + a new pop-up menu controller instance. Use the CommandURL as the service specifier. This call supports the following arguments provided as PropertyValue:

  • Frame
    specifies the XFrame - instance to which the popup menu controller belongs to. This property must be provided to - the popup menu controller, otherwise it cannot dispatch its internal commands.
  • -
  • ModuleIdentifier
    optional string that specifies in which module context the popup menu + instance to which the pop-up menu controller belongs to. This property must be provided to + the pop-up menu controller, otherwise it cannot dispatch its internal commands.
  • +
  • ModuleIdentifier
    optional string that specifies in which module context the pop-up menu controller should be created.

*/ interface com::sun::star::lang::XMultiComponentFactory; - /** provides functions to query for, register and deregister a popup menu controller. + /** provides functions to query for, register and deregister a pop-up menu controller. */ interface com::sun::star::frame::XUIControllerRegistration; }; diff --git a/offapi/com/sun/star/frame/ProtocolHandler.idl b/offapi/com/sun/star/frame/ProtocolHandler.idl index f1a6e9dbc6fc..3d56efd20b0a 100644 --- a/offapi/com/sun/star/frame/ProtocolHandler.idl +++ b/offapi/com/sun/star/frame/ProtocolHandler.idl @@ -51,7 +51,7 @@

Supported URLs must match follow format: : If a handler provides optional arguments ("?") or jump marks ("#") depends from his - defintion and implementation. The generic dispatch provider will use registered + definition and implementation. The generic dispatch provider will use registered URL pattern to detect right handler.

*/ @@ -72,8 +72,8 @@ published service ProtocolHandler /** initialize the new handler instance with some context informations

- Sometimes it can be usefull for a handler object, to know something about the - environment, in which it runs - especily the frame. For this case the generic + Sometimes it can be useful for a handler object, to know something about the + environment, in which it runs - especially the frame. For this case the generic code (which uses the handler) will ask for this optional interface and use it, if it exist. Following parameters are passed to the service:

    @@ -82,8 +82,8 @@ published service ProtocolHandler

    - Please note: if this mechanism is used it seams not usefull (nor possible) to implement a ProtocolHandler - as a singleton. Otherwhise the implementation can't distinguish between different environments + Please note: if this mechanism is used it seams not useful (nor possible) to implement a ProtocolHandler + as a singleton. Otherwise the implementation can't distinguish between different environments and her corresponding dispatch requests.

    */ diff --git a/offapi/com/sun/star/frame/SessionManager.idl b/offapi/com/sun/star/frame/SessionManager.idl index 56c59705fd36..71a56e011928 100644 --- a/offapi/com/sun/star/frame/SessionManager.idl +++ b/offapi/com/sun/star/frame/SessionManager.idl @@ -53,7 +53,7 @@
    • The application may request to interact with the user (e.g. to ask where to save documents). This request is necessary because at any one - time only one application can iteract with the user. The session manager + time only one application can interact with the user. The session manager coordinates these requests and grants every application in need of user interaction a timeslot in which it may interact with the user
    • try to cancel the whole shutdown; the session manager may or may diff --git a/offapi/com/sun/star/frame/StatusbarController.idl b/offapi/com/sun/star/frame/StatusbarController.idl index 861c4364e1f0..39c1921235dd 100644 --- a/offapi/com/sun/star/frame/StatusbarController.idl +++ b/offapi/com/sun/star/frame/StatusbarController.idl @@ -112,7 +112,7 @@ service StatusbarController

      A status bar controller instance is ready for use after this call has - been made the first time. The status bar implementation guarentees that + been made the first time. The status bar implementation guarantees that the controller's item window has been added to the status bar and its reference is held by it.

      @@ -126,7 +126,7 @@ service StatusbarController

      Mostly used by a status bar implementation to forward information to and request services from a status bar controller component. This - interface must be useable after + interface must be usable after XInitialitation::initialize has been called. The behavior of the interface is undefined if the controller component hasn't been initialized. diff --git a/offapi/com/sun/star/frame/SynchronousFrameLoader.idl b/offapi/com/sun/star/frame/SynchronousFrameLoader.idl index b6c954c8fff8..417bfd86afb8 100644 --- a/offapi/com/sun/star/frame/SynchronousFrameLoader.idl +++ b/offapi/com/sun/star/frame/SynchronousFrameLoader.idl @@ -70,7 +70,7 @@ published service SynchronousFrameLoader

      Concrete implementations should use it to get her own configuration data directly after creation by the FrameLoaderFactory. - Otherwhise they must use normal configuration api to do so. + Otherwise they must use normal configuration API to do so.

      */ [optional] interface com::sun::star::lang::XInitialization; @@ -86,7 +86,7 @@ published service SynchronousFrameLoader used on service FrameLoaderFactory to get further informations about this loader. Setting of this name by calling XNamed::setName() must be forwarded to same factory service. He should decide, if it's allowed or not. - The reason: prevent code against name ambigities. + The reason: prevent code against name ambiguities.

      */ [optional] interface com::sun::star::container::XNamed; diff --git a/offapi/com/sun/star/frame/TemplateAccess.idl b/offapi/com/sun/star/frame/TemplateAccess.idl index 049529a930c3..29159ab2d78b 100644 --- a/offapi/com/sun/star/frame/TemplateAccess.idl +++ b/offapi/com/sun/star/frame/TemplateAccess.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module frame { //============================================================================= -/** provides a high level api to organize document templates +/** provides a high level API to organize document templates */ published service TemplateAccess { diff --git a/offapi/com/sun/star/frame/TerminationVetoException.idl b/offapi/com/sun/star/frame/TerminationVetoException.idl index aa114abd98c4..1c215b05da8b 100644 --- a/offapi/com/sun/star/frame/TerminationVetoException.idl +++ b/offapi/com/sun/star/frame/TerminationVetoException.idl @@ -44,7 +44,7 @@ the termination of the office, he will be the new "owner" of it. After his own operation will be finished, he MUST try to terminate the office again. Any other veto listener can intercept that again or office - will die realy. + will die really.

      @see XDesktop::terminate() diff --git a/offapi/com/sun/star/frame/ToolbarController.idl b/offapi/com/sun/star/frame/ToolbarController.idl index 674b35af4e6c..a230abe4552d 100644 --- a/offapi/com/sun/star/frame/ToolbarController.idl +++ b/offapi/com/sun/star/frame/ToolbarController.idl @@ -105,7 +105,7 @@ service ToolbarController

      A toolbar controller instance is ready for use after this call has been made - the first time. The toolbar implementation guarentees that the controller's + the first time. The toolbar implementation guarantees that the controller's item window has been added to the toolbar and its reference is held by it.

      */ @@ -117,7 +117,7 @@ service ToolbarController

      Mostly used by a toolbar implementation to forward information to and request - services from a toolbar controller component. This interface must be useable + services from a toolbar controller component. This interface must be usable after XInitialitation::initialize has been called. The behavior of the interface is undefined if the controller component hasn't been initialized. diff --git a/offapi/com/sun/star/frame/XComponentLoader.idl b/offapi/com/sun/star/frame/XComponentLoader.idl index 37589454b260..10598d06131e 100644 --- a/offapi/com/sun/star/frame/XComponentLoader.idl +++ b/offapi/com/sun/star/frame/XComponentLoader.idl @@ -145,7 +145,7 @@ published interface XComponentLoader: com::sun::star::uno::XInterface Should be used for viewable components only. It is not allowed to dispose it after use directly, because the frame containing the component is its owner. Because the frame object is not accessible through the interface too, - only an interacting user can do this by closing the frames' window. + only an interacting user can do this by closing the frame's window.

    • XController for richer components
      diff --git a/offapi/com/sun/star/frame/XControlNotificationListener.idl b/offapi/com/sun/star/frame/XControlNotificationListener.idl index 1ebc134cc76f..c395bfcf39a1 100644 --- a/offapi/com/sun/star/frame/XControlNotificationListener.idl +++ b/offapi/com/sun/star/frame/XControlNotificationListener.idl @@ -49,10 +49,10 @@ module com { module sun { module star { module frame { interface XControlNotificationListener : com::sun::star::uno::XInterface { //------------------------------------------------------------------------- - /** notifies that a control event has happend + /** notifies that a control event has happened @param Event - contains the event informantion + contains the event information */ void controlEvent( [in] ControlEvent Event ); diff --git a/offapi/com/sun/star/frame/XController2.idl b/offapi/com/sun/star/frame/XController2.idl index 2c0157d99309..095b8840aa67 100644 --- a/offapi/com/sun/star/frame/XController2.idl +++ b/offapi/com/sun/star/frame/XController2.idl @@ -63,7 +63,7 @@ interface XController2 : XController /** denotes the arguments used to create the instance.

      Usually, controllers are created via XModel2::createViewController, where the - caller can pass not only a controller name, but also arguments parametrizing the to-be-created instance. + caller can pass not only a controller name, but also arguments parameterizing the to-be-created instance. Those arguments used at creation time can subsequently be retrieved using the CreationArguments member.

      */ diff --git a/offapi/com/sun/star/frame/XDesktop.idl b/offapi/com/sun/star/frame/XDesktop.idl index 18f531703da5..f054a90584d1 100644 --- a/offapi/com/sun/star/frame/XDesktop.idl +++ b/offapi/com/sun/star/frame/XDesktop.idl @@ -147,11 +147,11 @@ published interface XDesktop: com::sun::star::uno::XInterface com::sun::star::lang::XComponent getCurrentComponent(); //------------------------------------------------------------------------- - /** provides read access to the frame wich contains the current component + /** provides read access to the frame which contains the current component @returns the frame of the component which has the - UI focus within this desktop enviroment + UI focus within this desktop environment @see XDesktop::getCurrentComponent() */ diff --git a/offapi/com/sun/star/frame/XDispatch.idl b/offapi/com/sun/star/frame/XDispatch.idl index bad1f6525079..b6df12b6cd51 100644 --- a/offapi/com/sun/star/frame/XDispatch.idl +++ b/offapi/com/sun/star/frame/XDispatch.idl @@ -79,7 +79,7 @@ published interface XDispatch: com::sun::star::uno::XInterface

      It is only allowed to dispatch URLs for which this XDispatch - was explicitely queried. Additional arguments ("'#..." or "?...") are allowed. + was explicitly queried. Additional arguments ("'#..." or "?...") are allowed.

      @param URL @@ -87,7 +87,7 @@ published interface XDispatch: com::sun::star::uno::XInterface @param Arguments optional arguments for this request. - They depend on the real implementation of the dipsatch object. + They depend on the real implementation of the dispatch object. @example @@ -121,7 +121,7 @@ published interface XDispatch: com::sun::star::uno::XInterface

      It is only allowed to register URLs for which this XDispatch - was explicitely queried. Additional arguments ("#..." or "?...") will be ignored. + was explicitly queried. Additional arguments ("#..." or "?...") will be ignored.

      Note: Notifications can't be guaranteed! This will be a part of interface XNotifyingDispatch. diff --git a/offapi/com/sun/star/frame/XDispatchProviderInterception.idl b/offapi/com/sun/star/frame/XDispatchProviderInterception.idl index 769a4acce3ac..da55df5c9e3b 100644 --- a/offapi/com/sun/star/frame/XDispatchProviderInterception.idl +++ b/offapi/com/sun/star/frame/XDispatchProviderInterception.idl @@ -61,7 +61,7 @@ published interface XDispatchProviderInterception: com::sun::star::uno::XInterfa the first interceptor in the chain of registered interceptors. @param Interceptor - the interceptor which whish to be registered + the interceptor which wishes to be registered @see XDispatchProviderInterception::releaseDispatchProviderInterceptor() */ @@ -76,7 +76,7 @@ published interface XDispatchProviderInterception: com::sun::star::uno::XInterfa

      @param Interceptor - the interceptor which whish to be unregistered + the interceptor which wishes to be unregistered @see XDispatchProviderInterception::registerDispatchProviderInterceptor() */ diff --git a/offapi/com/sun/star/frame/XDispatchRecorder.idl b/offapi/com/sun/star/frame/XDispatchRecorder.idl index ed980d89f91d..c0c9b594d38b 100644 --- a/offapi/com/sun/star/frame/XDispatchRecorder.idl +++ b/offapi/com/sun/star/frame/XDispatchRecorder.idl @@ -130,7 +130,7 @@ published interface XDispatchRecorder: com::sun::star::uno::XInterface

      This method must be used before endRecording() is called! - Otherwhise the macro will be relased. + Otherwise the macro will be released.

      @returns diff --git a/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl b/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl index c63e34dec1e9..ccb9204680b0 100644 --- a/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl +++ b/offapi/com/sun/star/frame/XDispatchRecorderSupplier.idl @@ -51,7 +51,7 @@ of XDispatch::dispatch(). The recorded data (may a script) can be used to automate recorded dispatch and start it at later time again. This supplier provides access to the recorder and supports some functionality - to work with the mcaro recording mechanism in an easy manner. + to work with the macro recording mechanism in an easy manner.

      @see XDispatchRecorder @@ -79,8 +79,8 @@ published interface XDispatchRecorderSupplier: com::sun::star::uno::XInterface /** provides access on the recorder of this supplier

      - Returned recorder can be used to record dispatches manualy or to get - recorded data for further using e.g. saving. He is internaly used too + Returned recorder can be used to record dispatches manually or to get + recorded data for further using e.g. saving. He is internally used too due to the method XDispatchRecorderSupplier::dispatchAndRecord().

      @@ -95,7 +95,7 @@ published interface XDispatchRecorderSupplier: com::sun::star::uno::XInterface /** dispatch given URL and record it if recording is enabled

      - Parameter Dispatcher is used internaly to make the dispatch. + Parameter Dispatcher is used internally to make the dispatch. If recording isn't enabled it will be a normal XDispatch::dispatch() call. Otherwise follow algorithm is used:

        @@ -109,7 +109,7 @@ published interface XDispatchRecorderSupplier: com::sun::star::uno::XInterface
      • If Dispatcher support the interface XRecordableDispatch it will be used - to dispatch and record all neccessary parameters of + to dispatch and record all necessary parameters of the whole process.
      diff --git a/offapi/com/sun/star/frame/XDocumentTemplates.idl b/offapi/com/sun/star/frame/XDocumentTemplates.idl index bc41386ea1fd..2e327f243da7 100644 --- a/offapi/com/sun/star/frame/XDocumentTemplates.idl +++ b/offapi/com/sun/star/frame/XDocumentTemplates.idl @@ -40,7 +40,7 @@ module com { module sun { module star { module frame { //============================================================================= -/** provides a high level api to organize document templates +/** provides a high level API to organize document templates

      Template informations are saved as links to the original content @@ -54,7 +54,7 @@ module com { module sun { module star { module frame { published interface XDocumentTemplates: com::sun::star::uno::XInterface { //------------------------------------------------------------------------- - /** privides access to the root of internal used hierarchy + /** provides access to the root of internal used hierarchy

      This content can be used for accessing the groups directly. @@ -79,7 +79,7 @@ published interface XDocumentTemplates: com::sun::star::uno::XInterface specifies the target @return - if operation was sucessfully + if operation was successful
      otherwise @@ -104,7 +104,7 @@ published interface XDocumentTemplates: com::sun::star::uno::XInterface specifies the position of template @return - if operation was sucessfully + if operation was successful
      otherwise @@ -125,7 +125,7 @@ published interface XDocumentTemplates: com::sun::star::uno::XInterface specifies the template for delete @return - if operation was sucessfully + if operation was successful
      otherwise */ @@ -143,7 +143,7 @@ published interface XDocumentTemplates: com::sun::star::uno::XInterface specifies the template for renaming @return - if operation was sucessfully + if operation was successful
      otherwise */ @@ -159,7 +159,7 @@ published interface XDocumentTemplates: com::sun::star::uno::XInterface the name of the group to be created @return - if operation was sucessfully + if operation was successful
      otherwise */ @@ -172,7 +172,7 @@ published interface XDocumentTemplates: com::sun::star::uno::XInterface the name of the group to be removed @return - if operation was sucessfully + if operation was successful
      otherwise */ @@ -188,7 +188,7 @@ published interface XDocumentTemplates: com::sun::star::uno::XInterface the new name of the group @return - if operation was sucessfully + if operation was successful
      otherwise */ diff --git a/offapi/com/sun/star/frame/XFrame.idl b/offapi/com/sun/star/frame/XFrame.idl index e74a15446d1e..5b9ba31f38bf 100644 --- a/offapi/com/sun/star/frame/XFrame.idl +++ b/offapi/com/sun/star/frame/XFrame.idl @@ -48,8 +48,8 @@ can be attached to.

      - A frame can be (it's not a must!) a part of a frame tree. If not this frame willn't be - accessible by using the api. This mode make sense for previews. + A frame can be (it's not a must!) a part of a frame tree. If not this frame won't be + accessible by using the API. This mode make sense for previews. The root node of the tree can be a Desktop implementation.

      @@ -67,7 +67,7 @@ published interface XFrame: com::sun::star::lang::XComponent It's designed for initializing - not for setting.

      -

      This frame will take over ownership of the window refered from +

      This frame will take over ownership of the window referred from xWindow. Thus, the previous owner is not allowed to dispose this window anymore.

      @@ -100,8 +100,8 @@ published interface XFrame: com::sun::star::lang::XComponent Only the creator is allowed to call this method. But creator doesn't mean the implementation which creates this instance ... it means the parent frame of the frame hierarchy. - Because; normaly a frame should be created by using the api - and is neccessary for searches inside the tree (e.g. XFrame::findFrame()) + Because; normally a frame should be created by using the API + and is necessary for searches inside the tree (e.g. XFrame::findFrame())

      @param Creator @@ -291,7 +291,7 @@ published interface XFrame: com::sun::star::lang::XComponent @return if setting of new component or release of an existing one was successfully
      - otherwise (especialy, if an existing controller disagree within his + otherwise (especially, if an existing controller disagree within his XController::suspend() call) @see XFrame::getComponentWindow() @@ -374,7 +374,7 @@ published interface XFrame: com::sun::star::lang::XComponent /** unregisters an event listener @param xListener - specifies the listener which willn't be informed any longer + specifies the listener which won't be informed any longer @see XFrame::addFrameActionListener() */ diff --git a/offapi/com/sun/star/frame/XFrameLoader.idl b/offapi/com/sun/star/frame/XFrameLoader.idl index 4e830af1dc4e..305313b6472d 100644 --- a/offapi/com/sun/star/frame/XFrameLoader.idl +++ b/offapi/com/sun/star/frame/XFrameLoader.idl @@ -53,7 +53,7 @@

      It's an asynchronous loading. For synchronous processes use XSynchronousFrameLoader - instead of this one. The generic load algorithm of the office supports both ones - but prefered + instead of this one. The generic load algorithm of the office supports both ones - but preferred the synchronous interface.

      @@ -68,7 +68,7 @@ published interface XFrameLoader: com::sun::star::uno::XInterface specifies the loading target @param URL - describes the ressource of loading component + describes the resource of loading component Support of special protocols are implementation details and depends from the environment. diff --git a/offapi/com/sun/star/frame/XInterceptorInfo.idl b/offapi/com/sun/star/frame/XInterceptorInfo.idl index de135a517171..e451b16d45b2 100644 --- a/offapi/com/sun/star/frame/XInterceptorInfo.idl +++ b/offapi/com/sun/star/frame/XInterceptorInfo.idl @@ -56,12 +56,12 @@ published interface XInterceptorInfo: com::sun::star::uno::XInterface /** returns the URL list for interception.

      - Wildcards inside the URL's are allowed to register the interceptor for - URL's too, which can have optional arguments (e.g. "..#.." or "..?.."). + Wildcards inside the URLs are allowed to register the interceptor for + URLs too, which can have optional arguments (e.g. "..#.." or "..?..").

      @return - a list of URL's wich are handled by this interceptor + a list of URLs which are handled by this interceptor */ sequence< string > getInterceptedURLs(); }; diff --git a/offapi/com/sun/star/frame/XLayoutManager.idl b/offapi/com/sun/star/frame/XLayoutManager.idl index 5699fe00687b..feacef7a8ffc 100644 --- a/offapi/com/sun/star/frame/XLayoutManager.idl +++ b/offapi/com/sun/star/frame/XLayoutManager.idl @@ -73,21 +73,21 @@ module com { module sun { module star { module frame { Every user interface element which is controlled by a layout manager has a unique identifier called resource URL. - A resourcce URL must meet the following syntax: - "private:resource/$type/$name". It is only allowed to use ascii characters + A resource URL must meet the following syntax: + "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. Currently the following user interface element types are defined:
        -
      • menubarA configurable user interface element representing +
      • menubar A configurable user interface element representing a menu bar.
      • -
      • popupmenuA configurable user interface element representing - a popup menu.
      • -
      • toolbarA configurable user interface element a tool +
      • popupmenu A configurable user interface element representing + a pop-up menu.
      • +
      • toolbar A configurable user interface element a tool bar.
      • -
      • statusbarA configurable user interfave element representing +
      • statusbar A configurable user interface element representing a status bar.
      • -
      • floaterA basic user interface element representing a +
      • floater A basic user interface element representing a floating window.
      @@ -171,8 +171,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** creates a new user interface element. @param ResourceURL - specifies which user interface element should be created. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be created. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. */ void createElement( [in] string ResourceURL ); @@ -180,8 +180,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** destroys a user interface element. @param ResourceURL - specifies which user interface element should be destroyed. A resourcce URL must meet - the following syntax: "private:resource/$type/$name". It is only allowed to use ascii + specifies which user interface element should be destroyed. A resource URL must meet + the following syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. */ void destroyElement( [in] string ResourceURL ); @@ -189,9 +189,9 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** request to make a user interface element visible if it is not in hidden state. @param ResourceURL - specifies which user interface element should be made visible. A resourcce URL must + specifies which user interface element should be made visible. A resource URL must meet the following syntax: "private:resource/$type/$name". It is only allowed to use - ascii characters for type and + ASCII characters for type and name. @return @@ -210,8 +210,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** retrieves a user interface element which has been created before. @param ResourceURL - specifies which user interface element should be retrieved. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be retrieved. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name.

      @@ -221,7 +221,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface */ com::sun::star::ui::XUIElement getElement( [in] string ResourceURL ); - /** retrieves all user interface elements which are currently instanciated. + /** retrieves all user interface elements which are currently instantiated. @return a sequence of user interface elements providing XUIElement @@ -237,8 +237,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** shows a user interface element. @param ResourceURL - specifies which user interface element should be shown. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be shown. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -249,8 +249,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** hides a user interface element. @param ResourceURL - specifies which user interface element should be hidden. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be hidden. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -261,8 +261,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** docks a window based user interface element to a specified docking area. @param ResourceURL - specifies which user interface element should be docked. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be docked. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @param DockingArea @@ -294,8 +294,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** forces a window based user interface element to float. @param ResourceURL - specifies which user interface element should be float. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be float. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -306,8 +306,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** locks a window based user interface element if it's in a docked state. @param ResourceURL - specifies which user interface element should be locked. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be locked. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -318,9 +318,9 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** unlocks a window based user interface element if it's in a docked state. @param ResourceURL - specifies which user interface element should be unlocked. A resourcce URL must + specifies which user interface element should be unlocked. A resource URL must meet the following syntax: "private:resource/$type/$name". It is only allowed - to use ascii characters for type and name. + to use ASCII characters for type and name. @return returns if the user interface element has been unlocked, otherwise @@ -331,8 +331,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** sets a new size for a window based user interface element. @param ResourceURL - specifies which user interface element should be resized. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be resized. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @param Size @@ -348,8 +348,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** sets a new position for a window based user interface element. @param ResourceURL - specifies which user interface element should be moved. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be moved. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @param Pos @@ -365,8 +365,8 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** sets a new position and size for a window based user interface element. @param ResourceURL - specifies which user interface element should be moved and resized. A resourcce URL must meet the following - syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + specifies which user interface element should be moved and resized. A resource URL must meet the following + syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @param Pos @@ -386,7 +386,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface @param ResourceURL specifies for which user interface element the visibility state should be retrieved. A resource URL must meet - the following syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + the following syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -398,7 +398,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface @param ResourceURL specifies for which user interface element the floating state should be retrieved. A resource URL must meet - the following syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + the following syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -410,7 +410,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface @param ResourceURL specifies for which user interface element the docking state should be retrieved. A resource URL must meet - the following syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + the following syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -422,7 +422,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface @param ResourceURL specifies for which user interface element the lock state should be retrieved. A resource URL must meet - the following syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + the following syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -434,7 +434,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface @param ResourceURL specifies for which user interface element the current size should be retrieved. A resource URL must meet - the following syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + the following syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -446,7 +446,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface @param ResourceURL specifies for which user interface element the current position should be retrieved. A resource URL must meet - the following syntax: "private:resource/$type/$name". It is only allowed to use ascii characters for type and + the following syntax: "private:resource/$type/$name". It is only allowed to use ASCII characters for type and name. @return @@ -457,7 +457,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface /** prohibit all layout updates until unlock is called again.

      - This call can be used to speed up the creation process of serveral user interface elements. Otherwise the layout manager + This call can be used to speed up the creation process of several user interface elements. Otherwise the layout manager would calculate the layout for every creation.

      */ diff --git a/offapi/com/sun/star/frame/XLayoutManagerListener.idl b/offapi/com/sun/star/frame/XLayoutManagerListener.idl index c7cb40d5468e..ab2500cf6094 100644 --- a/offapi/com/sun/star/frame/XLayoutManagerListener.idl +++ b/offapi/com/sun/star/frame/XLayoutManagerListener.idl @@ -39,7 +39,7 @@ module com { module sun { module star { module frame { /** makes it possible to receive events from a layout manager.

      Events are provided only for notification - purposes only. All operations are handled interally by the + purposes only. All operations are handled internally by the layout manager component, so that GUI layout works properly regardless of whether a component registers such a listener or not.

      diff --git a/offapi/com/sun/star/frame/XLoadEventListener.idl b/offapi/com/sun/star/frame/XLoadEventListener.idl index c682114f9234..ab2dca90325f 100644 --- a/offapi/com/sun/star/frame/XLoadEventListener.idl +++ b/offapi/com/sun/star/frame/XLoadEventListener.idl @@ -53,7 +53,7 @@ published interface XLoadEventListener: com::sun::star::lang::XEventListener [oneway] void loadFinished( [in] XFrameLoader Loader ); //------------------------------------------------------------------------- - /** is called when a frame load is cancelled or failed. + /** is called when a frame load is canceled or failed. @param Loader the source of this event diff --git a/offapi/com/sun/star/frame/XModel.idl b/offapi/com/sun/star/frame/XModel.idl index 7ae603a38df9..1f1b3df870b5 100644 --- a/offapi/com/sun/star/frame/XModel.idl +++ b/offapi/com/sun/star/frame/XModel.idl @@ -85,10 +85,10 @@ published interface XModel: com::sun::star::lang::XComponent /** informs a model about its resource description. @param URL - specifies the ressource + specifies the resource @param Arguments - are optional arguments for that ressource + are optional arguments for that resource (see MediaDescriptor) @return @@ -111,7 +111,7 @@ published interface XModel: com::sun::star::lang::XComponent string getURL(); //------------------------------------------------------------------------- - /** provides read acces on currently representation of the + /** provides read access on currently representation of the MediaDescriptor of this model which describes the model and his state diff --git a/offapi/com/sun/star/frame/XModel2.idl b/offapi/com/sun/star/frame/XModel2.idl index 0b18ff02be1f..ef66fb89380c 100644 --- a/offapi/com/sun/star/frame/XModel2.idl +++ b/offapi/com/sun/star/frame/XModel2.idl @@ -40,7 +40,7 @@ //============================================================================= /** extends interface XModel. - The foloowing functions are added: + The following functions are added: - enumeration of all currently connected controller objects. (not getCurrentController() only, which depends on focus) diff --git a/offapi/com/sun/star/frame/XModule.idl b/offapi/com/sun/star/frame/XModule.idl index c302892d5df5..e58999a0dc8f 100644 --- a/offapi/com/sun/star/frame/XModule.idl +++ b/offapi/com/sun/star/frame/XModule.idl @@ -48,7 +48,7 @@ module com { module sun { module star { module frame { /** can be used to overrule identification of office modules.

      - Normaly an office module will be identified by it's service name + Normally an office module will be identified by it's service name in combination with a set of configuration data. But sometimes whole existing office modules will be used as black box components to implement a different office module on top of it. Patching a service name diff --git a/offapi/com/sun/star/frame/XModuleManager.idl b/offapi/com/sun/star/frame/XModuleManager.idl index 7c8527c84d73..fd9d2168852e 100644 --- a/offapi/com/sun/star/frame/XModuleManager.idl +++ b/offapi/com/sun/star/frame/XModuleManager.idl @@ -80,7 +80,7 @@ interface XModuleManager : com::sun::star::uno::XInterface

    • XModel
      - A model represent a module everytimes and can be used for + A model represent a module everytime and can be used for identification directly.
    @@ -90,7 +90,7 @@ interface XModuleManager : com::sun::star::uno::XInterface
    • an empty one
    • or does not provide one of the needed interface - XFrame, XControllerm, XModel
    • + XFrame, XController, XModel
    • or does not provide the needed interface XServiceInfo.
    @@ -100,7 +100,7 @@ interface XModuleManager : com::sun::star::uno::XInterface a document, this exception is thrown too! @return An identifier for the given module. - Note: This value is valie everytimes. Error will be transported + Note: This value varies everytime. Error will be transported by thrown exceptions! */ string identify( [in] ::com::sun::star::uno::XInterface Module ) diff --git a/offapi/com/sun/star/frame/XPopupMenuController.idl b/offapi/com/sun/star/frame/XPopupMenuController.idl index ffc7db109f4a..0dcf688d1615 100644 --- a/offapi/com/sun/star/frame/XPopupMenuController.idl +++ b/offapi/com/sun/star/frame/XPopupMenuController.idl @@ -38,14 +38,14 @@ module com { module sun { module star { module frame { //============================================================================= -/** provides data to a popup menu controller implementation to - fill and update a popup menu dynamically. +/** provides data to a pop-up menu controller implementation to + fill and update a pop-up menu dynamically.

    - A popup menu controller gets a XPopupMenu - from its parent menu implementation. The controller has to fill this popup + A pop-up menu controller gets a XPopupMenu + from its parent menu implementation. The controller has to fill this pop-up menu with a set of menu items and/or sub menus. The parent menu implementation - briefs the controller whenever the popup menu gets activated by a user. + briefs the controller whenever the pop-up menu gets activated by a user.

    @since OOo 2.0.0 @@ -53,22 +53,22 @@ module com { module sun { module star { module frame { interface XPopupMenuController : com::sun::star::uno::XInterface { /** provides a XPopupMenu to a - popup menu controller implementation. The controller must fill this - popup menu with its functions. + pop-up menu controller implementation. The controller must fill this + pop-up menu with its functions. @param PopupMenu - An empty popup menu that must be filled by the popup menu controller. + An empty pop-up menu that must be filled by the pop-up menu controller. */ void setPopupMenu( [in] com::sun::star::awt::XPopupMenu PopupMenu ); - /** briefs the popup menu controller to update the contents of the provided - popup menu to reflect the current state. + /** briefs the pop-up menu controller to update the contents of the provided + pop-up menu to reflect the current state. -

    A controller should never update the popup menu structure on its +

    A controller should never update the pop-up menu structure on its own to prevent performance problems. A better way would be that a controller registers itself as status listener to for a command URL and immediately deregister after that. Therefor status updates will not be send regularly - for a non visible popup menu. + for a non visible pop-up menu.

    */ void updatePopupMenu(); diff --git a/offapi/com/sun/star/frame/XRecordableDispatch.idl b/offapi/com/sun/star/frame/XRecordableDispatch.idl index 189dfb04ab5a..95c7a9cf1ede 100644 --- a/offapi/com/sun/star/frame/XRecordableDispatch.idl +++ b/offapi/com/sun/star/frame/XRecordableDispatch.idl @@ -55,11 +55,11 @@

    - But normaly this interface mustn't be used directly. + But normally this interface mustn't be used directly. If a dispatch object is well known and recording was enabled on a XDispatchRecorderSupplier it's possible to use method XDispatchRecorderSupplier::dispatchAndRecord() of it - to make dispatch and recording automaticly. The interface XRecordableDispatch + to make dispatch and recording automatically. The interface XRecordableDispatch is used transparently there.

    @@ -91,7 +91,7 @@ published interface XRecordableDispatch: com::sun::star::uno::XInterface /** dispatch and record it @param URL - full parsed URL wich describe the feature which should be dispatched (executed) + full parsed URL which describe the feature which should be dispatched (executed) @param Arguments optional arguments for this request diff --git a/offapi/com/sun/star/frame/XStatusbarController.idl b/offapi/com/sun/star/frame/XStatusbarController.idl index d9e035ad03bc..6c72d82d013b 100644 --- a/offapi/com/sun/star/frame/XStatusbarController.idl +++ b/offapi/com/sun/star/frame/XStatusbarController.idl @@ -56,7 +56,7 @@ module com { module sun { module star { module frame { bar controller can be added to a Statusbar and provide information or functions with a more sophisticated user interface.
    A typical example for status bar controller is a zoom chooser. It shows - the current zoom and provides general zoom levels on a popup menu + the current zoom and provides general zoom levels on a pop-up menu that can be activated by a mouse action for context menus.

    diff --git a/offapi/com/sun/star/frame/XStorable2.idl b/offapi/com/sun/star/frame/XStorable2.idl index cf97b5dba826..20043f2c5eaf 100644 --- a/offapi/com/sun/star/frame/XStorable2.idl +++ b/offapi/com/sun/star/frame/XStorable2.idl @@ -60,8 +60,8 @@ published interface XStorable2: XStorable

    - This is an extention of the XStorable::store(). - This method allows to specify some additional parametes for + This is an extension of the XStorable::store(). + This method allows to specify some additional parameters for storing process.

    diff --git a/offapi/com/sun/star/frame/XSynchronousDispatch.idl b/offapi/com/sun/star/frame/XSynchronousDispatch.idl index b016e42932a3..71efb91b6f5a 100644 --- a/offapi/com/sun/star/frame/XSynchronousDispatch.idl +++ b/offapi/com/sun/star/frame/XSynchronousDispatch.idl @@ -59,7 +59,7 @@ published interface XSynchronousDispatch: com::sun::star::uno::XInterface

    @param URL - full parsed URL wich describe the feature which should be dispatched (executed) + full parsed URL which describe the feature which should be dispatched (executed) @param Arguments optional arguments for this request diff --git a/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl b/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl index 6a39bbfeaf98..5a8a723089c8 100644 --- a/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl +++ b/offapi/com/sun/star/frame/XSynchronousFrameLoader.idl @@ -58,7 +58,7 @@ published interface XSynchronousFrameLoader: com::sun::star::uno::XInterface /** starts the loading of the specified resource into the specified Frame. @param Descriptor - describes the ressource which should be loaded + describes the resource which should be loaded It use a MediaDescriptor for that. @param Frame diff --git a/offapi/com/sun/star/frame/XTerminateListener2.idl b/offapi/com/sun/star/frame/XTerminateListener2.idl index e4b000bc2f0a..dfeb50fbc93e 100644 --- a/offapi/com/sun/star/frame/XTerminateListener2.idl +++ b/offapi/com/sun/star/frame/XTerminateListener2.idl @@ -37,23 +37,23 @@ //============================================================================= /** extend interface XTerminateListener so a listener will be informed - in case termination process was cancelled by other reasons. + in case termination process was canceled by other reasons. */ interface XTerminateListener2 : ::com::sun::star::frame::XTerminateListener { //------------------------------------------------------------------------- - /** is called when the master environment (e.g., desktop) was cancelled in + /** is called when the master environment (e.g., desktop) was canceled in it's terminate request.

    Termination can be intercepted by throwing TerminationVetoException. - But if a listener was queried for termination .. doesnt throwed a veto exception ... - it doesnt know if termination will be real next time. + But if a listener was queried for termination .. doesn't throw a veto exception ... + it doesn't know if termination will be real next time. Because any other listener can throw those exception too ... and so it can happen - that after queryTermination() no notifyTermination() will occure. But these listener - doesnt know if its allowed to start new processes then. + that after queryTermination() no notifyTermination() will occur. But these listener + don't know if its allowed to start new processes then. Using this optional(!) interface will make it possible to be informed about - cancelled termination requests also. + canceled termination requests also.

    @param Event diff --git a/offapi/com/sun/star/frame/XToolbarController.idl b/offapi/com/sun/star/frame/XToolbarController.idl index 1ca2c8fa9278..eb8b9c0b0757 100644 --- a/offapi/com/sun/star/frame/XToolbarController.idl +++ b/offapi/com/sun/star/frame/XToolbarController.idl @@ -65,7 +65,7 @@ interface XToolbarController : com::sun::star::uno::XInterface the current state of the modifier keys.

    - This function is usally called by a toolbar implementation when a user clicked on a toolbar button + This function is usually called by a toolbar implementation when a user clicked on a toolbar button or pressed enter on the keyboard when the item has the input focus.

    */ @@ -82,7 +82,7 @@ interface XToolbarController : com::sun::star::uno::XInterface void doubleClick(); //============================================================================= - /** requests to create a popup window for additional functions. + /** requests to create a pop-up window for additional functions. @return a XWindow which provides additional functions diff --git a/offapi/com/sun/star/frame/XUIControllerRegistration.idl b/offapi/com/sun/star/frame/XUIControllerRegistration.idl index 3fcc74e4c320..bd880306b7bb 100644 --- a/offapi/com/sun/star/frame/XUIControllerRegistration.idl +++ b/offapi/com/sun/star/frame/XUIControllerRegistration.idl @@ -73,7 +73,7 @@ published interface XUIControllerRegistration : com::sun::star::uno::XInterface and a command URL and optional module. @param aCommandURL - a command URL which specifies an action which shoudl be associated with a user + a command URL which specifies an action which should be associated with a user interface controller. @param aModelName @@ -90,7 +90,7 @@ published interface XUIControllerRegistration : com::sun::star::uno::XInterface implementation and a command URL and optional module. @param aCommandURL - a command URL which specifies an action which shoudl be associated with a user + a command URL which specifies an action which should be associated with a user interface controller. @param aModelName diff --git a/offapi/com/sun/star/frame/XUntitledNumbers.idl b/offapi/com/sun/star/frame/XUntitledNumbers.idl index e2864d709c2f..3cace083a209 100644 --- a/offapi/com/sun/star/frame/XUntitledNumbers.idl +++ b/offapi/com/sun/star/frame/XUntitledNumbers.idl @@ -51,10 +51,10 @@ constants UntitledNumbersConst interface XUntitledNumbers : com::sun::star::uno::XInterface { //------------------------------------------------------------------------- - /** calli has to lease a number befor he can use it within in its own title. + /** callee has to lease a number before he can use it within in its own title. Such number must be freed after using e.g. while the object was closed or - get's another title (e.g. by saving a document to a real location on disc). + gets another title (e.g. by saving a document to a real location on disc). @param xComponent the component which has to be registered for the leased number. @@ -70,10 +70,10 @@ interface XUntitledNumbers : com::sun::star::uno::XInterface //------------------------------------------------------------------------- /** has to be used to mark those number as "free for using". - If the reqistered component does not use such leased number any longer + If the registered component does not use such leased number any longer it has to be released so it can be used for new components. - Note: calling this method with an unknown (but normaly valid number) + Note: calling this method with an unknown (but normally valid number) has to be ignored. No exceptions - no errors. @param nNumber @@ -99,10 +99,10 @@ interface XUntitledNumbers : com::sun::star::uno::XInterface raises (com::sun::star::lang::IllegalArgumentException); //------------------------------------------------------------------------- - /** returns the localized string value to be used for untitles objects in + /** returns the localized string value to be used for untitled objects in combination with the leased number. - Note: Such string already contains leading spaces/tabs etcpp. ! + Note: Such string already contains leading spaces/tabs etc. ! The only thing which an outside code has todo then ... adding a leased number to the string. diff --git a/offapi/com/sun/star/frame/status/ClipboardFormats.idl b/offapi/com/sun/star/frame/status/ClipboardFormats.idl index 2cc39db0696f..caa823036acf 100644 --- a/offapi/com/sun/star/frame/status/ClipboardFormats.idl +++ b/offapi/com/sun/star/frame/status/ClipboardFormats.idl @@ -34,7 +34,7 @@ module com { module sun { module star { module frame { module status { //============================================================================= -/** contains a list of format ID's and names which are part of the +/** contains a list of format IDs and names which are part of the system clipboard. @since OOo 2.0 -- cgit