Home
last modified time | relevance | path

Searched refs:number (Results 1 – 25 of 700) sorted by relevance

12345678910>>...28

/trunk/main/offapi/com/sun/star/i18n/
H A DTransliterationModulesNew.idl92 …/// Transliterate an ascii number string to Simplified Chinese lower case number string in spellou…
94 …/// Transliterate an ascii number string to Simplified Chinese upper case number string in spellou…
96 …/// Transliterate an ascii number string to Traditional Chinese lower case number string in spello…
98 …/// Transliterate an ascii number string to Traditional Chinese upper case number string in spello…
100 … /// Transliterate an ascii number string to formal Korean Hangul number string in spellout format
102 …/// Transliterate an ascii number string to formal Korean Hanja lower case number string in spello…
104 …/// Transliterate an ascii number string to formal Korean Hanja upper case number string in spello…
106 …/// Transliterate an ascii number string to informal Korean Hangul number string in spellout format
108 …/// Transliterate an ascii number string to informal Korean Hanja lower case number string in spel…
110 …/// Transliterate an ascii number string to informal Korean Hanja upper case number string in spel…
[all …]
H A DTransliterationModules.idl54 …/// Transliterate an ascii number string to Simplified Chinese lower case number string in spellou…
56 …/// Transliterate an ascii number string to Simplified Chinese upper case number string in spellou…
58 …/// Transliterate an ascii number string to Traditional Chinese lower case number string in spello…
60 …/// Transliterate an ascii number string to Traditional Chinese upper case number string in spello…
62 … /// Transliterate an ascii number string to formal Korean Hangul number string in spellout format
64 …/// Transliterate an ascii number string to formal Korean Hanja lower case number string in spello…
66 …/// Transliterate an ascii number string to formal Korean Hanja upper case number string in spello…
/trunk/main/i18npool/source/nativenumber/
H A Dnativenumbersupplier.cxx40 sal_Int16 number; member
73 … Sequence< sal_Int32 >& offset, sal_Bool useOffset, sal_Int16 number ) throw(RuntimeException) in AsciiToNativeChar() argument
83 newStr->buffer[i] = NumberChar[number][ ch - NUMBER_ZERO ]; in AsciiToNativeChar()
86 newStr->buffer[i] = SeparatorChar[number] ? SeparatorChar[number] : ch; in AsciiToNativeChar()
88 … newStr->buffer[i] = isDecimal(ch) ? (DecimalChar[number] ? DecimalChar[number] : ch) : in AsciiToNativeChar()
89 isMinus(ch) ? (MinusChar[number] ? MinusChar[number] : ch) : ch; in AsciiToNativeChar()
101 Number *number, sal_Unicode* numberChar) in AsciiToNative_numberMaker() argument
103 … sal_Unicode multiChar = (multiChar_index == -1 ? 0 : number->multiplierChar[multiChar_index]); in AsciiToNative_numberMaker()
104 if ( len <= number->multiplierExponent[number->exponentCount-1] ) { in AsciiToNative_numberMaker()
105 if (number->multiplierExponent[number->exponentCount-1] > 1) { in AsciiToNative_numberMaker()
[all …]
/trunk/main/scaddins/source/analysis/
H A Danalysis.src34 …Text [ en-US ] = "Returns the serial number of the date before or after a specified number of work…
54 Text [ en-US ] = "The number of workdays before or after the start date";
72 …Text [ en-US ] = "Returns the number of whole days between 'start date' and 'end date' as a year f…
110 …Text [ en-US ] = "Returns the serial number of the date that is a specified number of months befor…
138 … Text [ en-US ] = "Returns the number of the calendar week in which the specified date occurs.";
158 Text [ en-US ] = "A number from 1 to 3 that specifies the day with which a week begins";
166 …Text[ en-US ] = "Returns the serial number of the last day of the month that comes a certain numbe…
194 Text [ en-US ] = "Returns the number of workdays between two dates";
232 Text [ en-US ] = "Returns the value 'true' if the number is even";
242 Text [ en-US ] = "The number";
[all …]
/trunk/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx391 sal_Int32 number = -12345; // the number that needs to be formatted. in makeNumberingString() local
412 getPropertyByName(aProperties, "Value", sal_True) >>=number; in makeNumberingString()
414 number = -1; in makeNumberingString()
417 if( number <= 0 ) in makeNumberingString()
431 …lcl_formatChars( upperLetter, 26, number-1, result ); // 1=>A, 2=>B, ..., 26=>Z, 27=>AA, 28=>AB, .… in makeNumberingString()
434 lcl_formatChars( lowerLetter, 26, number-1, result ); in makeNumberingString()
437 result += toRoman( number ); in makeNumberingString()
440 result += toRoman( number ).toAsciiLowerCase(); in makeNumberingString()
443 result += OUString::valueOf( number ); in makeNumberingString()
455 …lcl_formatChars1( upperLetter, 26, number-1, result ); // 1=>A, 2=>B, ..., 26=>Z, 27=>AA, 28=>BB, … in makeNumberingString()
[all …]
/trunk/main/offapi/com/sun/star/util/
H A DXNumberFormats.idl51 The number formats are managed by their unique key in the document.
68 … a sequence of the keys of all number formats with the specified type and language.
71 the type of number formats to return. Must be one of the
75 the locale of number formats to return.
87 /** finds a number format by its format string and returns its key.
93 the string representation of the number format
96 the locale for number formats to find
107 /** adds a new number format to the list, using a format string.
110 the key for new number format
113 the string representation of the number format
[all …]
H A DNumberFormat.idl33 /** contains constants that are used to specify the type of a number format.
39 /** selects all number formats.
45 /** selects only user-defined number formats.
69 /** selects decimal number formats.
75 /** selects scientific number formats.
81 /** selects number formats for fractions.
87 /** selects percentage number formats.
93 /** selects text number formats.
99 /** selects number formats which contain date and time.
105 /** selects boolean number formats.
H A DXNumberFormatter.idl53 /** represents a number formatter.
77 /** detects the number format in a string which contains a formatted number.
85 /** converts a string which contains a formatted number into a number.
95 /** converts a number into a string.
103 the color which is specified for the given value in the number format,
120 the color which is specified for the given string in the number format,
129 /** converts a number into a string with the specified format.
131 <p>This string can always be converted back to a number using the same
H A DXNumberFormatTypes.idl41 /** represents functions to get specific, predefined number formats.
58 the type of the number format. Must be one of the
70 the index of the wanted number format within the formats for
80 /** verifies if one type of number format is compatible with another type.
88 the index of the converted number format if successful,
89 the old index if the number format could not be converted.
92 index of the old number format
95 the locale to which the number format is converted
H A DXNumberFormatPreviewer.idl53 /** represents a number formatter which can preview number
63 number format into the list.
75 specifies if English language number format strings are accepted
93 /** returns the color which is to be used for a number.
105 specifies if English language number format strings are accepted
110 the number format.
/trunk/main/sc/source/ui/src/
H A Dscfuncs.src28 * For every function there is a sub resource with the number of the OpCode of
46 * Number of parameters. VAR_ARGS if variable number, or
47 * VAR_ARGS+number if number of fixed parameters and variable
48 * arguments following. Or PAIRED_VAR_ARGS if variable number of
49 * paired parameters, or PAIRED_VAR_ARGS+number if number of fixed
61 * The parameter number, offset starting with 0. Variable
568 Text [ en-US ] = "Provides an internal number for the date given." ;
608 … Text [ en-US ] = "Returns an internal number for a text having a possible date format." ;
648 Text [ en-US ] = "The internal number for the date." ;
656 … Text [ en-US ] = "Calculates the number of days between two dates based on a 360-day year." ;
[all …]
/trunk/main/solenv/bin/modules/installer/windows/
H A Didtglobal.pm170 my ($name, $namelength, $number);
196 $number = get_next_free_number($name, $shortnamesref);
200 if ( $number > 9 )
205 $number = get_next_free_number($name, $shortnamesref);
207 if ( $number > 99 )
212 $number = get_next_free_number($name, $shortnamesref);
216 $name = $name . "$number";
236 $number = get_next_free_number($name, $shortnamesref);
240 if ( $number > 9 )
245 $number = get_next_free_number($name, $shortnamesref);
[all …]
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_Numeric.cxx70 sal_Int32 number = -1, j = 0, endPos = startPos + nCount; in transliterateBullet() local
83 if (number == -1) { in transliterateBullet()
85 number = (inStr[i] - NUMBER_ZERO); in transliterateBullet()
87 number = number * 10 + (inStr[i] - NUMBER_ZERO); in transliterateBullet()
90 if (number == 0) { in transliterateBullet()
94 } if (number > tableSize && !recycleSymbol) { in transliterateBullet()
100 } else if (number > 0) { in transliterateBullet()
103 out[j++] = table[--number % tableSize]; in transliterateBullet()
109 number = -1; in transliterateBullet()
135 sal_Int16 number = inChar - NUMBER_ZERO; in transliterateChar2Char() local
[all …]
/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcDataString.java277 String number = data.substring(0, data.length()-1); in isCurrency() local
279 Float f = Float.valueOf(number); in isCurrency()
289 String number = data.substring(1, data.length()); in isCurrency() local
291 Float f = Float.valueOf(number); in isCurrency()
318 String number = data; in percentRemoveSign() local
322 number = data.substring(0, data.length()-1); in percentRemoveSign()
325 Float f = Float.valueOf(number); in percentRemoveSign()
328 number = f2.toString(); in percentRemoveSign()
335 return number; in percentRemoveSign()
352 String number = data; in currencyRemoveSign() local
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A Dstar-report.css45 table|table-cell[number-columns-spanned],
46 table|table-cell[number-columns-spanned],
47 table|table-columns[number-columns-spanned],
48 table|table-column[number-columns-spanned] {
49 -x-liblayout-colspan: attr("table|number-columns-spanned");
52 table|table-cell[number-rows-spanned],
53 table|table-cell[number-rows-spanned] {
54 -x-liblayout-rowspan: attr("table|number-rows-spanned");
66 * A standard number format declaration. The number of decimal places
72 number
[all …]
H A Doasis-table.css43 table-cell[number-cols-spanned],
44 table-cell[number-cols-spanned],
45 table-columns[number-cols-spanned],
46 table-column[number-cols-spanned] {
47 -x-liblayout-colspan: attr(number-cols-spanned);
50 table-cell[number-rows-spanned],
51 table-cell[number-rows-spanned] {
52 -x-liblayout-rowspan: attr(number-rows-spanned);
/trunk/main/offapi/com/sun/star/frame/
H A DXUntitledNumbers.idl45 /** calli has to lease a number befor he can use it within in its own title.
47 Such number must be freed after using e.g. while the object was closed or
51 the component which has to be registered for the leased number.
53 @return the new number for these object or 0 if no further numbers are available.
62 /** has to be used to mark those number as "free for using".
64 If the reqistered component does not use such leased number any longer
67 Note: calling this method with an unknown (but normally valid number)
71 specify number for release.
74 if the given number is the special value 0.
81 number for the specified component and deregister it.
[all …]
/trunk/main/solenv/bin/modules/installer/
H A Djavainstaller.pm1412 my $number = $i;
1413 $number++;
1415 while ( ! ( ${$xmlfile}[$number] =~ /\/\>\s*$/ ))
1417 if ( ${$xmlfile}[$number] =~ /FILESIZEPLACEHOLDER/ )
1419 ${$xmlfile}[$number] =~ s/FILESIZEPLACEHOLDER/$filesize/;
1426 $number++;
1501 my $number = $#all_correct_rpms + 1;
1502 $infoline = "There are $number RPMs for the unique name \"$uniquename\" :\n";
1507 …installer::exiter::exit_program("ERROR: Found $number RPMs that start with unique name \"$uniquena…
1545 my $number = $i;
[all …]
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleMultiLineText.idl53 /** Returns the line number at the specified index.
56 provides a mapping from a text index to the corresponding line number.
60 Index for which the line number should be returned.
64 Returns the line number of the specified text index.
75 number.</p>
77 <p>The number of lines can be obtained by calling
85 The number of the line to return the substring from.
93 if the line number is invalid
121 /** Returns the number of the line in which the caret is located.
123 <p>The line number returned will most of the time be identical to
/trunk/main/offapi/com/sun/star/view/
H A DXViewCursor.idl46 /** moves the cursor the specified number of lines down.
49 specifies the number of lines to go down.
62 /** moves the cursor the specified number of lines up.
65 specifies the number of lines to go up.
77 /** moves the cursor the specified number of characters to the left.
80 specifies the number of characters to move.
92 /** moves the cursor the specified number of characters to the right.
95 specifies the number of characters to move.
/trunk/main/framework/qa/complex/imageManager/
H A D_XComponent.java59 int number = 0; field in _XComponent.MyEventListener
61 public MyEventListener(int number, String message) { in MyEventListener() argument
63 this.number = number; in MyEventListener()
66 Loutput[number] = Thread.currentThread() + " is DISPOSING " + message + this; in disposing()
67 listenerDisposed[number] = true; in disposing()
/trunk/main/udkapi/com/sun/star/io/
H A DXInputStream.idl54 /** reads the specified number of bytes in the given sequence.
56 <p>The return value specifies the number of bytes which have been
59 that the method blocks until the specified number of bytes are
62 after the call, the byte sequence contains the requested number
75 <li> the sequence is pre-allocated with the requested number of bytes.
87 the total number of bytes to read
98 /** reads the available number of bytes, at maximum
109 @param nMaxBytesToRead The maximum number of bytes to be read from this
127 number of bytes to skip
/trunk/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"
1598 - sReport += " - Incorrect number of device co-ordinates.\r\n";
1599 + sReport += " - Incorrect number of device co-ordinates.\n";
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";
[all …]
/trunk/main/offapi/com/sun/star/sheet/
H A DSingleReference.idl39 /** is the absolute column number.
45 /** is the relative column number.
51 /** is the absolute row number.
57 /** is the relative row number.
63 /** is the absolute sheet number.
69 /** is the relative sheet number.
/trunk/main/offapi/com/sun/star/xml/xpath/
H A DXXPathObject.idl61 get number as byte
66 get number as short
71 get number as long
76 get number as hyper
81 get number as float
86 get number as double

12345678910>>...28