diff options
author | Noel Power <noel.power@suse.com> | 2013-04-15 15:12:39 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-04-15 15:13:14 +0100 |
commit | 2aad00328fe9b4498b795f21e79f76a0c45e2eca (patch) | |
tree | b540ab618483f29abbc7504477e63a885c6bf82f /oovbaapi | |
parent | 92da8fc4ebad92a3667e3534db173ab7232c8048 (diff) |
bnc#813528 stub out some missing XPageSetup api
Change-Id: I105ca73f9f99013c4472ae2d7491fbc67e435015
Diffstat (limited to 'oovbaapi')
-rw-r--r-- | oovbaapi/ooo/vba/excel/XPageSetup.idl | 3 |
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; }; |