summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/tab
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@oracle.com>2010-08-27 12:13:59 +0200
committerOcke Janssen [oj] <Ocke.Janssen@oracle.com>2010-08-27 12:13:59 +0200
commit7c139e98343eb73c24fd9874ddba1ee1ab449b16 (patch)
treed38767fe2ce4ad5c5f2faa0a4cb99a89042c189e /offapi/com/sun/star/awt/tab
parentfde9364cfeaa83d757e982108a3cb8f8b589055b (diff)
tabcontrol: #i113362# impl tabcontrol in awt
Diffstat (limited to 'offapi/com/sun/star/awt/tab')
-rw-r--r--offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl5
-rw-r--r--offapi/com/sun/star/awt/tab/XTabPageContainer.idl3
2 files changed, 6 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
index 78570956de92..0f74e21865db 100644
--- a/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
+++ b/offapi/com/sun/star/awt/tab/UnoControlTabPageModel.idl
@@ -36,12 +36,17 @@ module com { module sun { module star { module awt { module tab {
//=============================================================================
/** specifies the standard model of a XTabPageModel.
+ @since OOo 3.3.0
*/
service UnoControlTabPageModel : XTabPageModel
{
/** Creates a new XTabPageModel with a given ID.
*/
create([in] short tabPageID);
+
+ /** Creates a new XTabPageModel with a given ID and a url which is used to load teh tab page model.
+ */
+ load([in] short tabPageID,[in] string url);
};
//=============================================================================
diff --git a/offapi/com/sun/star/awt/tab/XTabPageContainer.idl b/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
index 606d5e23ac28..65964337c43f 100644
--- a/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
+++ b/offapi/com/sun/star/awt/tab/XTabPageContainer.idl
@@ -29,7 +29,6 @@
#include <com/sun/star/awt/tab/XTabPageContainerListener.idl>
#include <com/sun/star/awt/tab/XTabPage.idl>
-#include <com/sun/star/awt/XControlContainer.idl>
//=============================================================================
module com { module sun { module star { module awt { module tab {
@@ -42,7 +41,7 @@ module com { module sun { module star { module awt { module tab {
@since OOo 3.3.0
*/
-interface XTabPageContainer: XControlContainer
+interface XTabPageContainer
{
/** Returns the number of tab pages.
@returns