/aoo42x/main/udkapi/com/sun/star/lang/ |
H A D | XComponent.idl | 39 /** 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 D | XWeak.idl | 47 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 D | XUnloadingPreference.idl | 43 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 D | XReference.idl | 46 /** 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 D | UniversalContentBroker.idl | 75 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 D | CrossReference.idl | 34 <p>Such references are kept by news servers for managing articles 36 cross references.
|
/aoo42x/main/udkapi/com/sun/star/uri/ |
H A D | UriReferenceFactory.idl | 32 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 D | XUriReferenceFactory.idl | 34 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 D | XUriReference.idl | 32 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 D | XExternalUriReferenceTranslator.idl | 32 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 D | WeakAdapter.java | 67 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 D | manifest.txt | 85 - 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 D | bridge.cxx | 388 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 D | JDBCConnectionProperties.idl | 65 service) URI references, where any space characters 67 URI references). Any “vnd.sun.star.expand” URL references
|
/aoo42x/main/idlc/source/ |
H A D | astdump.cxx | 183 sal_uInt16 references = 0; in dump() local 216 ++references; in dump() 246 references); in dump()
|
/aoo42x/main/offapi/com/sun/star/accessibility/ |
H A D | AccessibleEventId.idl | 85 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 D | OfficeInstallationDirectories.idl | 39 containing relocatable (not absolute) references to the current office 42 <p>This functionality is useful when data containing references to the
|
H A D | XOfficeInstallationDirectories.idl | 36 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 D | XExtendedToolkit.idl | 144 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 D | XUserInputInterception.idl | 65 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 D | XNamedRange.idl | 69 base for relative references in the content. 76 base for relative references in the content.
|
H A D | XMultipleOperation.idl | 58 <p>The specified formulas are repeated, with references to the 59 specified cells replaced by references to values in the first
|
H A D | XSheetCondition.idl | 109 relative references in the formulas. 116 relative references in the formulas.
|
/aoo42x/main/desktop/test/deployment/update/ |
H A D | readme.txt | 33 is version 1 of this extension and it references 37 which in turn references version 2 at
|
/aoo42x/main/oox/source/xls/ |
H A D | pivottablefragment.cxx | 64 if( nElement == XLS_TOKEN( references ) ) return this; in onCreateContext() 66 case XLS_TOKEN( references ): in onCreateContext()
|