/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | AddIn.idl | 59 <dt><atom>long</atom></dt> 62 <dt><atom>double</atom></dt> 65 <dt><atom>string</atom></dt> 77 <dt><atom>any[][]</atom></dt> 79 will contain a <atom>double</atom> or a <atom>string</atom>, depending on 82 <dt><atom>any</atom></dt> 83 <dd>Depending on the data, a <atom>double</atom>, a <atom>string</atom>, 99 <dt><atom>any[]</atom></dt> 110 <li><atom>long</atom></li> 111 <li><atom>double</atom></li> [all …]
|
H A D | XFunctionAccess.idl | 63 <dt><atom>long</atom> or <atom>double</atom></dt> 66 <dt><atom>string</atom></dt> 69 <dt><atom>long[][]</atom> or <atom>double[][]</atom></dt> 72 <dt><atom>string[][]</atom></dt> 75 <dt><atom>any[][]</atom></dt> 77 <atom>long</atom>, <atom>double</atom> or <atom>string</atom> 94 <dt><atom>double</atom></dt> 97 <dt><atom>string</atom></dt> 100 <dt><atom>any[][]</atom></dt> 101 <dd>for an array result, containing <atom>double</atom> and [all …]
|
H A D | FormulaMapGroupSpecialOffset.idl | 51 <li>A value of type <atom>double</atom> for literal floating-point 53 <li>A <atom>string</atom> for literal text.</li> 54 <li>A <atom dim="[][]">any</atom> for a literal array. The contained 55 values shall be of type <atom>double</atom> or <atom>string</atom>. 89 <atom>string</atom> with the programmatical name of the function, e.g. 102 integer value of type <atom>long</atom> specifying the index of the 141 <atom>string</atom> with the bad data. This string will be displayed 156 positive integer value of type <atom>long</atom> specifying the number 175 integer value of type <atom>long</atom> specifying the index of the 189 <atom>string</atom> specifying the name of the macro function.</p>
|
H A D | XCellRangeData.idl | 44 <p>Each element of the result contains a <atom>double</atom> 45 or a <atom>string</atom>.</p> 52 range. Each element of the array must contain a <atom>double</atom> 53 or a <atom>string</atom>.</p>
|
H A D | XSheetConditionalEntries.idl | 58 <dt><atom>string</atom> Formula1</dt> 61 <dt><atom>string</atom> Formula2</dt> 71 <dt><atom>string</atom> StyleName</dt>
|
/aoo4110/main/unotools/source/misc/ |
H A D | atom.cxx | 64 aDesc.atom = it->second; in getAll() 80 if( it->second > atom ) in getRecent() 82 aDesc.atom = it->second; in getRecent() 100 m_aAtomMap[ description ] = atom; in overrideAtom() 101 m_aStringMap[ atom ] = description; in overrideAtom() 102 if( m_nAtoms <= atom ) in overrideAtom() 103 m_nAtoms=atom+1; in overrideAtom() 163 it->second->getRecent( atom, atoms ); in getRecent() 242 aRet.getArray()[i].atom = atoms.back().atom; in getClass() 260 aRet.getArray()[i].atom = atoms.back().atom; in getRecentAtoms() [all …]
|
/aoo4110/main/udkapi/com/sun/star/java/ |
H A D | XJavaVM.idl | 57 <atom>any</atom> contains a JNI <code>JavaVM</code> pointer as a 58 <atom>long</atom> or <atom>hyper</atom> integer (depending on the 61 <void/> <atom>any</atom> is returned.</p> 64 value <code>0</code>, the returned <atom>any</atom> contains a 67 as a <atom>hyper</atom> integer. The pointer is guaranteed to be valid 73 cannot be instantiated for whatever reason, a <void/> <atom>any</atom> 77 value <code>1</code>, the returned <atom>any</atom> contains a 80 represented as a <atom>hyper</atom> integer. The pointer is guaranteed 85 reason, a <void/> <atom>any</atom> is returned.</p> 106 On success, the <atom>any</atom> contains a pointer represented as [all …]
|
/aoo4110/main/offapi/com/sun/star/configuration/ |
H A D | ConfigurationAccess.idl | 119 <p>Values are represented as <atom>string</atom>.</p> 120 <p>Sequences are represented as <atom dim="[]">string</atom>.</p> 126 <p>Values are represented as <atom>boolean</atom>. 130 <p>Values are represented as <atom>short</atom>.</p> 131 <p>Sequences are represented as <atom dim="[]">short</atom>.</p> 134 <p>Values are represented as <atom>long</atom>.</p> 135 <p>Sequences are represented as <atom dim="[]">long</atom>.</p> 138 <p>Values are represented as <atom>hyper</atom>.</p> 139 <p>Sequences are represented as <atom dim="[]">hyper</atom>.</p> 142 <p>Values are represented as <atom>double</atom>.</p> [all …]
|
H A D | ConfigurationProvider.idl | 105 accept a single argument named <code>nodepath</code> of type <atom>string</atom>. 125 <dt><code>"nodepath"</code> : <atom>string</atom></dt> 127 <dt><code>"depth"</code> : <atom>short</atom></dt> 181 <dt><code>"enableasync"</code> : <atom>boolean</atom></dt> 195 <dt><code>"nocache"</code> : <atom>boolean</atom></dt>
|
/aoo4110/main/offapi/com/sun/star/ucb/ |
H A D | HierarchyDataReadAccess.idl | 53 <li>"Title", which is of type <atom>string</atom>. It contains a title 55 <li>"TargetURL", which is of type <atom>string</atom></li> It may contain 69 <li><code>getByName( "Title" )</code> will return an <atom>any</atom> 72 <li><code>getByName( "Children" )</code> will return an <atom>any</atom> 111 <atom>any</atom> containing a string containing the title of the node 117 an <atom>any</atom> containing an implementation of service 126 named "subnode2" of the node. It will return an <atom>any</atom> 127 containing a <atom>string</atom> containing the target URL of the node. 132 named "subnode3" of the node. It will return an <atom>any</atom>
|
/aoo4110/main/unotools/inc/unotools/ |
H A D | atom.hxx | 43 int atom; member 62 void getRecent( int atom, ::std::list< AtomDescription >& atoms ); 64 void overrideAtom( int atom, const ::rtl::OUString& description ); 66 sal_Bool hasAtom( int atom ) const; 83 void getRecent( int atomClass, int atom, ::std::list< AtomDescription >& atoms ); 85 const ::rtl::OUString& getString( int atomClass, int atom ) const; 88 void overrideAtom( int atomClass, int atom, const ::rtl::OUString& description ); 91 sal_Bool hasAtom( int atomClass, int atom ) const; 103 const ::rtl::OUString& getString( int atomClass, int atom ) const in getString() 104 { return m_aProvider.getString( atomClass, atom ); } in getString() [all …]
|
/aoo4110/main/offapi/com/sun/star/util/ |
H A D | XAtomServer.idl | 58 <p>Additionally there is the abstraction of atom class:<br> 69 /** returns a whole atom class 78 /** returns mutltiple atom classes 99 already known atom 107 @param atom 108 the last known atom 111 all atom description that have been added to class 112 <code>atomClass</code> after <code>atom</code> 126 if true a new atom will be created for an unknown string 127 else the invalid atom (0) will be returned for an unknown string [all …]
|
/aoo4110/main/offapi/com/sun/star/task/ |
H A D | InteractionHandler.idl | 100 The URI of the involved resource (a <atom>string</atom>).</DD> 105 A name for the involved resource (a <atom>string</atom>) that might be 114 <atom>string</atom>). Currently understood values are 122 medium that can be removed by the user (a <atom>boolean</atom>).</DD> 127 <atom>string</atom>).</DD> 132 <atom>string</atom>s).</DD> 173 <LI><code>"Context"</code> of type <atom>string</atom> is a
|
/aoo4110/main/udkapi/com/sun/star/bridge/oleautomation/ |
H A D | Date.idl | 31 A <code>DATE</code> could actually be representd as<atom>double</atom> in 32 UNO and therefore a typedef from <atom>double</atom> to a date type would 36 The information that the <atom>double</atom> is a date type is lost. 40 <atom>double</atom> and date type is important. Therefore <type>Date</type>
|
H A D | Currency.idl | 32 A <code>CY</code> could actually be represented as <atom>hyper</atom> in UNO 33 and therefore a typedef from <atom>hyper</atom> to a currency type would do. 41 <atom>hyper</atom> and a currency type is important. Therefore
|
H A D | SCode.idl | 33 In UNO it could be represented by a <atom>long</atom> and therefore a typedef 34 from <atom>long</atom> to a particular error type would do. But a typedef 42 and <atom>long</atom> is important. Therefore the <type>Scode</type> is
|
/aoo4110/main/offapi/com/sun/star/configuration/backend/ |
H A D | DataImporter.idl | 70 <dt><code>ImporterService</code> : <atom >string</atom></dt> 76 <dt><code>OverwriteExisting</code> : <atom >boolean</atom></dt> 83 <dt><code>TruncateExisting</code> : <atom >boolean</atom></dt> 91 <dt><code>Entity</code> : <atom >string</atom></dt> 98 <dt><code>Component</code> : <atom >string</atom></dt>
|
H A D | LocalHierarchyBrowser.idl | 59 <dt><code>SchemaDataUrl</code> : <atom>string</atom></dt> 64 <dt><code>LayerDataUrl</code> : <atom>string</atom></dt> 69 <dt><code>FetchComponentNames</code> : <atom>boolean</atom></dt>
|
/aoo4110/main/offapi/com/sun/star/animations/ |
H A D | XAnimationNode.idl | 54 …<li><atom>double</atom> describes the element begin as an offset in seconds from an implicit syncb… 75 <li><atom>double</atom> specifies the length of the simple duration in seconds.</li> 89 …<li><atom>double</atom> describes the element end as an offset in seconds from an implicit syncbas… 114 eiter a <atom>short</atom> constant from <const>EndSync</const>, 126 <li><atom>double</atom> 146 <li><atom>double</atom> 192 a <atom>short</atom> value from <const>AnimationRestart</const>.
|
/aoo4110/main/udkapi/com/sun/star/uri/ |
H A D | XUriReference.idl | 72 is an absolute URI reference; otherwise, an empty <atom>string</atom> is 118 part; otherwise, an empty <atom>string</atom> is returned. 168 <atom>string</atom> is returned. 187 empty <atom>string</atom> is returned. 206 <atom>string</atom> is returned.
|
/aoo4110/main/offapi/com/sun/star/chart2/data/ |
H A D | DataSequence.idl | 66 <atom>sequence</atom> of <atom>double</atom> values. 72 <atom>sequence</atom> of <atom>string</atom> values.
|
/aoo4110/main/offapi/com/sun/star/script/browse/ |
H A D | XBrowseNode.idl | 48 The <atom>string</atom> name of this node 66 <atom> boolean </atom> true if there are child nodes. 72 @returns A <atom>short</atom> reresenting the type of this node.
|
/aoo4110/main/offapi/com/sun/star/script/provider/ |
H A D | XScriptURIHelper.idl | 53 @returns a URI to the storage as a <atom>string</atom> 61 @returns a URI to the storage as a <atom>string</atom> 72 @returns the URI as a <atom>string</atom>
|
/aoo4110/main/offapi/com/sun/star/rdf/ |
H A D | URI.idl | 54 the URI, represented as <atom>string</atom>. 67 <atom>string</atom>. 70 the local name of the URI, represented as <atom>string</atom>.
|
/aoo4110/main/udkapi/com/sun/star/bridge/ |
H A D | XBridgeSupplier.idl | 54 are carried in an <atom>any</atom>. The representation of this object 63 <dd>The any carries an <atom>unsigned long</atom> (on 32-bit systems) 64 or an <atom>unsigned hyper</atom> (on 64-bit systems), which is
|