diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-02 08:56:05 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-02 08:56:05 +0000 |
commit | cf753e44ba9ed9f02c0ae6da70ab2d5a742401ed (patch) | |
tree | 914f89a531c6768098abe81a9c284e07f6893553 | |
parent | b3eb92fb02e49ed4e23f357c7164541c31560b93 (diff) |
INTEGRATION: CWS dr61 (1.3.40); FILE MERGED
2008/04/23 12:27:20 dr 1.3.40.2: RESYNC: (1.3-1.4); FILE MERGED
2008/04/03 11:22:29 dr 1.3.40.1: #i86465# error bars
-rw-r--r-- | offapi/com/sun/star/chart2/ErrorBar.idl | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/offapi/com/sun/star/chart2/ErrorBar.idl b/offapi/com/sun/star/chart2/ErrorBar.idl index 83e30471d668..e26480a4f374 100644 --- a/offapi/com/sun/star/chart2/ErrorBar.idl +++ b/offapi/com/sun/star/chart2/ErrorBar.idl @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ErrorBar.idl,v $ - * $Revision: 1.4 $ + * $Revision: 1.5 $ * * This file is part of OpenOffice.org. * @@ -50,6 +50,15 @@ service ErrorBar */ service ::com::sun::star::drawing::LineProperties; + /** allows attaching data sequences to the error bars. + @see data::DataSequenceRole + */ + optional interface data::XDataSink; + + /** allows querying data sequences that were set at error bars. + @see data::DataSequenceRole + */ + [optional] interface data::XDataSource; /** */ [property] ::com::sun::star::chart::ErrorBarStyle ErrorBarStyle; |