| /trunk/main/jurt/java/jurt/src/main/java/com/sun/star/uno/ |
| H A D | AnyConverter.java | 37 static public Type getType( Object object ) in getType() argument 40 if (null == object) in getType() 44 else if (object instanceof Any) in getType() 46 t = ((Any)object).getType(); in getType() 49 return getType( ((Any)object).getObject() ); in getType() 53 t = new Type( object.getClass() ); in getType() 62 static public boolean isVoid(Object object){ in isVoid() argument 63 return containsType(TypeClass.VOID, object); in isVoid() 70 static public boolean isChar(Object object){ in isChar() argument 71 return containsType(TypeClass.CHAR, object); in isChar() [all …]
|
| /trunk/main/svtools/source/dialogs/ |
| H A D | formats.src | 66 Text [ en-US ] = "Star object format" ; 70 Text [ en-US ] = "Applet object" ; 74 Text [ en-US ] = "Plug-in object" ; 78 Text [ en-US ] = "StarWriter 3.0 object" ; 82 Text [ en-US ] = "StarWriter 4.0 object" ; 86 Text [ en-US ] = "StarWriter 5.0 object" ; 90 Text [ en-US ] = "StarWriter/Web 4.0 object" ; 94 Text [ en-US ] = "StarWriter/Web 5.0 object" ; 98 Text [ en-US ] = "StarWriter/Master 4.0 object" ; 102 Text [ en-US ] = "StarWriter/Master 5.0 object" ; [all …]
|
| /trunk/main/offapi/com/sun/star/text/ |
| H A D | BaseFrameProperties.idl | 81 /** contains the color of the background of the object. 100 /** contains the left border of the object. 107 /** contains the right border of the object. 114 /** contains the top border of the object. 121 /** contains the bottom border of the object. 128 /** contains the distance from the border to the object. 133 /** contains the distance from the left border to the object. 138 /** contains the distance from the right border to the object. 143 /** contains the distance from the top border to the object. 148 /** contains the distance from the bottom border to the object. [all …]
|
| /trunk/main/offapi/com/sun/star/accessibility/ |
| H A D | AccessibleStateType.idl | 32 object that implements <type>XAccessibleContext</type> can be in.</p> 54 /** Indicates that the object is armed. 58 /** Indicates the current object is busy. 62 /** Indicates this object is currently checked. 66 /** User interface object corresponding to this object no longer exists. 68 <p>Indicates the user interface object corresponding to this object 73 /** Indicates the user can change the contents of this object. 77 /** Indicates this object is enabled. 81 /** Indicates this object allows progressive disclosure of its children. 85 /** Indicates this object is expanded. [all …]
|
| H A D | XAccessibleComponent.idl | 61 representation of an object. This interface combines methods from 65 <p>Further information about the graphical appearance of an object can 80 <li>The object coordinate system is relative to the upper left corner of 81 an object's bounding box. It is relative to itself so to speak. Used 101 /** Tests whether the specified point lies within this object's bounds. 104 coordinate system of the object. That means that when the object is 110 system is the upper left corner of the object's bounding box as 116 Returns <TRUE/> if the point lies within or on the object's bounding 124 coordinate system of the object. That means that when the object is 131 corner of the object's bounding box as returned by the [all …]
|
| H A D | XAccessibleContext.idl | 68 <p>Returns the number of accessible children of the object.</p> 75 /** Returns the i-th child of this object. 86 If the object has an i-th child the returned value is a 97 /** Returns the parent of this object. 103 The returned reference points to a valid object for all but the 109 /** Returns the index of this object in its accessible parent. 111 <p>If you call getAccessibeChild on the object's parent with the 113 object.</p> 120 /** Returns the role of this object. 124 class and object.</p> [all …]
|
| H A D | AccessibleRole.idl | 34 object describes its generic function like 'button', 'menu', or 'text'. 35 You can obtain an object's role by calling the 57 <p>The object contains some Accessible information, but its role is 151 /** Embedded (OLE) object. 173 <p>An object that fills up space in a user interface. It is often 214 /** Graphical object. 244 <p>A frame-like object that is clipped by a desktop pane. The 254 /** An object used to present an icon or short string in an interface. 272 <p>An object that presents a list of objects to the user and allows 283 <p>An object that presents an element in a list. A list is usually [all …]
|
| /trunk/main/solenv/gbuild/ |
| H A D | LinkTarget.mk | 161 $$(info . object flags : $$(sort $$(T_CXXFLAGS) $$(DEFS))) 288 $(foreach object,$(ASMOBJECTS),$(call gb_AsmObject_get_target,$(object))) \ 289 $(foreach object,$(COBJECTS),$(call gb_CObject_get_target,$(object))) \ 290 $(foreach object,$(COBJECTS),$(call gb_CObject_get_dep_target,$(object))) \ 291 $(foreach object,$(CXXOBJECTS),$(call gb_CxxObject_get_target,$(object))) \ 292 $(foreach object,$(CXXOBJECTS),$(call gb_CxxObject_get_dep_target,$(object))) \ 293 $(foreach object,$(OBJCOBJECTS),$(call gb_ObjCObject_get_target,$(object))) \ 294 $(foreach object,$(OBJCOBJECTS),$(call gb_ObjCObject_get_dep_target,$(object))) \ 295 $(foreach object,$(OBJCXXOBJECTS),$(call gb_ObjCxxObject_get_target,$(object))) \ 296 $(foreach object,$(OBJCXXOBJECTS),$(call gb_ObjCxxObject_get_dep_target,$(object))) \ [all …]
|
| /trunk/main/offapi/com/sun/star/embed/ |
| H A D | XEmbeddedObject.idl | 101 /** allows to detect class ID of the object. 106 /** allows to get access to the component handled by the object. 111 /** allows to be notified when object changes the state. 116 /** allows to be notified about object related events. 121 /** allows to control lifetime of the object. 128 /** changes the state of the object to the requested one. 138 in case object is in invalid state 149 /** returns supported states for the object. 152 the sequence of states the object can be set to 155 means that the object is in loaded state now and can be switched [all …]
|
| H A D | XInplaceClient.idl | 73 /** checks if the container can activate the object inplace. 76 <TRUE/> the container can activate the object inplace. 82 /** notifies container through the client that the object is to be 92 /** notifies container through the client that the object is to be 102 /** notifies container through the client that the object is deactivated. 111 /** notifies container through the client that the object is 130 reference to object representing the 135 the object is in unexpected state to make such request 144 reference to object implementing the 148 the object is in unexpected state to make such request [all …]
|
| H A D | XEmbedPersist.idl | 59 /** specifies an implementation for embedded object persistence. 61 The idea is that any usable embedded object should be initialized 69 /** provides object with a parent storage and a name for object's entry. 74 OOo API will refer to ole storages only by streams, but the object 79 Factory does this call to initialize the embedded object. 80 The linked object can be initialized by factory in different way 85 It is also possible to switch object persistent representation through 97 a mode in which the object should be initialized from entry 106 optional parameters for the object persistence initialization, 114 the object is in wrong state [all …]
|
| H A D | XLinkageSupport.idl | 51 /** specifies an additional implementation for linked embedded object support. 56 /** breaks the link and provides the object with a parent storage and a 57 name for object's entry 61 the whole set of embedded object interfaces. Usually the sets of 69 The link will be broken and the linked object will become a normal 70 embedded object. 75 provided storage. This entry will be used for the object persistence. 89 the object is in wrong state or not a linked object 92 in case object has not persistence or other io problems 108 /** allows to detect whether the object is a linked one. [all …]
|
| H A D | XVisualObject.idl | 57 /** sets the size of object's visual area. 61 object communicates in. 65 If an object is inplace- or ui-active the method must not initiate 70 the aspect specifying the form of object representation. 80 the object is in wrong state 83 the object failed to resize 92 /** gets the size of object's visual area. 96 object communicates in. 100 the aspect specifying the form of object representation. 110 the object is in wrong state [all …]
|
| H A D | XEmbedObjectCreator.idl | 55 /** allows to create and initialize a new embedded object. 59 an embedded object. 65 /** creates a new object and initializes it as a new one. 72 the class id of the new object 75 the class name of the new object 84 optional parameters for the object persistence initialization 109 /** creates a new object that should be based on specified storage entry. 111 <p> The specified entry must exists and the object should be loaded 113 specified, the result object will be a link. 123 an object of type [all …]
|
| /trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/ |
| H A D | UnoRuntime.java | 109 public static String generateOid(Object object) { in generateOid() argument 111 if (object instanceof IQueryInterface) { in generateOid() 112 oid = ((IQueryInterface) object).getOid(); in generateOid() 116 oid = oidMap.get(object); in generateOid() 119 oidMap.put(object, oid); in generateOid() 145 public static Object queryInterface(Type type, Object object) { in queryInterface() argument 153 if (object instanceof Any) { in queryInterface() 154 Any a = (Any) object; in queryInterface() 156 object = a.getObject(); in queryInterface() 159 if (object instanceof IQueryInterface) { in queryInterface() [all …]
|
| /trunk/main/solenv/gbuild/platform/ |
| H A D | macosx.mk | 326 $(foreach object,$(ASMOBJECTS),$(call gb_AsmObject_get_target,$(object))) \ 327 $(foreach object,$(COBJECTS),$(call gb_CObject_get_target,$(object))) \ 328 $(foreach object,$(CXXOBJECTS),$(call gb_CxxObject_get_target,$(object))) \ 329 $(foreach object,$(OBJCOBJECTS),$(call gb_ObjCObject_get_target,$(object))) \ 330 $(foreach object,$(OBJCXXOBJECTS),$(call gb_ObjCxxObject_get_target,$(object))) \ 331 $(foreach object,$(GENCOBJECTS),$(call gb_GenCObject_get_target,$(object))) \ 332 $(foreach object,$(GENCXXOBJECTS),$(call gb_GenCxxObject_get_target,$(object))) \ 348 $(foreach object,$(COBJECTS),$(call gb_CObject_get_target,$(object))) \ 349 $(foreach object,$(CXXOBJECTS),$(call gb_CxxObject_get_target,$(object))) \ 350 $(foreach object,$(OBJCOBJECTS),$(call gb_ObjCObject_get_target,$(object))) \ [all …]
|
| H A D | solaris.mk | 235 $(foreach object,$(ASMOBJECTS),$(call gb_AsmObject_get_target,$(object))) \ 236 $(foreach object,$(COBJECTS),$(call gb_CObject_get_target,$(object))) \ 237 $(foreach object,$(CXXOBJECTS),$(call gb_CxxObject_get_target,$(object))) \ 238 $(foreach object,$(GENCOBJECTS),$(call gb_GenCObject_get_target,$(object))) \ 239 $(foreach object,$(GENCXXOBJECTS),$(call gb_GenCxxObject_get_target,$(object))) \ 257 $(foreach object,$(COBJECTS),$(call gb_CObject_get_target,$(object))) \ 258 $(foreach object,$(CXXOBJECTS),$(call gb_CxxObject_get_target,$(object))) \ 259 $(foreach object,$(GENCOBJECTS),$(call gb_GenCObject_get_target,$(object))) \ 260 $(foreach object,$(GENCXXOBJECTS),$(call gb_GenCxxObject_get_target,$(object))) \
|
| /trunk/main/winaccessibility/source/UAccCOMIDL/ |
| H A D | ia2_api_all.idl | 109 /** These constants control the scrolling of an object or substring into a window. 115 /** Scroll the top left corner of the object or substring such that the top left 116 corner (and as much as possible of the rest of the object or substring) is within 117 the top level window. In cases where the entire object or substring fits within 118 the top level window, the placement of the object or substring is dependent on 119 the application. For example, the object or substring may be scrolled to the 126 /** Scroll the bottom right corner of the object or substring such that the bottom right 127 corner (and as much as possible of the rest of the object or substring) is within 128 the top level window. In cases where the entire object or substring fits within 129 the top level window, the placement of the object or substring is dependent on [all …]
|
| /trunk/main/connectivity/source/drivers/jdbc/ |
| H A D | Object.cxx | 116 : m_xFactory(_rxFactory),object( 0 ) in java_lang_Object() 123 : object( NULL ) in java_lang_Object() 127 object = pXEnv->NewGlobalRef( myObj ); in java_lang_Object() 132 if( object ) in ~java_lang_Object() 141 if( object ) in clearObject() 143 rEnv.DeleteGlobalRef( object ); in clearObject() 144 object = NULL; in clearObject() 150 if( object ) in clearObject() 161 object = pXEnv->NewGlobalRef( myObj ); in saveRef() 247 out = t.pEnv->CallBooleanMethod( object, _inout_MethodID ); in callBooleanMethod() [all …]
|
| /trunk/main/udkapi/com/sun/star/uno/ |
| H A D | XInterface.idl | 37 interfaces of the same logical object. 49 <p> The UNO object does not export the state of the reference count (acquire() and 50 release() do not have return values). In general, also the UNO object itself 57 /** queries for a new interface to an existing UNO object. 60 are exported by the object. The caller asks the implementation of the object, 67 1) If queryInterface on a specific object has once returned a valid interface reference 69 calls on this object for the same type. 71 2) If queryInterface on a specific object has once returned a null reference 79 A and B for XInterface must return the same interface reference (object identity). 89 @param aType a UNO interface type, for which an object reference shall be obtained. [all …]
|
| /trunk/main/cppuhelper/source/ |
| H A D | propertysetmixin.cxx | 136 css::uno::Reference< css::uno::XInterface > const & object, 163 css::uno::Reference< css::uno::XInterface > const & object, in get() 168 throw css::beans::UnknownPropertyException(name, object); in get() 439 css::uno::Reference< css::uno::XInterface > const & object, 443 css::uno::Reference< css::uno::XInterface > const & object, 449 css::uno::Reference< css::uno::XInterface > const & object, 473 css::uno::Reference< css::uno::XInterface > const & object, 530 css::uno::Reference< css::uno::XInterface > const & object, in translateHandle() 537 object); in translateHandle() 543 css::uno::Reference< css::uno::XInterface > const & object, in setProperty() [all …]
|
| /trunk/main/offapi/com/sun/star/configuration/ |
| H A D | SetElement.idl | 51 Provides access to its containing set object. 64 contained in a set object and have no meaningful name. 67 <p>While an instance is not contained in a set object, it is owned by 70 of the object can freely be changed in that situation though without 77 object. When inserted, the name of the object is fixed and is used to 81 the object (under the old name) and then reinserting it into the same 92 container disposes of the object. This occurrence can be detected by registering 93 a <type scope="com::sun::star::lang">XEventListener</type> with the object. 97 changing the name or parent is not supported (the object can't be removed from 118 /** provides access to the containing set object. [all …]
|
| /trunk/main/javaunohelper/com/sun/star/lib/uno/helper/ |
| H A D | PropertySetMixin.java | 127 XComponentContext context, XInterface object, Type type, in PropertySetMixin() argument 133 this.object = object; in PropertySetMixin() 221 throw new DisposedException("disposed", object); in prepareSet() 247 object, propertyName, false, p.Handle, oldValue, newValue); in prepareSet() 268 object, propertyName, false, p.Handle, oldValue, newValue); in prepareSet() 315 EventObject event = new EventObject(object); in dispose() 387 listener.disposing(new EventObject(object)); in addPropertyChangeListener() 437 listener.disposing(new EventObject(object)); in addVetoableChangeListener() 498 e.getMessage(), object, e.TargetException); in getPropertyValues() 525 object); in setPropertyValues() [all …]
|
| /trunk/main/offapi/com/sun/star/awt/ |
| H A D | ImagePosition.idl | 33 /** specifies the position of a image, relative to another object 39 … specifies that the image should be positioned at the left of, and top-aligned to, the other object 43 …es that the image should be positioned at the left of, and vertically centered to, the other object 47 …ecifies that the image should be positioned at the left of, and bottom-aligned to, the other object 51 …specifies that the image should be positioned at the right of, and top-aligned to, the other object 55 …s that the image should be positioned at the right of, and vertically centered to, the other object 59 …cifies that the image should be positioned at the right of, and bottom-aligned to, the other object 63 /** specifies that the image should be positioned above and left-aligned to the other object 67 …* specifies that the image should be positioned above and horizontally centered to the other object 71 /** specifies that the image should be positioned above and right-aligned to the other object [all …]
|
| /trunk/main/udkapi/com/sun/star/lang/ |
| H A D | XComponent.idl | 41 <p>Actually the real lifetime of an UNO object is controlled by 42 references kept on interfaces of this object. But there are two 44 1st to own the object and 2nd to know the object. 47 to UNO objects if you are by definition the owner of that object or 49 EventListener at that object and release the reference when 57 /** The owner of an object calls this method to explicitly free all 58 resources kept by this object and thus break cyclic references. 60 <p>Only the owner of this object is allowed to call this method. 61 The object should release all resources and references in the 66 The object must notify all registered listeners using the method [all …]
|