Lines Matching refs:bTextLines

7054 void PDFWriterImpl::drawRelief( SalLayout& rLayout, const String& rText, bool bTextLines )  in drawRelief()  argument
7087 drawLayout( rLayout, rText, bTextLines ); in drawRelief()
7095 drawLayout( rLayout, rText, bTextLines ); in drawRelief()
7101 void PDFWriterImpl::drawShadow( SalLayout& rLayout, const String& rText, bool bTextLines ) in drawShadow() argument
7123 drawLayout( rLayout, rText, bTextLines ); in drawShadow()
7312 void PDFWriterImpl::drawLayout( SalLayout& rLayout, const String& rText, bool bTextLines ) in drawLayout() argument
7317 drawRelief( rLayout, rText, bTextLines ); in drawLayout()
7321 drawShadow( rLayout, rText, bTextLines ); in drawLayout()
7563 if( bTextLines && in drawLayout()
7743 …Text( const Point& rPos, const String& rText, xub_StrLen nIndex, xub_StrLen nLen, bool bTextLines ) in drawText() argument
7754 drawLayout( *pLayout, rText, bTextLines ); in drawText()
7759 …nst String& rText, const sal_Int32* pDXArray, xub_StrLen nIndex, xub_StrLen nLen, bool bTextLines ) in drawTextArray() argument
7770 drawLayout( *pLayout, rText, bTextLines ); in drawTextArray()
7775 … rPos, sal_uLong nWidth, const String& rText, xub_StrLen nIndex, xub_StrLen nLen, bool bTextLines ) in drawStretchText() argument
7786 drawLayout( *pLayout, rText, bTextLines ); in drawStretchText()
7791 …mpl::drawText( const Rectangle& rRect, const String& rOrigStr, sal_uInt16 nStyle, bool bTextLines ) in drawText() argument
7879 drawText( aPos, aStr, nIndex, nLineLen, bTextLines ); in drawText()
7889 drawText( aPos, aLastLine, 0, STRING_LEN, bTextLines ); in drawText()
7922 drawText( aPos, aStr, 0, STRING_LEN, bTextLines ); in drawText()