Lines Matching refs:aLineSet
287 ValueSet aLineSet; member in SvxLineWindow_Impl
1293 …aLineSet( this, WinBits( WB_3DLOOK | WB_ITEMBORDER | WB_DOUBLEBORDER | WB_NAMEFIELD | WB_NONEFIELD… in SvxLineWindow_Impl()
1306 aLineSet.SetColCount( 2 ); in SvxLineWindow_Impl()
1307 aLineSet.SetSelectHdl( LINK( this, SvxLineWindow_Impl, SelectHdl ) ); in SvxLineWindow_Impl()
1308 aLineSet.SetText( SVX_RESSTR(RID_SVXSTR_NONE) ); in SvxLineWindow_Impl()
1310 aLineSet.SetAccessibleName( SVX_RESSTR(RID_SVXSTR_FRAME_STYLE) ); in SvxLineWindow_Impl()
1311 lcl_CalcSizeValueSet( *this, aLineSet, aBmpSize ); in SvxLineWindow_Impl()
1315 aLineSet.Show(); in SvxLineWindow_Impl()
1507 switch ( aLineSet.GetSelectItemId() ) in IMPL_LINK()
1573 aLineSet.SetNoSelection(); in IMPL_LINK()
1585 lcl_ResizeValueSet( *this, aLineSet); in Resize()
1592 aLineSet.StartSelection(); in StartSelection()
1606 return &aLineSet; in GetPreferredKeyInputWindow()
1613 aLineSet.GrabFocus(); in GetFocus()
1637 aLineSet.Clear(); in CreateBitmaps()
1642 aLineSet.InsertItem( i, aBmp, aStr ); in CreateBitmaps()