Home
last modified time | relevance | path

Searched refs:aLinguOptionsCLB (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/cui/source/options/
H A Doptlingu.cxx1117 aLinguOptionsCLB ( this, CUI_RES( CLB_LINGU_OPTIONS ) ), in SvxLinguTabPage()
1156aLinguOptionsCLB.SetStyle( aLinguOptionsCLB.GetStyle()|WB_CLIPCHILDREN|WB_HSCROLL|WB_FORCE_MAKEVIS… in SvxLinguTabPage()
1157 aLinguOptionsCLB.SetHelpId(HID_CLB_LINGU_OPTIONS ); in SvxLinguTabPage()
1158 aLinguOptionsCLB.SetHighlightRange(); in SvxLinguTabPage()
1159 aLinguOptionsCLB.SetSelectHdl( LINK( this, SvxLinguTabPage, SelectHdl_Impl )); in SvxLinguTabPage()
1160 aLinguOptionsCLB.SetDoubleClickHdl(LINK(this, SvxLinguTabPage, BoxDoubleClickHdl_Impl)); in SvxLinguTabPage()
1390 nEntries = aLinguOptionsCLB.GetEntryCount(); in FillItemSet()
1393 SvLBoxEntry *pEntry = aLinguOptionsCLB.GetEntry( j ); in FillItemSet()
1401 sal_Bool bChecked = aLinguOptionsCLB.IsChecked( j ); in FillItemSet()
1415 SvLBoxEntry *pPreBreakEntry = aLinguOptionsCLB.GetEntry( (sal_uInt16) EID_NUM_PRE_BREAK ); in FillItemSet()
[all …]
/AOO41X/main/cui/source/inc/
H A Doptlingu.hxx118 SvxCheckListBox aLinguOptionsCLB; member in SvxLinguTabPage