summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/XTimeBased.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2/XTimeBased.idl')
-rw-r--r--offapi/com/sun/star/chart2/XTimeBased.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/offapi/com/sun/star/chart2/XTimeBased.idl b/offapi/com/sun/star/chart2/XTimeBased.idl
index 328b54c28d6c..487e22ecb698 100644
--- a/offapi/com/sun/star/chart2/XTimeBased.idl
+++ b/offapi/com/sun/star/chart2/XTimeBased.idl
@@ -20,7 +20,7 @@ interface XTimeBased : com::sun::star::uno::XInterface
* @return
* FALSE if the data wrapped around
*/
- boolean switchToNext();
+ boolean switchToNext( [in] boolean wrap);
/**
* point is the zero based index into the time based array
@@ -28,6 +28,8 @@ interface XTimeBased : com::sun::star::uno::XInterface
* @return FALSE if the point is outside of the supported array
*/
boolean setToPointInTime( [in] long point );
+
+ void setRange( [in] long start, [in] long end );
};
}; }; }; };