Home
last modified time | relevance | path

Searched refs:number (Results 26 – 50 of 720) sorted by relevance

12345678910>>...29

/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A Dpartition.log4 ITEM Assertion OK : the number 20 occurs in the range:20:24
5 ITEM Assertion OK : the number 20 occurs in the range: 20: 20
6 ITEM Assertion OK : the number 120 occurs in the range:100:
7 ITEM Assertion OK : the number -5 occurs in the range: : -1
8 ITEM Assertion OK : the number 2 occurs in the range: 2: 3
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A Dpartition.log4 ITEM Assertion OK : the number 20 occurs in the range:20:24
5 ITEM Assertion OK : the number 20 occurs in the range: 20: 20
6 ITEM Assertion OK : the number 120 occurs in the range:100:
7 ITEM Assertion OK : the number -5 occurs in the range: : -1
8 ITEM Assertion OK : the number 2 occurs in the range: 2: 3
/aoo4110/main/icc/
H A DSampleICC-1.3.2.patch253 - << " a floating-point number. It should be a floating-point number"
582 + << " a floating-point number. It should be a floating-point number"
1913 - sReport += " - Incorrect number of colorants.\r\n";
1914 + sReport += " - Incorrect number of colorants.\n";
1981 - sReport += " - Incorrect number of colorants.\r\n";
1982 + sReport += " - Incorrect number of colorants.\n";
2125 - sReport += " - Incorrect number of channels.\r\n";
2126 + sReport += " - Incorrect number of channels.\n";
2165 - sReport += " - Incorrect number of channels.\r\n";
2166 + sReport += " - Incorrect number of channels.\n";
[all …]
/aoo4110/main/offapi/com/sun/star/awt/
H A DCharSet.idl67 /** specifies the IBM PC character set number 437.
73 /** specifies the IBM PC character set number 850.
79 /** specifies the IBM PC character set number 860.
85 /** specifies the IBM PC character set number 861.
91 /** specifies the IBM PC character set number 863.
97 /** specifies the IBM PC character set number 865.
/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java1149 public static String getHexStringFromNumber(long number) in getHexStringFromNumber() argument
1151 TransformNumToHex num = new TransformNumToHex(number); in getHexStringFromNumber()
1372 public TransformNumToHex(long number) in TransformNumToHex() argument
1375 transform(number); in TransformNumToHex()
1378 private void transform(long number) in transform() argument
1380 int index = (int) (number % HEX_BASE); in transform()
1381 number = number / HEX_BASE; in transform()
1390 if (number > 0) in transform()
1392 transform(number); in transform()
1562 for (int i = number.length() - 1; i >= 0; i--) in getRomanEquivalent()
[all …]
/aoo4110/main/sc/addin/datefunc/
H A Ddfa.cl100 * Get the number of days in a specified month
102 * @param nMonth the number of the Month
104 * @return number of days
125 * is the number of days between 01/01/0001 and the date
130 * @param nMonth the number of the Month
155 * is the number of days between 01/01/0001 and the date
221 * is assigned a number in the the year in which most of its days lie.
423 * Get number of weeks in the year for a date
467 * Get number of days in the year of a date specified
513 * @param *nNo Input: Function number between 0 and nCount - 1
[all …]
/aoo4110/main/scaddins/source/datefunc/
H A Ddateadd.idl50 /// calculates the number of weeks between two dates.
56 /// calculates the number of months between two dates.
62 /// calculates the number of years between two dates.
74 /// calculates the number of days in a month.
80 /// calculates the number of days in a year.
86 /// calculates the number of weeks in a year.
H A Ddatefunc.src34 Text [ en-US ] = "Calculates the number of weeks in a specific period";
66 Text [ en-US ] = "Determines the number of months in a specific period.";
98 Text [ en-US ] = "Calculates the number of years in a specific period.";
146 Text [ en-US ] = "Returns the number of days of the month in which the date entered occurs";
162 Text [ en-US ] = "Returns the number of days of the year in which the date entered occurs.";
178 Text [ en-US ] = "Returns the number of weeks of the year in which the date entered occurs";
/aoo4110/main/offapi/com/sun/star/text/
H A DPageNumberType.idl34 /** determines which page number is displayed in a page number text field.
39 /** The number of the previous page is displayed if there is any, otherwise the
45 /** The number of the current page is displayed.
50 /** The number of the next page is displayed if there is any, otherwise the
H A DChapterFormat.idl34 /** These constants define the display format of the chapter number in a
49 /** The number including prefix and suffix of the chapter is displayed.
56 /** The title and number including prefix and suffix of the chapter are displayed.
63 /** The name and number of the chapter are displayed.
70 /** The number of the chapter is displayed.
H A DDocumentIndexLevelFormat.idl51 <p>TokenEntryNumber - chapter number, used in content indexes
67 <p>TokenPageNumber - page number
113 <p>Valid in chapter info and entry number only. See <type>ChapterFormat</type>.</p>
121 …<p>In entry number only com.sun.star.text.ChapterFormat.NUMBER and com.sun.star.text.ChapterFormat…
127 <p>Valid in chapter info and entry number only. Denotes the level up to which
H A DDocumentStatistic.idl40 // The text field displays the number of pages of the document.
46 // The text field displays the number of paragraphs of the document.
52 // The text field words the number of paragraphs of the document.
58 // The text field characters the number of paragraphs of the document.
/aoo4110/main/solenv/bin/modules/installer/
H A Dsystemactions.pm356 my $number = 1;
363 $number++;
366 return $number;
1049 my $number = $1;
1050 if ( $number > $maxnumber ) { $maxnumber = $number; }
1110 my $number = $2;
1111 if ( $number > $maxnumber ) { $maxnumber = $number; }
1128 my $number = $2;
1130 if ( $number == $maxnumber )
1149 my $number = $2;
/aoo4110/main/offapi/com/sun/star/i18n/
H A DNativeNumberXmlAttributes.idl36 Attributes describing a native number mode for a specific locale,
49 /// The locale of the native number representation
52 /// The number "1" expressed as a native number string.
55 /** The type of the number string, for example, "short" or "medium"
H A DXCalendar.idl69 1-Jan-1970 00:00. The integer part represents the number of days
78 1-Jan-1970 00:00. The integer part represents the number of days
151 /// returns the number of months in a year, e.g. <b>12</b>
155 /// returns the number of days in a week, e.g. <b>7</b>
183 <dd>one of <type>Weekdays</type> or a number used as
187 <dd>one of <type>Months</type> or a number used as
193 <dd>a number used as an offset into the
H A DKParseTokens.idl86 /// Unicode (above 127) decimal digit number
98 /// Unicode (above 127) letter number
101 /// Unicode (above 127) other number
148 /// Unicode (above 127) number
164 /// any (ASCII or Unicode) number
167 /// any (ASCII or Unicode) letter or number
H A DNumberFormatIndex.idl34 //! Locale data number format creation must match these values!
59 used internally by the number formatter. </p> <br/>
102 /// 0 <br/>Integer number
104 /// 0.00 <br/>Decimal number with 2 decimals
106 /// #,##0 <br/>Integer number with group separator
108 /// #,##0.00 <br/>Decimal number with group separator
250 <b>Not</b> defined in locale data, but generated by the number
261 <b>Not</b> defined in locale data, but generated by the number
/aoo4110/main/offapi/com/sun/star/rendering/
H A DXBezierPolyPolygon2D.idl61 containing the specified number of polygons and points in the
69 The number of polygons to extract. This value must not exceed
74 extract. This value must not exceed the number of points in
78 The number of points to extract from the last polygon. This
79 value must not exceed the number of points in this last
128 exceed the number of points in this polygon minus one.
160 exceed the number of points in this polygon.
/aoo4110/main/solenv/bin/modules/installer/windows/
H A Dassembly.pm231 my ($number) = @_;
235 if ( $number == 1 ) { $name = "name"; }
236 elsif ( $number == 2 ) { $name = "publicKeyToken"; }
237 elsif ( $number == 3 ) { $name = "version"; }
238 elsif ( $number == 4 ) { $name = "culture"; }
H A Dpatch.pm87 my $number = 0;
101 $number++;
102 my $signature = "dir" . $number . "user";
124 $signature = "dir" . $number . "mach";
/aoo4110/main/udkapi/com/sun/star/uri/
H A DXUriReference.idl142 returns the number of path segments of this (hierarchical) URI reference.
145 an empty path, the number of path segments is zero. For a hierarchical
146 URI reference with an absolute, non-empty path, the number of path
147 segments equals the number of &ldquo;<code>/</code>&rdquo; delimiters.
149 number of path segments equals the number of &ldquo;<code>/</code>&rdquo;
153 the number of path segments.
/aoo4110/main/offapi/com/sun/star/sdbc/
H A DXResultSet.idl161 /** retrieves the current row number. The first row is number 1, the
162 second number 2, and so on.
171 /** moves the cursor to the given row number in the result set.
175 If the row number is positive, the cursor moves to
176 the given row number with respect to the
181 If the given row number is negative, the cursor moves to
209 /** moves the cursor a relative number of rows, either positive or negative.
/aoo4110/main/offapi/com/sun/star/xml/dom/
H A DXCharacterData.idl46 than the number of 16-bit units in data, or if the specified count is negative.
63 The number of 16-bit units that are available through data and the
72 the number of 16-bit units in data.
82 the number of 16-bit units in data, or if the specified count is negative.
100 than the number of 16-bit units in data, or if the specified count is negative.
/aoo4110/main/offapi/com/sun/star/util/
H A DNumberFormatProperties.idl45 /** contains the format string of the number format.
51 /** contains the locale of the number format.
57 /** contains the type of the number format.
65 /** contains a comment regarding the number format for
/aoo4110/main/offapi/com/sun/star/chart/
H A DChartDataChangeEvent.idl53 /** specifies the column number in which the changes begin.
59 /** specifies the column number in which the changes end.
65 /** specifies the row number in which the changes begin.
71 /** specifies the row number in which the changes end.

Completed in 567 milliseconds

12345678910>>...29