Searched refs:mpImgSel (Results 1 – 4 of 4) sorted by relevance
52 , mpImgSel (NULL) in TextCharacterSpacingControl()80 delete[] mpImgSel; in ~TextCharacterSpacingControl()112 mpImgSel = new Image[5]; in initial()113 mpImgSel[0] = Image(SVX_RES(IMG_VERY_TIGHT_S)); in initial()114 mpImgSel[1] = Image(SVX_RES(IMG_TIGHT_S)); in initial()115 mpImgSel[2] = Image(SVX_RES(IMG_NORMAL_S)); in initial()116 mpImgSel[3] = Image(SVX_RES(IMG_LOOSE_S)); in initial()117 mpImgSel[4] = Image(SVX_RES(IMG_VERY_LOOSE_S)); in initial()135 maVSSpacing.AddItem(mpImg[i], &mpImgSel[i],mpStr[i],&mpStrTip[i]); in initial()
76 Image* mpImgSel; member in svx::sidebar::TextCharacterSpacingControl
83 mpImgSel (NULL), in ParaLineSpacingControl()100 delete[] mpImgSel; in ~ParaLineSpacingControl()128 mpImgSel = new Image[4]; in initial()129 mpImgSel[0] = maSelSpacing1; in initial()130 mpImgSel[1] = maSelSpacing115; in initial()131 mpImgSel[2] = maSelSpacing15; in initial()132 mpImgSel[3] = maSelSpacing2; in initial()146 maLineSpacing.AddItem(mpImg[i], &mpImgSel[i],mpStr[i],&mpStrTip[i]); in initial()
97 Image* mpImgSel; member in svx::sidebar::ParaLineSpacingControl
Completed in 22 milliseconds