/aoo4110/main/offapi/com/sun/star/i18n/ |
H A D | TransliterationModulesNew.idl | 38 /// Transliterate a string from upper case to lower case 40 /// Transliterate a string from lower case to upper case 114 /// Transliterate an ascii number string to Simplified Chinese upper case number string 118 /// Transliterate an ascii number string to Traditional Chinese upper case number string 124 /// Transliterate an ascii number string to Korean Hanja upper case number string 132 … /// Transliterate a Simplified Chinese upper case number string (sepllout) to ascii number string 136 … /// Transliterate a Traditional Chinese upper case number string (sepllout) to ascii number string 142 … /// Transliterate a Korean formal Hanja upper case number string (sepllout) to ascii number string 153 /// Transliterate a Simplified Chinese upper case number string to ascii number string 157 /// Transliterate a Traditional Chinese upper case number string to ascii number string [all …]
|
H A D | NativeNumberMode.idl | 72 Chinese: Chinese upper case characters; CAL: 2/8/8 [DBNum2] <br/> 74 Korean: Korean upper case characters [DBNum2]; CAL: 2/8/8 [DBNum2] 93 Chinese: Chinese upper case text [DBNum2] <br/> 95 Korean: formal upper case text 114 Chinese: short upper case text <br/> 116 Korean: informal upper case text
|
H A D | TransliterationModules.idl | 42 /// Transliterate a string from upper case to lower case 44 /// Transliterate a string from lower case to upper case 56 …/// Transliterate an ascii number string to Simplified Chinese upper case number string in spellou… 60 …/// Transliterate an ascii number string to Traditional Chinese upper case number string in spello… 66 …/// Transliterate an ascii number string to formal Korean Hanja upper case number string in spello…
|
H A D | KParseTokens.idl | 45 /// ASCII A-Z upper alpha 80 /// Unicode (above 127) upper case letter 132 /// ASCII a-zA-Z lower or upper alpha 138 /// Unicode (above 127) lower or upper or title case alpha
|
H A D | TransliterationModulesExtra.idl | 43 /** The first character of the sentence is put in upper case 49 /** The first character of the word is put in upper case.
|
/aoo4110/main/svtools/source/filter/ |
H A D | sgvspln.cxx | 162 double* diag, double* upper, double* b) in TriDiagGS() argument 257 diag[i] -= lower[i] * upper[i-1]; in TriDiagGS() 269 b[i] = ( b[i] - upper[i] * b[i+1] ) / diag[i]; in TriDiagGS() 392 { diag[i] -= lower[i] * upper[i-1]; in ZyklTriDiagGS() 395 upper[i] *= temp; in ZyklTriDiagGS() 399 diag[n-2] -= lower[n-2] * upper[n-3]; in ZyklTriDiagGS() 403 lowrow[i] = -lowrow[i-1] * upper[i-1]; in ZyklTriDiagGS() 405 lower[n-1] -= lowrow[n-3] * upper[n-3]; in ZyklTriDiagGS() 406 upper[n-2] = ( upper[n-2] - lower[n-2] * ricol[n-3] ) / diag[n-2]; in ZyklTriDiagGS() 410 diag[n-1] += temp - lower[n-1] * upper[n-2]; in ZyklTriDiagGS() [all …]
|
/aoo4110/main/offapi/com/sun/star/style/ |
H A D | NumberingType.idl | 37 /** Numbering is put in upper case letters as "A, B, C, D, ...". 47 /** Numbering is in Roman numbers with upper case letters 84 /** Numbering is put in upper case letters as "A, B, ..., Y, Z, 125 /** Numbering for Chinese upper case number 130 /** Numbering for Traditional Chinese upper case number 172 /** Numbering for Korean upper case number 257 /** Numbering in Cyrillic alphabet upper case letters as 297 /** Numbering in Cyrillic alphabet upper case letters as 313 /** Numbering in Cyrillic alphabet upper case letters as 411 /** Numbering in Serbian Cyrillic alphabet upper case letters [all …]
|
H A D | CaseMap.idl | 49 /** All characters are put in upper case. 63 /** The first character of each word is put in upper case. 70 /** All characters are put in upper case, but with a smaller font height.
|
/aoo4110/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleComponent.idl | 73 <ul><li>The screen coordinate system has its origin in the upper left 76 <li>The origin of the parent coordinate system is the upper left corner 80 <li>The object coordinate system is relative to the upper left corner of 110 system is the upper left corner of the object's bounding box as 130 child. The origin of the coordinate system is the upper left 163 /** Returns the location of the upper left corner of the object's 177 /** Returns the location of the upper left corner of the object's
|
H A D | XAccessibleValue.idl | 36 you access the value and its upper and lower bounds.</p> 54 <p>The argument is clipped to the valid interval whose upper and 79 If this object has no upper bound then an empty object is 92 If this object has no upper bound then an empty object is
|
/aoo4110/main/setup_native/source/ulfconv/ |
H A D | ulfconv.cxx | 125 unsigned int upper = member; in _pair_search() local 134 while ( lower < upper ) in _pair_search() 136 current = (lower + upper) / 2; in _pair_search() 139 upper = current; in _pair_search()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | externalrefmgr.cxx | 88 maSearchName(ScGlobal::pCharClass->upper(rSearchName)) in TabNameSearchPredicate() 470 ScGlobal::pCharClass->upper(rTabName)); in getRealTableName() 491 ScGlobal::pCharClass->upper(rRangeName)); in getRealRangeName() 511 ScGlobal::pCharClass->upper(rTabName)); in getCellData() 539 ScGlobal::pCharClass->upper(rTabName)); in getCellRangeData() 685 ScGlobal::pCharClass->upper(rName)); in getRangeNameTokens() 698 String aUpperName = ScGlobal::pCharClass->upper(rName); in setRangeNameTokens() 719 ScGlobal::pCharClass->upper(rTabName)); in setCellData() 750 ScGlobal::pCharClass->upper(rFirstTabName)); in setCellRangeData() 1167 String aTabNameUpper = ScGlobal::pCharClass->upper(rTabName); in getCacheTable() [all …]
|
/aoo4110/main/sal/osl/os2/ |
H A D | nlsupport.c | 64 unsigned int upper = member; in _pair_search() local 73 while ( lower < upper ) in _pair_search() 75 current = (lower + upper) / 2; in _pair_search() 78 upper = current; in _pair_search()
|
/aoo4110/main/offapi/com/sun/star/frame/status/ |
H A D | UpperLowerMarginScale.idl | 33 /** specifies an upper and lower margin. 39 /** specifies a upper margin in 1/100th mm. 51 /** specifies a scale value for the upper margin.
|
H A D | UpperLowerMargin.idl | 33 /** specifies an upper and lower margin. 39 /** specifies a upper margin in 1/100th mm.
|
/aoo4110/main/sal/osl/unx/ |
H A D | nlsupport.c | 72 unsigned int upper = member; in _pair_search() local 81 while ( lower < upper ) in _pair_search() 83 current = (lower + upper) / 2; in _pair_search() 86 upper = current; in _pair_search()
|
/aoo4110/main/scripting/examples/beanshell/Capitalise/ |
H A D | capitalise.bsh | 21 // Change the case of a selection, or current word from upper case, 22 // to first char upper case, to all lower case to upper case...
|
/aoo4110/main/svtools/source/control/ |
H A D | ctrltool.cxx | 971 for( long lower = 0, upper = mnElem - 1; lower <= upper; ) in Size2Name() local 973 long mid = (upper + lower) >> 1; in Size2Name() 980 upper = mid - 1; in Size2Name()
|
/aoo4110/main/scripting/examples/python/ |
H A D | Capitalise.py | 30 newString=theString[0:1].upper() + theString[1:].lower(); 35 newString=theString.upper()
|
/aoo4110/main/svl/source/numbers/ |
H A D | zforfind.cxx | 653 aUpperCurrSymbol = pFormatter->GetCharClass()->upper( in GetCurrency() 704 if ( StringContains( pChr->upper( pLoc->getTimeAM() ), rString, nPos ) ) in GetTimeAmPm() 710 else if ( StringContains( pChr->upper( pLoc->getTimePM() ), rString, nPos ) ) in GetTimeAmPm() 2427 pUpperMonthText[j] = pChrCls->upper( xElems[j].FullName ); in InitText() 2428 pUpperAbbrevMonthText[j] = pChrCls->upper( xElems[j].AbbrevName ); in InitText() 2438 pUpperDayText[j] = pChrCls->upper( xElems[j].FullName ); in InitText() 2439 pUpperAbbrevDayText[j] = pChrCls->upper( xElems[j].AbbrevName ); in InitText() 2503 aString = pFormatter->GetCharClass()->upper( rString ); in IsNumberFormat()
|
H A D | zforscan.cxx | 140 pFormatter->GetCharClass()->upper( in InitSpecialKeyword() 150 pFormatter->GetCharClass()->upper( in InitSpecialKeyword() 170 pThis->sCurString = pFormatter->GetCharClass()->upper( sCurSymbol ); in InitCompatCur() 243 sKeyword[NF_KEY_GENERAL] = pCharClass->upper( sNameStandardFormat ); in SetDependentKeywords() 471 String sString = pFormatter->GetCharClass()->upper(sStr); in GetColor() 897 String sString = pFormatter->GetCharClass()->upper(rString); in Symbol_Division() 2267 sal_Unicode cChar = pChrCls->upper( NextChar(i) ).GetChar(0); in FinalScan() 2576 if ( pChrCls->upper( aTmp ) == sOldCurString ) in FinalScan()
|
/aoo4110/main/offapi/com/sun/star/chart/ |
H A D | ChartErrorIndicatorType.idl | 45 /** displays both the upper and lower values. 51 /** displays only the upper value.
|
/aoo4110/main/offapi/com/sun/star/table/ |
H A D | ShadowLocation.idl | 45 /** shadow is located along the upper and left sides. 51 /** shadow is located along the upper and right sides.
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | bparr.cxx | 185 sal_uInt16 lower = 0, upper = nBlock - 1; in Index2Block() local 189 sal_uInt16 n = lower + ( upper - lower ) / 2; in Index2Block() 195 upper = cur; in Index2Block()
|
/aoo4110/main/vcl/aqua/source/a11y/ |
H A D | aqua11yutil.mm | 37 // VCL coordinates are in upper-left-notation, Cocoa likes it the Cartesian way (lower-left) 45 // VCL coordinates are in upper-left-notation, Cocoa likes it the Cartesian way (lower-left)
|