Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/gdi/
H A Doutdev3.cxx5954 ImplLayoutArgs aLayoutArgs( rStr.GetBuffer(), rStr.Len(), nMinIndex, nEndIndex, nLayoutFlags ); in ImplPrepareLayoutArgs() local
5957 aLayoutArgs.SetOrientation( nOrientation ); in ImplPrepareLayoutArgs()
5959 aLayoutArgs.SetLayoutWidth( nPixelWidth ); in ImplPrepareLayoutArgs()
5960 aLayoutArgs.SetDXArray( pDXArray ); in ImplPrepareLayoutArgs()
5962 return aLayoutArgs; in ImplPrepareLayoutArgs()
6044 …ImplLayoutArgs aLayoutArgs = ImplPrepareLayoutArgs( aStr, nMinIndex, nLen, nPixelWidth, pDXArray ); in ImplLayout() local
6049 pSalLayout = mpPDFWriter->GetTextLayout( aLayoutArgs, &mpFontEntry->maFontSelData ); in ImplLayout()
6052 pSalLayout = mpGraphics->GetTextLayout( aLayoutArgs, 0 ); in ImplLayout()
6055 if( pSalLayout && !pSalLayout->LayoutText( aLayoutArgs ) ) in ImplLayout()
6066 if( aLayoutArgs.NeedFallback() ) in ImplLayout()
[all …]