Home
last modified time | relevance | path

Searched refs:bTextLines (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx845 void drawLayout( SalLayout& rLayout, const String& rText, bool bTextLines );
846 void drawRelief( SalLayout& rLayout, const String& rText, bool bTextLines );
847 void drawShadow( SalLayout& rLayout, const String& rText, bool bTextLines );
1220 …const String& rText, xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN, bool bTextLines = true );
1221 …32* pDXArray = NULL, xub_StrLen nIndex = 0, xub_StrLen nLen = STRING_LEN, bool bTextLines = true );
1224 bool bTextLines = true );
1225 …Text( const Rectangle& rRect, const String& rOrigStr, sal_uInt16 nStyle, bool bTextLines = true );
H A Dpdfwriter_impl.cxx7054 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
[all …]
H A Doutdev3.cxx4597 void OutputDevice::ImplDrawTextDirect( SalLayout& rSalLayout, sal_Bool bTextLines ) in ImplDrawTextDirect() argument
4634 if( bTextLines ) in ImplDrawTextDirect()
/AOO41X/main/sw/source/core/txtnode/
H A Dfntcap.cxx599 const sal_Bool bTextLines = aFont.GetUnderline() != UNDERLINE_NONE in DoOnCapitals() local
602 const sal_Bool bWordWise = bTextLines && aFont.IsWordLineMode() && in DoOnCapitals()
606 if ( bTextLines ) in DoOnCapitals()
827 if( bTextLines ) in DoOnCapitals()
/AOO41X/main/vcl/inc/vcl/
H A Doutdev.hxx424 SAL_DLLPRIVATE void ImplDrawTextDirect( SalLayout&, sal_Bool bTextLines );