[Libreoffice-commits] core.git: 3 commits - offapi/com offapi/type_reference

Stephan Bergmann sbergman at redhat.com
Wed Feb 24 17:40:23 UTC 2016


 offapi/com/sun/star/text/GenericTextDocument.idl        |    1 
 offapi/com/sun/star/tiledrendering/XTiledRenderable.idl |    2 +
 offapi/type_reference/offapi.idl                        |   26 ++++++++++++----
 3 files changed, 24 insertions(+), 5 deletions(-)

New commits:
commit 4929b451446a96e3bb9a56d2a8963d248f93aaea
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Feb 24 18:39:40 2016 +0100

    Update the reference rdbs to libreoffice-5-1
    
    Change-Id: Ie098b41440f97395893f4200128a2016cd1103d4

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index 5998152..1785f24 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;
commit cf9f97ab265d6034cb9c5ac46f9df697b910d539
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Feb 24 18:39:26 2016 +0100

    Update the reference rdbs to libreoffice-5-0
    
    Change-Id: I6c2ee67d9e62a0159a36a1905f29deeee23a3587

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index 4923160..5998152 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -11784,6 +11784,8 @@ module com {
      [property, optional] long RefreshPeriod;
      [property, optional] boolean FromSelection;
      [property, optional, readonly] long TokenIndex;
+     [property, optional] boolean TotalsRow;
+     [property, optional] boolean ContainsHeader;
     };
     published interface XDatabaseRanges {
      interface ::com::sun::star::container::XNameAccess;
@@ -11891,6 +11893,8 @@ module com {
      [property, optional] boolean IsAdjustHeightEnabled;
      [property, optional] boolean IsExecuteLinkEnabled;
      [property, optional, readonly] ::com::sun::star::awt::XDevice ReferenceDevice;
+     [property, optional] boolean RecordChanges;
+     [property, optional, readonly] boolean IsRecordChangesProtected;
     };
     published interface XFunctionAccess {
      interface ::com::sun::star::uno::XInterface;
@@ -14329,12 +14333,21 @@ module com {
      interface ::com::sun::star::uno::XInterface;
      ::com::sun::star::container::XNameAccess getTextTables();
     };
+   };
+   module tiledrendering {
+    interface XTiledRenderable {
+     interface ::com::sun::star::uno::XInterface;
+     void paintTile([in] any Parent, [in] long nOutputWidth, [in] long nOutputHeight, [in] long nTilePosX, [in] long nTilePosY, [in] long nTileWidth, [in] long nTileHeight);
+    };
+   };
+   module text {
     published service GenericTextDocument {
      service ::com::sun::star::document::OfficeDocument;
      interface ::com::sun::star::lang::XMultiServiceFactory;
      interface ::com::sun::star::text::XTextDocument;
      interface ::com::sun::star::util::XSearchable;
      interface ::com::sun::star::util::XRefreshable;
+     [optional] interface ::com::sun::star::tiledrendering::XTiledRenderable;
      [optional] interface ::com::sun::star::text::XFootnotesSupplier;
      [optional] interface ::com::sun::star::text::XEndnotesSupplier;
      [optional] interface ::com::sun::star::util::XReplaceable;
commit d71e6bd9e0802999ba632a610406884b0f8c95ca
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Feb 24 18:31:27 2016 +0100

    Missing @since tags
    
    Change-Id: Ic7cb4f4ab52f05c16637cc1283a8cba59cd1764f

diff --git a/offapi/com/sun/star/text/GenericTextDocument.idl b/offapi/com/sun/star/text/GenericTextDocument.idl
index ad4e3d4..e3918dc 100644
--- a/offapi/com/sun/star/text/GenericTextDocument.idl
+++ b/offapi/com/sun/star/text/GenericTextDocument.idl
@@ -77,6 +77,7 @@ published service GenericTextDocument
 
     interface com::sun::star::util::XRefreshable;
 
+    /** @since LibreOffice 5.0 */
     [optional] interface com::sun::star::tiledrendering::XTiledRenderable;
 
     [optional] interface com::sun::star::text::XFootnotesSupplier;
diff --git a/offapi/com/sun/star/tiledrendering/XTiledRenderable.idl b/offapi/com/sun/star/tiledrendering/XTiledRenderable.idl
index f2ccd15..4362486 100644
--- a/offapi/com/sun/star/tiledrendering/XTiledRenderable.idl
+++ b/offapi/com/sun/star/tiledrendering/XTiledRenderable.idl
@@ -61,6 +61,8 @@ interface XTiledRenderable : com::sun::star::uno::XInterface
 
         @param nTileHeight
         logical height of the rendered rectangle, in TWIPs.
+
+        @since LibreOffice 5.0
      */
     void paintTile( [in] any Parent,
                             [in] long nOutputWidth,


More information about the Libreoffice-commits mailing list