/trunk/main/offapi/com/sun/star/configuration/ |
H A D | ConfigurationAccess.idl | 104 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 D | dbcharset.hxx | 148 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 D | charsets.hxx | 130 …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 D | datasourcemap.hxx | 238 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 D | dsntypes.hxx | 222 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 D | MultiClickRemoteBehavior.m | 67 …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 D | KeyspanFrontRowControl.m | 47 /* hold events are not being send by this device
|
/trunk/main/udkapi/com/sun/star/uno/ |
H A D | XWeak.idl | 59 <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 D | XAdapter.idl | 44 but not hold the adapted object, because it must not
|
/trunk/main/offapi/com/sun/star/linguistic2/ |
H A D | ConversionDictionaryList.idl | 41 <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 D | DictionaryType.idl | 35 It may be positive or negative. A positive dictionary may hold
|
H A D | XSearchableDictionaryList.idl | 50 the dictionary may hold entries of all langauges.
|
/trunk/main/offapi/com/sun/star/animations/ |
H A D | AnimationFill.idl | 61 …hold" 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 D | ContentResultSet.idl | 74 - which may hold property change listeners - and 76 - which may hold the property set ).
|
H A D | XRemoteContentProviderConnectionControl.idl | 55 <p>The implementation of this interface must hold a reference to the
|
H A D | XDynamicResultSetListener.idl | 48 <type scope="com::sun::star::sdbc">XResultSet</type>s and has to hold
|
/trunk/main/reportbuilder/java/com/sun/star/report/ |
H A D | SDBCReportDataFactory.java | 247 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 D | TableSortDescriptor2.idl | 61 /** contains the maximum number of sort fields the descriptor can hold.
|
H A D | TableSortDescriptor.idl | 69 /** contains the maximum number of sort fields the descriptor can hold.
|
/trunk/main/offapi/com/sun/star/document/ |
H A D | XFilter.idl | 64 Don't hold hard references to the descriptor items. You must copy needed information!
|
/trunk/main/offapi/com/sun/star/geometry/ |
H A D | XMapping2D.idl | 59 The following invariant must hold:
|
/trunk/main/offapi/com/sun/star/graphic/ |
H A D | GraphicRendererVCL.idl | 57 hold a <type scope="com::sun::star::awt">XDevice</type>
|
/trunk/main/offapi/com/sun/star/sheet/ |
H A D | SubTotalDescriptor.idl | 132 hold.
|
/trunk/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleStateSet.idl | 42 states of an accessible object. It can hold any combination of states
|
/trunk/main/jpeg/ |
H A D | jpeg-8d.patch | 78 /* INT32 must hold at least signed 32-bit values. */
|