Lines Matching refs:aLbEndStyle
118 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()
399 aLbEndStyle.InsertEntry( sNone ); in ActivatePage()
401 aLbEndStyle.Fill( maLineEndList, sal_False ); in ActivatePage()
402 nCount = aLbEndStyle.GetEntryCount(); in ActivatePage()
407 aLbEndStyle.SelectEntryPos( 0 ); in ActivatePage()
409 aLbEndStyle.SelectEntryPos( nPos ); in ActivatePage()
440 aLbEndStyle.SelectEntryPos( *pPosLineEndLb + 1 );// +1 wegen SOLID in ActivatePage()
477 aLbEndStyle.Hide(); in ActivatePage()
632 nPos = aLbEndStyle.GetSelectEntryPos(); in FillItemSet()
634 nPos != aLbEndStyle.GetSavedValue() ) in FillItemSet()
640 pItem = new XLineEndItem( aLbEndStyle.GetSelectEntry(), in FillItemSet()
871 nPos = aLbEndStyle.GetSelectEntryPos(); in FillXLSet_Impl()
877 rXLSet.Put( XLineEndItem( aLbEndStyle.GetSelectEntry(), in FillXLSet_Impl()
1204 aLbEndStyle.Disable(); in Reset()
1220 aLbEndStyle.SelectEntryPos((sal_uInt16)a + 1); in Reset()
1226 aLbEndStyle.SelectEntryPos( 0 ); in Reset()
1230 aLbEndStyle.SetNoSelection(); in Reset()
1313 !aLbEndStyle.IsEnabled() && in Reset()
1391 aLbEndStyle.SaveValue(); in Reset()
1480 const bool bHasLineEnd = aLbEndStyle.GetSelectEntryPos() != 0; in IMPL_LINK()
1500 aLbEndStyle.SelectEntryPos( aLbStartStyle.GetSelectEntryPos() ); in IMPL_LINK()
1548 aLbEndStyle.Disable(); in IMPL_LINK()
1576 aLbEndStyle.Enable(); in IMPL_LINK()
1603 if( p == &aLbEndStyle ) in IMPL_LINK()
1604 aLbStartStyle.SelectEntryPos( aLbEndStyle.GetSelectEntryPos() ); in IMPL_LINK()