INTEGRATION: CWS dba203b (1.2.12); FILE MERGED
2006/03/28 10:03:14 fs 1.2.12.1: added 'since' tags
This commit is contained in:
parent
87bb6e8fc2
commit
a0618dd9e7
3 changed files with 13 additions and 6 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: XHyperlinkControl.idl,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: vg $ $Date: 2006-03-14 11:06:47 $
|
||||
* last change: $Author: vg $ $Date: 2006-03-31 12:03:33 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -51,6 +51,8 @@ module com { module sun { module star { module inspection {
|
|||
in a hyperlink-like way
|
||||
|
||||
<p>Hyperlink controls exchange their value (<member>XPropertyControl::Value</member>) as strings.</p>
|
||||
|
||||
@since OOo 2.0.3
|
||||
*/
|
||||
interface XHyperlinkControl : XPropertyControl
|
||||
{
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: XNumericControl.idl,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: vg $ $Date: 2006-03-14 11:06:59 $
|
||||
* last change: $Author: vg $ $Date: 2006-03-31 12:03:44 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -52,6 +52,8 @@ module com { module sun { module star { module inspection {
|
|||
//-----------------------------------------------------------------------------
|
||||
/** defines the interface for an <type>XPropertyControl</type> which supports
|
||||
displaying and entering numerical values.
|
||||
|
||||
@since OOo 2.0.3
|
||||
*/
|
||||
interface XNumericControl : XPropertyControl
|
||||
{
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: XObjectInspector.idl,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: vg $ $Date: 2006-03-14 11:07:13 $
|
||||
* last change: $Author: vg $ $Date: 2006-03-31 12:03:56 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -53,7 +53,10 @@ interface XObjectInspectorModel;
|
|||
|
||||
//-----------------------------------------------------------------------------
|
||||
/** describes the main interface of an <type>ObjectInspector</type>.
|
||||
|
||||
@see ObjectInspector
|
||||
|
||||
@since OOo 2.0.3
|
||||
*/
|
||||
interface XObjectInspector
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue