/aoo4110/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
|
/aoo4110/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.
|
/aoo4110/main/offapi/com/sun/star/ucb/ |
H A D | UniversalContentBroker.idl | 75 references. 77 <p>Those references i.e. may occure 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.
|
/aoo4110/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()
|
/aoo4110/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
|
/aoo4110/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
|
/aoo4110/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()
|
/aoo4110/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
|
/aoo4110/main/idlc/source/ |
H A D | astdump.cxx | 183 sal_uInt16 references = 0; in dump() local 216 ++references; in dump() 246 references); in dump()
|
/aoo4110/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
|
/aoo4110/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
|
/aoo4110/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.
|
/aoo4110/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()
|
/aoo4110/main/offapi/com/sun/star/rendering/ |
H A D | IntegerBitmapLayout.idl | 82 alpha channel). The palette itself references another color 94 the associated color space). If this member references a valid
|
/aoo4110/main/sc/source/ui/src/ |
H A D | optdlg.src | 80 Text [ en-US ] = "Iterative references" ; 423 Text [ en-US ] = "Show references in color" ; 712 Text [ en-US ] = "Expand ~references when new columns/rows are inserted" ;
|
/aoo4110/main/offapi/com/sun/star/rdf/ |
H A D | XDocumentMetadataAccess.idl | 125 the ODF element with the given metadata references if it exists, 217 a base URI to resolve relative URI references 351 a base URI to resolve relative URI references
|