Home
last modified time | relevance | path

Searched refs:object (Results 101 – 125 of 1274) sorted by relevance

12345678910>>...51

/trunk/main/solenv/gbuild/platform/
H A Dos2.mk335 $(foreach object,$(CXXOBJECTS),$(call gb_CxxObject_get_target,$(object))) \
336 $(foreach object,$(GENCXXOBJECTS),$(call gb_GenCxxObject_get_target,$(object))) \
337 $(foreach object,$(COBJECTS),$(call gb_CObject_get_target,$(object))) \
338 $(foreach object,$(GENCOBJECTS),$(call gb_GenCObject_get_target,$(object))) \
339 $(foreach object,$(ASMOBJECTS),$(call gb_AsmObject_get_target,$(object))) \
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleExtendedComponent.idl63 concerning the graphical representation of an object. This interface
72 /** Returns the font of this object.
75 The returend reference to a font object is empty if a font is not
76 supported by this object.
86 The returned value is the titled border text of the object or
91 /** Returns the tool tip text of this object.
97 Returns the localized tool tip text of the object. If tool tips
H A DXAccessibleStateSet.idl42 states of an accessible object. It can hold any combination of states
59 object.
66 Returns <TRUE/> if the given state is a member of this object's
72 object.
77 this object's state set. Each state has to be one of the
82 of this object's state set. <FALSE/> is returned if at least
84 object's state set.
H A DXAccessibleAction.idl41 <p>Every accessible object that can be manipulated beyond its methods
50 /** Returns the number of accessible actions available in this object.
53 "default" action of the object.</p>
61 /** Perform the specified Action on the object.
79 /** Returns a description of the specified action of the object.
97 /** Returns a key binding object, if there is one, associated with the
107 The returned object describes a set of key bindings associated
/trunk/main/offapi/com/sun/star/embed/
H A DEmbedUpdateModes.idl32 /** The constant set specifies possible modes of object update.
39 /** An object representation should be updated as often as possible.
42 Any time object detects that it is changed the representation
43 of the object is updated.
49 /** An object representation should be updated only in case of request.
52 The representation of the object is updated only by explicit request.
H A DXCommonEmbedPersist.idl61 /** lets the object or the link store itself.
64 the object is in wrong state
85 the object is in wrong state ( has no entry )
91 /** lets the object or the link reload itself.
94 If the object has persistence it will be reloaded from it's persistant
103 optional parameters for object reloading, see also
110 the object is in wrong state
/trunk/main/svx/source/engine3d/
H A Dstring3d.src31 Text [ en-US ] = "Create 3D rotation object" ;
35 Text [ en-US ] = "Insert object(s)" ;
55 Text [ en-US ] = "Rotate 3D object" ;
59 Text [ en-US ] = "Create extrusion object" ;
63 Text [ en-US ] = "Create rotation object" ;
67 Text [ en-US ] = "Split 3D object" ;
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXResourceId.idl48 the absence of one. Instead of an empty <type>XResourceId</type> object
61 /** Return an URL object of the resource URL that may contain arguments.
86 /** Compare the called <type>XResourceId</type> object with the given
109 /** Return whether the anchor of the called resource id object
110 represents the same resource as the given object.
111 <p>Note that not only the anchor of the given object is taken into
112 account. The whole object, including the resource URL, is
128 /** Return whether the anchor of the called resource id object
146 owner of the new object.
/trunk/main/cui/source/dialogs/
H A Dscriptdlg.src200 Text [ en-US ] = "Enter the new name for the selected object." ;
205 Text [ en-US ] = "Do you want to delete the following object?" ;
213 Text [ en-US ] = "The selected object could not be deleted." ;
217 Text [ en-US ] = " You do not have permission to delete this object." ;
225 Text [ en-US ] = "The object could not be created." ;
233 Text [ en-US ] = " You do not have permission to create this object." ;
241 Text [ en-US ] = "The object could not be renamed." ;
245 Text [ en-US ] = " You do not have permission to rename this object." ;
/trunk/main/udkapi/com/sun/star/uno/
H A DXNamingService.idl43 /** provides a previous registered object.
49 /** registers one object under the specified name.
51 <p>If any object is registered before, then this
52 object is revoked automatically.
60 /** revokes the registration of an object. <p>If the object was not
H A DXAggregation.idl38 <p>That means if an object "A" aggregates "B", "A" can provide all
42 to object "A". Object "A" now can determine whether to use the
73 You may still have the option to implement an UNO object consisting of
80 /** sets the object to which all calls to the method
85 specifies the object which handles the calls to
88 removed and thus the object becomes its own delegator and has
106 interface itself. An object which got aggregated cannot depend
/trunk/main/offapi/com/sun/star/datatransfer/
H A DXTransferableSupplier.idl42 /** To get access to a transferable representation of a selected part of an object.
45 The transferable object representing the selection inside the supplying object
52 /** Hands over a transferable object that shall be inserted.
55 The transferable object to be inserted
61 object can't handle any of the available ones.
H A DXSystemTransferable.idl43 /** Called by a data consumer to obtain a system specific data object from the
45 The data object is returned in an any. The contained type may differ on
50 The interface implementation must ensure that the system data object can be
51 used in that process. If the data object is not valid in the caller process
55 The system dependent data object.
59 object (IDataObject::Release) if it is no longer needed.
/trunk/main/udkapi/com/sun/star/io/
H A DXPersistObject.idl46 <p>Every UNO object, that wants to be serializable, should implement
47 this interface. The object stores stores itself, when the
50 The object needs to be created before it deserializes
68 /** gives the service name of the object
74 <p>This name is used to create such an object by a factory
84 /** writes all the persistent data of the object to the stream.
96 /** reads all the persistent data of the object from the stream.
/trunk/main/udkapi/com/sun/star/bridge/
H A DXInstanceProvider.idl38 /** gets called, when an initial object is requested from a remote process.
39 You may either create a new instance or return an existing object.
42 The name of the requested object.
45 the object associated with the name. The return value may be null in case
46 there is no object to offer for this string. In this case, XBridge.getInstance()
50 You may throw this exception to indicate, that there is no object for this
/trunk/main/udkapi/com/sun/star/test/
H A DXTest.idl51 Test the object TestObject against the test specified with TestName. This test
52 does not change the semantic state of the object, so it can be called on a existing
70 Test the object TestObject against the test specified with TestName.
71 This test changes the state of the object. The object may be useless
73 be called multiple times with a new test object instance. Note: Each test
99 Test the object TestObject against the test specified with TestName using
103 that a test object state that is changed by the method can be
/trunk/main/offapi/com/sun/star/ucb/
H A DFTPContent.idl67 /** A FTPContent provides an object representing either a (ftp-server-side)
68 directory object allowing listing of children or a content object providing
93 <p>An object representing a directory in the file system is able
94 to create a new object, which in turn can become the representation
107 As return value you get a new file content object.
110 Set a title at the new object by letting it execute
115 Let the new object ( not the parent! ) execute the command "insert".
H A DContent.idl53 /** must be implemented to make it possible to resolve cyclic object
63 on the registered listeners and release the appropriate object
122 content. The returned row object must contain a NULL
228 struct will be prefilled with a data sink object, which
337 <td>This command closes an object.</td>
601 <td>contains the current connection mode for the object.
622 <td>contains the date and time the object was created.</td>
815 <td>contains the size (usually in bytes) of an object.</td>
838 an object.
993 <p>The object returned by the implementation of the method
[all …]
/trunk/main/vcl/unx/gtk/window/
H A Dgtkobject.cxx176 gboolean GtkSalObject::signalButton( GtkWidget*, GdkEventButton* pEvent, gpointer object ) in signalButton() argument
178 GtkSalObject* pThis = (GtkSalObject*)object; in signalButton()
189 gboolean GtkSalObject::signalFocus( GtkWidget*, GdkEventFocus* pEvent, gpointer object ) in signalFocus() argument
191 GtkSalObject* pThis = (GtkSalObject*)object; in signalFocus()
200 void GtkSalObject::signalDestroy( GtkObject* pObj, gpointer object ) in signalDestroy() argument
202 GtkSalObject* pThis = (GtkSalObject*)object; in signalDestroy()
/trunk/main/offapi/com/sun/star/text/
H A DDocumentSettings.idl75 table, you have defined spacing above and below each object,
160 object positioning is applied.
164 If <TRUE/>, the object positioning till OpenOffice.org 1.1 is
166 floating screen object orients its vertical position, includes
169 the top of a paragraph, at which a floating screen object orients
183 If <TRUE/>, the object positioning algorithm will consider
184 the text wrap style, set at the floating screen object.
187 If <FALSE/> (default value), the former object positioning
198 <p>If activated formula object that are anchored 'As Character' will be
/trunk/main/offapi/com/sun/star/awt/
H A DAccessibleScrollBar.idl71 is set if the object has already been disposed
72 and subsequent calls to this object result in
77 if the object is enabled.</li>
82 if the object currently has the keyboard focus.</li>
85 if the orientation of the object is horizontal.</li>
88 if the object is displayed on the screen.</li>
91 if the orientation of the object is vertical.</li>
H A DAccessibleButton.idl73 if the object is currently checked.</li>
76 is set if the object has already been disposed
77 and subsequent calls to this object result in
82 if the object is enabled.</li>
87 if the object currently has the keyboard focus.</li>
90 if the object is currently pressed.</li>
93 if the object is displayed on the screen.</li>
/trunk/main/ridljar/test/com/sun/star/uno/
H A DUnoRuntime_Test.java150 public boolean isSame(Object object) { in isSame() argument
151 return object == t2; in isSame()
170 public boolean isSame(Object object) { in isSame() argument
171 return object == t4; in isSame()
183 public boolean isSame(Object object) { in isSame() argument
184 return UnoRuntime.areSame(Test4.this, object); in isSame()
/trunk/main/offapi/com/sun/star/chart2/
H A DRelativeSize.idl43 defined by the object using this point.
49 <p>The values are relative to the page or an object. Values
51 page/object.</p>
59 defined by the object using this point.
65 <p>The values are relative to the page or an object. Values
67 page/object.</p>
/trunk/main/pyuno/source/module/
H A Dpyuno_gc.cxx53 GCThread( PyInterpreterState *interpreter, PyObject * object );
59 GCThread::GCThread( PyInterpreterState *interpreter, PyObject * object ) : in GCThread() argument
60 mPyObject( object ), mPyInterpreter( interpreter ) in GCThread()
99 void decreaseRefCount( PyInterpreterState *interpreter, PyObject *object ) in decreaseRefCount() argument
109 osl::Thread *t = new GCThread( interpreter, object ); in decreaseRefCount()

Completed in 90 milliseconds

12345678910>>...51