Searched refs:rMutableOut (Results 1 – 1 of 1) sorted by relevance
1237 OutputDevice &rMutableOut = const_cast<OutputDevice &>(rOut); in AttrSetToLineHeight() local1238 const Font aOldFont(rMutableOut.GetFont()); in AttrSetToLineHeight()1240 rMutableOut.SetFont(aFont.GetActualFont()); in AttrSetToLineHeight()1241 long nHeight = rMutableOut.GetTextHeight(); in AttrSetToLineHeight()1243 rMutableOut.SetFont(aOldFont); in AttrSetToLineHeight()
Completed in 12 milliseconds