Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx287 ValueSet aLineSet; member in SvxLineWindow_Impl
1293aLineSet( 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()
[all …]