Home
last modified time | relevance | path

Searched refs:hold (Results 1 – 25 of 110) sorted by relevance

12345

/trunk/main/offapi/com/sun/star/configuration/
H A DConfigurationAccess.idl104 An object that can hold child elements as a <em>set</em> or a <em>group</em>.
118 <li><strong>string</strong> can hold a human-readable text.
125 <li><strong>boolean</strong> can hold the values <TRUE/> or <FALSE/>.
129 <li><strong>short</strong> can hold a 16-bit signed integer.
133 <li><strong>int</strong> can hold a 32-bit signed integer.
137 <li><strong>long</strong> can hold a 64-bit signed integer.
141 <li><strong>double</strong> can hold a floating point number.
145 <li><strong>binary</strong> can hold a sequence of octets.
/trunk/main/connectivity/inc/connectivity/
H A Ddbcharset.hxx148 const CharsetIterator operator++(int) { CharsetIterator hold(*this); ++*this; return hold; } in operator ++() local
153 const CharsetIterator operator--(int) { CharsetIterator hold(*this); --*this; return hold; } in operator --() local
/trunk/main/dbaccess/source/ui/inc/
H A Dcharsets.hxx130 …endedCharsetIterator operator++(int) { ExtendedCharsetIterator hold(*this); ++*this; return hold; } in operator ++() local
135 …endedCharsetIterator operator--(int) { ExtendedCharsetIterator hold(*this); --*this; return hold; } in operator --() local
H A Ddatasourcemap.hxx238 const Iterator operator++(int) { Iterator hold(*this); ++*this; return hold; } in operator ++() local
243 const Iterator operator--(int) { Iterator hold(*this); --*this; return hold; } in operator --() local
/trunk/main/dbaccess/source/inc/
H A Ddsntypes.hxx222 const TypeIterator operator++(int) { TypeIterator hold(*this); ++*this; return hold; } in operator ++() local
227 const TypeIterator operator--(int) { TypeIterator hold(*this); --*this; return hold; } in operator --() local
/trunk/main/apple_remote/source/
H A DMultiClickRemoteBehavior.m67 …heck only for the normal button identifiers as we would check for hold support for hold events ins…
142 // wait to see if it is a hold
151 // it was a hold
152 // send an event for "hold release"
H A DKeyspanFrontRowControl.m47 /* hold events are not being send by this device
/trunk/main/udkapi/com/sun/star/uno/
H A DXWeak.idl59 <p>The sense of weak references is to hold a reference to an object
66 adapter if anyone wants to hold a weak reference. To separate their
69 to the adapter, which knows - but does not hold - the original object.
102 <p>It is important that the adapter must know, but not hold
H A DXAdapter.idl44 but not hold the adapted object, because it must not
/trunk/main/offapi/com/sun/star/linguistic2/
H A DConversionDictionaryList.idl41 <p>There will be only one list that may hold different types of
42 conversion dictionaries. That is e.g. it may hold dictionaries
H A DDictionaryType.idl35 It may be positive or negative. A positive dictionary may hold
H A DXSearchableDictionaryList.idl50 the dictionary may hold entries of all langauges.
/trunk/main/offapi/com/sun/star/animations/
H A DAnimationFill.idl61hold" has the same effect as setting to "freeze", except that the element is always frozen to exte…
/trunk/main/offapi/com/sun/star/ucb/
H A DContentResultSet.idl74 - which may hold property change listeners - and
76 - which may hold the property set ).
H A DXRemoteContentProviderConnectionControl.idl55 <p>The implementation of this interface must hold a reference to the
H A DXDynamicResultSetListener.idl48 <type scope="com::sun::star::sdbc">XResultSet</type>s and has to hold
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DSDBCReportDataFactory.java247 final XComponent[] hold = new XComponent[1]; in getOrderStatement() local
248 … final XNameAccess columns = getFieldsByCommandDescriptor(commandType, command, hold); in getOrderStatement()
/trunk/main/offapi/com/sun/star/table/
H A DTableSortDescriptor2.idl61 /** contains the maximum number of sort fields the descriptor can hold.
H A DTableSortDescriptor.idl69 /** contains the maximum number of sort fields the descriptor can hold.
/trunk/main/offapi/com/sun/star/document/
H A DXFilter.idl64 Don't hold hard references to the descriptor items. You must copy needed information!
/trunk/main/offapi/com/sun/star/geometry/
H A DXMapping2D.idl59 The following invariant must hold:
/trunk/main/offapi/com/sun/star/graphic/
H A DGraphicRendererVCL.idl57 hold a <type scope="com::sun::star::awt">XDevice</type>
/trunk/main/offapi/com/sun/star/sheet/
H A DSubTotalDescriptor.idl132 hold.
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleStateSet.idl42 states of an accessible object. It can hold any combination of states
/trunk/main/jpeg/
H A Djpeg-8d.patch78 /* INT32 must hold at least signed 32-bit values. */

Completed in 81 milliseconds

12345