/aoo41x/main/svx/source/dialog/ |
H A D | langbox.cxx | 133 SvxLanguageBox::SvxLanguageBox( Window* pParent, WinBits nWinStyle, sal_Bool bCheck ) : in SvxLanguageBox() function in SvxLanguageBox 141 SvxLanguageBox::SvxLanguageBox( Window* pParent, const ResId& rResId, sal_Bool bCheck ) : in SvxLanguageBox() function in SvxLanguageBox 149 void SvxLanguageBox::Init() in Init() 187 SvxLanguageBox::~SvxLanguageBox() in ~SvxLanguageBox() 209 void SvxLanguageBox::SetLanguageList( sal_Int16 nLangList, in SetLanguageList() 425 void SvxLanguageBox::RemoveLanguage( const LanguageType eLangType ) in RemoveLanguage() 435 LanguageType SvxLanguageBox::GetSelectLanguage() const in GetSelectLanguage() 479 SvxLanguageBox::~SvxLanguageBox () in ~SvxLanguageBox() 483 SvxLanguageBox::SvxLanguageBox( Context* pParent, const char* pFile, sal_Bool bCheck ) in SvxLanguageBox() function in layout::SvxLanguageBox 500 void SvxLanguageBox::RemoveLanguage( const LanguageType/*type*/) in RemoveLanguage() [all …]
|
/aoo41x/main/svx/inc/svx/ |
H A D | langbox.hxx | 59 class SVX_DLLPUBLIC SvxLanguageBox : public ListBox class 80 SvxLanguageBox( Window* pParent, WinBits nWinStyle, sal_Bool bCheck = sal_False); 81 SvxLanguageBox( Window* pParent, const ResId& rResId, sal_Bool bCheck = sal_False); 82 ~SvxLanguageBox(); 102 class SVX_DLLPUBLIC SvxLanguageBox : public ListBox class 109 SvxLanguageBox( Context*, const char*, sal_Bool bCheck = sal_False ); 110 ~SvxLanguageBox ();
|
/aoo41x/main/cui/source/options/ |
H A D | optgdlg.hxx | 167 SvxLanguageBox aLocaleSettingLB; 177 SvxLanguageBox aWesternLanguageLB; 180 SvxLanguageBox aAsianLanguageLB; 183 SvxLanguageBox aComplexLanguageLB; 200 DECL_LINK( LocaleSettingHdl, SvxLanguageBox* ) ;
|
H A D | optasian.cxx | 341 IMPL_LINK(SvxAsianLayoutPage, LanguageHdl, SvxLanguageBox*, EMPTYARG ) in IMPL_LINK() argument
|
/aoo41x/main/cui/source/inc/ |
H A D | chardlg.hxx | 100 SvxLanguageBox* m_pWestFontLanguageLB; 110 SvxLanguageBox* m_pEastFontLanguageLB; 120 SvxLanguageBox* m_pCTLFontLanguageLB;
|
H A D | optasian.hxx | 50 SvxLanguageBox aLanguageLB; 61 DECL_LINK(LanguageHdl, SvxLanguageBox*);
|
H A D | optdict.hxx | 66 SvxLanguageBox aLanguageLB; 120 SvxLanguageBox aLangLB;
|
H A D | SpellDialog.hxx | 154 SvxLanguageBox aLanguageLB; 217 DECL_LINK( LanguageSelectHdl, SvxLanguageBox* );
|
H A D | numfmt.hxx | 111 SvxLanguageBox aLbLanguage;
|
H A D | optlingu.hxx | 63 SvxLanguageBox aLanguageLB;
|
H A D | autocdlg.hxx | 45 SvxLanguageBox aLanguageLB;
|
/aoo41x/main/toolkit/inc/layout/ |
H A D | layout-pre.hxx | 77 #define SvxLanguageBox layout::SvxLanguageBox macro
|
H A D | layout-post.hxx | 85 #undef SvxLanguageBox
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | textimportoptions.hxx | 57 SvxLanguageBox maLbCustomLang;
|
H A D | scuiasciiopt.hxx | 48 SvxLanguageBox aLbCustomLang;
|
H A D | tpsort.hxx | 172 SvxLanguageBox aLbLanguage;
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | dlgfield.hxx | 60 SvxLanguageBox maLbLanguage;
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | ascfldlg.hxx | 47 SvxLanguageBox aLanguageLB;
|
H A D | srtdlg.hxx | 81 SvxLanguageBox aLangLB;
|
H A D | swuicnttab.hxx | 210 SvxLanguageBox aLanguageLB;
|
/aoo41x/main/basctl/source/inc/ |
H A D | managelang.hxx | 98 SvxLanguageBox* m_pLanguageLB;
|
/aoo41x/main/toolkit/workben/layout/ |
H A D | tpsort.hxx | 169 SvxLanguageBox aLbLanguage;
|
/aoo41x/main/cui/source/tabpages/ |
H A D | chardlg.cxx | 591 …m_pWestFontLanguageLB = new SvxLanguageBox( this, CUI_RES( bCJK ? LB_WEST_LANG : LB_WEST_LANG_NO… in SvxCharNamePage() 601 m_pEastFontLanguageLB = new SvxLanguageBox( this, CUI_RES( LB_EAST_LANG ) ); in SvxCharNamePage() 611 m_pCTLFontLanguageLB = new SvxLanguageBox( this, CUI_RES( LB_CTL_LANG ) ); in SvxCharNamePage() 979 SvxLanguageBox* pLangBox = NULL; in Reset_Impl() 1196 SvxLanguageBox* pLangBox = NULL; in FillItemSet_Impl()
|
/aoo41x/main/basctl/source/dlged/ |
H A D | managelang.cxx | 308 m_pLanguageLB ( new SvxLanguageBox( this, IDEResId( LB_DEF_LANGUAGE ) ) ), in SetDefaultLanguageDialog()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | headerfooterdlg.cxx | 147 SvxLanguageBox maCBDateTimeLanguage;
|