Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx5635 if( pSalLayout ) in DrawText()
5701 if( pSalLayout ) in DrawTextArray()
5726 if( !pSalLayout ) in GetTextArray()
5776 if( !pSalLayout ) in GetCaretPositions()
5843 if( pSalLayout ) in DrawStretchText()
6051 if( !pSalLayout ) in ImplLayout()
6055 if( pSalLayout && !pSalLayout->LayoutText( aLayoutArgs ) ) in ImplLayout()
6061 if( !pSalLayout ) in ImplLayout()
6254 if( pSalLayout ) in GetTextBreak()
7554 if( pSalLayout ) in GetTextBoundRect()
[all …]
H A Dprint2.cxx585 SalLayout* pSalLayout = rOut.ImplLayout( rTextAct.GetText(), rTextAct.GetIndex(), in ImplCalcActionBounds() local
588 if( pSalLayout ) in ImplCalcActionBounds()
590 … Rectangle aBoundRect( const_cast<OutputDevice&>(rOut).ImplGetTextBoundRect( *pSalLayout ) ); in ImplCalcActionBounds()
592 pSalLayout->Release(); in ImplCalcActionBounds()
616 SalLayout* pSalLayout = rOut.ImplLayout( rTextAct.GetText(), rTextAct.GetIndex(), in ImplCalcActionBounds() local
619 if( pSalLayout ) in ImplCalcActionBounds()
621 … Rectangle aBoundRect( const_cast<OutputDevice&>(rOut).ImplGetTextBoundRect( *pSalLayout ) ); in ImplCalcActionBounds()
623 pSalLayout->Release(); in ImplCalcActionBounds()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1846 SalLayout* pSalLayout = mpMacTextStyle->GetTextLayout(); in GetTextLayout() local
1847 return pSalLayout; in GetTextLayout()

Completed in 69 milliseconds