Lines Matching refs:rTargetDevice

6340 void OutputDevice::ImplDrawText( OutputDevice& rTargetDevice, const Rectangle& rRect,  in ImplDrawText()  argument
6352 const StyleSettings& rStyleSettings( rTargetDevice.GetSettings().GetStyleSettings() ); in ImplDrawText()
6356 if( rTargetDevice.IsBackground() ) in ImplDrawText()
6357 aCol = rTargetDevice.GetBackground().GetColor(); in ImplDrawText()
6368 aOldTextColor = rTargetDevice.GetTextColor(); in ImplDrawText()
6369 if ( rTargetDevice.IsTextFillColor() ) in ImplDrawText()
6372 aOldTextFillColor = rTargetDevice.GetTextFillColor(); in ImplDrawText()
6375 rTargetDevice.SetTextColor( COL_GREEN ); in ImplDrawText()
6377 rTargetDevice.SetTextColor( COL_LIGHTGREEN ); in ImplDrawText()
6388rTargetDevice.SetTextColor( rTargetDevice.GetSettings().GetStyleSettings().GetDisableColor() ); in ImplDrawText()
6400 long nTextHeight = rTargetDevice.GetTextHeight(); in ImplDrawText()
6401 TextAlign eAlign = rTargetDevice.GetTextAlign(); in ImplDrawText()
6408 …const bool bDrawMnemonics = !(rTargetDevice.GetSettings().GetStyleSettings().GetOptions() & STYLE_… in ImplDrawText()
6446 … aLastLine = ImplGetEllipsisString( rTargetDevice, aLastLine, nWidth, nStyle, _rLayout ); in ImplDrawText()
6464 rTargetDevice.Push( PUSH_CLIPREGION ); in ImplDrawText()
6465 rTargetDevice.IntersectClipRegion( rRect ); in ImplDrawText()
6478 aPos.Y() += rTargetDevice.GetFontMetric().GetAscent(); in ImplDrawText()
6504 … nMnemonicWidth = rTargetDevice.ImplLogicWidthToDevicePixel( ::abs((int)(lc_x1 - lc_x2)) ); in ImplDrawText()
6506 Point aTempPos = rTargetDevice.LogicToPixel( aPos ); in ImplDrawText()
6507 …nMnemonicX = rTargetDevice.GetOutOffXPixel() + aTempPos.X() + rTargetDevice.ImplLogicWidthToDevice… in ImplDrawText()
6508 …nMnemonicY = rTargetDevice.GetOutOffYPixel() + aTempPos.Y() + rTargetDevice.ImplLogicWidthToDevice… in ImplDrawText()
6509rTargetDevice.ImplDrawMnemonicLine( nMnemonicX, nMnemonicY, nMnemonicWidth ); in ImplDrawText()
6524 rTargetDevice.Pop(); in ImplDrawText()
6536 aStr = ImplGetEllipsisString( rTargetDevice, aStr, nWidth, nStyle, _rLayout ); in ImplDrawText()
6558 aPos.Y() += rTargetDevice.GetFontMetric().GetAscent(); in ImplDrawText()
6574 … nMnemonicWidth = rTargetDevice.ImplLogicWidthToDevicePixel( ::abs((int)(lc_x1 - lc_x2)) ); in ImplDrawText()
6576 Point aTempPos = rTargetDevice.LogicToPixel( aPos ); in ImplDrawText()
6577 …nMnemonicX = rTargetDevice.GetOutOffXPixel() + aTempPos.X() + rTargetDevice.ImplLogicWidthToDevice… in ImplDrawText()
6578 …nMnemonicY = rTargetDevice.GetOutOffYPixel() + aTempPos.Y() + rTargetDevice.ImplLogicWidthToDevice… in ImplDrawText()
6583 rTargetDevice.Push( PUSH_CLIPREGION ); in ImplDrawText()
6584 rTargetDevice.IntersectClipRegion( rRect ); in ImplDrawText()
6589 rTargetDevice.ImplDrawMnemonicLine( nMnemonicX, nMnemonicY, nMnemonicWidth ); in ImplDrawText()
6591 rTargetDevice.Pop(); in ImplDrawText()
6599 rTargetDevice.ImplDrawMnemonicLine( nMnemonicX, nMnemonicY, nMnemonicWidth ); in ImplDrawText()
6606 rTargetDevice.SetTextColor( aOldTextColor ); in ImplDrawText()
6608 rTargetDevice.SetTextFillColor( aOldTextFillColor ); in ImplDrawText()
6839 String OutputDevice::ImplGetEllipsisString( const OutputDevice& rTargetDevice, const XubString& rOr… in ImplGetEllipsisString() argument
6906 …aStr = OutputDevice::ImplGetEllipsisString( rTargetDevice, aStr, nMaxWidth, nStyle | TEXT_DRAW_END… in ImplGetEllipsisString()
6921 …aStr = OutputDevice::ImplGetEllipsisString( rTargetDevice, aStr, nMaxWidth, nStyle | TEXT_DRAW_END… in ImplGetEllipsisString()
6931 …aStr = OutputDevice::ImplGetEllipsisString( rTargetDevice, aStr, nMaxWidth, nStyle | TEXT_DRAW_END… in ImplGetEllipsisString()