summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-04-22 15:10:13 +0200
committerJan Holesovsky <kendy@suse.cz>2011-04-22 15:10:13 +0200
commitbef8909ce175f728d43501cfec4368eebd69cabf (patch)
treef5ea9873e1af554d82c351acdf85619c17f01de7 /udkapi
parent83e8a2bbe468b5439cc8e59cc04abf001677a8e6 (diff)
parent013fa416d39f1c219722e6736b7234f944fe774f (diff)
Merge commit 'ooo/DEV300_m106' into libreoffice-3-4
Conflicts: offapi/com/sun/star/animations/XAnimationNode.idl offapi/com/sun/star/awt/grid/XGridColumn.idl offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl offapi/com/sun/star/frame/ModuleManager.idl offapi/com/sun/star/frame/XLayoutManager.idl offapi/com/sun/star/frame/XLayoutManagerListener.idl offapi/com/sun/star/rendering/FontInfo.idl offapi/com/sun/star/rendering/XBezierPolyPolygon2D.idl offapi/com/sun/star/rendering/XCanvas.idl offapi/com/sun/star/rendering/XSprite.idl offapi/com/sun/star/report/ForceNewPage.idl offapi/com/sun/star/report/ReportPrintOption.idl offapi/com/sun/star/report/XFunctionsSupplier.idl offapi/com/sun/star/report/XReportControlFormat.idl offapi/com/sun/star/resource/StringResourceWithLocation.idl offapi/com/sun/star/resource/XStringResourceResolver.idl offapi/com/sun/star/resource/XStringResourceWithLocation.idl offapi/com/sun/star/sdb/XSingleSelectQueryComposer.idl offapi/com/sun/star/security/XCertificateContainer.idl offapi/com/sun/star/ui/UIElementFactory.idl offapi/com/sun/star/ui/XImageManager.idl offapi/com/sun/star/ui/XUIConfigurationManager.idl offapi/com/sun/star/ui/XUIElementFactory.idl offapi/com/sun/star/ui/XUIElementSettings.idl offapi/com/sun/star/xml/crypto/SEInitializer.idl offapi/com/sun/star/xml/crypto/XSEInitializer.idl offapi/com/sun/star/xml/crypto/XSecurityEnvironment.idl offapi/com/sun/star/xml/crypto/XXMLSecurityContext.idl sal/rtl/source/alloc_arena.c udkapi/com/sun/star/task/XInteractionHandler2.idl
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/com/sun/star/beans/Ambiguous.idl2
-rw-r--r--udkapi/com/sun/star/beans/Defaulted.idl2
-rw-r--r--udkapi/com/sun/star/beans/Optional.idl2
-rw-r--r--udkapi/com/sun/star/beans/Pair.idl2
-rw-r--r--udkapi/com/sun/star/io/TempFile.idl2
-rw-r--r--udkapi/com/sun/star/io/XTempFile.idl2
-rw-r--r--udkapi/com/sun/star/script/ArrayWrapper.idl2
-rw-r--r--udkapi/com/sun/star/task/XInteractionHandler2.idl4
8 files changed, 10 insertions, 8 deletions
diff --git a/udkapi/com/sun/star/beans/Ambiguous.idl b/udkapi/com/sun/star/beans/Ambiguous.idl
index 919c7250f462..ec443e7cb5d5 100644
--- a/udkapi/com/sun/star/beans/Ambiguous.idl
+++ b/udkapi/com/sun/star/beans/Ambiguous.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module beans {
have the <const
scope="com::sun::star::beans">PropertyAttribute::MAYBEAMBIGUOUS</const>.</p>
*/
-struct Ambiguous<T> {
+published struct Ambiguous<T> {
/**
The underlying value of this structure instance.
diff --git a/udkapi/com/sun/star/beans/Defaulted.idl b/udkapi/com/sun/star/beans/Defaulted.idl
index d67f1aacf055..7b0b09318611 100644
--- a/udkapi/com/sun/star/beans/Defaulted.idl
+++ b/udkapi/com/sun/star/beans/Defaulted.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module beans {
have the <const
scope="com::sun::star::beans">PropertyAttribute::MAYBEDEFAULT</const>.</p>
*/
-struct Defaulted<T> {
+published struct Defaulted<T> {
/**
The underlying value of this structure instance.
diff --git a/udkapi/com/sun/star/beans/Optional.idl b/udkapi/com/sun/star/beans/Optional.idl
index fbf58b667c16..a2786e5190c1 100644
--- a/udkapi/com/sun/star/beans/Optional.idl
+++ b/udkapi/com/sun/star/beans/Optional.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module beans {
also be useful in other situations, for example as the return type of an
interface method.</p>
*/
-struct Optional<T> {
+published struct Optional<T> {
/**
Marks this structure instance as having an actual value.
*/
diff --git a/udkapi/com/sun/star/beans/Pair.idl b/udkapi/com/sun/star/beans/Pair.idl
index 0bb214fb87bb..4089300a5a44 100644
--- a/udkapi/com/sun/star/beans/Pair.idl
+++ b/udkapi/com/sun/star/beans/Pair.idl
@@ -40,7 +40,7 @@ module com { module sun { module star { module beans {
@since OOo 3.0
*/
-struct Pair<T, U> {
+published struct Pair<T, U> {
/// first object.
T First;
diff --git a/udkapi/com/sun/star/io/TempFile.idl b/udkapi/com/sun/star/io/TempFile.idl
index b00bb5099e70..06b77e2b5c20 100644
--- a/udkapi/com/sun/star/io/TempFile.idl
+++ b/udkapi/com/sun/star/io/TempFile.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module io {
//========================================================================
/** This service allows to get access to temp files.
*/
-service TempFile : XTempFile;
+published service TempFile : XTempFile;
//=========================================================================
diff --git a/udkapi/com/sun/star/io/XTempFile.idl b/udkapi/com/sun/star/io/XTempFile.idl
index b1e8f158944f..bda47cffa887 100644
--- a/udkapi/com/sun/star/io/XTempFile.idl
+++ b/udkapi/com/sun/star/io/XTempFile.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module io {
//========================================================================
/** This interface offers access to temp files.
*/
-interface XTempFile
+published interface XTempFile
{
// INTERFACES
//
diff --git a/udkapi/com/sun/star/script/ArrayWrapper.idl b/udkapi/com/sun/star/script/ArrayWrapper.idl
index 54d4b23ec7ac..47193e1f5603 100644
--- a/udkapi/com/sun/star/script/ArrayWrapper.idl
+++ b/udkapi/com/sun/star/script/ArrayWrapper.idl
@@ -46,7 +46,7 @@ module com { module sun { module star { module script {
preference for a Multi-Dimensional array representation to be specified.</p>
*/
-struct ArrayWrapper
+published struct ArrayWrapper
{
/** Indicates whether the Array should be have 1 or 0 based indexing.
*/
diff --git a/udkapi/com/sun/star/task/XInteractionHandler2.idl b/udkapi/com/sun/star/task/XInteractionHandler2.idl
index ef2ab140074a..80c7bb67bc59 100644
--- a/udkapi/com/sun/star/task/XInteractionHandler2.idl
+++ b/udkapi/com/sun/star/task/XInteractionHandler2.idl
@@ -41,8 +41,10 @@
<p>This interface extends the interface <type>XInteractionHandler</type>
the way that a caller can determine whether an interaction request was
actually handled by the interaction handler.</p>
+
+ @since OOo 3.2
*/
-/* published */ interface XInteractionHandler2 : com::sun::star::task::XInteractionHandler
+published interface XInteractionHandler2 : com::sun::star::task::XInteractionHandler
{
//-------------------------------------------------------------------------
/** Handle an interaction request.