Home
last modified time | relevance | path

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

12345678910>>...30

/trunk/main/offapi/com/sun/star/i18n/
H A DTransliterationModulesNew.idl112 /// Transliterate an ascii number string to Simplified Chinese lower case number string
114 /// Transliterate an ascii number string to Simplified Chinese upper case number string
120 /// Transliterate an ascii number string to Korean Hangul number string
122 /// Transliterate an ascii number string to Korean Hanja lower case number string
124 /// Transliterate an ascii number string to Korean Hanja upper case number string
126 /// Transliterate a half width number string to full width number string
128 /// Transliterate an ascii number string to Japanese Kanji number string
151 /// Transliterate a Simplified Chinese lower case number string to ascii number string
159 /// Transliterate a Korean Hangul number string to ascii number string
161 /// Transliterate a Korean Hanja lower case number string to ascii number string
[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
86 newStr->buffer[i] = SeparatorChar[number] ? SeparatorChar[number] : ch; in AsciiToNativeChar()
89 isMinus(ch) ? (MinusChar[number] ? MinusChar[number] : ch) : ch; in AsciiToNativeChar()
104 if ( len <= number->multiplierExponent[number->exponentCount-1] ) { in AsciiToNative_numberMaker()
105 if (number->multiplierExponent[number->exponentCount-1] > 1) { in AsciiToNative_numberMaker()
175 sal_Unicode *numberChar = NumberChar[number->number]; in AsciiToNative()
233 … newStr->buffer[count] = (DecimalChar[number->number] ? DecimalChar[number->number] : str[i]); in AsciiToNative()
235 … newStr->buffer[count] = (MinusChar[number->number] ? MinusChar[number->number] : str[i]); in AsciiToNative()
237 … newStr->buffer[count] = (SeparatorChar[number->number] ? SeparatorChar[number->number] : str[i]); in AsciiToNative()
531 Number *number = 0; in getNativeNumberString() local
[all …]
/trunk/main/scaddins/source/analysis/
H A Danalysis.src584 Text [ en-US ] = "Converts a binary number to an octal number";
612 Text [ en-US ] = "Converts a binary number to a decimal number";
630 Text [ en-US ] = "Converts a binary number to a hexadecimal number";
658 Text [ en-US ] = "Converts an octal number to a binary number";
686 Text [ en-US ] = "Converts an octal number to a decimal number";
704 Text [ en-US ] = "Converts an octal number to a hexadecimal number";
732 Text [ en-US ] = "Converts a decimal number to a binary number";
760 Text [ en-US ] = "Converts a decimal number to a hexadecimal number";
788 Text [ en-US ] = "Converts a decimal number into an octal number";
816 Text [ en-US ] = "Converts a hexadecimal number to a binary number";
[all …]
/trunk/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx414 number = -1; in makeNumberingString()
417 if( number <= 0 ) 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()
462 const OUString &tmp = OUString::valueOf( number ); in makeNumberingString()
470 result += OUString::valueOf( number ); in makeNumberingString()
673 if ( number > tableSize && !recycleSymbol) in makeNumberingString()
674 result += OUString::valueOf( number); in makeNumberingString()
[all …]
/trunk/main/offapi/com/sun/star/util/
H A DXNumberFormats.idl96 the locale for number formats to find
110 the key for new number format
116 the locale for the number format
119 if incorrect number format is specified
129 resulting number format.
132 the key for added number format
135 the key for the number format
144 if incorrect number format is specified
153 /** removes a number format from the list.
163 creating an actual 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.src47 * VAR_ARGS+number if number of fixed parameters and variable
49 * paired parameters, or PAIRED_VAR_ARGS+number if number of fixed
3097 Text [ en-US ] = "number" ;
3465 Text [ en-US ] = "number" ;
3513 Text [ en-US ] = "number" ;
3561 Text [ en-US ] = "number" ;
3609 Text [ en-US ] = "number" ;
4093 Text [ en-US ] = "The number of places to which a number is to be rounded." ;
4125 Text [ en-US ] = "The number of places to which a number is to be rounded." ;
4157 Text [ en-US ] = "The number of places down to which a number is to be rounded." ;
[all …]
/trunk/main/solenv/bin/modules/installer/windows/
H A Didtglobal.pm200 if ( $number > 9 )
207 if ( $number > 99 )
216 $name = $name . "$number";
240 if ( $number > 9 )
247 if ( $number > 99 )
256 $name = $name . "$number";
343 $name = $name . "$number";
387 $name = $name . "$number";
1097 my ($number, $line);
1106 $number = $i;
[all …]
/trunk/main/i18npool/source/transliteration/
H A Dtransliteration_Numeric.cxx83 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
136 if (number <= tableSize || recycleSymbol) in transliterateChar2Char()
[all …]
/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DMinicalcDataString.java279 Float f = Float.valueOf(number); in isCurrency()
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
358 number = data.substring(0, data.length()-1); in currencyRemoveSign()
362 number = data.substring(1, data.length()); in currencyRemoveSign()
[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.
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.
94 combination with the leased number.
[all …]
/trunk/main/solenv/bin/modules/installer/
H A Djavainstaller.pm1412 my $number = $i;
1413 $number++;
1415 while ( ! ( ${$xmlfile}[$number] =~ /\/\>\s*$/ ))
1426 $number++;
1501 my $number = $#all_correct_rpms + 1;
1545 my $number = $i;
1546 $number++;
1548 while ( ! ( ${$xmlfile}[$number] =~ /\/\>\s*$/ ))
1559 $number++;
1594 my $number = $#{$listofpackages} + 1;
[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.idl56 /** reads the specified number of bytes in the given sequence.
58 <p>The return value specifies the number of bytes which have been
61 that the method blocks until the specified number of bytes are
64 after the call, the byte sequence contains the requested number
77 <li> the sequence is pre-allocated with the requested number of bytes.
89 the total number of bytes to read
100 /** reads the available number of bytes, at maximum
111 @param nMaxBytesToRead The maximum number of bytes to be read from this
129 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"
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 …]
/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

Completed in 172 milliseconds

12345678910>>...30