summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/report
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-06-16 11:23:42 +0000
committerRüdiger Timm <rt@openoffice.org>2008-06-16 11:23:42 +0000
commit23dc05d93e1e1ddb71e235d1b506e2577ad80a95 (patch)
tree31d070eebf1387854deed7a86b401071f668bd44 /offapi/com/sun/star/report
parent8f1e47f1874a54bc8f230d82adac338d3e12bf0b (diff)
INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED
2008/04/24 07:16:00 oj 1.3.4.1: #i86907# add doc for DataField
Diffstat (limited to 'offapi/com/sun/star/report')
-rw-r--r--offapi/com/sun/star/report/XReportControlModel.idl11
1 files changed, 10 insertions, 1 deletions
diff --git a/offapi/com/sun/star/report/XReportControlModel.idl b/offapi/com/sun/star/report/XReportControlModel.idl
index efa3d9b53564..d3bfe0bc64e2 100644
--- a/offapi/com/sun/star/report/XReportControlModel.idl
+++ b/offapi/com/sun/star/report/XReportControlModel.idl
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: XReportControlModel.idl,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -73,6 +73,15 @@ interface XReportControlModel
XFormatCondition createFormatCondition() raises( com::sun::star::uno::Exception );
+ /** Specifies which content should be shown.
+ The value can be <br/>
+ <li>the name of a database column. The format to use is field:[name] </li>
+ <li>the name of a function defined in the report or a group. The format to use is rpt:[functionName]</li>
+ <li>an expression like rpt:24+24-47</li>
+ @see http://wiki.services.openoffice.org/wiki/SUN_Report_Builder
+ @see http://wiki.services.openoffice.org/wiki/SUN_Report_Builder#Syntax
+ @see http://wiki.services.openoffice.org/wiki/Base/Reports/Functions
+ */
[attribute,bound] string DataField
{
set raises ( com::sun::star::lang::IllegalArgumentException,com::sun::star::beans::UnknownPropertyException );