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.cxx5634 SalLayout* pSalLayout = ImplLayout( rStr, nIndex, nLen, rStartPt, 0, NULL, true ); in DrawText() local
5635 if( pSalLayout ) in DrawText()
5637 ImplDrawText( *pSalLayout ); in DrawText()
5638 pSalLayout->Release(); in DrawText()
5700 SalLayout* pSalLayout = ImplLayout( rStr, nIndex, nLen, rStartPt, 0, pDXAry, true ); in DrawTextArray() local
5701 if( pSalLayout ) in DrawTextArray()
5703 ImplDrawText( *pSalLayout ); in DrawTextArray()
5704 pSalLayout->Release(); in DrawTextArray()
5725 SalLayout* pSalLayout = ImplLayout( rStr, nIndex, nLen ); in GetTextArray() local
5726 if( !pSalLayout ) in GetTextArray()
[all …]
H A Dprint2.cxx583 SalLayout* pSalLayout = rOut.ImplLayout( rTextAct.GetText(), rTextAct.GetIndex(), in ImplCalcActionBounds() local
586 if( pSalLayout ) in ImplCalcActionBounds()
588 … Rectangle aBoundRect( const_cast<OutputDevice&>(rOut).ImplGetTextBoundRect( *pSalLayout ) ); in ImplCalcActionBounds()
590 pSalLayout->Release(); in ImplCalcActionBounds()
614 SalLayout* pSalLayout = rOut.ImplLayout( rTextAct.GetText(), rTextAct.GetIndex(), in ImplCalcActionBounds() local
617 if( pSalLayout ) in ImplCalcActionBounds()
619 … Rectangle aBoundRect( const_cast<OutputDevice&>(rOut).ImplGetTextBoundRect( *pSalLayout ) ); in ImplCalcActionBounds()
621 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()