Lines Matching refs:ScResId
60 ScResId(RID_PROPERTYPANEL_SC_ALIGNMENT)), in AlignmentPropertyPanel()
64 ScResId(TBX_HORIZONTAL_ALIGNMENT))), in AlignmentPropertyPanel()
68 ScResId(TBX_VERTICAL_ALIGN))), in AlignmentPropertyPanel()
69 mpFTLeftIndent(new FixedText(this, ScResId(FT_LEFT_INDENT))), in AlignmentPropertyPanel()
70 mpMFLeftIndent(new MetricField(this, ScResId(MF_LEFT_INDENT))), in AlignmentPropertyPanel()
71 mpCBXWrapText(new CheckBox(this, ScResId(CBX_WRAP))), in AlignmentPropertyPanel()
72 mpCBXMergeCell(new CheckBox(this, ScResId(CBX_MERGE))), in AlignmentPropertyPanel()
73 mpFtRotate(new FixedText(this, ScResId(FT_ORIENT))), in AlignmentPropertyPanel()
74 mpCtrlDial(new svx::sidebar::SidebarDialControl(this, ScResId(DIAL_CONTROL))), // , true)), in AlignmentPropertyPanel()
75 mpMtrAngle(new MetricBox(this, ScResId(CBOX_ANGLE))), in AlignmentPropertyPanel()
76 mpCbStacked(new CheckBox(this, ScResId(CBX_VERT))), in AlignmentPropertyPanel()
84 maIMGAlignLeft(ScResId(IMG_ALIGN_LEFT)), in AlignmentPropertyPanel()
85 maIMGAlignCenter(ScResId(IMG_ALIGN_CENTER)), in AlignmentPropertyPanel()
86 maIMGAlignRight(ScResId(IMG_ALIGN_RIGHT)), in AlignmentPropertyPanel()
87 maIMGAlignJust(ScResId(IMG_ALIGN_JUST)), in AlignmentPropertyPanel()
88 maIMGAlignTop(ScResId(IMG_ALIGN_TOP)), in AlignmentPropertyPanel()
89 maIMGAlignCenterV(ScResId(IMG_ALIGN_CENTER_V)), in AlignmentPropertyPanel()
90 maIMGAlignBottom(ScResId(IMG_ALIGN_BOTTOM)), in AlignmentPropertyPanel()