Lines Matching refs:eStrikeout

3942                                           FontStrikeout eStrikeout,  in ImplDrawStrikeoutLine()  argument
3952 if ( eStrikeout > STRIKEOUT_LAST ) in ImplDrawStrikeoutLine()
3953 eStrikeout = STRIKEOUT_SINGLE; in ImplDrawStrikeoutLine()
3955 switch ( eStrikeout ) in ImplDrawStrikeoutLine()
3986 switch ( eStrikeout ) in ImplDrawStrikeoutLine()
4006 FontStrikeout eStrikeout, in ImplDrawStrikeoutChar() argument
4015 if ( eStrikeout == STRIKEOUT_SLASH ) in ImplDrawStrikeoutChar()
4089 FontStrikeout eStrikeout, in ImplDrawTextLine() argument
4136 if ( (eStrikeout == STRIKEOUT_SLASH) || in ImplDrawTextLine()
4137 (eStrikeout == STRIKEOUT_X) ) in ImplDrawTextLine()
4139 ImplDrawStrikeoutChar( nX, nY, nDistX, 0, nWidth, eStrikeout, aStrikeoutColor ); in ImplDrawTextLine()
4150 ImplDrawStrikeoutLine( nX, nY, nDistX, 0, nWidth, eStrikeout, aStrikeoutColor ); in ImplDrawTextLine()
4156 …FontStrikeout eStrikeout, FontUnderline eUnderline, FontUnderline eOverline, sal_Bool bWordLine, s… in ImplDrawTextLines() argument
4194 eStrikeout, eUnderline, eOverline, bUnderlineAbove ); in ImplDrawTextLines()
4203 eStrikeout, eUnderline, eOverline, bUnderlineAbove ); in ImplDrawTextLines()
4211 eStrikeout, eUnderline, eOverline, bUnderlineAbove ); in ImplDrawTextLines()
5439 FontStrikeout eStrikeout, in DrawTextLine() argument
5448 …mpMetaFile->AddAction( new MetaTextLineAction( rPos, nWidth, eStrikeout, eUnderline, eOverline ) ); in DrawTextLine()
5452 ((eStrikeout == STRIKEOUT_NONE) || (eStrikeout == STRIKEOUT_DONTKNOW)) ) in DrawTextLine()
5477 …ImplDrawTextLine( aPos.X(), aPos.X(), 0, nWidth, eStrikeout, eUnderline, eOverline, bUnderlineAbov… in DrawTextLine()
5480 … mpAlphaVDev->DrawTextLine( rPos, nWidth, eStrikeout, eUnderline, eOverline, bUnderlineAbove ); in DrawTextLine()