Home
last modified time | relevance | path

Searched refs:rI18nHelper (Results 1 – 12 of 12) sorted by relevance

/trunk/main/svtools/source/control/
H A Dstdmenu.cxx72 const vcl::I18nHelper& rI18nHelper = Application::GetSettings().GetUILocaleI18nHelper(); in Fill() local
85 if ( rI18nHelper.CompareString( rName, aText ) > 0 ) in Fill()
467 const vcl::I18nHelper& rI18nHelper = Application::GetSettings().GetUILocaleI18nHelper(); in Fill() local
473 …InsertItem( nPos, rI18nHelper.GetNum( *pTempAry, 1, sal_True, sal_False ), MIB_RADIOCHECK | MIB_AU… in Fill()
H A Druler.cxx646 const vcl::I18nHelper& rI18nHelper = GetSettings().GetLocaleI18nHelper(); in ImplDrawArrows() local
667 …aStr = rI18nHelper.GetNum( nLogWidth, aImplRulerUnitTab[mnUnitIndex].nUnitDigits, sal_True, sal_Fa… in ImplDrawArrows()
/trunk/main/vcl/source/window/
H A Dmnemonicengine.cxx57 const vcl::I18nHelper& rI18nHelper = Application::GetSettings().GetUILocaleI18nHelper(); in lcl_getEntryForMnemonic() local
67 if ( rI18nHelper.MatchMnemonic( sEntryText, _cMnemonic ) ) in lcl_getEntryForMnemonic()
H A Dmenu.cxx332 const vcl::I18nHelper& rI18nHelper = Application::GetSettings().GetUILocaleI18nHelper(); in SearchItem() local
343 if ( pData->bEnabled && rI18nHelper.MatchMnemonic( pData->aText, cSelectChar ) ) in SearchItem()
375 || (ascii && rI18nHelper.MatchMnemonic( pData->aText, ascii ) ) ) in SearchItem()
394 const vcl::I18nHelper& rI18nHelper = Application::GetSettings().GetUILocaleI18nHelper(); in GetItemCount() local
400 if ( pData->bEnabled && rI18nHelper.MatchMnemonic( pData->aText, cSelectChar ) ) in GetItemCount()
411 const vcl::I18nHelper& rI18nHelper = Application::GetSettings().GetUILocaleI18nHelper(); in GetItemCount() local
431 || ( ascii && rI18nHelper.MatchMnemonic( pData->aText, ascii ) ) ) in GetItemCount()
/trunk/main/vcl/source/control/
H A Dquickselectionengine.cxx89 const vcl::I18nHelper& rI18nHelper = Application::GetSettings().GetLocaleI18nHelper(); in findMatchingEntry() local
101 if ( rI18nHelper.MatchString( _searchString, sEntryText ) != 0 ) in findMatchingEntry()
H A Dilstbox.cxx283 const vcl::I18nHelper& rI18nHelper = mpWindow->GetSettings().GetLocaleI18nHelper(); in FindMatchingEntry() local
290 …sal_Bool bMatch = bLazy ? rI18nHelper.MatchString( rStr, pImplEntry->maStr ) != 0 : ( rStr.Match( … in FindMatchingEntry()
/trunk/main/framework/source/uielement/
H A Dfontmenucontroller.cxx75 const vcl::I18nHelper& rI18nHelper = Application::GetSettings().GetUILocaleI18nHelper(); in lcl_I18nCompareString() local
76 return rI18nHelper.CompareString( rStr1, rStr2 ) < 0 ? true : false; in lcl_I18nCompareString()
H A Dfontsizemenucontroller.cxx252 const vcl::I18nHelper& rI18nHelper = Application::GetSettings().GetUILocaleI18nHelper(); in fillPopupMenu() local
258 …pVCLPopupMenu->InsertItem( nPos, rI18nHelper.GetNum( *pTempAry, 1, sal_True, sal_False ), MIB_RADI… in fillPopupMenu()
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx829 const vcl::I18nHelper& rI18nHelper = Application::GetSettings().GetUILocaleI18nHelper(); in HandleShortCutKey() local
844 if( rI18nHelper.MatchMnemonic( aFixedTexts[ i ]->GetText(), c ) ) in HandleShortCutKey()
/trunk/main/sfx2/source/appl/
H A Dnewhelp.cxx909 const vcl::I18nHelper& rI18nHelper = GetSettings().GetLocaleI18nHelper(); in HasKeywordIgnoreCase() local
913 if (rI18nHelper.MatchString( sIndexItem, sKeyword )) in HasKeywordIgnoreCase()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx3647 const vcl::I18nHelper& rI18nHelper = Application::GetSettings().GetUILocaleI18nHelper(); in IsMnemonicChar() local
3651 if ( rI18nHelper.MatchMnemonic( GetEntry( i )->GetText(), cChar ) ) in IsMnemonicChar()
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx944 const vcl::I18nHelper& rI18nHelper = Application::GetSettings().GetUILocaleI18nHelper(); in implts_generateGenericAddonToolbarTitle() local
946 String aNumStr = rI18nHelper.GetNum( nNumber, 0, sal_False, sal_False ); in implts_generateGenericAddonToolbarTitle()

Completed in 137 milliseconds