summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet
diff options
context:
space:
mode:
authorKohei Yoshida <kyoshida@novell.com>2010-02-23 23:42:02 -0500
committerKohei Yoshida <kyoshida@novell.com>2010-02-23 23:42:02 -0500
commit4698bb2447acfd6ea6f85416da41ea1c5b2be4c4 (patch)
treec2460e596266e707fefda852ddf9ad7669a937a5 /offapi/com/sun/star/sheet
parent04817ee63463b80e13ebb80b932ecb73341d02eb (diff)
calctabcolor: Added a new property "TabColor" to css.sheet.Spreadsheet service.
Diffstat (limited to 'offapi/com/sun/star/sheet')
-rw-r--r--offapi/com/sun/star/sheet/Spreadsheet.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/offapi/com/sun/star/sheet/Spreadsheet.idl b/offapi/com/sun/star/sheet/Spreadsheet.idl
index a0ed102d18f6..62a448fd7a7a 100644
--- a/offapi/com/sun/star/sheet/Spreadsheet.idl
+++ b/offapi/com/sun/star/sheet/Spreadsheet.idl
@@ -99,6 +99,8 @@
#include <com/sun/star/sheet/XExternalSheetName.idl>
#endif
+#include <com/sun/star/util/Color.idl>
+
//=============================================================================
module com { module sun { module star { module sheet {
@@ -267,6 +269,9 @@ service Spreadsheet
*/
[optional, property] boolean AutomaticPrintArea;
+ /** specifies the color of the sheet tab, if any.
+ */
+ [optional, property] com::sun::star::util::Color TabColor;
};
//=============================================================================