Kaydet (Commit) 4bcc5153 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

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
üst 49505336
...@@ -2429,7 +2429,7 @@ module com { ...@@ -2429,7 +2429,7 @@ module com {
[property, maybevoid] ::com::sun::star::util::Color InactiveSelectionBackgroundColor; [property, maybevoid] ::com::sun::star::util::Color InactiveSelectionBackgroundColor;
[property, maybevoid] ::com::sun::star::util::Color ActiveSelectionTextColor; [property, maybevoid] ::com::sun::star::util::Color ActiveSelectionTextColor;
[property, maybevoid] ::com::sun::star::util::Color InactiveSelectionTextColor; [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::style::VerticalAlignment VerticalAlign;
[property] ::com::sun::star::awt::FontDescriptor FontDescriptor; [property] ::com::sun::star::awt::FontDescriptor FontDescriptor;
[property, maybevoid] ::com::sun::star::util::Color TextColor; [property, maybevoid] ::com::sun::star::util::Color TextColor;
...@@ -2848,8 +2848,10 @@ module com { ...@@ -2848,8 +2848,10 @@ module com {
CONTROL = 2, CONTROL = 2,
SYMMETRIC = 3 SYMMETRIC = 3
}; };
published typedef sequence< sequence< ::com::sun::star::drawing::PolygonFlags > > FlagSequenceSequence; published typedef sequence< ::com::sun::star::drawing::PolygonFlags > FlagSequence;
published typedef sequence< sequence< ::com::sun::star::awt::Point > > PointSequenceSequence; 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 { published struct PolyPolygonBezierCoords {
::com::sun::star::drawing::PointSequenceSequence Coordinates; ::com::sun::star::drawing::PointSequenceSequence Coordinates;
::com::sun::star::drawing::FlagSequenceSequence Flags; ::com::sun::star::drawing::FlagSequenceSequence Flags;
...@@ -5219,7 +5221,7 @@ module com { ...@@ -5219,7 +5221,7 @@ module com {
interface ::com::sun::star::drawing::XControlShape; interface ::com::sun::star::drawing::XControlShape;
}; };
published typedef sequence< long > CoordinateSequence; published typedef sequence< long > CoordinateSequence;
published typedef sequence< sequence< long > > CoordinateSequenceSequence; published typedef sequence< ::com::sun::star::drawing::CoordinateSequence > CoordinateSequenceSequence;
published service DashTable { published service DashTable {
interface ::com::sun::star::container::XNameContainer; interface ::com::sun::star::container::XNameContainer;
}; };
...@@ -5281,7 +5283,7 @@ module com { ...@@ -5281,7 +5283,7 @@ module com {
[property, optional] boolean ParagraphSummation; [property, optional] boolean ParagraphSummation;
}; };
published typedef sequence< double > DoubleSequence; 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 XShapes;
published interface XShapeBinder { published interface XShapeBinder {
interface ::com::sun::star::uno::XInterface; interface ::com::sun::star::uno::XInterface;
...@@ -5533,7 +5535,6 @@ module com { ...@@ -5533,7 +5535,6 @@ module com {
HORIZONTAL = 5, HORIZONTAL = 5,
VERTICAL = 6 VERTICAL = 6
}; };
published typedef sequence< ::com::sun::star::drawing::PolygonFlags > FlagSequence;
/** @deprecated */ published struct GluePoint { /** @deprecated */ published struct GluePoint {
::com::sun::star::awt::Point Position; ::com::sun::star::awt::Point Position;
short EscapeDirection; short EscapeDirection;
...@@ -5721,7 +5722,6 @@ module com { ...@@ -5721,7 +5722,6 @@ module com {
[property] string PluginURL; [property] string PluginURL;
[property] sequence< ::com::sun::star::beans::PropertyValue > PluginCommands; [property] sequence< ::com::sun::star::beans::PropertyValue > PluginCommands;
}; };
published typedef sequence< ::com::sun::star::awt::Point > PointSequence;
published service PolyLineShape { published service PolyLineShape {
service ::com::sun::star::drawing::Shape; service ::com::sun::star::drawing::Shape;
service ::com::sun::star::drawing::LineProperties; service ::com::sun::star::drawing::LineProperties;
...@@ -14164,7 +14164,7 @@ module com { ...@@ -14164,7 +14164,7 @@ module com {
published interface XDefaultNumberingProvider { published interface XDefaultNumberingProvider {
interface ::com::sun::star::uno::XInterface; interface ::com::sun::star::uno::XInterface;
sequence< ::com::sun::star::container::XIndexAccess > getDefaultOutlineNumberings([in] ::com::sun::star::lang::Locale aLocale); 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 DefaultNumberingProvider: ::com::sun::star::text::XDefaultNumberingProvider;
published service Defaults { published service Defaults {
...@@ -15347,8 +15347,8 @@ module com { ...@@ -15347,8 +15347,8 @@ module com {
}; };
published interface XRubySelection { published interface XRubySelection {
interface ::com::sun::star::uno::XInterface; interface ::com::sun::star::uno::XInterface;
sequence< sequence< ::com::sun::star::beans::PropertyValue > > getRubyList([in] boolean Automatic); sequence< ::com::sun::star::beans::PropertyValues > getRubyList([in] boolean Automatic);
void setRubyList([in] sequence< sequence< ::com::sun::star::beans::PropertyValue > > RubyList, [in] boolean Automatic); void setRubyList([in] sequence< ::com::sun::star::beans::PropertyValues > RubyList, [in] boolean Automatic);
}; };
published interface XTextCopy { published interface XTextCopy {
interface ::com::sun::star::uno::XInterface; interface ::com::sun::star::uno::XInterface;
...@@ -15371,7 +15371,7 @@ module com { ...@@ -15371,7 +15371,7 @@ module com {
[property] boolean IsSortByPosition; [property] boolean IsSortByPosition;
[property] string BracketBefore; [property] string BracketBefore;
[property] string BracketAfter; [property] string BracketAfter;
[property] sequence< sequence< ::com::sun::star::beans::PropertyValue > > SortKeys; [property] sequence< ::com::sun::star::beans::PropertyValues > SortKeys;
[property] ::com::sun::star::lang::Locale Locale; [property] ::com::sun::star::lang::Locale Locale;
[property] string SortAlgorithm; [property] string SortAlgorithm;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment