/trunk/main/unotools/source/i18n/ |
H A D | charclass.cxx | 117 const ::com::sun::star::lang::Locale& CharClass::getLocale() const in getLocale() function in CharClass 181 return (xCC->getCharacterType( rStr, nPos, getLocale() ) & in isAlpha() 220 return (xCC->getCharacterType( rStr, nPos, getLocale() ) & in isLetter() 259 return (xCC->getCharacterType( rStr, nPos, getLocale() ) & in isDigit() 298 return (xCC->getCharacterType( rStr, nPos, getLocale() ) & in isAlphaNumeric() 337 return (xCC->getCharacterType( rStr, nPos, getLocale() ) & in isLetterNumeric() 384 return xCC->toTitle( rStr, nPos, nCount, getLocale() ); in toTitle() 401 return xCC->toUpper( rStr, nPos, nCount, getLocale() ); in toUpper_rtl() 418 return xCC->toLower( rStr, nPos, nCount, getLocale() ); in toLower_rtl() 486 return xCC->getCharacterType( rStr, nPos, getLocale() ); in getCharacterType() [all …]
|
H A D | localedatawrapper.cxx | 192 return xLD->getLanguageCountryInfo( getLocale() ); in getLanguageCountryInfo() 213 return xLD->getLocaleItem( getLocale() ); in getLocaleItem() 234 return xLD->getAllCalendars( getLocale() ); in getAllCalendars() 255 return xLD->getAllCurrencies2( getLocale() ); in getAllCurrencies() 276 return xLD->getAllFormats( getLocale() ); in getAllFormats() 297 return xLD->getCollatorImplementations( getLocale() ); in getCollatorImplementations() 318 return xLD->getTransliterations( getLocale() ); in getTransliterations() 339 return xLD->getForbiddenCharacters( getLocale() ); in getForbiddenCharacters() 360 return xLD->getReservedWord( getLocale() ); in getReservedWord() 875 NumberFormatCodeWrapper aNumberFormatCode( xSMgr, getLocale() ); in getCurrFormatsImpl() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/i18n/ |
H A D | _XLocaleData.java | 74 lci = oObj.getLanguageCountryInfo(getLocale(i)); in _getLanguageCountryInfo() 102 ldi = oObj.getLocaleItem(getLocale(i)); in _getLocaleItem() 166 calendar = oObj.getAllCalendars(getLocale(i)); in _getAllCalendars() 192 currency = oObj.getAllCurrencies(getLocale(i)); in _getAllCurrencies() 218 format = oObj.getAllFormats(getLocale(i)); in _getAllFormats() 269 str = oObj.getSearchOptions(getLocale(i)); in _getSearchOptions() 295 str = oObj.getCollationOptions(getLocale(i)); in _getCollationOptions() 321 str = oObj.getTransliterations(getLocale(i)); in _getTransliterations() 369 str = oObj.getReservedWord(getLocale(i)); in _getReservedWord() 395 res &= contains(locs, getLocale(i)); in _getAllInstalledLocaleNames() [all …]
|
H A D | _XCharacterClassification.java | 115 get = oObj.toUpper(toCheck, 0, toCheck.length(), getLocale(i)); in _toUpper() 144 get = oObj.toLower(toCheck,0,toCheck.length(),getLocale(i)); in _toLower() 172 get = oObj.toTitle(toCheck, 0, 1, getLocale(i)); in _toTitle() 230 int get = oObj.getCharacterType(toCheck, i, getLocale(j)); in _getCharacterType() 258 toCheck[j].length(), getLocale(i)); in _getStringType() 356 pRes = oObj.parseAnyToken(toCheck, 1, getLocale(i), in _parseAnyToken() 361 pRes = oObj.parseAnyToken(toCheck, 4, getLocale(i), in _parseAnyToken() 366 pRes = oObj.parseAnyToken(toCheck, 9, getLocale(i), in _parseAnyToken() 390 1, getLocale(i), nStartFlags, "", nContFlags, ""); in _parsePredefinedToken() 393 4, getLocale(i), nStartFlags, "", nContFlags, ""); in _parsePredefinedToken() [all …]
|
H A D | _XNumberFormatCode.java | 66 KNumberFormatUsage.DATE, getLocale(i)); in _getDefault() 78 KNumberFormatUsage.DATE,getLocale(i)); in _getDefault() 104 (NumberFormatIndex.DATE_SYSTEM_SHORT,getLocale(i)); in _getFormatCode() 107 (NumberFormatIndex.DATE_SYSTEM_LONG,getLocale(i)); in _getFormatCode() 124 nfc = oObj.getAllFormatCode(KNumberFormatUsage.DATE, getLocale(i)); in _getAllFormatCode() 126 nfc = oObj.getAllFormatCode(KNumberFormatUsage.TIME, getLocale(i)); in _getAllFormatCode() 141 nfc = oObj.getAllFormatCodes(getLocale(i)); in _getAllFormatCodes() 152 public Locale getLocale(int k) { in getLocale() method in _XNumberFormatCode
|
H A D | _XIndexEntrySupplier.java | 58 String get = oObj.getIndexCharacter("chapter", getLocale(i), ""); in _getIndexCharacter() 74 String get = oObj.getIndexFollowPageWord(true, getLocale(i)); in _getIndexFollowPageWord() 81 get = oObj.getIndexFollowPageWord(false,getLocale(i)); in _getIndexFollowPageWord() 97 public Locale getLocale(int k) { in getLocale() method in _XIndexEntrySupplier
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/lang/ |
H A D | _XLocalizable.java | 38 initialLocale = oObj.getLocale(); in _getLocale() 54 Locale getLocale = oObj.getLocale(); in _setLocale() local 55 boolean res = ((getLocale.Country.equals(newLocale.Country)) && in _setLocale() 56 (getLocale.Language.equals(newLocale.Language))); in _setLocale() 61 log.println("Getting Language " + getLocale.Language + in _setLocale() 62 " and Country " + getLocale.Country); in _setLocale()
|
/trunk/main/shell/source/all/ooofilereader/ |
H A D | contentreader.cxx | 155 LocaleSet_t const & CContentReader::getLocale( const StyleName_t Style ) in getLocale() function in CContentReader 205 addChunk( getLocale( getCurrentContentStyle() ), ::std::wstring( SPACE ) ); in end_element() 209 addChunk( getLocale( getCurrentContentStyle() ), ::std::wstring( LF ) ); in end_element() 225 addChunk( getLocale( getCurrentContentStyle() ), ::std::wstring( character ) ); in characters()
|
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/ |
H A D | AccessibleTextImpl.java | 124 protected java.util.Locale getLocale(int index) { in getLocale() method in AccessibleTextImpl 166 BreakIterator words = BreakIterator.getWordInstance(getLocale(index)); in getAfterIndex() 186 BreakIterator.getSentenceInstance(getLocale(index)); in getAfterIndex() 513 BreakIterator words = BreakIterator.getWordInstance(getLocale(index)); in getBeforeIndex() 531 BreakIterator.getSentenceInstance(getLocale(index)); in getBeforeIndex() 591 BreakIterator words = BreakIterator.getWordInstance(getLocale(index)); in getAtIndex() 604 BreakIterator.getSentenceInstance(getLocale(index)); in getAtIndex()
|
H A D | List.java | 323 public java.util.Locale getLocale() throws java.awt.IllegalComponentStateException { in getLocale() method in List.ListItem.AccessibleListItem 325 com.sun.star.lang.Locale unoLocale = unoAccessibleContext.getLocale(); in getLocale() 330 return List.this.getLocale(); in getLocale()
|
/trunk/main/drawinglayer/source/primitive2d/ |
H A D | textstrikeoutprimitive2d.cxx | 93 getLocale()); in create2DDecomposition() 115 getLocale(), in create2DDecomposition() 143 && LocalesAreEqual(getLocale(), rCompare.getLocale())); in operator ==()
|
H A D | textprimitive2d.cxx | 130 getLocale()); in getTextOutlinesAndTransformation() 274 && LocalesAreEqual(getLocale(), rCompare.getLocale()) in operator ==() 304 getLocale()); in getB2DRange()
|
H A D | textbreakuphelper.cxx | 57 mrSource.getLocale()); in TextBreakupHelper() 150 mrSource.getLocale(), in breakupPortion() 180 mrSource.getLocale(), in breakupPortion() 209 const ::com::sun::star::lang::Locale& rLocale = mrSource.getLocale(); in breakup()
|
H A D | textdecoratedprimitive2d.cxx | 63 getLocale(), in impCreateGeometryContent() 82 getLocale()); in impCreateGeometryContent() 145 getLocale()))); in impCreateGeometryContent()
|
/trunk/main/forms/source/misc/ |
H A D | limitedformats.cxx | 60 static const Locale& getLocale(LocaleType _eType) in getLocale() function 180 getLocale(pLoopFormats->eLocale), in ensureTableInitialized() 188 getLocale(pLoopFormats->eLocale) in ensureTableInitialized() 371 aInit[0] <<= getLocale(ltEnglishUS); in acquireSupplier()
|
/trunk/main/cui/source/options/ |
H A D | optdict.cxx | 294 const String aTxt( ::GetDicInfoStr( aDicName, SvxLocaleToLanguage( xDic->getLocale() ), in IMPL_LINK_INLINE_END() 322 SetLanguage_Impl( SvxLocaleToLanguage( xDic->getLocale() ) ); in IMPL_LINK_INLINE_END() 441 SetLanguage_Impl( SvxLocaleToLanguage( xDic->getLocale() ) ); in IMPL_LINK() 458 sal_Int16 nOldLang = SvxLocaleToLanguage( xDic->getLocale() ); in IMPL_LINK() 474 SvxLocaleToLanguage( xDic->getLocale() ), in IMPL_LINK() 634 aRplcText, SvxLocaleToLanguage( xDic->getLocale() ), sal_False ); in IMPL_LINK()
|
/trunk/main/extensions/qa/complex/extensions/ |
H A D | OfficeResourceLoader.java | 87 Locale resourceLocale = m_bundle.getLocale(); in checkSimpleStringAccess() 121 Locale resourceLocale = m_bundle.getLocale(); in checkLocales() 127 resourceLocale = m_bundle.getLocale(); in checkLocales()
|
/trunk/main/shell/source/backends/localebe/ |
H A D | localebackend.cxx | 242 rtl::OUString LocaleBackend::getLocale(void) in getLocale() function in LocaleBackend 274 return getLocale(); in getSystemLocale() 301 true, css::uno::makeAny(getLocale()))); in getPropertyValue()
|
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/ |
H A D | WindowsAccessBridgeAdapter.java | 310 public java.util.Locale getLocale() { in getLocale() method in WindowsAccessBridgeAdapter.PopupMenuProxy 311 return menu.getLocale(); in getLocale() 501 public java.util.Locale getLocale() { in getLocale() method in WindowsAccessBridgeAdapter.ListProxy 502 return list.getLocale(); in getLocale()
|
/trunk/main/linguistic/source/ |
H A D | spelldta.cxx | 97 LocaleToLanguage( rxAlt1->getLocale() ) ); in MergeProposals() 140 sal_Int16 nLang = LocaleToLanguage( xDic->getLocale() ); in SearchSimilarText() 289 Locale SAL_CALL SpellAlternatives::getLocale() in getLocale() function in linguistic::SpellAlternatives
|
/trunk/main/svx/source/svdraw/ |
H A D | svdotextpathdecomposition.cxx | 142 const ::com::sun::star::lang::Locale& getLocale() const { return maLocale; } in getLocale() function in __anon5a80b2700111::impPathTextPortion 376 …etNextGlyphLen(pCandidate, pCandidate->getTextStart() + nUsedTextLength, pCandidate->getLocale())); in HandlePair() 541 pCandidate->getLocale(), in HandlePair() 560 pCandidate->getLocale(), in HandlePair()
|
/trunk/main/svtools/source/control/ |
H A D | toolbarmenuacc.cxx | 289 Locale SAL_CALL ToolbarMenuAcc::getLocale() throw (IllegalAccessibleComponentStateException, Runtim… in getLocale() function in svtools::ToolbarMenuAcc 302 aRet = xParentContext->getLocale (); in getLocale() 824 Locale SAL_CALL ToolbarMenuEntryAcc::getLocale() throw (IllegalAccessibleComponentStateException, R… in getLocale() function in svtools::ToolbarMenuEntryAcc 835 aRet = xParentContext->getLocale(); in getLocale()
|
/trunk/main/editeng/source/misc/ |
H A D | splwrap.cxx | 408 SvxLocaleToLanguage( xHyphWord->getLocale() ), in SpellDocument() 547 SvxLocaleToLanguage( xTmp->getLocale() ) == LANGUAGE_NONE ) in GetAllRightDic() 611 SvxLocaleToLanguage( xAlt->getLocale() ) ); in FindSpellError()
|
/trunk/main/configmgr/source/ |
H A D | access.cxx | 129 return !Components::allLocales(getRootAccess()->getLocale()); in isValue() 307 !Components::allLocales(getRootAccess()->getLocale())) in checkLocalizedPropertyAccess() 487 if (Components::allLocales(getRootAccess()->getLocale())) { in initBroadcasterAndChanges() 561 Components::allLocales(getRootAccess()->getLocale())); in initBroadcasterAndChanges() 686 Components::allLocales(getRootAccess()->getLocale())); in initBroadcasterAndChanges() 2040 if (!Components::allLocales(getRootAccess()->getLocale()) || in getSubChild() 2103 if (Components::allLocales(getRootAccess()->getLocale())) { in asProperty() 2160 if (!Components::allLocales(getRootAccess()->getLocale())) { in checkKnownProperty() 2165 if (Components::allLocales(getRootAccess()->getLocale())) { in checkKnownProperty()
|
/trunk/main/offapi/com/sun/star/accessibility/ |
H A D | IllegalAccessibleComponentStateException.idl | 37 <member>XAccessibleContext::getLocale</member>.</p> 39 @see XAccessibleContext::getLocale()
|