Lines Matching refs:pVector

5565                              MetricVector* pVector, String* pDisplayText  in DrawText()  argument
5570 pVector = &mpOutDevData->mpRecordLayout->m_aUnicodeBoundRects; in DrawText()
5584 if( pVector ) in DrawText()
5616 pVector->push_back( *it ); in DrawText()
5625 GetGlyphBoundRects( rStartPt, rStr, nIndex, nLen, nIndex, *pVector ); in DrawText()
5631 if ( !IsDeviceOutputNecessary() || pVector ) in DrawText()
5642 mpAlphaVDev->DrawText( rStartPt, rStr, nIndex, nLen, pVector, pDisplayText ); in DrawText()
6342 MetricVector* pVector, String* pDisplayText, in ImplDrawText() argument
6348 if ( (nStyle & TEXT_DRAW_DISABLE) && ! pVector ) in ImplDrawText()
6408 …TargetDevice.GetSettings().GetStyleSettings().GetOptions() & STYLE_OPTION_NOMNEMONICS) && !pVector; in ImplDrawText()
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()
6604 if ( nStyle & TEXT_DRAW_DISABLE && !pVector ) in ImplDrawText()
6652 MetricVector* pVector, String* pDisplayText, in DrawText() argument
6657 pVector = &mpOutDevData->mpRecordLayout->m_aUnicodeBoundRects; in DrawText()
6668 …if ( ( !IsDeviceOutputNecessary() && !pVector && !bDecomposeTextRectAction ) || !rOrigStr.Len() ||… 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
7043 if ( nStyle & TEXT_DRAW_DISABLE && ! pVector ) in DrawCtrlText()
7078 DrawText( rPos, aStr, nIndex, nLen, pVector, pDisplayText ); in DrawCtrlText()
7079 … if ( !(GetSettings().GetStyleSettings().GetOptions() & STYLE_OPTION_NOMNEMONICS) && !pVector ) in DrawCtrlText()
7090 DrawText( rPos, aStr, nIndex, nLen, pVector, pDisplayText ); in DrawCtrlText()
7091 … if ( !(GetSettings().GetStyleSettings().GetOptions() & STYLE_OPTION_NOMNEMONICS) && !pVector ) in DrawCtrlText()
7099 mpAlphaVDev->DrawCtrlText( rPos, rStr, nIndex, nLen, nStyle, pVector, pDisplayText ); in DrawCtrlText()