diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-02-24 18:39:40 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-02-24 18:39:40 +0100 |
commit | 4929b451446a96e3bb9a56d2a8963d248f93aaea (patch) | |
tree | a5a7fd0b75ec755714cdb97f4faf5d0d7ecb92da /offapi | |
parent | cf9f97ab265d6034cb9c5ac46f9df697b910d539 (diff) |
Update the reference rdbs to libreoffice-5-1
Change-Id: Ie098b41440f97395893f4200128a2016cd1103d4
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/type_reference/offapi.idl | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl index 59981526fcf4..1785f245fc8e 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; @@ -15243,6 +15244,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; @@ -16862,7 +16864,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 { @@ -16890,10 +16896,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; @@ -17056,6 +17058,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; |