summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba/vbapagesetup.hxx
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-04-15 15:13:14 +0100
commit2aad00328fe9b4498b795f21e79f76a0c45e2eca (patch)
treeb540ab618483f29abbc7504477e63a885c6bf82f /sc/source/ui/vba/vbapagesetup.hxx
parent92da8fc4ebad92a3667e3534db173ab7232c8048 (diff)
bnc#813528 stub out some missing XPageSetup api
Change-Id: I105ca73f9f99013c4472ae2d7491fbc67e435015
Diffstat (limited to 'sc/source/ui/vba/vbapagesetup.hxx')
-rw-r--r--sc/source/ui/vba/vbapagesetup.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/source/ui/vba/vbapagesetup.hxx b/sc/source/ui/vba/vbapagesetup.hxx
index ffa33b5addd1..52da079ff61c 100644
--- a/sc/source/ui/vba/vbapagesetup.hxx
+++ b/sc/source/ui/vba/vbapagesetup.hxx
@@ -75,6 +75,12 @@ public:
virtual sal_Bool SAL_CALL getPrintHeadings() throw (css::uno::RuntimeException);
virtual void SAL_CALL setPrintHeadings( sal_Bool printHeadings ) throw (css::uno::RuntimeException);
+ virtual ::sal_Bool SAL_CALL getPrintGridlines() throw (css::uno::RuntimeException);
+ virtual void SAL_CALL setPrintGridlines( ::sal_Bool _printgridlines ) throw (css::uno::RuntimeException);
+ virtual ::rtl::OUString SAL_CALL getPrintTitleRows() throw (css::uno::RuntimeException);
+ virtual void SAL_CALL setPrintTitleRows( const ::rtl::OUString& _printtitlerows ) throw (css::uno::RuntimeException);
+ virtual ::rtl::OUString SAL_CALL getPrintTitleColumns() throw (css::uno::RuntimeException);
+ virtual void SAL_CALL setPrintTitleColumns( const ::rtl::OUString& _printtitlecolumns ) throw (css::uno::RuntimeException);
// XHelperInterface
virtual OUString getServiceImplName();
virtual css::uno::Sequence<OUString> getServiceNames();