Home
last modified time | relevance | path

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

/AOO41X/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.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()
/AOO41X/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1846 SalLayout* pSalLayout = mpMacTextStyle->GetTextLayout(); in GetTextLayout() local
1847 return pSalLayout; in GetTextLayout()