summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-04-15 15:01:49 +0100
committerNoel Power <noel.power@suse.com>2013-04-15 15:01:49 +0100
commit7b542db859221cae585df458fd9f330d4b11d142 (patch)
treeee1e602608297f7acd54918f349a6ab812759a94 /oovbaapi
parent70aff4a7f7abe0c768238733ca8900b746e60189 (diff)
bnc#813528 stub out some missing XPageSetup api
Change-Id: I992a444c844d4103fcf3dd762aaeec85dc4c011d
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/excel/XPageSetup.idl3
1 files changed, 3 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XPageSetup.idl b/oovbaapi/ooo/vba/excel/XPageSetup.idl
index 8b12f550e08a..b58cfe10b895 100644
--- a/oovbaapi/ooo/vba/excel/XPageSetup.idl
+++ b/oovbaapi/ooo/vba/excel/XPageSetup.idl
@@ -61,6 +61,9 @@ interface XPageSetup : com::sun::star::uno::XInterface
[attribute] boolean CenterHorizontally;
[attribute] boolean PrintHeadings;
[attribute] long PaperSize;
+ [attribute] boolean PrintGridlines;
+ [attribute] string PrintTitleRows;
+ [attribute] string PrintTitleColumns;
};