summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-11 11:05:55 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-11 11:08:11 +0200
commit0703b9dd5649d42372529554dfd0384d82bfe47d (patch)
tree163d13029a8b41cd3d89c468201acb1d5965c5bf /offapi
parenta25ebe442aeaab6fb834582ef4cb38475fde0347 (diff)
Update the reference rdbs to libreoffice-4-2-0
...incl. some /** @deprecated */ that had inadvertently been missing from the original unoidl-read output, and re-apply the fix from 09f9a79b112aae36d54520568962d84a931f6491 "[API CHANGE] fix endCDATA to allow throwing css::xml::sax::SAXException." Change-Id: I5f9001e0cf05ec6cd950011ab307b71811f1a2e1
Diffstat (limited to 'offapi')
-rw-r--r--offapi/type_reference/offapi.idl15
1 files changed, 10 insertions, 5 deletions
diff --git a/offapi/type_reference/offapi.idl b/offapi/type_reference/offapi.idl
index 09840e46cf49..fc5b7953095f 100644
--- a/offapi/type_reference/offapi.idl
+++ b/offapi/type_reference/offapi.idl
@@ -3006,6 +3006,7 @@ module com {
[property, optional] long CharTopBorderDistance;
[property, optional] long CharBottomBorderDistance;
[property, optional] ::com::sun::star::table::ShadowFormat CharShadowFormat;
+ [property, optional] ::com::sun::star::util::Color CharHighlight;
};
};
module chart {
@@ -3112,7 +3113,7 @@ module com {
double HighError;
double LowError;
};
- published typedef sequence< ::com::sun::star::chart::ChartDataValue > ChartDataPoint;
+ /** @deprecated */ published typedef sequence< ::com::sun::star::chart::ChartDataValue > ChartDataPoint;
published service ChartDataPointProperties {
service ::com::sun::star::drawing::LineProperties;
service ::com::sun::star::style::CharacterProperties;
@@ -3244,6 +3245,7 @@ module com {
[property, optional] ::com::sun::star::container::XNameContainer ShapeUserDefinedAttributes;
[property, optional] long NavigationOrder;
[property, optional] string Hyperlink;
+ [property, optional] sequence< ::com::sun::star::beans::PropertyValue > InteropGrabBag;
};
};
module chart {
@@ -3503,6 +3505,7 @@ module com {
[property, optional] string IsAutoUpdate;
[property, optional] sequence< ::com::sun::star::beans::NamedValue > ParaStyleConditions;
[property, optional] boolean Hidden;
+ [property, optional] sequence< ::com::sun::star::beans::PropertyValue > StyleInteropGrabBag;
};
published interface XDefaultsSupplier {
interface ::com::sun::star::uno::XInterface;
@@ -4758,6 +4761,7 @@ module com {
[property, optional] boolean AutomaticControlFocus;
[property, optional] boolean ApplyFormDesignMode;
[property, optional, readonly] string RuntimeUID;
+ [property, optional] sequence< ::com::sun::star::beans::PropertyValue > InteropGrabBag;
};
published service OleEmbeddedServerRegistration: ::com::sun::star::uno::XInterface;
published exception OwnLockOnDocumentRequest: ::com::sun::star::uno::Exception {
@@ -7698,8 +7702,8 @@ module com {
};
/** @deprecated */ published interface XFrameLoaderQuery {
interface ::com::sun::star::uno::XInterface;
- sequence< string > getAvailableFilterNames();
- sequence< ::com::sun::star::beans::PropertyValue > getLoaderProperties([in] string sFilterName);
+ /** @deprecated */ sequence< string > getAvailableFilterNames();
+ /** @deprecated */ sequence< ::com::sun::star::beans::PropertyValue > getLoaderProperties([in] string sFilterName);
/** @deprecated */ string searchFilter([in] string sURL, [in] sequence< ::com::sun::star::beans::PropertyValue > seqArguments);
};
/** @deprecated */ published interface XFrameSetModel {
@@ -8852,7 +8856,7 @@ module com {
boolean add([in] string aWord, [in] boolean bIsNegative, [in] string aRplcText);
boolean remove([in] string aWord);
boolean isFull();
- sequence< ::com::sun::star::linguistic2::XDictionaryEntry > getEntries();
+ /** @deprecated */ sequence< ::com::sun::star::linguistic2::XDictionaryEntry > getEntries();
void clear();
boolean addDictionaryEventListener([in] ::com::sun::star::linguistic2::XDictionaryEventListener xListener);
boolean removeDictionaryEventListener([in] ::com::sun::star::linguistic2::XDictionaryEventListener xListener);
@@ -8941,7 +8945,7 @@ module com {
[attribute] boolean IsIgnoreControlCharacters;
[attribute] boolean IsSpellUpperCase;
[attribute] boolean IsSpellWithDigits;
- [attribute] boolean IsSpellCapitalization;
+ /** @deprecated */ [attribute] boolean IsSpellCapitalization;
[attribute] short HyphMinLeading;
[attribute] short HyphMinTrailing;
[attribute] short HyphMinWordLength;
@@ -13922,6 +13926,7 @@ module com {
[property, optional] ::com::sun::star::awt::Gradient FillGradient;
[property, optional] string FillGradientName;
[property, optional] short ShadowTransparence;
+ [property, optional] sequence< ::com::sun::star::beans::PropertyValue > FrameInteropGrabBag;
};
published service BaseFrame {
service ::com::sun::star::text::BaseFrameProperties;