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

2023-09-04 Thread Stephan Bergmann (via logerrit)
 offapi/type_reference/offapi.idl |   34 --
 1 file changed, 24 insertions(+), 10 deletions(-)

New commits:
commit d0166429887ab3cbe8c8369fd73668502d638a4a
Author: Stephan Bergmann 
AuthorDate: Mon Sep 4 20:56:30 2023 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Sep 5 07:36:05 2023 +0200

Update the reference rdbs to libreoffice-7.6.0.3

.../master/instdir/sdk/bin/unoidl-read --published \
 .../libreoffice-7.6.0.3/instdir/program/types.rdb \
 >.../master/udkapi/type_reference/udkapi.idl

.../master/instdir/sdk/bin/unoidl-read --published \
 .../libreoffice-7.6.0.3/instdir/program/types.rdb \
 .../libreoffice-7.6.0.3/instdir/program/types/offapi.rdb \
 >.../master/offapi/type_reference/offapi.idl

Change-Id: I3ed0f2fd05caaeb083ac8d5f3c40c30c389847b2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156529
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index 7c172af98344..fd13e3da3452 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -430,6 +430,7 @@ module com {
  const short BRACKETRIGHT = 1316;
  const short C = 514;
  const short CAPSLOCK = 1312;
+ const short COLON = 1320;
  const short COMMA = 1292;
  const short CONTEXTMENU = 1305;
  const short COPY = 1298;
@@ -2846,7 +2847,7 @@ module com {
 };
 published enum LineJoint {
  NONE = 0,
- MIDDLE = 1,
+ /** @deprecated */ MIDDLE = 1,
  BEVEL = 2,
  MITER = 3,
  ROUND = 4
@@ -3273,6 +3274,9 @@ module com {
  [property, optional] short RelativeWidth;
  [property, optional] short RelativeHeightRelation;
  [property, optional] short RelativeWidthRelation;
+ [property, optional] string Title;
+ [property, optional] string Description;
+ [property, optional] boolean Decorative;
 };
};
module chart {
@@ -3658,6 +3662,7 @@ module com {
  [property, optional] boolean ParaHyphenationNoLastWord;
  [property, optional] short ParaHyphenationMinWordLength;
  [property, optional] long ParaHyphenationZone;
+ [property, optional, readonly] long SortedTextId;
 };
};
module util {
@@ -4323,11 +4328,6 @@ module com {
   interface ::com::sun::star::lang::XInitialization;
   interface ::com::sun::star::lang::XComponent;
  };
- published constants RenderingCapabilities {
-  const byte Delayed = 1;
-  /** @deprecated */ const byte Persistant = 2;
-  const byte Persistent = 2;
- };
  published interface XFlushableClipboard {
   interface ::com::sun::star::uno::XInterface;
   void flushClipboard();
@@ -4338,6 +4338,11 @@ module com {
   interface ::com::sun::star::lang::XComponent;
   [optional] interface 
::com::sun::star::datatransfer::clipboard::XFlushableClipboard;
  };
+ published constants RenderingCapabilities {
+  const byte Delayed = 1;
+  /** @deprecated */ const byte Persistant = 2;
+  const byte Persistent = 2;
+ };
  published service SystemClipboard: 
::com::sun::star::datatransfer::clipboard::XSystemClipboard;
  published interface XClipboardFactory {
   interface ::com::sun::star::uno::XInterface;
@@ -7888,7 +7893,7 @@ module com {
  const short HYPHENATION = 2;
  const short WORDBOUNDARY = 1;
 };
-published constants CTLScriptType {
+/** @deprecated */ published constants CTLScriptType {
  const short CTL_ARABIC = 2;
  const short CTL_HEBREW = 1;
  const short CTL_INDIC = 4;
@@ -8779,9 +8784,9 @@ module com {
  long beginOfScriptDirection([in] string aText, [in] long nPos, [in] short 
nScriptDirection);
  long endOfScriptDirection([in] string aText, [in] long nPos, [in] short 
nScriptDirection);
  short getScriptDirection([in] string aText, [in] long nPos, [in] short 
nDefaultScriptDirection);
- long beginOfCTLScriptType([in] string aText, [in] long nPos);
- long endOfCTLScriptType([in] string aText, [in] long nPos);
- short getCTLScriptType([in] string aText, [in] long nPos);
+ /** @deprecated */ long beginOfCTLScriptType([in] string aText, [in] long 
nPos);
+ /** @deprecated */ long endOfCTLScriptType([in] string aText, [in] long 
nPos);
+ /** @deprecated */ short getCTLScriptType([in] string aText, [in] long 
nPos);
 };
 published constants reservedWords {
  const short ABOVE_WORD = 6;
@@ -13376,14 +13381,18 @@ module com {
  const short CHARS_CYRILLIC_LOWER_LETTER_N_BG = 41;
  const short CHARS_CYRILLIC_LOWER_LETTER_N_RU = 45;
  const short CHARS_CYRILLIC_LOWER_LETTER_N_SR = 51;
+ const short CHARS_CYRILLIC_LOWER_LETTER_N_UK = 75;
  const short CHARS_CYRILLIC_LOWER_LETTER_RU = 43;
  const short CHARS_CYRILLIC_LOWER_LETTER_SR = 49;
+ const short CHARS_CYRILLIC_LOWER_LETTER_UK = 73;
  const short CHARS_CYRILLIC_UPPER

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

2023-02-02 Thread Stephan Bergmann (via logerrit)
 offapi/type_reference/offapi.idl |   29 +
 udkapi/type_reference/udkapi.idl |4 ++--
 2 files changed, 31 insertions(+), 2 deletions(-)

New commits:
commit 2c961e4dc2290bb726d42047205623bcd102f046
Author: Stephan Bergmann 
AuthorDate: Thu Feb 2 19:41:06 2023 +0100
Commit: Stephan Bergmann 
CommitDate: Thu Feb 2 20:06:18 2023 +

Update the reference rdbs to libreoffice-7.5.0.3

.../master/instdir/sdk/bin/unoidl-read --published \
 .../libreoffice-7.5.0.3/instdir/program/types.rdb \
 >.../master/udkapi/type_reference/udkapi.idl

.../master/instdir/sdk/bin/unoidl-read --published \
 .../libreoffice-7.5.0.3/instdir/program/types.rdb \
 .../libreoffice-7.5.0.3/instdir/program/types/offapi.rdb \
 >.../master/offapi/type_reference/offapi.idl

* plus manual fixup by re-applying offapi/type_reference/offapi.idl part of
  b706b04110d9305b319689a5577746fac3e0e4c3 "[API CHANGE] offapi: clean up 
these
  index services IDL files"

Change-Id: I5ac92f36f3952d335822c487d81efd3e9f38cd8b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146510
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index f17e103ca8d3..7c172af98344 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -531,6 +531,7 @@ module com {
  const short REPEAT = 1301;
  const short RETURN = 1280;
  const short RIGHT = 1027;
+ const short RIGHTCURLYBRACKET = 1319;
  const short S = 530;
  const short SCROLLLOCK = 1314;
  const short SELECT_ALL = 1557;
@@ -1142,6 +1143,8 @@ module com {
  [property, optional] short WritingMode;
  [property, optional] short MouseWheelBehavior;
  [property, optional] sequence< any > TypedItemList;
+ [property, optional] ::com::sun::star::util::Color HighlightColor;
+ [property, optional] ::com::sun::star::util::Color HighlightTextColor;
 };
 published interface XControlContainer {
  interface ::com::sun::star::uno::XInterface;
@@ -1242,6 +1245,8 @@ module com {
  [property, optional] short WritingMode;
  [property, optional] short MouseWheelBehavior;
  [property, optional] ::com::sun::star::style::VerticalAlignment 
VerticalAlign;
+ [property, optional] ::com::sun::star::util::Color HighlightColor;
+ [property, optional] ::com::sun::star::util::Color HighlightTextColor;
 };
};
module util {
@@ -1307,6 +1312,8 @@ module com {
  [property, optional] short WritingMode;
  [property, optional] short MouseWheelBehavior;
  [property, optional] ::com::sun::star::style::VerticalAlignment 
VerticalAlign;
+ [property, optional] ::com::sun::star::util::Color HighlightColor;
+ [property, optional] ::com::sun::star::util::Color HighlightTextColor;
 };
 published interface XDialog {
  interface ::com::sun::star::uno::XInterface;
@@ -1395,6 +1402,8 @@ module com {
  [property] boolean VScroll;
  [property, optional] short WritingMode;
  [property, optional] ::com::sun::star::style::VerticalAlignment 
VerticalAlign;
+ [property, optional] ::com::sun::star::util::Color HighlightColor;
+ [property, optional] ::com::sun::star::util::Color HighlightTextColor;
 };
 published service UnoControlFileControl {
  service ::com::sun::star::awt::UnoControlEdit;
@@ -1467,6 +1476,8 @@ module com {
  [property] ::com::sun::star::util::Color TextLineColor;
  [property, optional] ::com::sun::star::style::VerticalAlignment 
VerticalAlign;
  [property, optional] boolean NoLabel;
+ [property, optional] ::com::sun::star::util::Color HighlightColor;
+ [property, optional] ::com::sun::star::util::Color HighlightTextColor;
 };
 published service UnoControlFormattedField {
  service ::com::sun::star::awt::UnoControlEdit;
@@ -1511,6 +1522,8 @@ module com {
  [property, optional] short WritingMode;
  [property, optional] short MouseWheelBehavior;
  [property, optional] ::com::sun::star::style::VerticalAlignment 
VerticalAlign;
+ [property, optional] ::com::sun::star::util::Color HighlightColor;
+ [property, optional] ::com::sun::star::util::Color HighlightTextColor;
 };
 published service UnoControlGroupBox {
  service ::com::sun::star::awt::UnoControl;
@@ -1606,6 +1619,8 @@ module com {
  [property, optional] short MouseWheelBehavior;
  [property, maybevoid, optional] short ItemSeparatorPos;
  [property, optional] sequence< any > TypedItemList;
+ [property, optional] ::com::sun::star::util::Color HighlightColor;
+ [property, optional] ::com::sun::star::util::Color HighlightTextColor;
 };
 published interface XNumericField {
  interface ::com::sun::star::uno::XInterface;
@@ -1661,6 +1676,8 @@ module com {
  [property, optional] short WritingMode;
  [property, optional] short Mous

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

2022-08-19 Thread Stephan Bergmann (via logerrit)
 offapi/type_reference/offapi.idl |7 +++
 1 file changed, 7 insertions(+)

New commits:
commit d305edc242b7d1c03bd372356104418a344737fe
Author: Stephan Bergmann 
AuthorDate: Fri Aug 19 14:08:48 2022 +0200
Commit: Stephan Bergmann 
CommitDate: Fri Aug 19 15:52:29 2022 +0200

Update the reference rdbs to libreoffice-7.4.0.3

.../master/instdir/sdk/bin/unoidl-read --published \
 .../libreoffice-7.4.0.3/instdir/program/types.rdb \
 >.../master/udkapi/type_reference/udkapi.idl

* no changes

.../master/instdir/sdk/bin/unoidl-read --published \
 .../libreoffice-7.4.0.3/instdir/program/types.rdb \
 .../libreoffice-7.4.0.3/instdir/program/types/offapi.rdb \
 >.../master/offapi/type_reference/offapi.idl

Change-Id: I2e462a9fe8db2fabf5e5599e77962581cb1766ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138520
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index 65ebdcdd8880..fad96110fffa 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -2802,6 +2802,7 @@ module com {
  [property, optional] boolean FillBitmapStretch;
  [property, optional] boolean FillBitmapTile;
  [property, optional] ::com::sun::star::text::GraphicCrop GraphicCrop;
+ [property, optional] boolean FillUseSlideBackground;
 };
 published enum LineCap {
  BUTT = 0,
@@ -3633,6 +3634,9 @@ module com {
  [property, optional, readonly] boolean ContinueingPreviousSubTree;
  [property, optional, readonly] string ListLabelString;
  [property, optional] boolean ParaHyphenationNoCaps;
+ [property, optional] boolean ParaHyphenationNoLastWord;
+ [property, optional] short ParaHyphenationMinWordLength;
+ [property, optional] long ParaHyphenationZone;
 };
};
module util {
@@ -9761,6 +9765,7 @@ module com {
  [optional] interface ::com::sun::star::beans::XPropertySet;
  [property, optional, readonly] boolean IsFieldUsed;
  [property, optional, readonly] boolean IsFieldDisplayed;
+ [property, optional] string Title;
 };
};
module table {
@@ -12803,6 +12808,7 @@ module com {
  /** @deprecated */ [property] boolean HideSpellMarks;
  [property] short ZoomType;
  [property] short ZoomValue;
+ [property, optional] short FormulaBarHeight;
 };
 published interface XActivationEventListener;
 published interface XActivationBroadcaster {
@@ -13843,6 +13849,7 @@ module com {
  [property, optional] short RelativeWidthRelation;
  [property, optional] ::com::sun::star::graphic::XGraphic BackGraphic;
  [property, optional] boolean AllowOverlap;
+ [property, optional] string Tooltip;
 };
 published service BaseFrame {
  service ::com::sun::star::text::BaseFrameProperties;


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

2022-02-24 Thread Stephan Bergmann (via logerrit)
 offapi/type_reference/offapi.idl |   44 ---
 1 file changed, 32 insertions(+), 12 deletions(-)

New commits:
commit a24889a4c9a11688904dbc4df688a418380ed6bb
Author: Stephan Bergmann 
AuthorDate: Thu Feb 24 17:20:41 2022 +0100
Commit: Stephan Bergmann 
CommitDate: Fri Feb 25 08:21:33 2022 +0100

Update the reference rdbs to libreoffice-7.3.0.3

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-7.3.0.3/instdir/program/types.rdb \
 >.../master/udkapi/type_reference/udkapi.idl

* no changes

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-7.3.0.3/instdir/program/types.rdb \
 .../libreoffice-7.3.0.3/instdir/program/types/offapi.rdb \
 >.../master/offapi/type_reference/offapi.idl

Change-Id: I7478040fee62a3d6b86de3492d9b25cad91cef40
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130504
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index b6fe108e88bf..65ebdcdd8880 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -2000,6 +2000,16 @@ module com {
  long getStringWidthArray([in] string str, [out] sequence< long > 
aDXArray);
  void getKernPairs([out] sequence< char > Chars1, [out] sequence< char > 
Chars2, [out] sequence< short > Kerns);
 };
+published struct XFontMappingUseItem {
+ string originalFont;
+ sequence< string > usedFonts;
+ long count;
+};
+published interface XFontMappingUse {
+ interface ::com::sun::star::uno::XInterface;
+ void startTrackingFontMappingUse();
+ sequence< ::com::sun::star::awt::XFontMappingUseItem > 
finishTrackingFontMappingUse();
+};
 published interface XGraphics {
  interface ::com::sun::star::uno::XInterface;
  ::com::sun::star::awt::XDevice getDevice();
@@ -2175,6 +2185,10 @@ module com {
  interface ::com::sun::star::lang::XEventListener;
  void textChanged([in] ::com::sun::star::awt::TextEvent rEvent);
 };
+published interface XToolkit3 {
+ interface ::com::sun::star::awt::XToolkit2;
+ interface ::com::sun::star::awt::XFontMappingUse;
+};
 published interface XTopWindowListener {
  interface ::com::sun::star::lang::XEventListener;
  void windowOpened([in] ::com::sun::star::lang::EventObject e);
@@ -2988,6 +3002,8 @@ module com {
  [property, optional] sequence< ::com::sun::star::beans::PropertyValue > 
CharInteropGrabBag;
  [property, optional] short RubyPosition;
  [property, optional] short CharTransparence;
+ [property, optional] short CharColorTheme;
+ [property, optional] short CharColorTintOrShade;
 };
};
module chart {
@@ -4943,6 +4959,18 @@ module com {
 published service Background {
  service ::com::sun::star::drawing::FillProperties;
 };
+published struct BarCode {
+ long Type;
+ string Payload;
+ long ErrorCorrection;
+ long Border;
+};
+published constants BarCodeErrorCorrection {
+ const long HIGH = 4;
+ const long LOW = 1;
+ const long MEDIUM = 2;
+ const long QUARTILE = 3;
+};
 /** @deprecated */ published struct BezierPoint {
  ::com::sun::star::awt::Point Position;
  ::com::sun::star::awt::Point ControlPoint1;
@@ -5535,12 +5563,6 @@ module com {
  interface ::com::sun::star::document::XMimeTypeInfo;
 };
 published service GraphicExportFilter: 
::com::sun::star::drawing::XGraphicExportFilter;
-published struct BarCode {
- long Type;
- string Payload;
- long ErrorCorrection;
- long Border;
-};
 published service GraphicObjectShape {
  service ::com::sun::star::drawing::Shape;
  service ::com::sun::star::drawing::Text;
@@ -5743,12 +5765,6 @@ module com {
  ::com::sun::star::drawing::DoubleSequenceSequence SequenceY;
  ::com::sun::star::drawing::DoubleSequenceSequence SequenceZ;
 };
-published constants BarCodeErrorCorrection {
- const long HIGH = 4;
- const long LOW = 1;
- const long MEDIUM = 2;
- const long QUARTILE = 3;
-};
 published service RectangleShape {
  service ::com::sun::star::drawing::Shape;
  service ::com::sun::star::drawing::FillProperties;
@@ -13368,10 +13384,13 @@ module com {
  const short IROHA_HALFWIDTH_JA = 24;
  const short NATIVE_NUMBERING = 12;
  const short NUMBER_ARABIC_INDIC = 57;
+ const short NUMBER_DIGITAL2_KO = 70;
+ const short NUMBER_DIGITAL_KO = 69;
  const short NUMBER_EAST_ARABIC_INDIC = 58;
  const short NUMBER_HANGUL_KO = 26;
  const short NUMBER_HEBREW = 56;
  const short NUMBER_INDIC_DEVANAGARI = 59;
+ const short NUMBER_LEGAL_KO = 71;
  const short NUMBER_LOWER_ZH = 15;

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

2021-08-30 Thread Stephan Bergmann (via logerrit)
 offapi/type_reference/offapi.idl |   25 ++---
 1 file changed, 18 insertions(+), 7 deletions(-)

New commits:
commit be7e6940a328a5002457eb5be26836365bfe3ab4
Author: Stephan Bergmann 
AuthorDate: Mon Aug 30 13:24:04 2021 +0200
Commit: Stephan Bergmann 
CommitDate: Mon Aug 30 21:57:51 2021 +0200

Update the reference rdbs to libreoffice-7.2.0.4

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-7.2.0.4/instdir/program/types.rdb \
 >.../master/udkapi/type_reference/udkapi.idl

* no changes

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-7.2.0.4/instdir/program/types.rdb \
 .../libreoffice-7.2.0.4/instdir/program/types/offapi.rdb \
 >.../master/offapi/type_reference/offapi.idl

Change-Id: Id32b68c9bdf908d0d41bc99fd44d9c1f7820ed11
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121300
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index 6871ccd0664c..e9228afa7671 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -3068,6 +3068,7 @@ module com {
 };
 published constants ChartDataCaption {
  const long CUSTOM = 32;
+ const long DATA_SERIES = 64;
  /** @deprecated */ const long FORMAT = 8;
  const long NONE = 0;
  const long PERCENT = 2;
@@ -4781,12 +4782,18 @@ module com {
  const short HIGH_RESOLUTION = 3;
  const short LOW_RESOLUTION = 2;
 };
+published exception ReadOnlyOpenRequest: ::com::sun::star::uno::Exception {
+ string DocumentURL;
+};
 published constants RedlineDisplayType {
  const short INSERTED = 1;
  const short INSERTED_AND_REMOVED = 2;
  const short NONE = 0;
  const short REMOVED = 3;
 };
+published exception ReloadEditableRequest: 
::com::sun::star::uno::Exception {
+ string DocumentURL;
+};
};
module i18n {
 published interface XForbiddenCharacters;
@@ -5026,6 +5033,7 @@ module com {
  RL_TB = 1,
  TB_RL = 2
 };
+published interface XTextColumns;
};
module drawing {
 published service TextProperties {
@@ -5059,6 +5067,7 @@ module com {
  [property] boolean TextAnimationStartInside;
  [property] boolean TextAnimationStopInside;
  [property] ::com::sun::star::text::WritingMode TextWritingMode;
+ [property, optional] ::com::sun::star::text::XTextColumns TextColumns;
 };
};
module text {
@@ -5313,6 +5322,7 @@ module com {
  [property, optional] ::com::sun::star::container::XNameContainer 
UserDefinedAttributes;
  [property, optional, readonly] boolean IsBackgroundDark;
  [property, optional] ::com::sun::star::container::XIndexAccess 
NavigationOrder;
+ [property, optional] boolean BackgroundFullSize;
 };
 published interface XMasterPageTarget {
  interface ::com::sun::star::uno::XInterface;
@@ -13057,11 +13067,6 @@ module com {
  RIGHT = 2,
  MIRRORED = 3
 };
-   };
-   module text {
-published interface XTextColumns;
-   };
-   module style {
 published service PageProperties {
  [property] ::com::sun::star::util::Color BackColor;
  /** @deprecated */ [property] string BackGraphicURL;
@@ -13166,6 +13171,9 @@ module com {
  [property, optional] ::com::sun::star::graphic::XGraphic BackGraphic;
  [property, maybevoid, optional] ::com::sun::star::graphic::XGraphic 
HeaderBackGraphic;
  [property, maybevoid, optional] ::com::sun::star::graphic::XGraphic 
FooterBackGraphic;
+ [property, optional] long GutterMargin;
+ [property, optional] boolean BackgroundFullSize;
+ [property, optional] boolean RtlGutter;
 };
 published service PageStyle {
  service ::com::sun::star::style::Style;
@@ -13319,14 +13327,15 @@ module com {
 published service NumberingLevel {
  [property] short NumberingType;
  [property] short ParentNumbering;
- [property] string Prefix;
- [property] string Suffix;
+ /** @deprecated */ [property] string Prefix;
+ /** @deprecated */ [property] string Suffix;
  [property] string CharStyleName;
  [property] short BulletId;
  [property] string BulletFontName;
  /** @deprecated */ [property] string GraphicURL;
  [property] short StartWith;
  [property, optional] ::com::sun::star::awt::XBitmap GraphicBitmap;
+ [property, optional] string ListFormat;
 };
 published service NumberingRule {
  service ::com::sun::star::style::NumberingAlignment;
@@ -15081,6 +15090,7 @@ module com {
  [property, maybevoid, optional] boolean IsSplitAllowed;
  [property, optional] sequence< ::com::sun::star::beans::PropertyValue > 
RowInteropGrabBag;
  [property, optional] ::com::sun::star::graphic::XGraphi

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

2021-04-13 Thread Stephan Bergmann (via logerrit)
 offapi/type_reference/offapi.idl |   26 +-
 1 file changed, 25 insertions(+), 1 deletion(-)

New commits:
commit bce31cac427d7119cd8ccec64bdfa820706cbfcc
Author: Stephan Bergmann 
AuthorDate: Tue Apr 13 10:14:59 2021 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Apr 13 11:47:37 2021 +0200

Update the reference rdbs to libreoffice-7.1.0.3

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-7.1.0.3/instdir/program/types.rdb \
 >.../master/udkapi/type_reference/udkapi.idl

* no changes

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-7.1.0.3/instdir/program/types.rdb \
 .../libreoffice-7.1.0.3/instdir/program/types/offapi.rdb \
 >.../master/offapi/type_reference/offapi.idl

Change-Id: I1d87d98931263771c39f0320e22186c63923a04a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114035
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index a786a534aaf8..6871ccd0664c 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -1357,6 +1357,12 @@ module com {
  [property, optional] boolean DesktopAsParent;
  [property, optional] string ImageURL;
  [property, optional, transient] ::com::sun::star::graphic::XGraphic 
Graphic;
+ [property, optional] boolean HScroll;
+ [property, optional] boolean VScroll;
+ [property, optional] long ScrollLeft;
+ [property, optional] long ScrollTop;
+ [property, optional] long ScrollWidth;
+ [property, optional] long ScrollHeight;
 };
 published service UnoControlEditModel {
  service ::com::sun::star::awt::UnoControlModel;
@@ -2464,6 +2470,15 @@ module com {
  };
  published service UnoControlTabPageModel {
   interface ::com::sun::star::awt::tab::XTabPageModel;
+  [property, optional] string Title;
+  [property, optional] string HelpText;
+  [property, optional] string HelpURL;
+  [property, optional] boolean HScroll;
+  [property, optional] boolean VScroll;
+  [property, optional] long ScrollLeft;
+  [property, optional] long ScrollTop;
+  [property, optional] long ScrollWidth;
+  [property, optional] long ScrollHeight;
  };
  published interface XTabPageContainerListener {
   interface ::com::sun::star::lang::XEventListener;
@@ -3052,6 +3067,7 @@ module com {
  interface ::com::sun::star::chart::XChartDataArray;
 };
 published constants ChartDataCaption {
+ const long CUSTOM = 32;
  /** @deprecated */ const long FORMAT = 8;
  const long NONE = 0;
  const long PERCENT = 2;
@@ -4267,7 +4283,8 @@ module com {
  };
  published constants RenderingCapabilities {
   const byte Delayed = 1;
-  const byte Persistant = 2;
+  /** @deprecated */ const byte Persistant = 2;
+  const byte Persistent = 2;
  };
  published interface XFlushableClipboard {
   interface ::com::sun::star::uno::XInterface;
@@ -4959,6 +4976,7 @@ module com {
  [property] short ShadowTransparence;
  [property] long ShadowXDistance;
  [property] long ShadowYDistance;
+ [property, optional] long ShadowBlur;
 };
 published enum TextAnimationDirection {
  LEFT = 0,
@@ -11739,6 +11757,7 @@ module com {
  [property, optional] long RasterSubdivisionX;
  [property, optional] long RasterSubdivisionY;
  [property, optional] boolean IsRasterAxisSynchronized;
+ [property, optional] boolean IsDocumentShared;
 };
 published enum FillDateMode {
  FILL_DATE_DAY = 0,
@@ -13377,6 +13396,7 @@ module com {
  const short ROMAN_LOWER = 3;
  const short ROMAN_UPPER = 2;
  const short SYMBOL_CHICAGO = 63;
+ const short SZEKELY_ROVAS = 68;
  const short TEXT_CARDINAL = 61;
  const short TEXT_NUMBER = 60;
  const short TEXT_ORDINAL = 62;
@@ -14669,6 +14689,7 @@ module com {
  const short PAGE_LEFT = 3;
  const short PAGE_PRINT_AREA = 8;
  const short PAGE_PRINT_AREA_BOTTOM = 10;
+ const short PAGE_PRINT_AREA_TOP = 11;
  const short PAGE_RIGHT = 4;
  const short PRINT_AREA = 1;
  const short TEXT_LINE = 9;
@@ -15200,6 +15221,8 @@ module com {
  [property, optional] boolean ShowInlineTooltips;
  [property, optional] boolean UseHeaderFooterMenu;
  [property, optional] boolean ShowBookmarks;
+ [property, optional] boolean ShowOutlineContentVisibilityButton;
+ [property, optional] boolean ShowChangesInMargin;
 };
 published constants WritingMode2 {
  const short BT_LR = 5;
@@ -17380,6 +17403,7 @@ module com {
  [property, optional] boolean Wait;
  [property, optional] short DuplexMode;
  [property, optional] string PrinterName;
+ [property, option

[Libreoffice-commits] core.git: offapi/type_reference udkapi/type_reference unoidl/source

2020-08-18 Thread Stephan Bergmann (via logerrit)
 offapi/type_reference/offapi.idl |  151 ---
 udkapi/type_reference/udkapi.idl |   23 -
 unoidl/source/unoidl-read.cxx|   12 +--
 3 files changed, 7 insertions(+), 179 deletions(-)

New commits:
commit dcff0c200f25e8f2906901708841d1f680e8cc63
Author: Stephan Bergmann 
AuthorDate: Tue Aug 18 10:47:07 2020 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Aug 18 11:36:26 2020 +0200

unoidl-read: Avoid redundant redeclarations

...of interfaces for which such a forward declaration has already been 
emitted.
Update the reference rdbs accordingly with

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-7.0.0.3/instdir/program/types.rdb \
 >.../master/udkapi/type_reference/udkapi.idl

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-7.0.0.3/instdir/program/types.rdb \
 .../libreoffice-7.0.0.3/instdir/program/types/offapi.rdb \
 >.../master/offapi/type_reference/offapi.idl

Change-Id: I7448ae44d479a8c622f6f534abe6087ce8a8ea32
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100896
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index c4483f6a86e1..a786a534aaf8 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -668,7 +668,6 @@ module com {
  void setType([in] long nType);
  long getType();
 };
-published interface XWindowPeer;
};
module graphic {
 published interface XGraphic;
@@ -887,7 +886,6 @@ module com {
  ::com::sun::star::datatransfer::dnd::XDropTarget getDropTarget([in] 
::com::sun::star::awt::XWindow window);
  ::com::sun::star::datatransfer::clipboard::XClipboard getClipboard([in] 
string clipboardName);
 };
-published interface XFocusListener;
 published interface XKeyHandler;
 published interface XTopWindow;
 published interface XTopWindowListener;
@@ -906,7 +904,6 @@ module com {
  void fireFocusLost([in] ::com::sun::star::uno::XInterface source);
 };
 published interface XMessageBox;
-published interface XWindowPeer;
 published interface XMessageBoxFactory {
  interface ::com::sun::star::uno::XInterface;
  ::com::sun::star::awt::XMessageBox createMessageBox([in] 
::com::sun::star::awt::XWindowPeer aParent, [in] 
::com::sun::star::awt::MessageBoxType eType, [in] long nButtons, [in] string 
sTitle, [in] string sMessage);
@@ -915,7 +912,6 @@ module com {
  interface ::com::sun::star::uno::XInterface;
  void reschedule();
 };
-published interface XWindowPeer;
 published interface XSystemChildFactory {
  interface ::com::sun::star::uno::XInterface;
  ::com::sun::star::awt::XWindowPeer createSystemChild([in] any Parent, 
[in] sequence< byte > ProcessId, [in] short SystemType);
@@ -926,7 +922,6 @@ module com {
  CONTAINER = 2,
  SIMPLE = 3
 };
-published interface XWindowPeer;
 published struct WindowDescriptor {
  ::com::sun::star::awt::WindowClass Type;
  string WindowServiceName;
@@ -937,7 +932,6 @@ module com {
 };
 published interface XDevice;
 published interface XRegion;
-published interface XWindowPeer;
 published interface XToolkit {
  interface ::com::sun::star::uno::XInterface;
  ::com::sun::star::awt::XWindowPeer getDesktopWindow();
@@ -983,9 +977,6 @@ module com {
  BOTTOM = 2
 };
};
-   module graphic {
-published interface XGraphic;
-   };
module awt {
 published service UnoControlButtonModel {
  service ::com::sun::star::awt::UnoControlModel;
@@ -1031,11 +1022,6 @@ module com {
  interface ::com::sun::star::awt::XCheckBox;
  interface ::com::sun::star::awt::XLayoutConstrains;
 };
-   };
-   module graphic {
-published interface XGraphic;
-   };
-   module awt {
 published service UnoControlCheckBoxModel {
  service ::com::sun::star::awt::UnoControlModel;
  [property, optional] short Align;
@@ -1088,8 +1074,6 @@ module com {
  interface ::com::sun::star::awt::XLayoutConstrains;
  interface ::com::sun::star::awt::XTextLayoutConstrains;
 };
-published interface XActionListener;
-published interface XItemListener;
 published interface XComboBox {
  interface ::com::sun::star::uno::XInterface;
  void addItemListener([in] ::com::sun::star::awt::XItemListener l);
@@ -1336,7 +1320,6 @@ module com {
  void endDialog([in] long Result);
  void setHelpId([in] string Id);
 };
-published interface XTopWindowListener;
 published interface XTopWindow {
  interface ::com::sun::star::uno::XInterface;
  void addTopWindowListener([in] ::com::sun::star::awt::XTopWindowListener 
xListener);
@@ -1353,11 +1336,6 @@ module com {

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

2020-08-18 Thread Stephan Bergmann (via logerrit)
 offapi/type_reference/offapi.idl |   49 ---
 1 file changed, 36 insertions(+), 13 deletions(-)

New commits:
commit 1e6dc8e4f746662ed5d1e750019b41b7d3644e5b
Author: Stephan Bergmann 
AuthorDate: Tue Aug 18 08:29:29 2020 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Aug 18 09:28:42 2020 +0200

Update the reference rdbs to libreoffice-7.0.0.3

LD_LIBRARY_PATH=/data/sbergman/lo-clang/core/instdir/program \
 /data/sbergman/lo-clang/core/workdir/LinkTarget/Executable/unoidl-read 
--published \
 /data/sbergman/lo-7.0/core/instdir/program/types.rdb \
 >/data/sbergman/lo-clang/core/udkapi/type_reference/udkapi.idl

* no changes

LD_LIBRARY_PATH=/data/sbergman/lo-clang/core/instdir/program \
 /data/sbergman/lo-clang/core/workdir/LinkTarget/Executable/unoidl-read 
--published \
 /data/sbergman/lo-7.0/core/instdir/program/types.rdb \
 /data/sbergman/lo-7.0/core/instdir/program/types/offapi.rdb \
 >/data/sbergman/lo-clang/core/offapi/type_reference/offapi.idl

* (XDcoumentHandler getting moved around now is a consequence of this being 
the
  first fully-automated generation of the file again after the manual
  modifications done by the preceding 
214e6caf2c503d817c47ebcc419e4f7e33b336ac
  "[API CHANGE] remove BasicImport UNO interfaces" and
  ebb66ee09b6041cbf755f24e54f2d1a510bbc3d3 "Fixed update of the reference 
rdbs
  to libreoffice-6.4.0.3-buildfix1".)

Change-Id: I841b6b5a059c78750fa7f02f9276c6b6f86c9afd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100892
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index 9b6b9d60e34b..c4483f6a86e1 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -3024,6 +3024,7 @@ module com {
  [property, optional] ::com::sun::star::util::Color CharHighlight;
  [property, optional] sequence< ::com::sun::star::beans::PropertyValue > 
CharInteropGrabBag;
  [property, optional] short RubyPosition;
+ [property, optional] short CharTransparence;
 };
};
module chart {
@@ -3347,6 +3348,7 @@ module com {
  const long BOTTOM_LEFT = 5;
  const long BOTTOM_RIGHT = 7;
  const long CENTER = 1;
+ const long CUSTOM = 13;
  const long INSIDE = 10;
  const long LEFT = 4;
  const long NEAR_ORIGIN = 12;
@@ -4961,19 +4963,7 @@ module com {
};
module xml {
 module sax {
- published interface XAttributeList;
- published interface XLocator;
- published interface XDocumentHandler {
-  interface ::com::sun::star::uno::XInterface;
-  void startDocument() raises (::com::sun::star::xml::sax::SAXException);
-  void endDocument() raises (::com::sun::star::xml::sax::SAXException);
-  void startElement([in] string aName, [in] 
::com::sun::star::xml::sax::XAttributeList xAttribs) raises 
(::com::sun::star::xml::sax::SAXException);
-  void endElement([in] string aName) raises 
(::com::sun::star::xml::sax::SAXException);
-  void characters([in] string aChars) raises 
(::com::sun::star::xml::sax::SAXException);
-  void ignorableWhitespace([in] string aWhitespaces) raises 
(::com::sun::star::xml::sax::SAXException);
-  void processingInstruction([in] string aTarget, [in] string aData) 
raises (::com::sun::star::xml::sax::SAXException);
-  void setDocumentLocator([in] ::com::sun::star::xml::sax::XLocator 
xLocator) raises (::com::sun::star::xml::sax::SAXException);
- };
+ published interface XDocumentHandler;
 };
};
module document {
@@ -13457,6 +13447,10 @@ module com {
  const short AIU_FULLWIDTH_JA = 21;
  const short AIU_HALFWIDTH_JA = 22;
  const short ARABIC = 4;
+ const short ARABIC_ZERO = 64;
+ const short ARABIC_ZERO3 = 65;
+ const short ARABIC_ZERO4 = 66;
+ const short ARABIC_ZERO5 = 67;
  const short BITMAP = 8;
  const short CHARS_ARABIC = 31;
  const short CHARS_ARABIC_ABJAD = 54;
@@ -13566,6 +13560,11 @@ module com {
  sequence< ::com::sun::star::beans::PropertyValue > 
getStyleLoaderOptions();
 };
};
+   module xml {
+module sax {
+ published interface XDocumentHandler;
+};
+   };
module svg {
 /** @deprecated */ published interface XSVGPrinter {
  interface ::com::sun::star::uno::XInterface;
@@ -13573,6 +13572,13 @@ module com {
  void printPage([in] sequence< byte > aPrintPage);
  void endJob();
 };
+   };
+   module xml {
+module sax {
+ published interface XDocumentHandler;
+};
+   };
+   module svg {
 /** @deprecated */ published interface XSVGWriter {
  interface ::com::sun::star::uno::XInterface;
  void write([in] ::com::sun::star::xml::sax::XDocumentHandler aHandler, 
[in] sequence< byte > aMtf);
@@ -14806,6 +14812,7 @@ module com {
  const short PAGE_FRAME = 7;
  const short PA

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

2020-02-26 Thread Stephan Bergmann (via logerrit)
 offapi/type_reference/offapi.idl |   56 ++-
 1 file changed, 55 insertions(+), 1 deletion(-)

New commits:
commit ebb66ee09b6041cbf755f24e54f2d1a510bbc3d3
Author: Stephan Bergmann 
AuthorDate: Wed Feb 26 17:47:20 2020 +0100
Commit: Stephan Bergmann 
CommitDate: Wed Feb 26 22:16:57 2020 +0100

Fixed update of the reference rdbs to libreoffice-6.4.0.3-buildfix1

19746d24aa976cc409e58fe452b6ab5b039d0525 "Update the reference rdbs to
libreoffice-6.4.0.3-buildfix1" had erroneously labeled

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-6.4.0.3-buildfix1/instdir/program/types.rdb \
 .../libreoffice-6.4.0.3-buildfix1/instdir/program/types/offapi.rdb \
 >.../master/offapi/type_reference/offapi.idl

as "no changes", so I redid that part correctly now:

* plus manual fixup by re-applying offapi/type_reference/offapi.idl part of
  214e6caf2c503d817c47ebcc419e4f7e33b336ac "[API CHANGE] remove BasicImport 
UNO
  interfaces"

Change-Id: If58251331c1b379a04bf0c60dfffc2ffb0f6bc6d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89565
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index 1d6baddbba95..9b6b9d60e34b 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -3662,6 +3662,9 @@ module com {
  [property, optional] string ListId;
  [property, optional] short OutlineLevel;
  [property, optional] ::com::sun::star::graphic::XGraphic ParaBackGraphic;
+ [property, optional, readonly] boolean ContinueingPreviousSubTree;
+ [property, optional, readonly] string ListLabelString;
+ [property, optional] boolean ParaHyphenationNoCaps;
 };
};
module util {
@@ -5607,6 +5610,11 @@ module com {
  interface ::com::sun::star::document::XMimeTypeInfo;
 };
 published service GraphicExportFilter: 
::com::sun::star::drawing::XGraphicExportFilter;
+published struct QRCode {
+ string Payload;
+ long ErrorCorrection;
+ long Border;
+};
};
module graphic {
 published interface XGraphic;
@@ -5640,6 +5648,7 @@ module com {
  [property, optional] boolean SignatureLineCanAddComment;
  [property, optional] ::com::sun::star::graphic::XGraphic 
SignatureLineUnsignedImage;
  [property, optional] boolean SignatureLineIsSigned;
+ [property, optional] ::com::sun::star::drawing::QRCode QRCodeProperties;
 };
 /** @deprecated */ published interface XShapeGroup {
  interface ::com::sun::star::drawing::XShape;
@@ -5813,6 +5822,12 @@ module com {
  ::com::sun::star::drawing::DoubleSequenceSequence SequenceY;
  ::com::sun::star::drawing::DoubleSequenceSequence SequenceZ;
 };
+published constants QRCodeErrorCorrection {
+ const long HIGH = 4;
+ const long LOW = 1;
+ const long MEDIUM = 2;
+ const long QUARTILE = 3;
+};
 published service RectangleShape {
  service ::com::sun::star::drawing::Shape;
  service ::com::sun::star::drawing::FillProperties;
@@ -7651,6 +7666,12 @@ module com {
  string ResourceURL;
  any aInfo;
 };
+published interface XUIConfigurationListener {
+ interface ::com::sun::star::lang::XEventListener;
+ void elementInserted([in] ::com::sun::star::ui::ConfigurationEvent Event);
+ void elementRemoved([in] ::com::sun::star::ui::ConfigurationEvent Event);
+ void elementReplaced([in] ::com::sun::star::ui::ConfigurationEvent Event);
+};
};
module util {
 published interface XStringMapping {
@@ -13491,6 +13512,7 @@ module com {
  const short PAGE_DESCRIPTOR = 7;
  const short ROMAN_LOWER = 3;
  const short ROMAN_UPPER = 2;
+ const short SYMBOL_CHICAGO = 63;
  const short TEXT_CARDINAL = 61;
  const short TEXT_NUMBER = 60;
  const short TEXT_ORDINAL = 62;
@@ -13931,6 +13953,7 @@ module com {
  [property, optional] short RelativeHeightRelation;
  [property, optional] short RelativeWidthRelation;
  [property, optional] ::com::sun::star::graphic::XGraphic BackGraphic;
+ [property, optional] boolean AllowOverlap;
 };
 published service BaseFrame {
  service ::com::sun::star::text::BaseFrameProperties;
@@ -14830,6 +14853,7 @@ module com {
  [property, optional] short PositionLayoutDir;
  [property, optional, readonly] ::com::sun::star::awt::Point 
StartPositionInHoriL2R;
  [property, optional, readonly] ::com::sun::star::awt::Point 
EndPositionInHoriL2R;
+ [property, optional] boolean AllowOverlap;
 };
 published constants SizeType {
  const short FIX = 1;
@@ -16879,6 +16903,36 @@ module com {
  EXECUTE_MODIFIED = 2,
  CONTINUE_MODIFIED = 3
 };
+published interface XUIConfiguration {
+ interface ::com::sun::star::uno::XInter

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

2019-08-20 Thread Stephan Bergmann (via logerrit)
 offapi/type_reference/offapi.idl |4 
 1 file changed, 4 insertions(+)

New commits:
commit 20c6d7f6e64efa7597fdd5712514a85264bb7215
Author: Stephan Bergmann 
AuthorDate: Tue Aug 20 08:31:42 2019 +0200
Commit: Stephan Bergmann 
CommitDate: Tue Aug 20 11:59:48 2019 +0200

Update the reference rdbs to libreoffice-6.3.0.4

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-6.3.0.4/instdir/program/types.rdb \
 >.../master/udkapi/type_reference/udkapi.idl

* no changes

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-6.3.0.4/instdir/program/types.rdb \
 .../libreoffice-6.3.0.4/instdir/program/types/offapi.rdb \
 >.../master/offapi/type_reference/offapi.idl

Change-Id: Ifb44c536c87c711e46c5881fe0918a0c4c6e472b
Reviewed-on: https://gerrit.libreoffice.org/77784
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index 7a3102310d46..e8a192a42bd3 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -14082,6 +14082,7 @@ module com {
  [property] boolean IsProtected;
  [property] short VertOrient;
  [property, optional] ::com::sun::star::graphic::XGraphic BackGraphic;
+ [property, optional, readonly] ::com::sun::star::text::XText ParentText;
 };
 published service CellRange {
  service ::com::sun::star::style::CharacterProperties;
@@ -14121,6 +14122,7 @@ module com {
  [property, optional] short WritingMode;
  [property, optional] boolean IsFollowingTextFlow;
  [property, optional] ::com::sun::star::drawing::TextVerticalAdjust 
TextVerticalAdjust;
+ [property, optional, readonly] ::com::sun::star::text::XText ParentText;
 };
 published service ChainedTextFrame {
  service ::com::sun::star::text::TextFrame;
@@ -15322,6 +15324,7 @@ module com {
  [property, optional] boolean UseHeaderFooterMenu;
 };
 published constants WritingMode2 {
+ const short BT_LR = 5;
  const short CONTEXT = 4;
  const short LR_TB = 0;
  /** @deprecated */ const short PAGE = 4;
@@ -17140,6 +17143,7 @@ module com {
  const short DATE = 2;
  const short DATETIME = 6;
  const short DEFINED = 1;
+ const short DURATION = 8196;
  const short EMPTY = 4096;
  const short FRACTION = 64;
  const short LOGICAL = 1024;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2019-02-21 Thread Libreoffice Gerrit user
 offapi/type_reference/offapi.idl |7 +++
 1 file changed, 7 insertions(+)

New commits:
commit 3d31e57fba29d3bf852abafad16f840adcfb33d9
Author: Stephan Bergmann 
AuthorDate: Thu Feb 21 11:11:29 2019 +0100
Commit: Stephan Bergmann 
CommitDate: Thu Feb 21 13:18:23 2019 +0100

Update the reference rdbs to libreoffice-6.2.0.3

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-6.2.0.3/instdir/program/types.rdb \
 >.../master/udkapi/type_reference/udkapi.idl

* no changes

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-6.2.0.3/instdir/program/types.rdb \
 .../libreoffice-6.2.0.3/instdir/program/types/offapi.rdb \
 >.../master/offapi/type_reference/offapi.idl

Change-Id: I16c8cc9edafa81570f43197a1f1e78ff1eaee1ee
Reviewed-on: https://gerrit.libreoffice.org/68141
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index e5368fb58dc8..7a3102310d46 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -4874,6 +4874,10 @@ module com {
  [property, optional] boolean AddExternalLeading;
  [property, optional] boolean EmbedFonts;
  [property, optional] boolean EmbedSystemFonts;
+ [property, optional] boolean EmbedOnlyUsedFonts;
+ [property, optional] boolean EmbedLatinScriptFonts;
+ [property, optional] boolean EmbedAsianScriptFonts;
+ [property, optional] boolean EmbedComplexScriptFonts;
 };
 published interface XTypeDetection {
  interface ::com::sun::star::uno::XInterface;
@@ -5644,6 +5648,7 @@ module com {
  [property, optional] boolean SignatureLineShowSignDate;
  [property, optional] boolean SignatureLineCanAddComment;
  [property, optional] ::com::sun::star::graphic::XGraphic 
SignatureLineUnsignedImage;
+ [property, optional] boolean SignatureLineIsSigned;
 };
 /** @deprecated */ published interface XShapeGroup {
  interface ::com::sun::star::drawing::XShape;
@@ -8216,6 +8221,7 @@ module com {
  const long ASC_OTHER = 2048;
  const long ASC_UNDERSCORE = 8;
  const long ASC_UPALPHA = 1;
+ const long GROUP_SEPARATOR_IN_NUMBER = 134217728;
  const long IGNORE_LEADING_WS = 1073741824;
  const long TWO_DOUBLE_QUOTES_BREAK_STRING = 268435456;
  const long UNI_ALNUM = 61440;
@@ -15313,6 +15319,7 @@ module com {
  [property, optional] boolean ShowScrollBarTips;
  [property, optional] boolean HideWhitespace;
  [property, optional] boolean ShowInlineTooltips;
+ [property, optional] boolean UseHeaderFooterMenu;
 };
 published constants WritingMode2 {
  const short CONTEXT = 4;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

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

2018-11-15 Thread Libreoffice Gerrit user
 offapi/type_reference/offapi.idl |  105 ++-
 1 file changed, 81 insertions(+), 24 deletions(-)

New commits:
commit 80751cd90d007a19143e13bf69c7e317b7d4afc9
Author: Stephan Bergmann 
AuthorDate: Thu Nov 15 15:16:38 2018 +0100
Commit: Stephan Bergmann 
CommitDate: Thu Nov 15 16:55:55 2018 +0100

Update the reference rdbs to libreoffice-6-1-0

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-6-1-0/instdir/program/types.rdb \
 >.../master/udkapi/type_reference/udkapi.idl

* no changes

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-6-1-0/instdir/program/types.rdb \
 .../libreoffice-6-1-0/instdir/program/types/offapi.rdb \
 >.../master/offapi/type_reference/offapi.idl

* all the interim modifications to offapi/type_reference/offapi.idl were 
done in
  error and had already been reverted again (i.e., `git diff
  
76f30450577bcecf0423833884e3e5215decdd07..5b0ceb86c342754d8f4e83408c7ae0da0e3931d3^
  -- offapi/type_reference/offapi.idl` is empty)

Change-Id: Ibac6d00f9b6fa3fa4d4ac491af66ea4938b36b87
Reviewed-on: https://gerrit.libreoffice.org/63424
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann 

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index eb20847723b9..e5368fb58dc8 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -2812,7 +2812,7 @@ module com {
  [property] boolean FillBackground;
  [property] string FillBitmapName;
  [property, optional] ::com::sun::star::awt::XBitmap FillBitmap;
- [property, optional] string FillBitmapURL;
+ /** @deprecated */ [property, optional] string FillBitmapURL;
  [property] short FillBitmapPositionOffsetX;
  [property] short FillBitmapPositionOffsetY;
  [property] short FillBitmapOffsetX;
@@ -2995,7 +2995,7 @@ module com {
  [property, optional] string RubyText;
  [property, optional] short RubyAdjust;
  [property, optional] string RubyCharStyleName;
- [property, optional] boolean RubyIsAbove;
+ /** @deprecated */ [property, optional] boolean RubyIsAbove;
  [property, optional] short CharRotation;
  [property, optional] boolean CharRotationIsFitToLine;
  [property, optional] short CharScaleWidth;
@@ -3023,6 +3023,7 @@ module com {
  [property, optional] ::com::sun::star::table::ShadowFormat 
CharShadowFormat;
  [property, optional] ::com::sun::star::util::Color CharHighlight;
  [property, optional] sequence< ::com::sun::star::beans::PropertyValue > 
CharInteropGrabBag;
+ [property, optional] short RubyPosition;
 };
};
module chart {
@@ -3130,6 +3131,11 @@ module com {
  double LowError;
 };
 /** @deprecated */ published typedef sequence< 
::com::sun::star::chart::ChartDataValue > ChartDataPoint;
+   };
+   module graphic {
+published interface XGraphic;
+   };
+   module chart {
 published service ChartDataPointProperties {
  service ::com::sun::star::drawing::LineProperties;
  service ::com::sun::star::style::CharacterProperties;
@@ -3143,9 +3149,10 @@ module com {
  [property, optional] long PercentageNumberFormat;
  [property, optional] long LabelPlacement;
  [property, optional] long SymbolType;
- [property, optional] string SymbolBitmapURL;
+ /** @deprecated */ [property, optional] string SymbolBitmapURL;
  [property, optional] long SegmentOffset;
  [property, optional] boolean TextWordWrap;
+ [property, optional] ::com::sun::star::graphic::XGraphic SymbolBitmap;
 };
 /** @deprecated */ published struct ChartDataRow {
  string Name;
@@ -3368,6 +3375,11 @@ module com {
  service ::com::sun::star::chart::ChartAxisYSupplier;
  service ::com::sun::star::chart::StackableDiagram;
 };
+   };
+   module graphic {
+published interface XGraphic;
+   };
+   module chart {
 published service LineDiagram {
  service ::com::sun::star::chart::Diagram;
  service ::com::sun::star::chart::ChartStatistics;
@@ -3383,6 +3395,7 @@ module com {
  [property] long SplineType;
  [property, optional] long SplineOrder;
  [property, optional] long SplineResolution;
+ /** @deprecated */ [property, optional] 
::com::sun::star::graphic::XGraphic SymbolBitmap;
 };
 published constants MissingValueTreatment {
  const long CONTINUE = 2;
@@ -3584,12 +3597,17 @@ module com {
  char DecimalChar;
  char FillChar;
 };
+   };
+   module graphic {
+published interface XGraphic;
+   };
+   module style {
 published service ParagraphProperties {
  [property] ::com::sun::star::style::ParagraphAdjust ParaAdjust;
  [property, optional] ::com::sun::star::style::LineSpacing ParaLineSpacing;
  [propert

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

2018-05-08 Thread Stephan Bergmann
 offapi/type_reference/offapi.idl |1 -
 1 file changed, 1 deletion(-)

New commits:
commit 4765ea3238c5d562eb86da46d7b353312191c717
Author: Stephan Bergmann 
Date:   Tue May 8 15:36:37 2018 +0200

No need to reflect ongoing compatible changes in type_reference

Had been added as part of 7a8ed362eb163ac15a000ba1cfc74b58315800a1 "[API 
CHANGE]
revert and deprecate *BackGraphicURL add *BackGraphic", for no apparent 
reason.
(Will eventually be added with a "Update the reference rdbs to
libreoffice-6-1-0" commit.)

Change-Id: If6c0405df91accc52a67ad62d7ee7dfb49a4c569
Reviewed-on: https://gerrit.libreoffice.org/53981
Tested-by: Jenkins 
Reviewed-by: Stephan Bergmann 

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index f49b0267ed48..dad8fdc4d586 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -3643,7 +3643,6 @@ module com {
  [property, maybevoid, optional] boolean ParaIsConnectBorder;
  [property, optional] string ListId;
  [property, optional] short OutlineLevel;
- [property, optional] ::com::sun::star::graphic::XGraphic ParaBackGraphic;
 };
};
module util {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-03-05 Thread Stephan Bergmann
 offapi/type_reference/offapi.idl |3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 5d577e6cfab6c602a76029764c9467d15bdf8ba2
Author: Stephan Bergmann 
Date:   Mon Mar 5 08:52:51 2018 +0100

Update the reference rdbs to libreoffice-6-0-0

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-6-0-0/instdir/program/types.rdb \
 >.../master/udkapi/type_reference/udkapi.idl

* no changes

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-6-0-0/instdir/program/types.rdb \
 .../libreoffice-6-0-0/instdir/program/types/offapi.rdb \
 >.../master/offapi/type_reference/offapi.idl

Change-Id: I5419f81757ba43664aefb60f081bf52612b8afc4
Reviewed-on: https://gerrit.libreoffice.org/50762
Tested-by: Jenkins 
Reviewed-by: Stephan Bergmann 

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index abf601815b02..eb20847723b9 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -8306,8 +8306,10 @@ module com {
 published service LocaleData: ::com::sun::star::i18n::XLocaleData4;
 /** @deprecated */ published constants LocaleItem {
  const short COUNT = 17;
+ const short COUNT2 = 18;
  const short DATE_SEPARATOR = 0;
  const short DECIMAL_SEPARATOR = 2;
+ const short DECIMAL_SEPARATOR_ALTERNATIVE = 17;
  const short DOUBLE_QUOTATION_END = 9;
  const short DOUBLE_QUOTATION_START = 8;
  const short LIST_SEPARATOR = 5;
@@ -16857,6 +16859,7 @@ module com {
  published constants ExtendedFilePickerElementIds {
   const short CHECKBOX_AUTOEXTENSION = 100;
   const short CHECKBOX_FILTEROPTIONS = 102;
+  const short CHECKBOX_GPGENCRYPTION = 211;
   const short CHECKBOX_LINK = 104;
   const short CHECKBOX_PASSWORD = 101;
   const short CHECKBOX_PREVIEW = 105;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2018-03-02 Thread Stephan Bergmann
 offapi/type_reference/offapi.idl |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit bc6f3c0fe95f9162fb14dc540fa2b4bc81af32bf
Author: Stephan Bergmann 
Date:   Fri Mar 2 18:10:55 2018 +0100

Update the reference rdbs to libreoffice-5-4-0

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-5-4-0/instdir/program/types.rdb \
 >.../master/udkapi/type_reference/udkapi.idl

* no changes

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-5-4-0/instdir/program/types.rdb \
 .../libreoffice-5-4-0/instdir/program/types/offapi.rdb \
 >.../master/offapi/type_reference/offapi.idl

* plus manual fixup for now by re-applying offapi/type_reference/offapi.idl 
part
  of 00657aef09d854c74fb426a935a3e8b1fc390bb0 "migrate to boost::gettext"

Change-Id: Iecebe43043ee2518a371b60795737436bbcb0941

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index e0c1235cb0cf..abf601815b02 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -1157,6 +1157,7 @@ module com {
  [property] ::com::sun::star::util::Color TextLineColor;
  [property, optional] short WritingMode;
  [property, optional] short MouseWheelBehavior;
+ [property, optional] sequence< any > TypedItemList;
 };
 published interface XControlContainer {
  interface ::com::sun::star::uno::XInterface;
@@ -1627,6 +1628,7 @@ module com {
  [property, optional] short WritingMode;
  [property, optional] short MouseWheelBehavior;
  [property, maybevoid, optional] short ItemSeparatorPos;
+ [property, optional] sequence< any > TypedItemList;
 };
 published interface XNumericField {
  interface ::com::sun::star::uno::XInterface;
@@ -9759,7 +9761,7 @@ module com {
 published enum WrapTextMode {
  NONE = 0,
  THROUGH = 1,
- THROUGHT = THROUGH,  //Errant spelling deprecated in version 5.4
+ THROUGHT = 1,
  PARALLEL = 2,
  DYNAMIC = 3,
  LEFT = 4,
@@ -13439,6 +13441,7 @@ module com {
  const short IROHA_HALFWIDTH_JA = 24;
  const short NATIVE_NUMBERING = 12;
  const short NUMBER_HANGUL_KO = 26;
+ const short NUMBER_HEBREW = 56;
  const short NUMBER_LOWER_ZH = 15;
  const short NUMBER_NONE = 5;
  const short NUMBER_TRADITIONAL_JA = 20;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-05-19 Thread Stephan Bergmann
 offapi/type_reference/offapi.idl |   21 +
 1 file changed, 21 insertions(+)

New commits:
commit 31a698342f86db1b7703e3ec5460281d3a6b7635
Author: Stephan Bergmann 
Date:   Fri May 19 11:54:20 2017 +0200

Update the reference rdbs to libreoffice-5-3

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-5-3/instdir/program/types.rdb \
 >.../master/udkapi/type_reference/udkapi.idl

* no changes

LD_LIBRARY_PATH=.../master/instdir/program \
 .../master/workdir/LinkTarget/Executable/unoidl-read --published \
 .../libreoffice-5-3/instdir/program/types.rdb \
 .../libreoffice-5-3/instdir/program/types/offapi.rdb
 >.../master/offapi/type_reference/offapi.idl

* plus manual fixup for now by re-applying offapi/type_reference/offapi.idl 
part
  of 8913353a8fd2a1d281c2d8a33ca795d97201b7bc "enum spelling: throught ->
  through"

Change-Id: I705dd8b33034f01d333bf80f1211022f5395609e

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index ebe12ed929e8..e796d59192e2 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -11660,6 +11660,8 @@ module com {
  [property, optional] boolean IsGroupField;
  [property, optional] ::com::sun::star::sheet::DataPilotFieldGroupInfo 
GroupInfo;
  [property, optional] boolean ShowEmpty;
+ [property, optional] short Function2;
+ [property, optional] sequence< short > Subtotals2;
 };
 published service DataPilotFieldGroup {
  interface ::com::sun::star::container::XNamed;
@@ -11941,6 +11943,22 @@ module com {
  interface ::com::sun::star::container::XNameAccess;
  interface ::com::sun::star::container::XEnumerationAccess;
 };
+published constants GeneralFunction2 {
+ const short AUTO = 1;
+ const short AVERAGE = 4;
+ const short COUNT = 3;
+ const short COUNTNUMS = 8;
+ const short MAX = 5;
+ const short MEDIAN = 13;
+ const short MIN = 6;
+ const short NONE = 0;
+ const short PRODUCT = 7;
+ const short STDEV = 9;
+ const short STDEVP = 10;
+ const short SUM = 2;
+ const short VAR = 11;
+ const short VARP = 12;
+};
 published interface XGlobalSheetSettings {
  interface ::com::sun::star::uno::XInterface;
  [attribute] boolean MoveSelection;
@@ -14623,6 +14641,7 @@ module com {
  [property] ::com::sun::star::style::GraphicLocation BackGraphicLocation;
  [property, optional] boolean CollapsingBorders;
  [property, optional] sequence< ::com::sun::star::beans::PropertyValue > 
TableInteropGrabBag;
+ [property, optional] string TableTemplateName;
 };
 published service Paragraph {
  service ::com::sun::star::text::TextContent;
@@ -16939,9 +16958,11 @@ module com {
   const short SET_SELECT_ITEM = 5;
  };
  published constants TemplateDescription {
+  const short FILEOPEN_LINK_PLAY = 12;
   const short FILEOPEN_LINK_PREVIEW = 9;
   const short FILEOPEN_LINK_PREVIEW_IMAGE_TEMPLATE = 6;
   const short FILEOPEN_PLAY = 7;
+  const short FILEOPEN_PREVIEW = 11;
   const short FILEOPEN_READONLY_VERSION = 8;
   const short FILEOPEN_SIMPLE = 0;
   const short FILESAVE_AUTOEXTENSION = 10;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-11-21 Thread Stephan Bergmann
 offapi/type_reference/offapi.idl |4 
 1 file changed, 4 insertions(+)

New commits:
commit 76683829204103446476443b099492c402929004
Author: Stephan Bergmann 
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

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index e955541..04d89e8 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;
@@ -11897,6 +11898,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;
@@ -17195,6 +17197,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;
@@ -17219,6 +17222,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;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-04-07 Thread Stephan Bergmann
 offapi/type_reference/offapi.idl |   32 +---
 1 file changed, 17 insertions(+), 15 deletions(-)

New commits:
commit b079d9f86acbe7a91e6129c14aa92a480866226d
Author: Stephan Bergmann 
Date:   Tue Apr 7 18:46:26 2015 +0200

Update the reference rdbs to libreoffice-4-4

Change-Id: Ib1108763ebf556d2e812f077676914c4e64ddaf2

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index 470e9d5..f95e6b7 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -4487,6 +4487,17 @@ module com {
 published exception CommandFailedException: 
::com::sun::star::uno::Exception {
  any Reason;
 };
+published enum ContentCreationError {
+ UNKNOWN = 0,
+ /** @deprecated */ NO_CONTENT_BROKER = 1,
+ /** @deprecated */ NO_IDENTIFIER_FACTORY = 2,
+ IDENTIFIER_CREATION_FAILED = 3,
+ NO_CONTENT_PROVIDER = 4,
+ CONTENT_CREATION_FAILED = 5
+};
+published exception ContentCreationException: 
::com::sun::star::uno::Exception {
+ ::com::sun::star::ucb::ContentCreationError eError;
+};
 published interface XProgressHandler;
 published interface XCommandEnvironment {
  interface ::com::sun::star::uno::XInterface;
@@ -9256,6 +9267,10 @@ module com {
  interface ::com::sun::star::io::XActiveDataSink;
  interface ::com::sun::star::beans::XPropertySet;
 };
+module zip {
+ published exception ZipException: ::com::sun::star::uno::Exception {
+ };
+};
 module manifest {
  published interface XManifestReader {
   interface ::com::sun::star::uno::XInterface;
@@ -9337,21 +9352,6 @@ module com {
   sequence< byte > extra;
   string sComment;
  };
- published exception ZipException: ::com::sun::star::uno::Exception {
- };
-};
-   };
-   module ucb {
-published enum ContentCreationError {
- UNKNOWN = 0,
- /** @deprecated */ NO_CONTENT_BROKER = 1,
- /** @deprecated */ NO_IDENTIFIER_FACTORY = 2,
- IDENTIFIER_CREATION_FAILED = 3,
- NO_CONTENT_PROVIDER = 4,
- CONTENT_CREATION_FAILED = 5
-};
-published exception ContentCreationException: 
::com::sun::star::uno::Exception {
- ::com::sun::star::ucb::ContentCreationError eError;
 };
};
module task {
@@ -14553,6 +14553,7 @@ module com {
  const short FILE = 2;
  const short MAIL = 3;
  const short PRINTER = 1;
+ const short SHELL = 4;
 };
 published service NumberingLevel {
  [property] short Adjust;
@@ -15170,6 +15171,7 @@ module com {
  [property] long Height;
  [property] boolean IsAutoHeight;
  [property, maybevoid, optional] boolean IsSplitAllowed;
+ [property, optional] sequence< ::com::sun::star::beans::PropertyValue > 
RowInteropGrabBag;
 };
 published service TextTables {
  interface ::com::sun::star::container::XIndexAccess;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2014-10-01 Thread Stephan Bergmann
 offapi/type_reference/offapi.idl |1 -
 1 file changed, 1 deletion(-)

New commits:
commit 709a62f9b2d49ea596b8308429f12dd4f8b6caca
Author: Stephan Bergmann 
Date:   Wed Oct 1 10:53:05 2014 +0200

Revert inadvertent modification of type_reference/offapi.idl

...from 9835bb562cfe3a5d386c24d86176ba7bb5ab26d2 "MM: export the SwDocShell 
mail
merge via UNO."  It shall only be edited manually when deliberately going
incompatible.

Change-Id: I19c82dca3b6537631a155629d6072b516b32ded5

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index fb4b93b..fc5b795 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -14535,7 +14535,6 @@ module com {
  const short FILE = 2;
  const short MAIL = 3;
  const short PRINTER = 1;
- const short SHELL = 4;
 };
 published service NumberingLevel {
  [property] short Adjust;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-10-10 Thread Stephan Bergmann
 offapi/type_reference/offapi.idl |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bf1284d34e3bf53179a1513265accc0c3f54337c
Author: Stephan Bergmann 
Date:   Thu Oct 10 09:16:40 2013 +0200

Keep type_reference/offapi.idl at backwards-compatibility reference status

...i.e., only change it to reflect cases where we deliberately became
incompatible, do not change it to reflect compatible changes.  This reverts 
part
of d567671196fccf20a350f3cbf210eef088fa7ce3 "fdo#57490 deprecate
IsSpellCapitalization."

Change-Id: I2ed58a1740cc22ef1ad4fdcbe04c4a0d2ef547bd

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index ee989db..7647760 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -8945,7 +8945,7 @@ module com {
  [attribute] boolean IsIgnoreControlCharacters;
  [attribute] boolean IsSpellUpperCase;
  [attribute] boolean IsSpellWithDigits;
- /** @deprecated */ [attribute] boolean IsSpellCapitalization;
+ [attribute] boolean IsSpellCapitalization;
  [attribute] short HyphMinLeading;
  [attribute] short HyphMinTrailing;
  [attribute] short HyphMinWordLength;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2013-09-19 Thread Stephan Bergmann
 offapi/type_reference/offapi.idl |   22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

New commits:
commit cb344cd59e1ddb7c6db66dbd9263b4755969d4ba
Author: Stephan Bergmann 
Date:   Thu Sep 19 12:10:05 2013 +0200

Revert "Looks like idlc resolved typedefs inside sequence<...>"

This reverts commit 4bcc515356e2a66417e36600bee9402efb2f9ec3, which needs 
to be
held back until the current offapi.rdb is generated via unoidl-write 
instead of
idlc.

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index 7647760..a1f36b8 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -2429,7 +2429,7 @@ module com {
   [property, maybevoid] ::com::sun::star::util::Color 
InactiveSelectionBackgroundColor;
   [property, maybevoid] ::com::sun::star::util::Color 
ActiveSelectionTextColor;
   [property, maybevoid] ::com::sun::star::util::Color 
InactiveSelectionTextColor;
-  [property, maybevoid] sequence< ::com::sun::star::util::Color > 
RowBackgroundColors;
+  [property, maybevoid] sequence< long > RowBackgroundColors;
   [property] ::com::sun::star::style::VerticalAlignment VerticalAlign;
   [property] ::com::sun::star::awt::FontDescriptor FontDescriptor;
   [property, maybevoid] ::com::sun::star::util::Color TextColor;
@@ -2848,10 +2848,8 @@ module com {
  CONTROL = 2,
  SYMMETRIC = 3
 };
-published typedef sequence< ::com::sun::star::drawing::PolygonFlags > 
FlagSequence;
-published typedef sequence< ::com::sun::star::drawing::FlagSequence > 
FlagSequenceSequence;
-published typedef sequence< ::com::sun::star::awt::Point > PointSequence;
-published typedef sequence< ::com::sun::star::drawing::PointSequence > 
PointSequenceSequence;
+published typedef sequence< sequence< 
::com::sun::star::drawing::PolygonFlags > > FlagSequenceSequence;
+published typedef sequence< sequence< ::com::sun::star::awt::Point > > 
PointSequenceSequence;
 published struct PolyPolygonBezierCoords {
  ::com::sun::star::drawing::PointSequenceSequence Coordinates;
  ::com::sun::star::drawing::FlagSequenceSequence Flags;
@@ -5221,7 +5219,7 @@ module com {
  interface ::com::sun::star::drawing::XControlShape;
 };
 published typedef sequence< long > CoordinateSequence;
-published typedef sequence< ::com::sun::star::drawing::CoordinateSequence 
> CoordinateSequenceSequence;
+published typedef sequence< sequence< long > > CoordinateSequenceSequence;
 published service DashTable {
  interface ::com::sun::star::container::XNameContainer;
 };
@@ -5283,7 +5281,7 @@ module com {
  [property, optional] boolean ParagraphSummation;
 };
 published typedef sequence< double > DoubleSequence;
-published typedef sequence< ::com::sun::star::drawing::DoubleSequence > 
DoubleSequenceSequence;
+published typedef sequence< sequence< double > > DoubleSequenceSequence;
 published interface XShapes;
 published interface XShapeBinder {
  interface ::com::sun::star::uno::XInterface;
@@ -5535,6 +5533,7 @@ module com {
  HORIZONTAL = 5,
  VERTICAL = 6
 };
+published typedef sequence< ::com::sun::star::drawing::PolygonFlags > 
FlagSequence;
 /** @deprecated */ published struct GluePoint {
  ::com::sun::star::awt::Point Position;
  short EscapeDirection;
@@ -5722,6 +5721,7 @@ module com {
  [property] string PluginURL;
  [property] sequence< ::com::sun::star::beans::PropertyValue > 
PluginCommands;
 };
+published typedef sequence< ::com::sun::star::awt::Point > PointSequence;
 published service PolyLineShape {
  service ::com::sun::star::drawing::Shape;
  service ::com::sun::star::drawing::LineProperties;
@@ -14164,7 +14164,7 @@ module com {
 published interface XDefaultNumberingProvider {
  interface ::com::sun::star::uno::XInterface;
  sequence< ::com::sun::star::container::XIndexAccess > 
getDefaultOutlineNumberings([in] ::com::sun::star::lang::Locale aLocale);
- sequence< ::com::sun::star::beans::PropertyValues > 
getDefaultContinuousNumberingLevels([in] ::com::sun::star::lang::Locale 
aLocale);
+ sequence< sequence< ::com::sun::star::beans::PropertyValue > > 
getDefaultContinuousNumberingLevels([in] ::com::sun::star::lang::Locale 
aLocale);
 };
 published service DefaultNumberingProvider: 
::com::sun::star::text::XDefaultNumberingProvider;
 published service Defaults {
@@ -15347,8 +15347,8 @@ module com {
 };
 published interface XRubySelection {
  interface ::com::sun::star::uno::XInterface;
- sequence< ::com::sun::star::beans::PropertyValues > getRubyList([in] 
boolean Automatic);
- void setRubyList([in] sequence< ::com::sun::star::beans::PropertyValues > 
RubyList, [in] boolean Automatic);
+ sequence< sequence< ::com::sun::star::beans::PropertyValue > > 
getRubyList([in] boolean Automatic);
+ void setRubyLis

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

2013-09-19 Thread Stephan Bergmann
 offapi/type_reference/offapi.idl |   22 +++---
 1 file changed, 11 insertions(+), 11 deletions(-)

New commits:
commit 4bcc515356e2a66417e36600bee9402efb2f9ec3
Author: Stephan Bergmann 
Date:   Thu Sep 19 11:55:55 2013 +0200

Looks like idlc resolved typedefs inside sequence<...>

...so manually fix that in the reference rdb that had been generated from 
legacy idlc output.

Change-Id: Iaa5545222be762f6573d1f4165604229fccad191

diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index a1f36b8..7647760 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -2429,7 +2429,7 @@ module com {
   [property, maybevoid] ::com::sun::star::util::Color 
InactiveSelectionBackgroundColor;
   [property, maybevoid] ::com::sun::star::util::Color 
ActiveSelectionTextColor;
   [property, maybevoid] ::com::sun::star::util::Color 
InactiveSelectionTextColor;
-  [property, maybevoid] sequence< long > RowBackgroundColors;
+  [property, maybevoid] sequence< ::com::sun::star::util::Color > 
RowBackgroundColors;
   [property] ::com::sun::star::style::VerticalAlignment VerticalAlign;
   [property] ::com::sun::star::awt::FontDescriptor FontDescriptor;
   [property, maybevoid] ::com::sun::star::util::Color TextColor;
@@ -2848,8 +2848,10 @@ module com {
  CONTROL = 2,
  SYMMETRIC = 3
 };
-published typedef sequence< sequence< 
::com::sun::star::drawing::PolygonFlags > > FlagSequenceSequence;
-published typedef sequence< sequence< ::com::sun::star::awt::Point > > 
PointSequenceSequence;
+published typedef sequence< ::com::sun::star::drawing::PolygonFlags > 
FlagSequence;
+published typedef sequence< ::com::sun::star::drawing::FlagSequence > 
FlagSequenceSequence;
+published typedef sequence< ::com::sun::star::awt::Point > PointSequence;
+published typedef sequence< ::com::sun::star::drawing::PointSequence > 
PointSequenceSequence;
 published struct PolyPolygonBezierCoords {
  ::com::sun::star::drawing::PointSequenceSequence Coordinates;
  ::com::sun::star::drawing::FlagSequenceSequence Flags;
@@ -5219,7 +5221,7 @@ module com {
  interface ::com::sun::star::drawing::XControlShape;
 };
 published typedef sequence< long > CoordinateSequence;
-published typedef sequence< sequence< long > > CoordinateSequenceSequence;
+published typedef sequence< ::com::sun::star::drawing::CoordinateSequence 
> CoordinateSequenceSequence;
 published service DashTable {
  interface ::com::sun::star::container::XNameContainer;
 };
@@ -5281,7 +5283,7 @@ module com {
  [property, optional] boolean ParagraphSummation;
 };
 published typedef sequence< double > DoubleSequence;
-published typedef sequence< sequence< double > > DoubleSequenceSequence;
+published typedef sequence< ::com::sun::star::drawing::DoubleSequence > 
DoubleSequenceSequence;
 published interface XShapes;
 published interface XShapeBinder {
  interface ::com::sun::star::uno::XInterface;
@@ -5533,7 +5535,6 @@ module com {
  HORIZONTAL = 5,
  VERTICAL = 6
 };
-published typedef sequence< ::com::sun::star::drawing::PolygonFlags > 
FlagSequence;
 /** @deprecated */ published struct GluePoint {
  ::com::sun::star::awt::Point Position;
  short EscapeDirection;
@@ -5721,7 +5722,6 @@ module com {
  [property] string PluginURL;
  [property] sequence< ::com::sun::star::beans::PropertyValue > 
PluginCommands;
 };
-published typedef sequence< ::com::sun::star::awt::Point > PointSequence;
 published service PolyLineShape {
  service ::com::sun::star::drawing::Shape;
  service ::com::sun::star::drawing::LineProperties;
@@ -14164,7 +14164,7 @@ module com {
 published interface XDefaultNumberingProvider {
  interface ::com::sun::star::uno::XInterface;
  sequence< ::com::sun::star::container::XIndexAccess > 
getDefaultOutlineNumberings([in] ::com::sun::star::lang::Locale aLocale);
- sequence< sequence< ::com::sun::star::beans::PropertyValue > > 
getDefaultContinuousNumberingLevels([in] ::com::sun::star::lang::Locale 
aLocale);
+ sequence< ::com::sun::star::beans::PropertyValues > 
getDefaultContinuousNumberingLevels([in] ::com::sun::star::lang::Locale 
aLocale);
 };
 published service DefaultNumberingProvider: 
::com::sun::star::text::XDefaultNumberingProvider;
 published service Defaults {
@@ -15347,8 +15347,8 @@ module com {
 };
 published interface XRubySelection {
  interface ::com::sun::star::uno::XInterface;
- sequence< sequence< ::com::sun::star::beans::PropertyValue > > 
getRubyList([in] boolean Automatic);
- void setRubyList([in] sequence< sequence< 
::com::sun::star::beans::PropertyValue > > RubyList, [in] boolean Automatic);
+ sequence< ::com::sun::star::beans::PropertyValues > getRubyList([in] 
boolean Automatic);
+ void setRubyList([in] sequence< 

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

2013-07-05 Thread Caolán McNamara
 offapi/type_reference/offapi.rdb |binary
 1 file changed

New commits:
commit 78cd1a35171436b1c28361ee011b1c5ff4e4716e
Author: Caolán McNamara 
Date:   Fri Jul 5 14:44:45 2013 +0100

update reference rdb for removed deprecated idls

offapi/com/sun/star/awt/UnoControlSimpleAnimation.idl
offapi/com/sun/star/awt/UnoControlSimpleAnimationModel.idl
offapi/com/sun/star/awt/XSimpleAnimation.idl
offapi/com/sun/star/awt/UnoControlThrobber.idl
offapi/com/sun/star/awt/UnoControlThrobberModel.idl
offapi/com/sun/star/awt/XThrobber.idl

Change-Id: Id15bcda4258a5e46ff307b252d9b980e84da3152

diff --git a/offapi/type_reference/offapi.rdb b/offapi/type_reference/offapi.rdb
index 9bba5b0..06daf3b 100644
Binary files a/offapi/type_reference/offapi.rdb and 
b/offapi/type_reference/offapi.rdb differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits