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

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 4c18af27
"tdf#96398 kill remaining NPAPI support for plugins _inside_ LO" and now fully
removed with b5589970 "[API CHANGE] Remove
tdf#96398 leftover XRemoteServiceManagerProvider".)

Change-Id: I75d4cd82ba306099e2563a44739bfb3867a265e9
üst 3ec084d6
...@@ -1481,6 +1481,7 @@ module com { ...@@ -1481,6 +1481,7 @@ module com {
[property] ::com::sun::star::util::Color TextColor; [property] ::com::sun::star::util::Color TextColor;
[property] ::com::sun::star::util::Color TextLineColor; [property] ::com::sun::star::util::Color TextLineColor;
[property, optional] ::com::sun::star::style::VerticalAlignment VerticalAlign; [property, optional] ::com::sun::star::style::VerticalAlignment VerticalAlign;
[property, optional] boolean NoLabel;
}; };
published service UnoControlFormattedField { published service UnoControlFormattedField {
service ::com::sun::star::awt::UnoControlEdit; service ::com::sun::star::awt::UnoControlEdit;
...@@ -11897,6 +11898,7 @@ module com { ...@@ -11897,6 +11898,7 @@ module com {
[property, optional, readonly] ::com::sun::star::awt::XDevice ReferenceDevice; [property, optional, readonly] ::com::sun::star::awt::XDevice ReferenceDevice;
[property, optional] boolean RecordChanges; [property, optional] boolean RecordChanges;
[property, optional, readonly] boolean IsRecordChangesProtected; [property, optional, readonly] boolean IsRecordChangesProtected;
[property, optional] boolean Wildcards;
}; };
published interface XFunctionAccess { published interface XFunctionAccess {
interface ::com::sun::star::uno::XInterface; interface ::com::sun::star::uno::XInterface;
...@@ -17195,6 +17197,7 @@ module com { ...@@ -17195,6 +17197,7 @@ module com {
[property] short SearchSimilarityRemove; [property] short SearchSimilarityRemove;
[property] short SearchSimilarityAdd; [property] short SearchSimilarityAdd;
[property] short SearchSimilarityExchange; [property] short SearchSimilarityExchange;
[property, optional] boolean SearchWildcard;
}; };
published interface XReplaceDescriptor { published interface XReplaceDescriptor {
interface ::com::sun::star::util::XSearchDescriptor; interface ::com::sun::star::util::XSearchDescriptor;
...@@ -17219,6 +17222,7 @@ module com { ...@@ -17219,6 +17222,7 @@ module com {
/** @deprecated */ const long REG_NOSUB = 512; /** @deprecated */ const long REG_NOSUB = 512;
const long REG_NOT_BEGINOFLINE = 2048; const long REG_NOT_BEGINOFLINE = 2048;
const long REG_NOT_ENDOFLINE = 4096; const long REG_NOT_ENDOFLINE = 4096;
const long WILD_MATCH_SELECTION = 1048576;
}; };
published struct SearchOptions { published struct SearchOptions {
::com::sun::star::util::SearchAlgorithms algorithmType; ::com::sun::star::util::SearchAlgorithms algorithmType;
......
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