Lines Matching refs:aLinguOptionsCLB

1117 	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()
1416 SvLBoxEntry *pPostBreakEntry = aLinguOptionsCLB.GetEntry( (sal_uInt16) EID_NUM_POST_BREAK ); in FillItemSet()
1434 sal_Bool bNewAutoCheck = aLinguOptionsCLB.IsChecked( (sal_uInt16) EID_SPELL_AUTO ); in FillItemSet()
1552 aLinguOptionsCLB.SetUpdateMode(sal_False); in Reset()
1553 aLinguOptionsCLB.Clear(); in Reset()
1555 SvLBoxTreeList *pModel = aLinguOptionsCLB.GetModel(); in Reset()
1651 aLinguOptionsCLB.SetUpdateMode(sal_True); in Reset()
1666 else if (pBox == &aLinguOptionsCLB) in IMPL_LINK()
1873 SvLBoxEntry *pEntry = aLinguOptionsCLB.GetCurEntry(); in IMPL_LINK()
1900 aLinguOptionsCLB.Invalidate(); in IMPL_LINK()
1933 else if (&aLinguOptionsCLB == pBox) in IMPL_LINK()
1957 pCheckButtonData = new SvLBoxButtonData( &aLinguOptionsCLB ); in CreateEntry()
2005 aPos = aLinguOptionsCLB.GetPosPixel(); in HideGroups()
2007 aLinguOptionsCLB.SetPosPixel( aPos ); in HideGroups()
2012 Size aSize( aLinguOptionsCLB.GetSizePixel() ); in HideGroups()
2014 aLinguOptionsCLB.SetSizePixel( aSize ); in HideGroups()