summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XUntitledNumbers.idl
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:22:27 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-08-23 15:22:27 +0200
commitebb2358f52acf7fd73f6be85771e1301a886bbdf (patch)
treeec91905c0c6bf08d7fa866b8260bdc9da7942248 /offapi/com/sun/star/frame/XUntitledNumbers.idl
parent4d771c9583d9db425f3c5c23cb18409dd815d639 (diff)
recreated tag libreoffice-3.3.0.4 which had these commits:
commit 5d72cb3cf5b1e61a804e7a5db52a4a6bd041afdd (tag: refs/tags/libreoffice-3.3.0.4, refs/remotes/origin/libreoffice-3-3-0) Author: Petr Mladek <pmladek@suse.cz> Date: Tue Jan 18 19:01:21 2011 +0100 Version 3.3.0.4, tag libreoffice-3.3.0.4 (3.3-rc4) commit 95323c2f1c8e7c340e8f3bb1261cd63fca66b68a Author: Petr Mladek <pmladek@suse.cz> Date: Tue Jan 11 22:59:38 2011 +0100 Branch libreoffice-3-3-0 This is 'libreoffice-3-3-0' - the stable branch for the 3.3.0 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.3.x release, please use the 'libreoffice-3-3' branch. If you want to build something cool, unstable, and risky, use master.
Notes
split repo tag: ure_libreoffice-3.3.0.4
Diffstat (limited to 'offapi/com/sun/star/frame/XUntitledNumbers.idl')
-rw-r--r--offapi/com/sun/star/frame/XUntitledNumbers.idl20
1 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/frame/XUntitledNumbers.idl b/offapi/com/sun/star/frame/XUntitledNumbers.idl
index e2864d709c2f..c2da9cfc1c48 100644
--- a/offapi/com/sun/star/frame/XUntitledNumbers.idl
+++ b/offapi/com/sun/star/frame/XUntitledNumbers.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -43,7 +43,7 @@ constants UntitledNumbersConst
{
const long INVALID_NUMBER = 0;
};
-
+
//=============================================================================
/** knows all currently used and all free numbers for using with untitled
but counted objects.
@@ -72,13 +72,13 @@ interface XUntitledNumbers : com::sun::star::uno::XInterface
If the reqistered component does not use such leased number any longer
it has to be released so it can be used for new components.
-
+
Note: calling this method with an unknown (but normaly valid number)
has to be ignored. No exceptions - no errors.
-
+
@param nNumber
specify number for release.
-
+
@throws [IllegalArgumentException]
if the given number is the special value 0.
*/
@@ -88,24 +88,24 @@ interface XUntitledNumbers : com::sun::star::uno::XInterface
//-------------------------------------------------------------------------
/** does the same then releaseNumber () but it searches the corresponding
number for the specified component and deregister it.
-
+
@param xComponent
the component for deregistration.
-
+
@throws [IllegalArgumentException]
if an invalid object reference was provided to this method.
*/
void releaseNumberForComponent ( [in] com::sun::star::uno::XInterface xComponent )
raises (com::sun::star::lang::IllegalArgumentException);
-
+
//-------------------------------------------------------------------------
/** returns the localized string value to be used for untitles objects in
combination with the leased number.
-
+
Note: Such string already contains leading spaces/tabs etcpp. !
The only thing which an outside code has todo then ... adding a leased number
to the string.
-
+
@return the localized string for untitled components.
*/
string getUntitledPrefix ();