Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/tabpages/
H A Dborder.cxx169 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()
[all …]
/AOO41X/main/cui/source/inc/
H A Dborder.hxx68 ValueSet aWndPresets; member in SvxBorderTabPage