Lines Matching refs:aWndPresets
169 aWndPresets ( this, CUI_RES( WIN_PRESETS ) ), in SvxBorderTabPage()
332 aWndPresets.SetSelectHdl( LINK( this, SvxBorderTabPage, SelPreHdl_Impl ) ); in SvxBorderTabPage()
587 aWndPresets.SetNoSelection(); in Reset()
630 aWndPresets.RemoveItem(3); in Reset()
631 aWndPresets.RemoveItem(4); in Reset()
632 aWndPresets.RemoveItem(5); in Reset()
858 sal_uInt16 nLine = GetPresetImageId( aWndPresets.GetSelectItemId() ) - 1; in IMPL_LINK()
885 aWndPresets.SetNoSelection(); in IMPL_LINK()
1014 bool bHC = aWndPresets.GetSettings().GetStyleSettings().GetHighContrastMode(); in FillPresetVS()
1019 aWndPresets.SetColCount( SVX_BORDER_PRESET_COUNT ); in FillPresetVS()
1020 aWndPresets.SetStyle( aWndPresets.GetStyle() | WB_ITEMBORDER | WB_DOUBLEBORDER ); in FillPresetVS()
1021 aWndPresets.SetSizePixel( aWndPresets.CalcWindowSizePixel( aImgSize ) ); in FillPresetVS()
1026 aWndPresets.InsertItem( nVSIdx ); in FillPresetVS()
1027 aWndPresets.SetItemImage( nVSIdx, rImgList.GetImage( GetPresetImageId( nVSIdx ) ) ); in FillPresetVS()
1028 aWndPresets.SetItemText( nVSIdx, CUI_RESSTR( GetPresetStringId( nVSIdx ) ) ); in FillPresetVS()
1032 aWndPresets.SetNoSelection(); in FillPresetVS()
1033 aWndPresets.Show(); in FillPresetVS()
1041 bool bHC = aWndPresets.GetSettings().GetStyleSettings().GetHighContrastMode(); in FillShadowVS()