| /trunk/main/drawinglayer/source/primitive2d/ | 
| H A D | graphicprimitivehelper2d.cxx | 721 …       aOut.DrawTextLine(aPointA, nWidth, STRIKEOUT_SINGLE, UNDERLINE_SINGLE, UNDERLINE_SMALLWAVE);  in create2DDecompositionOfGraphic()722 …       aOut.DrawTextLine(aPointB, nWidth, STRIKEOUT_SINGLE, UNDERLINE_SINGLE, UNDERLINE_SMALLWAVE);  in create2DDecompositionOfGraphic()
 723 …       aOut.DrawTextLine(aPointC, nWidth, STRIKEOUT_SINGLE, UNDERLINE_SINGLE, UNDERLINE_SMALLWAVE);  in create2DDecompositionOfGraphic()
 
 | 
| /trunk/main/starmath/source/ | 
| H A D | view.cxx | 959 void SmViewShell::DrawTextLine(OutputDevice& rDevice, const Point& rPosition, const String& rLine)  in DrawTextLine()  function in SmViewShell1027 				DrawTextLine(rDevice, aPoint, aText);  in DrawText()
 1039 				DrawTextLine(rDevice, aPoint, aLine);  in DrawText()
 1045 			DrawTextLine(rDevice, aPoint, aLine);  in DrawText()
 
 | 
| /trunk/main/sw/source/core/text/ | 
| H A D | itrpaint.hxx | 48 	void DrawTextLine( const SwRect &rPaint, SwSaveClip &rClip,
 | 
| H A D | itrpaint.cxx | 168 void SwTxtPainter::DrawTextLine( const SwRect &rPaint, SwSaveClip &rClip,  in DrawTextLine()  function in SwTxtPainter
 | 
| H A D | frmpaint.cxx | 728 				aLine.DrawTextLine( rRect, aClip, IsUndersized() );  in Paint()
 | 
| /trunk/main/starmath/inc/ | 
| H A D | view.hxx | 235 	void DrawTextLine(OutputDevice& rDevice,
 | 
| /trunk/main/vcl/source/gdi/ | 
| H A D | pdfwriter.cxx | 83 void PDFWriter::DrawTextLine(  in DrawTextLine()  function in PDFWriter
 | 
| H A D | pdfwriter_impl2.cxx | 879 …m_rOuterFace.DrawTextLine( pA->GetStartPoint(), pA->GetWidth(), pA->GetStrikeout(), pA->GetUnderli…  in playMetafile()
 | 
| H A D | outdev3.cxx | 5438 void OutputDevice::DrawTextLine( const Point& rPos, long nWidth,  in DrawTextLine()  function in OutputDevice5480 …     mpAlphaVDev->DrawTextLine( rPos, nWidth, eStrikeout, eUnderline, eOverline, bUnderlineAbove );  in DrawTextLine()
 
 | 
| H A D | metaact.cxx | 1704 	pOut->DrawTextLine( maPos, mnWidth, meStrikeout, meUnderline, meOverline );  in Execute()
 | 
| /trunk/main/vcl/inc/vcl/ | 
| H A D | pdfwriter.hxx | 743 	void				DrawTextLine( const Point& rPos, long nWidth,
 | 
| H A D | outdev.hxx | 596     void                DrawTextLine( const Point& rPos, long nWidth,
 | 
| /trunk/main/svtools/source/control/ | 
| H A D | roadmap.cxx | 688 …DrawTextLine( aTextPos, aOutputSize.Width(), STRIKEOUT_NONE, UNDERLINE_SINGLE, UNDERLINE_NONE, sal…  in DrawHeadline()
 |