Lines Matching refs:pDisplayText

5565                              MetricVector* pVector, String* pDisplayText  in DrawText()  argument
5571 pDisplayText = &mpOutDevData->mpRecordLayout->m_aDisplayText; in DrawText()
5617 if( pDisplayText ) in DrawText()
5618 pDisplayText->Append( rStr.GetChar( nIndex ) ); in DrawText()
5626 if( pDisplayText ) in DrawText()
5627 pDisplayText->Append( rStr.Copy( nIndex, nLen ) ); in DrawText()
5642 mpAlphaVDev->DrawText( rStartPt, rStr, nIndex, nLen, pVector, pDisplayText ); in DrawText()
6342 MetricVector* pVector, String* pDisplayText, in ImplDrawText() argument
6490 _rLayout.DrawText( aPos, aStr, nIndex, nLineLen, pVector, pDisplayText ); in ImplDrawText()
6520 _rLayout.DrawText( aPos, aLastLine, 0, STRING_LEN, pVector, pDisplayText ); in ImplDrawText()
6585 _rLayout.DrawText( aPos, aStr, 0, STRING_LEN, pVector, pDisplayText ); in ImplDrawText()
6595 _rLayout.DrawText( aPos, aStr, 0, STRING_LEN, pVector, pDisplayText ); in ImplDrawText()
6652 MetricVector* pVector, String* pDisplayText, in DrawText() argument
6658 pDisplayText = &mpOutDevData->mpRecordLayout->m_aDisplayText; in DrawText()
6688 …ImplDrawText( *this, rRect, rOrigStr, nStyle, pVector, pDisplayText, _pTextLayout ? *_pTextLayout … in DrawText()
6694 mpAlphaVDev->DrawText( rRect, rOrigStr, nStyle, pVector, pDisplayText ); in DrawText()
6973 sal_uInt16 nStyle, MetricVector* pVector, String* pDisplayText ) in DrawCtrlText() argument
7078 DrawText( rPos, aStr, nIndex, nLen, pVector, pDisplayText ); in DrawCtrlText()
7090 DrawText( rPos, aStr, nIndex, nLen, pVector, pDisplayText ); in DrawCtrlText()
7099 mpAlphaVDev->DrawCtrlText( rPos, rStr, nIndex, nLen, nStyle, pVector, pDisplayText ); in DrawCtrlText()