Searched refs:aUnderlineColor (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/svx/source/svdraw/ |
H A D | svdotextdecomposition.cxx | 285 const Color aUnderlineColor(rInfo.maTextLineColor); in impCreateTextPortionPrimitive() local 286 …asegfx::BColor aBUnderlineColor((0xffffffff == aUnderlineColor.GetColor()) ? aBFontColor : aUnderl… in impCreateTextPortionPrimitive()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 4098 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 D | pdfwriter_impl.cxx | 8372 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 101 milliseconds