Home
last modified time | relevance | path

Searched refs:pDisplayText (Results 1 – 10 of 10) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx5565 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()
6342 MetricVector* pVector, String* pDisplayText, in ImplDrawText() argument
6652 MetricVector* pVector, String* pDisplayText, in DrawText() argument
6658 pDisplayText = &mpOutDevData->mpRecordLayout->m_aDisplayText; in DrawText()
7078 DrawText( rPos, aStr, nIndex, nLen, pVector, pDisplayText ); in DrawCtrlText()
[all …]
/trunk/main/vcl/source/control/
H A Dgroup.cxx216 String* pDisplayText = bLayout ? &mpControlData->mpLayoutData->m_aDisplayText : NULL; in ImplDraw() local
217 DrawControlText( *pDev, aRect, aText, nTextStyle, pVector, pDisplayText ); in ImplDraw()
H A Dfixed.cxx499 String* pDisplayText = bLayout ? &mpControlData->mpLayoutData->m_aDisplayText : NULL; in ImplDraw() local
533 DrawText( aTextPt, aText, 0, STRING_LEN, pVector, pDisplayText ); in ImplDraw()
557 DrawControlText( *this, aRect, aText, nStyle, pVector, pDisplayText ); in ImplDraw()
H A Dilstbox.cxx1891 String* pDisplayText = bLayout ? &mpControlData->mpLayoutData->m_aDisplayText : NULL; in DrawEntry() local
1928 DrawText( aTextRect, aStr, nDrawStyle, pVector, pDisplayText ); in DrawEntry()
3045 String* pDisplayText = bLayout ? &mpControlData->mpLayoutData->m_aDisplayText : NULL; in DrawEntry() local
3046 DrawText( aTextRect, maString, nTextStyle, pVector, pDisplayText ); in DrawEntry()
H A Dbutton.cxx384 String *pDisplayText = bLayout ? &mpControlData->mpLayoutData->m_aDisplayText : NULL; in ImplDrawAlignedImage() local
406 DrawControlText( *pDev, aOutRect, aText, nTextStyle, pVector, pDisplayText ); in ImplDrawAlignedImage()
658 … pDev->DrawText( Rectangle( aTextPos, aTextSize ), aText, nTextStyle, pVector, pDisplayText ); in ImplDrawAlignedImage()
2298 String* pDisplayText = bLayout ? &mpControlData->mpLayoutData->m_aDisplayText : NULL; in ImplDraw() local
2416 … pDev->DrawCtrlText( aTxtPos, aText, 0, STRING_LEN, TEXT_DRAW_MNEMONIC, pVector, pDisplayText ); in ImplDraw()
H A Dedit.cxx531 String* pDisplayText = &mpControlData->mpLayoutData->m_aDisplayText; in ImplRepaint() local
533 DrawText( aPos, aText, nStart, nEnd - nStart, pVector, pDisplayText ); in ImplRepaint()
/trunk/main/vcl/inc/vcl/
H A Doutdev.hxx420 … MetricVector* pVector, String* pDisplayText, ::vcl::ITextLayout& _rLayout );
605 MetricVector* pVector = NULL, String* pDisplayText = NULL );
644 MetricVector* pVector = NULL, String* pDisplayText = NULL,
654 …al_uInt16 nStyle = TEXT_DRAW_MNEMONIC, MetricVector* pVector = NULL, String* pDisplayText = NULL );
/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx136 String* pDisplayText = bLayoutOnly ? &_pLayoutData->m_aDisplayText : NULL; in Paint() local
207 _rDevice.DrawText( aPrimaryRect, m_sPrimaryText, nDrawTextStyle, pTextMetrics, pDisplayText ); in Paint()
210 … _rDevice.DrawText( aSecondaryRect, m_sSecondaryText, nDrawTextStyle, pTextMetrics, pDisplayText ); in Paint()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3440 String* pDisplayText = bLayout ? &mpData->m_pLayoutData->m_aDisplayText : NULL; in ImplDrawItem() local
3542 … DrawCtrlText( aPos, pItem->maText, 0, STRING_LEN, TEXT_DRAW_MNEMONIC, pVector, pDisplayText ); in ImplDrawItem()
3765 0, STRING_LEN, nTextStyle, pVector, pDisplayText ); in ImplDrawItem()
H A Dmenu.cxx2831 String* pDisplayText = bLayout ? &mpLayoutData->m_aDisplayText : NULL; in ImplPaint() local
2863 … pWin->DrawCtrlText( aTmpPos, aItemText, 0, aItemText.Len(), nStyle, pVector, pDisplayText ); in ImplPaint()

Completed in 185 milliseconds