summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/accessibility/XAccessibleValue.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/accessibility/XAccessibleValue.idl')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleValue.idl14
1 files changed, 14 insertions, 0 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleValue.idl b/offapi/com/sun/star/accessibility/XAccessibleValue.idl
index d25c814354f0..db66c039b68a 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleValue.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleValue.idl
@@ -89,6 +89,20 @@ interface XAccessibleValue : ::com::sun::star::uno::XInterface
returned.
*/
any getMinimumValue ();
+
+ /** Returns the minimal increment by which the value represented by this
+ object can be adjusted.
+
+ <p>The type of the returned value is implementation dependent. It
+ does not have to be the same type as that returned by
+ getCurrentAccessibleValue().</p>
+
+ @return
+ Returns the minimal increment value in an implementation dependent type.
+ If this object has no minimum increment value, then an empty object is
+ returned.
+ */
+ any getMinimumIncrement ();
};
}; }; }; };