offapi/type_reference/offapi.idl | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-)
New commits: commit 91c4894d49639b00e1cf8dac830fa485472cde9a Author: Stephan Bergmann <[email protected]> Date: Wed Feb 24 18:39:40 2016 +0100 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 <[email protected]> Reviewed-by: Michael Stahl <[email protected]> diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl index 05bfcf4..e5ce3c3 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
