Home
last modified time | relevance | path

Searched refs:references (Results 1 – 25 of 204) sorted by relevance

123456789

/aoo42x/main/udkapi/com/sun/star/lang/
H A DXComponent.idl39 /** allows to exclicitly free resources and break cyclic references.
42 references kept on interfaces of this object. But there are two
46 <p>You are only allowed to keep references of interfaces
58 resources kept by this object and thus break cyclic references.
61 The object should release all resources and references in the
68 should release there references to this object without
/aoo42x/main/udkapi/com/sun/star/uno/
H A DXWeak.idl47 In order to make it possible to have weak references to objects,
55 weak references.</p>
59 <p>The sense of weak references is to hold a reference to an object
64 <p>The following interfaces describe one way to handle weak references
103 the adapted object. If the adapted object dies, all references
H A DXUnloadingPreference.idl43 a listener may release references to UNO components. Thus, the
46 Before a listener releases references, it should ask for this interface.
58 <FALSE/>do not release references to this object,otherwise
H A DXReference.idl46 /** removes all references to the adapter.
52 must include removal of all references to the adapter.
/aoo42x/main/offapi/com/sun/star/ucb/
H A DUniversalContentBroker.idl75 references.
77 <p>Those references i.e. may occur if content provider implementations
78 hold references to the Broker. The Broker itself always holds its
85 those listeners) and release the appropriate object references. At
87 release its appropriate references.
H A DCrossReference.idl34 <p>Such references are kept by news servers for managing articles
36 cross references.
/aoo42x/main/udkapi/com/sun/star/uri/
H A DUriReferenceFactory.idl32 creates URI references.
35 description of URI references and related terms.</p>
37 <p>For parsing absolute URI references, this service tries to use a
42 is found, and for relative URI references, a generic parser is used, which
H A DXUriReferenceFactory.idl34 creates URI references.
37 description of URI references and related terms.</p>
65 any URI reference. Backwards-compatible relative URI references starting
68 URI references.
H A DXUriReference.idl32 represents generic, mutable URI references.
35 description of URI references and related terms.</p>
37 <p>This interface only handles generic URI references (both absolute and
H A DXExternalUriReferenceTranslator.idl32 translates between external and internal URI references.
50 references (that do not include a scheme) are left unmodified by the
/aoo42x/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DWeakAdapter.java67 Object[] references= m_xreferenceList.toArray(); in referentDying() local
68 for (int i= references.length; i > 0; i--) in referentDying()
70 ((XReference) references[i-1]).dispose(); in referentDying()
/aoo42x/main/slideshow/
H A Dmanifest.txt85 - since shared_ptr can lead to circular references (resulting in
87 circular references are inevitable, or can happen by accident,
90 Another way of avoiding circular references are weak_ptr, which are
98 To avoid circular shared_ptr references, classes in need to
/aoo42x/main/binaryurp/source/
H A Dbridge.cxx388 j->second.references = 1; in registerOutgoingInterface()
397 if (j->second.references == SAL_MAX_UINT32) { in registerOutgoingInterface()
404 ++j->second.references; in registerOutgoingInterface()
454 OSL_ASSERT(j->second.references > 0); in releaseStub()
455 --j->second.references; in releaseStub()
456 if (j->second.references == 0) { in releaseStub()
/aoo42x/main/offapi/com/sun/star/sdbc/
H A DJDBCConnectionProperties.idl65 service) URI references, where any space characters
67 URI references). Any &ldquo;vnd.sun.star.expand&rdquo; URL references
/aoo42x/main/idlc/source/
H A Dastdump.cxx183 sal_uInt16 references = 0; in dump() local
216 ++references; in dump()
246 references); in dump()
/aoo42x/main/offapi/com/sun/star/accessibility/
H A DAccessibleEventId.idl85 previously active child. Empty references indicate that no child
178 references to the old and new predecessor. Note that both references
189 references to the old and new successor. Note that both references
/aoo42x/main/offapi/com/sun/star/util/
H A DOfficeInstallationDirectories.idl39 containing relocatable (not absolute) references to the current office
42 <p>This functionality is useful when data containing references to the
H A DXOfficeInstallationDirectories.idl36 containing relocatable (not absolute) references to the current office
39 <p>This functionality is useful when data containing references to the
/aoo42x/main/offapi/com/sun/star/awt/
H A DXExtendedToolkit.idl144 listener has been registered twice (or more) then all references
170 handler has been registered twice (or more) then all references
196 listener has been registered twice (or more) then all references
H A DXUserInputInterception.idl65 handler has been registered twice (or more) then all references
87 handler has been registered twice (or more) then all references
/aoo42x/main/offapi/com/sun/star/sheet/
H A DXNamedRange.idl69 base for relative references in the content.
76 base for relative references in the content.
H A DXMultipleOperation.idl58 <p>The specified formulas are repeated, with references to the
59 specified cells replaced by references to values in the first
H A DXSheetCondition.idl109 relative references in the formulas.
116 relative references in the formulas.
/aoo42x/main/desktop/test/deployment/update/
H A Dreadme.txt33 is version 1 of this extension and it references
37 which in turn references version 2 at
/aoo42x/main/oox/source/xls/
H A Dpivottablefragment.cxx64 if( nElement == XLS_TOKEN( references ) ) return this; in onCreateContext()
66 case XLS_TOKEN( references ): in onCreateContext()

Completed in 81 milliseconds

123456789