Lines Matching refs:rStr
131 String& rStr = GetExtraData(); in ~CopyDlg() local
133 rStr = UniString::CreateFromInt64( maNumFldCopies.GetValue() ); in ~CopyDlg()
134 rStr.Append( TOKEN ); in ~CopyDlg()
136 rStr += UniString::CreateFromInt64( maMtrFldMoveX.GetValue() ); in ~CopyDlg()
137 rStr.Append( TOKEN ); in ~CopyDlg()
139 rStr += UniString::CreateFromInt64( maMtrFldMoveY.GetValue() ); in ~CopyDlg()
140 rStr.Append( TOKEN ); in ~CopyDlg()
142 rStr += UniString::CreateFromInt64( maMtrFldAngle.GetValue() ); in ~CopyDlg()
143 rStr.Append( TOKEN ); in ~CopyDlg()
145 rStr += UniString::CreateFromInt64( maMtrFldWidth.GetValue() ); in ~CopyDlg()
146 rStr.Append( TOKEN ); in ~CopyDlg()
148 rStr += UniString::CreateFromInt64( maMtrFldHeight.GetValue() ); in ~CopyDlg()
149 rStr.Append( TOKEN ); in ~CopyDlg()
151 rStr += UniString::CreateFromInt32( (long)maLbStartColor.GetSelectEntryColor().GetColor() ); in ~CopyDlg()
152 rStr.Append( TOKEN ); in ~CopyDlg()
154 rStr += UniString::CreateFromInt32( (long)maLbEndColor.GetSelectEntryColor().GetColor() ); in ~CopyDlg()