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
This commit is contained in:
parent
b3eb92fb02
commit
cf753e44ba
1 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue