Home
last modified time | relevance | path

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

/AOO42X/main/cui/source/tabpages/
H A Dtpline.cxx118 aLbEndStyle ( this, CUI_RES( LB_END_STYLE ) ), in SvxLineTabPage()
168 aLbEndStyle.SetAccessibleName(String(CUI_RES(STR_STYLE))); in SvxLineTabPage()
171 aLbEndStyle.SetAccessibleName(String(CUI_RES( STR_LB_END_STYLE ) ) ); in SvxLineTabPage()
226 aLbEndStyle.SetSelectHdl( aEnd ); in SvxLineTabPage()
311 nOldSelect = aLbEndStyle.GetSelectEntryPos(); in FillListboxes()
312 aLbEndStyle.Clear(); in FillListboxes()
313 aLbEndStyle.InsertEntry( sNone ); in FillListboxes()
314 aLbEndStyle.Fill( maLineEndList, sal_False ); in FillListboxes()
315 aLbEndStyle.SelectEntryPos( nOldSelect ); in FillListboxes()
398 aLbEndStyle.Clear(); in ActivatePage()
[all …]
/AOO42X/main/cui/source/inc/
H A Dcuitabline.hxx114 LineEndLB aLbEndStyle; member in SvxLineTabPage