summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
authorNoel Power <noel.power@suse.com>2013-04-15 15:12:39 +0100
committerNoel Power <noel.power@suse.com>2013-05-09 14:42:46 +0100
commitbc5c14b2930aee05929ed525798a2704248f4ef6 (patch)
tree27be69ec3749ed9f0b284b581f70dcaa43447c77 /oovbaapi
parentb8541c55cf930a11164417be7e4aee5c1fb31f91 (diff)
bnc#813528 stub out some missing XPageSetup api
(cherry picked from commit 7b542db859221cae585df458fd9f330d4b11d142) Change-Id: I105ca73f9f99013c4472ae2d7491fbc67e435015
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 d4ec10b93368..c83f2f108f0e 100644
--- a/oovbaapi/ooo/vba/excel/XPageSetup.idl
+++ b/oovbaapi/ooo/vba/excel/XPageSetup.idl
@@ -50,6 +50,9 @@ interface XPageSetup : com::sun::star::uno::XInterface
[attribute] boolean CenterVertically;
[attribute] boolean CenterHorizontally;
[attribute] boolean PrintHeadings;
+ [attribute] boolean PrintGridlines;
+ [attribute] string PrintTitleRows;
+ [attribute] string PrintTitleColumns;
};