summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-02-24 18:39:40 +0100
committerMichael Stahl <mstahl@redhat.com>2016-02-25 13:15:10 +0000
commit91c4894d49639b00e1cf8dac830fa485472cde9a (patch)
treee5f6cf80eaa253cb2e18d056b92fe0cc4d15d60c /offapi
parent01d768fee9db73d91a82cf3ff06a4a7519f6c269 (diff)
Update the reference rdbs to libreoffice-5-1
Change-Id: Ie098b41440f97395893f4200128a2016cd1103d4 (cherry picked from commit 4929b451446a96e3bb9a56d2a8963d248f93aaea) Reviewed-on: https://gerrit.libreoffice.org/22675 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/type_reference/offapi.idl13
1 files changed, 8 insertions, 5 deletions
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index 05bfcf43cfd7..e5ce3c38268c 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -3142,6 +3142,7 @@ module com {
[property, optional] long SymbolType;
[property, optional] string SymbolBitmapURL;
[property, optional] long SegmentOffset;
+ [property, optional] boolean TextWordWrap;
};
/** @deprecated */ published struct ChartDataRow {
string Name;
@@ -15322,6 +15323,7 @@ module com {
[property, optional] long VerticalRulerMetric;
[property, optional] boolean ShowContentTips;
[property, optional] boolean ShowScrollBarTips;
+ [property, optional] boolean HideWhitespace;
};
published constants WritingMode2 {
const short CONTEXT = 4;
@@ -16941,7 +16943,11 @@ module com {
void setDefaultName([in] string aName);
void setDisplayDirectory([in] string aDirectory) raises (::com::sun::star::lang::IllegalArgumentException);
string getDisplayDirectory();
- sequence< string > getFiles();
+ /** @deprecated */ sequence< string > getFiles();
+ };
+ published interface XFilePicker2 {
+ interface ::com::sun::star::ui::dialogs::XFilePicker;
+ sequence< string > getSelectedFiles();
};
published interface XFilePickerListener;
published interface XFilePickerNotifier {
@@ -16969,10 +16975,6 @@ module com {
void setCurrentFilter([in] string aTitle) raises (::com::sun::star::lang::IllegalArgumentException);
string getCurrentFilter();
};
- published interface XFilePicker2 {
- interface ::com::sun::star::ui::dialogs::XFilePicker;
- sequence< string > getSelectedFiles();
- };
published interface XFilePicker3 {
interface ::com::sun::star::ui::dialogs::XFilePicker2;
interface ::com::sun::star::ui::dialogs::XFilePickerNotifier;
@@ -17135,6 +17137,7 @@ module com {
const short DATE = 2;
const short DATETIME = 6;
const short DEFINED = 1;
+ const short EMPTY = 4096;
const short FRACTION = 64;
const short LOGICAL = 1024;
const short NUMBER = 16;