Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/ui/dlg/
H A Dsdpreslt.cxx64 maVS (this, SdResId(VS_LAYOUT)), in SdPresLayoutDlg()
78 maVS.SetDoubleClickHdl(LINK(this, SdPresLayoutDlg, ClickLayoutHdl)); in SdPresLayoutDlg()
139 maVS.SelectItem((sal_uInt16)nName + 1); // Inizes des ValueSets beginnen bei 1 in Reset()
151 short nId = maVS.GetSelectItemId(); in GetAttr()
184 maVS.SetStyle(maVS.GetStyle() | WB_ITEMBORDER | WB_DOUBLEBORDER in FillValueSet()
187 maVS.SetColCount(2); in FillValueSet()
188 maVS.SetLineCount(2); in FillValueSet()
189 maVS.SetExtraSpacing(2); in FillValueSet()
205 maVS.InsertItem((sal_uInt16)mpLayoutNames->Count(), aBitmap, aLayoutName); in FillValueSet()
209 maVS.Show(); in FillValueSet()
[all …]
/AOO41X/main/sd/source/ui/inc/
H A Dsdpreslt.hxx64 ValueSet maVS; member in SdPresLayoutDlg