Home
last modified time | relevance | path

Searched refs:aUnderlineColor (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsvdotextdecomposition.cxx285 const Color aUnderlineColor(rInfo.maTextLineColor); in impCreateTextPortionPrimitive() local
286 …asegfx::BColor aBUnderlineColor((0xffffffff == aUnderlineColor.GetColor()) ? aBFontColor : aUnderl… in impCreateTextPortionPrimitive()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4098 Color aUnderlineColor = GetTextLineColor(); in ImplDrawTextLine() local
4114 aUnderlineColor = GetTextColor(); in ImplDrawTextLine()
4124 … ImplDrawWaveTextLine( nX, nY, nDistX, 0, nWidth, eUnderline, aUnderlineColor, bUnderlineAbove ); in ImplDrawTextLine()
4144 …ImplDrawStraightTextLine( nX, nY, nDistX, 0, nWidth, eUnderline, aUnderlineColor, bUnderlineAbove … in ImplDrawTextLine()
H A Dpdfwriter_impl.cxx8372 Color aUnderlineColor = m_aCurrentPDFState.m_aTextLineColor; in drawTextLine() local
8404 if ( aUnderlineColor.GetTransparency() != 0 ) in drawTextLine()
8405 aUnderlineColor = aStrikeoutColor; in drawTextLine()
8412 drawWaveTextLine( aLine, nWidth, eUnderline, aUnderlineColor, bUnderlineAbove ); in drawTextLine()
8427 drawStraightTextLine( aLine, nWidth, eUnderline, aUnderlineColor, bUnderlineAbove ); in drawTextLine()

Completed in 103 milliseconds