[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - offapi/type_reference

Stephan Bergmann sbergman at redhat.com
Wed Nov 23 11:25:15 UTC 2016


 offapi/type_reference/offapi.idl |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit eeb923d59cf24876517c5976edad9d803df63857
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Nov 21 18:21:04 2016 +0100

    Update the reference rdbs to libreoffice-5-2
    
    (This deliberately leaves out the published
    css.mozilla.XRemoteServiceManagerProvider originally manually removed from
    offapi/type_reference/offapi.idl with 4c18af27bf95b332ee2006cfc0bbf469fb1a84d4
    "tdf#96398 kill remaining NPAPI support for plugins _inside_ LO" and now fully
    removed with b5589970125ae4b8c0a091cfc12d058ca42ce2ab "[API CHANGE] Remove
    tdf#96398 leftover XRemoteServiceManagerProvider".)
    
    Change-Id: I75d4cd82ba306099e2563a44739bfb3867a265e9
    (cherry picked from commit 76683829204103446476443b099492c402929004)
    Reviewed-on: https://gerrit.libreoffice.org/31045
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index 1785f24..c726834 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -1481,6 +1481,7 @@ module com {
      [property] ::com::sun::star::util::Color TextColor;
      [property] ::com::sun::star::util::Color TextLineColor;
      [property, optional] ::com::sun::star::style::VerticalAlignment VerticalAlign;
+     [property, optional] boolean NoLabel;
     };
     published service UnoControlFormattedField {
      service ::com::sun::star::awt::UnoControlEdit;
@@ -11896,6 +11897,7 @@ module com {
      [property, optional, readonly] ::com::sun::star::awt::XDevice ReferenceDevice;
      [property, optional] boolean RecordChanges;
      [property, optional, readonly] boolean IsRecordChangesProtected;
+     [property, optional] boolean Wildcards;
     };
     published interface XFunctionAccess {
      interface ::com::sun::star::uno::XInterface;
@@ -17194,6 +17196,7 @@ module com {
      [property] short SearchSimilarityRemove;
      [property] short SearchSimilarityAdd;
      [property] short SearchSimilarityExchange;
+     [property, optional] boolean SearchWildcard;
     };
     published interface XReplaceDescriptor {
      interface ::com::sun::star::util::XSearchDescriptor;
@@ -17218,6 +17221,7 @@ module com {
      /** @deprecated */ const long REG_NOSUB = 512;
      const long REG_NOT_BEGINOFLINE = 2048;
      const long REG_NOT_ENDOFLINE = 4096;
+     const long WILD_MATCH_SELECTION = 1048576;
     };
     published struct SearchOptions {
      ::com::sun::star::util::SearchAlgorithms algorithmType;


More information about the Libreoffice-commits mailing list