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:
Rüdiger Timm 2008-07-02 08:56:05 +00:00
parent b3eb92fb02
commit cf753e44ba

View file

@ -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;