From f101853c7dd1e9104ccda96e61a624a0c1496f9a Mon Sep 17 00:00:00 2001
From: Andrea Gelmini
At first the frame sets itself as the active frame of its
creator by calling XFramesSupplier::setActiveFrame(),
- then it broadcasts an FrameActionEvent with
+ then it broadcasts a FrameActionEvent with
FrameAction::FRAME_ACTIVATED. The component within
this frame may listen to this event to grab the focus on activation;
for simple components this can be done by the FrameLoader.
diff --git a/offapi/com/sun/star/frame/XLayoutManager.idl b/offapi/com/sun/star/frame/XLayoutManager.idl
index 627662d8ea9c..52c00df5fad0 100644
--- a/offapi/com/sun/star/frame/XLayoutManager.idl
+++ b/offapi/com/sun/star/frame/XLayoutManager.idl
@@ -168,7 +168,7 @@ interface XLayoutManager : com::sun::star::uno::XInterface
If a user interface element should forced to the visible state
XLayoutManager::showElement() should be used. This function can be
- used for context dependent elements which should respect a the current visibility
+ used for context dependent elements which should respect the current visibility
state.
diff --git a/offapi/com/sun/star/graphic/GraphicObject.idl b/offapi/com/sun/star/graphic/GraphicObject.idl
index ef971c2924fd..9cb89a86ce32 100644
--- a/offapi/com/sun/star/graphic/GraphicObject.idl
+++ b/offapi/com/sun/star/graphic/GraphicObject.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module graphic
service GraphicObject : XGraphicObject
{
- /** Creates an GraphicObject
+ /** Creates a GraphicObject
*/
create();
diff --git a/offapi/com/sun/star/inspection/LineDescriptor.idl b/offapi/com/sun/star/inspection/LineDescriptor.idl
index e351fe58a6af..93fc05caecb6 100644
--- a/offapi/com/sun/star/inspection/LineDescriptor.idl
+++ b/offapi/com/sun/star/inspection/LineDescriptor.idl
@@ -87,7 +87,7 @@ struct LineDescriptor
/** describes the URL of an image to display on the primary button, if any.
This URL will be used to obtain an actual com::sun::star::graphic::XGraphic
- object from an com::sun::star::graphic::GraphicProvider.
The property will be ignored if #HasPrimaryButton is `FALSE`.
@@ -132,7 +132,7 @@ struct LineDescriptor /** describes the URL of an image to display on the secondary button, if any.This URL will be used to obtain an actual com::sun::star::graphic::XGraphic - object from an com::sun::star::graphic::GraphicProvider.
+ object from a com::sun::star::graphic::GraphicProvider.The property will be ignored if #HasSecondaryButton is `FALSE`.
diff --git a/offapi/com/sun/star/inspection/ObjectInspector.idl b/offapi/com/sun/star/inspection/ObjectInspector.idl index 1a962b760faa..e0bbef911589 100644 --- a/offapi/com/sun/star/inspection/ObjectInspector.idl +++ b/offapi/com/sun/star/inspection/ObjectInspector.idl @@ -24,10 +24,10 @@ module com { module sun { module star { module inspection { -/** describes an com::sun::star::frame::Controller which can be used to +/** describes a com::sun::star::frame::Controller which can be used to browse and modify properties of components. -The controller can be plugged into an com::sun::star::frame::XFrame, and will +
The controller can be plugged into a com::sun::star::frame::XFrame, and will
provide a visual component for inspecting and modifying component properties.
Note that "property" here is a generic term - any aspect of a component can be considered a property,
as long as some property handler is able to describe this aspect in a property-like way.
The property handlers, as well as more information about the layout of the inspector, - are provided by a inspector model, which has to be implemented by the user of the inspector.
+ are provided by an inspector model, which has to be implemented by the user of the inspector.Since property handlers might have the need to raise UI, they will be created with a context