diff options
4 files changed, 19 insertions, 19 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleComponent.idl b/offapi/com/sun/star/accessibility/XAccessibleComponent.idl index bd497266fee1..3baf175759b1 100644 --- a/offapi/com/sun/star/accessibility/XAccessibleComponent.idl +++ b/offapi/com/sun/star/accessibility/XAccessibleComponent.idl @@ -52,15 +52,15 @@ module com { module sun { module star { module accessibility { are measured in pixel. They differ in their respective origin: <ul><li>The screen coordinate system has its origin in the upper left corner of the current screen. Used by the - <method>getLocationOnScreen</method> function.</li> + getLocationOnScreen() function.</li> <li>The origin of the parent coordinate system is the upper left corner of the parent's bounding box. With no parent the screen coordinate - system is used instead. Used by the <method>getLocation</method> + system is used instead. Used by the getLocation() function.</li> <li>The object coordinate system is relative to the upper left corner of an object's bounding box. It is relative to itself so to speak. Used - by the <method>containsPoint</method> and - <method>getAccessibleAtPoint</method> functions.</li> + by the containsPoint() and + getAccessibleAtPoint() functions.</li> </ul></p> <p>Key bindings which are associated with an accessible component can be @@ -88,7 +88,7 @@ interface XAccessibleComponent : ::com::sun::star::uno::XInterface @param point Coordinates of the point to test. The origin of the coordinate system is the upper left corner of the object's bounding box as - returned by the <method>getBounds</method>. The scale of the + returned by the getBounds(). The scale of the coordinate system is identical to that of the screen coordinate system. @@ -109,7 +109,7 @@ interface XAccessibleComponent : ::com::sun::star::uno::XInterface Coordinates of the test point for which to find the Accessible child. The origin of the coordinate system is the upper left corner of the object's bounding box as returned by the - <method>getBounds</method>. The scale of the coordinate + getBounds(). The scale of the coordinate system is identical to that of the screen coordinate system. @return @@ -127,8 +127,8 @@ interface XAccessibleComponent : ::com::sun::star::uno::XInterface <p>The returned bounding box has the form of a rectangle. Its coordinates are relative to the object's parent coordinate system. Note that the two methods <method>getLocation</methodmber> and - <method>getSize</method> return the same information. With method - <method>getLocationOnScreen</method> you can get the bound box + getSize() return the same information. With method + getLocationOnScreen() you can get the bound box position in screen coordinates.</p> @return @@ -158,7 +158,7 @@ interface XAccessibleComponent : ::com::sun::star::uno::XInterface bounding box in screen coordinates. <p>This method returns the same point as does the method - <method>getLocation</method>. The difference is that the + getLocation(). The difference is that the coordinates are absolute screen coordinates of the screen to which the object is rendered instead of being relative to the object's parent.</p> @@ -181,7 +181,7 @@ interface XAccessibleComponent : ::com::sun::star::uno::XInterface /** Grabs the focus to this object. <p>If this object can not accept the focus, - i.e. <method>isFocusTraversable</method> returns <FALSE/> for this + i.e. isFocusTraversable() returns <FALSE/> for this object then nothing happens. Otherwise the object will attempt to take the focus. Nothing happens if that fails, otherwise the object has the focus. This method is called <code>requestFocus</code> in diff --git a/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl b/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl index f85561f2713f..b529231b12a0 100644 --- a/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl +++ b/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl @@ -110,7 +110,7 @@ interface XPaneBorderPainter /** Paint the border around a pane where the border includes a call out that is anchored at the given point. Most arguments have the same - meaning as in the <method>paintBorder</method>. + meaning as in the paintBorder(). @param aCalloutAnchor The anchor point of the call out. It is usually located outside the border. diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl index 5b344a18ca84..b0b9a612b4d0 100644 --- a/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl +++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl @@ -39,35 +39,35 @@ service AccessibleSpreadsheetDocumentView document. <ul> - <li>The parent returned by <method>getAccessibleParent</method> + <li>The parent returned by getAccessibleParent() is the window which contains the view of these document.</li> - <li>The children returned by <method>getAccessibleChild</method> all + <li>The children returned by getAccessibleChild() all support the interface XAccessible. Calling - <method>getAccessibleContext</method> for these children returns + getAccessibleContext() for these children returns an object that supports one of the following services.</li> <ul> <li>::com::sun::star::sheet::AccessibleSpreadsheet: - A child where calling <method>getAccessibleChild</method> + A child where calling getAccessibleChild() an object that supports this service is returned for the current spreadsheet which is showing in this document window. There is everytime one child which supports this service, because it is only possible to have one spreadsheet in the current document window.</li> <li>::com::sun::star::drawing::AccessibleShape: - A child where calling <method>getAccessibleChild</method> + A child where calling getAccessibleChild() an object that supports this service is returned for every shape that is at the current table. These objects are children of the AccessibleSpreadsheetDocumentView regardless whether they are bound to a table or a cell.</li> <li>::com::sun::star::text::AccessibleParagraphView: - A child where calling <method>getAccessibleChild</method> + A child where calling getAccessibleChild() an object that supports this service is returned for the current cell in edit mode. This is necessary to have an object which allows event listeners. It exists only if a cell is in edit mode.</li> <li>::com::sun::star::accessibility::AccessibleContext: - A child where calling <method>getAccessibleChild</method> + A child where calling getAccessibleChild() an object that supports this service is returned for the current OLE object in edit mode. It exists only if a OLE object is in edit mode.</li> diff --git a/udkapi/com/sun/star/script/XEventAttacher2.idl b/udkapi/com/sun/star/script/XEventAttacher2.idl index 3067f13a4d79..cac1f13490d8 100644 --- a/udkapi/com/sun/star/script/XEventAttacher2.idl +++ b/udkapi/com/sun/star/script/XEventAttacher2.idl @@ -24,7 +24,7 @@ interface XEventAttacher2: com::sun::star::script::XEventAttacher /** Register a multiple set of listeners listening for the same target. Besides passing multiple listeners, the behavior of this method is identical to that of - <method>attachSingleEventListener</method>. + attachSingleEventListener(). @see com::sun::star::script::XEventAttacher::attachSingleEventListener */ |