Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/sidebar/text/
H A DTextCharacterSpacingControl.cxx186 String aStrTip( maStrCusE); //LAST CUSTOM no tip defect //add in Rearrange() local
187 aStrTip.Append( String::CreateFromDouble( (double)mnCustomKern / 10)); in Rearrange()
188 aStrTip.Append( xub_Unicode(' ') ); in Rearrange()
189 aStrTip.Append(maStrUnit); // modify in Rearrange()
190 maVSSpacing.SetItemText(6,aStrTip); in Rearrange()
194 String aStrTip(maStrCusC) ; //LAST CUSTOM no tip defect //add in Rearrange() local
196 aStrTip.Append( xub_Unicode( ' ' ) ); in Rearrange()
197 aStrTip.Append(maStrUnit); // modify in Rearrange()
198 maVSSpacing.SetItemText( 6, aStrTip ); in Rearrange()
202 String aStrTip(maStrCusN) ; //LAST CUSTOM no tip defect //add in Rearrange() local
[all …]
/aoo41x/main/svx/source/sidebar/line/
H A DLineWidthControl.cxx227 String aStrTip( String::CreateFromDouble( (double)mnCustomWidth / 10)); in SetWidthSelect() local
228 aStrTip.Append(mstrPT); // in SetWidthSelect()
229 maVSWidth.SetItemText(9, aStrTip); in SetWidthSelect()

Completed in 13 milliseconds