Searched refs:maLBCapStyle (Results 1 – 2 of 2) sorted by relevance
133 maLBCapStyle ( this, CUI_RES( LB_CAP_STYLE ) ), in SvxLineTabPage()238 maLBCapStyle.SetSelectHdl( aCapStyle ); in SvxLineTabPage()490 maLBCapStyle.Hide(); in ActivatePage()758 nPos = maLBCapStyle.GetSelectEntryPos(); in FillItemSet()759 if( LISTBOX_ENTRY_NOTFOUND != nPos && nPos != maLBCapStyle.GetSavedValue() ) in FillItemSet()911 nPos = maLBCapStyle.GetSelectEntryPos(); in FillXLSet_Impl()1368 maLBCapStyle.Disable(); in Reset()1376 case com::sun::star::drawing::LineCap_ROUND: maLBCapStyle.SelectEntryPos(1); break; in Reset()1377 case com::sun::star::drawing::LineCap_SQUARE : maLBCapStyle.SelectEntryPos(2); break; in Reset()1378 … default /*com::sun::star::drawing::LineCap_BUTT*/: maLBCapStyle.SelectEntryPos(0); break; in Reset()[all …]
129 LineEndLB maLBCapStyle; member in SvxLineTabPage