Home
last modified time | relevance | path

Searched refs:number (Results 51 – 75 of 720) sorted by relevance

12345678910>>...29

/aoo4110/main/sc/addin/datefunc/
H A Ddfa.src60 Text = "Internal number of the date";
93 Text = "Determines the number of months between two dates";
150 Text = "Returns the number of days in the month in relation to the date entered";
161 Text = "Returns the number of days in a year in relation to the date entered";
172 Text = "Returns the number of weeks in the year in relation to a date";
/aoo4110/main/offapi/com/sun/star/rendering/
H A DXLinePolyPolygon2D.idl49 containing the specified number of polygons and points in the
53 The index number of the polygon to start with extracting
57 The number of polygons, starting with nPolygonIndex, to
64 index number nPolygonIndex) to start extraction with. Set to 0
68 The number of points in the last polygon of the extraction
/aoo4110/main/offapi/com/sun/star/text/
H A DXTextTableCursor.idl78 the number of cells to move.
91 the number of cells to move.
104 the number of cells to move.
117 the number of cells to move.
156 specifies the number of new cells that will be created
H A DTextSection.idl167 /** determins at which number the footnote numbering inside of the section starts.
183 /** determins the prefix that is display before the footnote number.
188 /** determins the suffix that is display after of the footnote number.
203 /** determins at which number the endnote numbering inside of the section starts.
219 /** determins the prefix that is display before the endnote number.
224 /** determins the suffix that is display after the endnote number.
H A DReferenceFieldPart.idl39 /** The page number is displayed using arabic numbers.
44 /** The number of the chapter is displayed.
61 /** The page number is displayed using the numbering type defined in
66 /** The category and the number of a caption is displayed.
76 /** The number of a sequence field is displayed.
H A DXTextColumns.idl68 the number of columns.
75 /** sets the number of columns.
98 <p>The number of members in the sequence must be the same as the
99 number of columns of the object.
H A DXTextCursor.idl61 /** moves the cursor the specified number of characters to the left.
64 the number of characters to move.
84 /** moves the cursor the specified number of characters to the right.
87 the number of characters to move.
H A DBibliographyDataField.idl74 /** This field contains the name or number of the chapter.
79 /** This field contains the number or name of the edition.
104 /** This field contains number or name of the month of the publishing.
114 /** This field contains the number of the publishing.
124 /** This field contains the number(s) of the page(s) of the reference into a publishing.
/aoo4110/main/offapi/com/sun/star/style/
H A DLineNumberPosition.idl42 /** the number occurs on the left side of the pages.
49 /** the number occurs on the right side of the pages.
56 /** the number occurs alternating on the inner side of the pages.
63 /** the number occurs alternating on the outside side of the pages.
H A DNumberingType.idl109 /** Numbering for fullwidth Arabic number
119 /** Numbering for Chinese lower case number
125 /** Numbering for Chinese upper case number
130 /** Numbering for Traditional Chinese upper case number
147 /** Numbering for Japanese traditional number
172 /** Numbering for Korean upper case number
178 /** Numbering for Korean hangul number
/aoo4110/test/testuno/source/testlib/uno/
H A DTestUtil.java174 public static String connectByOperator(double[] number, String operator) throws Exception{ in connectByOperator() argument
177 for (int i = 0; i < number.length; i++) { in connectByOperator()
178 buffer.append(number[i]); in connectByOperator()
179 if (i < number.length - 1) { in connectByOperator()
/aoo4110/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java363 private void writeCompressedNumber(int number) { in writeCompressedNumber() argument
364 if (number >= 0 && number < 0xFF) { in writeCompressedNumber()
365 write8Bit(number); in writeCompressedNumber()
368 write32Bit(number); in writeCompressedNumber()
/aoo4110/main/offapi/com/sun/star/awt/
H A DXComboBox.idl88 /** removes a number of items at the specified position.
94 /** returns the number of items in the combo box.
112 /** returns the number of visible lines in the drop down mode.
118 /** sets the number of visible lines for drop down mode.
H A DXListBox.idl90 /** removes a number of items at the specified position.
97 /** returns the number of items in the listbox.
173 /** returns the number of visible lines in drop down mode.
179 /** sets the number of visible lines for drop down mode.
/aoo4110/main/offapi/com/sun/star/sheet/
H A DXMultiFormulaTokens.idl48 number of formula token sequences. The number of allowed formula token
83 /** returns the number of formulas allowed in this formula token set.
85 @return the number of formulas the implementation supports.
/aoo4110/main/offapi/com/sun/star/accessibility/
H A DXAccessibleTable.idl65 /** Returns the number of used rows in the table.
68 beyond this number.</p>
71 Returns the number of used rows in the table or 0 for an empty
76 /** Returns the number of used columns in the table.
79 beyond this number.</p>
82 Returns the number of used columns in the table or 0 for an empty
124 /** Returns the number of rows occupied by the Accessible at the
149 /** Returns the number of columns occupied by the Accessible at the
H A DXAccessibleKeyBinding.idl39 /** This interface can be used to represent any number of key bindings which
56 /** Return the number of available key bindings.
59 bindings or the positive number of the available key bindings.
73 non-negative and smaller then the number of key bindings as
/aoo4110/main/offapi/com/sun/star/form/runtime/
H A DXFilterController.idl56 …<p><em>n</em> equals the number of filter controls which the filter controller is responsible for.…
57 …ring one session of the form based filter. On the other hand, <em>m</em>, the number of disjunctive
88 …/** is the number of <em>filter components</em>, or filter controls, which the filter controller i…
91 <p>This number is constant during one session of the form based filter.</p>
95 …/** is the number of <em>disjunctive terms</em> of the filter expression represented by the form b…
/aoo4110/main/udkapi/com/sun/star/connection/
H A DXConnection.idl40 /** reads a requested number of bytes from the connection.
42 with the requested number of bytes, unless it has reached end of file (which
47 @return The read number of bytes.
51 The number of bytes to be read from the stream.
/aoo4110/main/offapi/com/sun/star/script/vba/
H A DVBAScriptEventId.idl50 <p>The number of running scripts can be obtained via <member>
51 XVBACompatibility::RunningVBAScripts</member>. The number returned
67 <p>The number of scripts still running can be obtained via <member>
68 XVBACompatibility::RunningVBAScripts</member>. The number returned
/aoo4110/main/extensions/source/macosx/spotlight/
H A Dunzip.m140 uLong rest_read_compressed; /* number of byte to be decompressed */
422 uLong number_disk; /* number of the current dist, used for
426 uLong number_entry_CD; /* total number of entries in
459 /* number of this disk */
463 /* number of the disk with the start of the central directory */
467 /* total number of entries in the central dir on this disk */
471 /* total number of entries in the central dir */
485 starting disk number */
1213 return the number of byte copied if somes bytes are copied
1419 the return value is the number of bytes copied in buf, or (if <0)
[all …]
/aoo4110/main/offapi/com/sun/star/smarttags/
H A DXSmartTagRecognizer.idl99 /** The number of smart tag types supported by this recognizer
111 between 0 and the number of smarttags available
131 between 0 and the number of smarttags available
191 between 0 and the number of smarttags available
214 between 0 and the number of smarttags available
H A DXSmartTagAction.idl93 /** the number of smart tag types supported by this action
105 between 0 and the number of smarttags available
125 between 0 and the number of smarttags available
143 /** obtains the number of actions provided for a specifiy smart tag
154 the number of actions available for the given smart tag
178 if the specified nActionIndex is greater than the number
/aoo4110/main/xmerge/source/xmerge/java/org/openoffice/xmerge/util/
H A DEndianConverter.java140 int number = 0; in readInt() local
143 number |= (value[i] & 0xFF) << ( i * 8); in readInt()
146 return number; in readInt()
/aoo4110/main/offapi/com/sun/star/sdbc/
H A DStatement.idl111 /** retrieves the number of seconds the driver will wait for a Statement
118 /** returns the maximum number of bytes allowed for any column value.
121 This limit is the maximum number of bytes that can be returned
144 /** retrieves the maximum number of rows that a ResultSet can contain.
205 /** retrieves the number of result set rows that is the default fetch size

Completed in 77 milliseconds

12345678910>>...29