summaryrefslogtreecommitdiff
path: root/oovbaapi
diff options
context:
space:
mode:
Diffstat (limited to 'oovbaapi')
-rw-r--r--oovbaapi/ooo/vba/excel/XPageSetup.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/oovbaapi/ooo/vba/excel/XPageSetup.idl b/oovbaapi/ooo/vba/excel/XPageSetup.idl
index c83f2f108f0e..6c3951362a27 100644
--- a/oovbaapi/ooo/vba/excel/XPageSetup.idl
+++ b/oovbaapi/ooo/vba/excel/XPageSetup.idl
@@ -53,6 +53,7 @@ interface XPageSetup : com::sun::star::uno::XInterface
[attribute] boolean PrintGridlines;
[attribute] string PrintTitleRows;
[attribute] string PrintTitleColumns;
+ [attribute] long PaperSize;
};
msg'> Change-Id: I2908d5851ae33d70a49a032130fdc1a406310c7d 2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382 2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b 2012-04-08gbuild: "use" vs. "add":Michael Stahl Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) 2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi 2012-04-06fix makefilesDavid Tardon 2012-04-01merge origin/masterDavid Tardon 2012-03-30fix buildLuboš Luňák Apparently the order in makefile.mk matters. Without this higher, acceptor.uno.dll does not get built. 2012-03-30Don't build and deliver .component files with empty URIs (for iOS)Tor Lillqvist 2012-03-24add $(gb_STDLIBS) to linked libsDavid Tardon