Searched refs:maBulletsVS (Results 1 – 2 of 2) sorted by relevance
43 , maBulletsVS( this,SVX_RES(VS_VALUES) ) in ParaBulletsControl()50 maBulletsVS.SetColCount(3); in ParaBulletsControl()51 maBulletsVS.SetLineCount(3); in ParaBulletsControl()52 maBulletsVS.SetStyle( maBulletsVS.GetStyle() | WB_ITEMBORDER |WB_NO_DIRECTSELECT); in ParaBulletsControl()53 maBulletsVS.SetExtraSpacing(BULLET_IMAGE_SPACING); in ParaBulletsControl()54 maBulletsVS.SetItemWidth(BULLET_IMAGE_WIDTH); in ParaBulletsControl()55 maBulletsVS.SetItemHeight(BULLET_IMAGE_HEIGHT); in ParaBulletsControl()56 maBulletsVS.InsertItem( DEFAULT_NONE ); in ParaBulletsControl()59 maBulletsVS.InsertItem( nVSIdx ); in ParaBulletsControl()62 maBulletsVS.SetItemText( DEFAULT_NONE, SVX_RESSTR( RID_SVXSTR_NUMBULLET_NONE )); in ParaBulletsControl()[all …]
42 SvxNumValueSet3 maBulletsVS; member in svx::sidebar::ParaBulletsControl