XUntitledNumbers.idl (b63233d8) XUntitledNumbers.idl (2e3a1b6e)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 50 unchanged lines hidden (view full) ---

59 raises (com::sun::star::lang::IllegalArgumentException);
60
61 //-------------------------------------------------------------------------
62 /** has to be used to mark those number as "free for using".
63
64 If the reqistered component does not use such leased number any longer
65 it has to be released so it can be used for new components.
66
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 50 unchanged lines hidden (view full) ---

59 raises (com::sun::star::lang::IllegalArgumentException);
60
61 //-------------------------------------------------------------------------
62 /** has to be used to mark those number as "free for using".
63
64 If the reqistered component does not use such leased number any longer
65 it has to be released so it can be used for new components.
66
67 Note: calling this method with an unknown (but normaly valid number)
67 Note: calling this method with an unknown (but normally valid number)
68 has to be ignored. No exceptions - no errors.
69
70 @param nNumber
71 specify number for release.
72
73 @throws [IllegalArgumentException]
74 if the given number is the special value 0.
75 */

--- 34 unchanged lines hidden ---
68 has to be ignored. No exceptions - no errors.
69
70 @param nNumber
71 specify number for release.
72
73 @throws [IllegalArgumentException]
74 if the given number is the special value 0.
75 */

--- 34 unchanged lines hidden ---