/aoo4110/main/offapi/com/sun/star/i18n/ |
H A D | TransliterationModulesNew.idl | 112 /// 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 D | TransliterationModules.idl | 54 …/// 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…
|
/aoo4110/main/i18npool/source/nativenumber/ |
H A D | nativenumbersupplier.cxx | 40 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 …]
|
/aoo4110/main/i18npool/source/defaultnumberingprovider/ |
H A D | defaultnumberingprovider.cxx | 414 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 …]
|
/aoo4110/main/scaddins/source/analysis/ |
H A D | analysis.src | 584 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 …]
|
/aoo4110/main/solenv/bin/modules/installer/windows/ |
H A D | idtglobal.pm | 200 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 …]
|
/aoo4110/main/sc/source/ui/src/ |
H A D | scfuncs.src | 49 * VAR_ARGS+number if number of fixed parameters and variable 51 * paired parameters, or PAIRED_VAR_ARGS+number if number of fixed 3099 Text [ en-US ] = "number" ; 3467 Text [ en-US ] = "number" ; 3515 Text [ en-US ] = "number" ; 3563 Text [ en-US ] = "number" ; 3611 Text [ en-US ] = "number" ; 4095 Text [ en-US ] = "The number of places to which a number is to be rounded." ; 4127 Text [ en-US ] = "The number of places to which a number is to be rounded." ; 4159 Text [ en-US ] = "The number of places down to which a number is to be rounded." ; [all …]
|
/aoo4110/main/i18npool/source/transliteration/ |
H A D | transliteration_Numeric.cxx | 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 136 if (number <= tableSize || recycleSymbol) in transliterateChar2Char() [all …]
|
/aoo4110/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/ |
H A D | MinicalcDataString.java | 279 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 …]
|
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | star-report.css | 45 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 D | oasis-table.css | 43 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);
|
/aoo4110/main/offapi/com/sun/star/frame/ |
H A D | XUntitledNumbers.idl | 50 /** calli has to lease a number befor he can use it within in its own title. 52 Such number must be freed after using e.g. while the object was closed or 56 the component which has to be registered for the leased number. 67 /** has to be used to mark those number as "free for using". 69 If the reqistered component does not use such leased number any longer 72 Note: calling this method with an unknown (but normaly valid number) 76 specify number for release. 79 if the given number is the special value 0. 86 number for the specified component and deregister it. 99 combination with the leased number. [all …]
|
/aoo4110/main/offapi/com/sun/star/util/ |
H A D | NumberFormat.idl | 33 /** 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 D | XNumberFormatter.idl | 53 /** 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 D | XNumberFormats.idl | 63 a sequence of the keys of all number formats with the specified type and language. 66 the type of number formats to return. Must be one of the 70 the language of number formats to return. 82 /** finds a number format by its format string and returns its key. 90 /** adds a new number format to the list, using a format string. 98 /** adds a new number format to the list, using a format 100 resulting number format. 109 /** removes a number format from the list. 116 creating an actual number format.
|
H A D | XNumberFormatTypes.idl | 41 /** 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 D | XNumberFormatPreviewer.idl | 53 /** 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.
|
/aoo4110/main/solenv/bin/modules/installer/ |
H A D | javainstaller.pm | 1412 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 …]
|
/aoo4110/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleMultiLineText.idl | 53 /** 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
|
/aoo4110/main/offapi/com/sun/star/view/ |
H A D | XViewCursor.idl | 46 /** 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.
|
/aoo4110/main/framework/qa/complex/imageManager/ |
H A D | _XComponent.java | 59 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()
|
/aoo4110/main/offapi/com/sun/star/sheet/ |
H A D | SingleReference.idl | 39 /** 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.
|
/aoo4110/main/udkapi/com/sun/star/io/ |
H A D | XInputStream.idl | 56 /** 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
|
/aoo4110/main/offapi/com/sun/star/xml/xpath/ |
H A D | XXPathObject.idl | 61 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
|
/aoo4110/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/ |
H A D | partition.log | 4 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
|