/aoo41x/main/vcl/source/gdi/ |
H A D | textlayout.cxx | 65 …void DefaultTextLayout::DrawText( const Point& _rStartPoint, const XubString& _rText, xub_StrLen _… in DrawText() function in vcl::DefaultTextLayout 68 … m_rTargetDevice.DrawText( _rStartPoint, _rText, _nStartIndex, _nLength, _pVector, _pDisplayText ); in DrawText() 101 …virtual void DrawText( const Point& _rStartPoint, const XubString& _rText, xub_StrLen _nSta… 109 …Rectangle DrawText( const Rectangle& _rRect, const XubString& _rText, sal_uInt16 _nStyle, Metric… 239 …void ReferenceDeviceTextLayout::DrawText( const Point& _rStartPoint, const XubString& _rText, xub_… in DrawText() function in vcl::ReferenceDeviceTextLayout 309 …Rectangle ReferenceDeviceTextLayout::DrawText( const Rectangle& _rRect, const XubString& _rText, s… in DrawText() function in vcl::ReferenceDeviceTextLayout 327 m_rTargetDevice.DrawText( aRect, _rText, _nStyle, _pVector, _pDisplayText, this ); in DrawText() 375 …Rectangle ControlTextRenderer::DrawText( const Rectangle& _rRect, const XubString& _rText, sal_uIn… in DrawText() function in vcl::ControlTextRenderer 378 return m_pImpl->DrawText( _rRect, _rText, _nStyle, _pVector, _pDisplayText ); in DrawText()
|
/aoo41x/main/sd/source/filter/html/ |
H A D | htmlattr.cxx | 69 DrawText( aTextRect, String(SdResId(STR_HTMLATTR_TEXT)), in Paint() 74 DrawText( aTextRect, String(SdResId(STR_HTMLATTR_LINK)), in Paint() 79 DrawText( aTextRect, String(SdResId(STR_HTMLATTR_ALINK)), in Paint() 84 DrawText( aTextRect, String(SdResId(STR_HTMLATTR_VLINK)), in Paint()
|
/aoo41x/main/svx/source/sidebar/tools/ |
H A D | ValueSetWithTextControl.cxx | 227 pDev->DrawText(aStrRect, maItems[nItemId-1].maItemText, TEXT_DRAW_ENDELLIPSIS); in UserDraw() 236 pDev->DrawText(aStrRect, maItems[nItemId-1].maItemText, TEXT_DRAW_ENDELLIPSIS); in UserDraw() 239 pDev->DrawText(aStrRect, maItems[nItemId-1].maItemText2, TEXT_DRAW_ENDELLIPSIS); in UserDraw() 373 pDev->DrawText(aSStart, sText); in UserDraw() 395 pDev->DrawText(aStart, sText); in UserDraw() 465 pDev->DrawText(aStart, sText); in UserDraw() 511 pDev->DrawText(aStart, sText); in UserDraw()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | drawdev.hxx | 51 inline void DrawText( const Point& rStart, const String& rTxt, 75 inline void SwDrawDev::DrawText( const Point& rStart, const String& rTxt, in DrawText() function in SwDrawDev 79 pOut->DrawText( rStart, rTxt, nIdx, nLen ); in DrawText() 81 pOut->DrawText( rStart - *pPos, rTxt, nIdx, nLen ); in DrawText()
|
/aoo41x/main/sw/source/ui/envelp/ |
H A D | labfmt.cxx | 189 DrawText(Point(lX1 - lLeftWidth, lY0 - 10 - lXHeight), aLeftStr); in Paint() 196 …DrawText(Point(lX0 - 10 - lUpperWidth, ROUND(lY0 + f * aItem.lUpper / 2 - lXHeight / 2)), aUpperSt… in Paint() 207 DrawText(Point(lX1 + lXWidth / 2, lY - lXHeight / 2), aWidthStr); in Paint() 208 DrawText(Point(lX - lHeightWidth / 2, lY2 - lXHeight - lXHeight / 2), aHeightStr); in Paint() 217 DrawText(Point(lX - lHDistWidth / 2, lY0 - 10 - lXHeight), aHDistStr); in Paint() 224 …DrawText(Point(lX0 - 10 - lVDistWidth, ROUND(lY1 + f * aItem.lVDist / 2 - lXHeight / 2)), aVDistSt… in Paint() 231 DrawText(Point((lX0 + lX0 + lOutlineW - 1) / 2 - lColsWidth / 2, lY + 5), aColsStr); in Paint() 238 DrawText(Point(lX + 5, (lY0 + lY0 + lOutlineH - 1 - lXHeight / 2) / 2), aRowsStr); in Paint()
|
/aoo41x/main/filter/source/graphicfilter/icgm/ |
H A D | outact.hxx | 93 …virtual void DrawText( ::com::sun::star::awt::Point&, ::com::sun::star::awt::Size&, char*, sal_… in DrawText() function in CGMOutAct 95 virtual sal_uInt32 DrawText( TextEntry*, NodeFrameSet&, sal_uInt32 ) { return 0; } ; in DrawText() function in CGMOutAct 136 …virtual void DrawText( ::com::sun::star::awt::Point& TextRectPos, ::com::sun::star::awt::Size& … 138 virtual sal_uInt32 DrawText( TextEntry*, NodeFrameSet&, sal_uInt32 ) ;
|
/aoo41x/main/svtools/source/control/ |
H A D | scriptedtext.cxx | 99 void DrawText( const Point& _rPos ); 289 void SvtScriptedTextHelper_Impl::DrawText( const Point& _rPos ) in DrawText() function in SvtScriptedTextHelper_Impl 313 mrOutDevice.DrawText( aCurrPos, maText, nThisPos, nNextPos - nThisPos ); in DrawText() 381 void SvtScriptedTextHelper::DrawText( const Point& _rPos ) in DrawText() function in SvtScriptedTextHelper 383 mpImpl->DrawText( _rPos ); in DrawText()
|
/aoo41x/main/vcl/inc/ |
H A D | textlayout.hxx | 48 …virtual void DrawText( const Point& _rStartPoint, const XubString& _rText, xub_StrLen _nSta… 76 virtual void DrawText( 115 Rectangle DrawText( const Rectangle& _rRect,
|
/aoo41x/main/svx/source/dialog/ |
H A D | svxbmpnumvalueset.cxx | 145 pVDev->DrawText(rLeft, rBulletChar); in lcl_PaintLevel() 151 pVDev->DrawText(rLeft, rText); in lcl_PaintLevel() 277 pDev->DrawText(aStart, sText); in UserDraw() 351 pVDev->DrawText(aLeft, sPrefixes[i]); in UserDraw() 385 pVDev->DrawText(aLeft, sSuffixes[i]); in UserDraw()
|
H A D | dlgctrl.cxx | 839 DrawText( aPtLT - aDiff, UniString::CreateFromAscii( in Paint() 841 DrawText( aPtLM - aDiff, UniString::CreateFromAscii( in Paint() 845 DrawText( aPtLB - aDiff, UniString::CreateFromAscii( in Paint() 848 DrawText( aPtLB - aDiff, UniString::CreateFromAscii( in Paint() 852 DrawText( aPtMT - aDiff, UniString::CreateFromAscii( in Paint() 854 DrawText( aPtRT - aDiff, UniString::CreateFromAscii( in Paint() 859 DrawText( aPtMB - aDiff, UniString::CreateFromAscii( in Paint() 862 DrawText( aPtMB - aDiff, UniString::CreateFromAscii( in Paint() 865 DrawText( aPtRM - Point( 0, aDiff.Y() ), UniString::CreateFromAscii( in Paint() 870 DrawText( aPtRB - aDiff, UniString::CreateFromAscii( in Paint() [all …]
|
H A D | rubydialog.cxx | 902 DrawText( Point( nLeftStart , nYBase), sBaseText ); in Paint() 911 DrawText( Point( nLeftStart , nYRuby), sRubyText ); in Paint() 921 DrawText( Point( nLeftStart , nYOutput), sOutputText ); in Paint() 924 DrawText( Point( nRightEnd - nOutTextWidth, nYOutput), sOutputText ); in Paint() 945 DrawText( Point( nLeftStart , nYOutput), cChar); in Paint() 953 DrawText( Point( nCenter - nOutTextWidth / 2 , nYOutput), sOutputText ); in Paint()
|
/aoo41x/main/tools/inc/tools/ |
H A D | postsys.h | 83 #ifdef DrawText 84 #undef DrawText 91 #define WIN_DrawText DrawText
|
H A D | postwin.h | 96 #ifdef DrawText 97 #undef DrawText 104 #define WIN_DrawText DrawText
|
/aoo41x/main/sw/source/core/text/ |
H A D | porglue.cxx | 105 aInf.DrawText( *this, aTxt.Len(), sal_True ); in Paint() 127 aInf.DrawText( aBulletPor, aBullet.Len(), sal_True ); in Paint() 132 rInf.DrawText( *this, rInf.GetLen(), sal_True ); in Paint()
|
H A D | portxt.cxx | 578 rInf.DrawText( aTxt, *this, 0, aTxt.Len(), false ); in Paint() 584 rInf.DrawText( aTxt, *this, 0, aTxt.Len(), false ); in Paint() 606 rInf.DrawText( *this, rInf.GetLen(), sal_False ); in Paint() 895 rInf.DrawText( aTxt, *this, 0, 1, false ); in Paint() 984 rInf.DrawText( aTxt, *this, 0, 0/*aTxt.getLength()*/, false ); in Paint()
|
H A D | porrst.cxx | 79 rInf.DrawText( aTmp, *this ); in Paint() 180 rInf.DrawText( aTxtDouble, *this, 0, 2, sal_True ); in Paint() 545 rInf.DrawText( aOutString, *this ); in Paint()
|
/aoo41x/main/vcl/unx/generic/printergfx/ |
H A D | text_gfx.cxx | 212 DrawText( rPoint, pUnicodes, nLen, pDeltaArray ); in DrawGlyphs() 335 PrinterGfx::DrawText ( in DrawText() function in PrinterGfx 614 aGSet.DrawText( *this, rPoint, pStr, nLen, pDeltaArray ); in drawText() 624 (*aIter).DrawText (*this, rPoint, pStr, nLen, pDeltaArray); in drawText() 632 maPS3Font.back().DrawText (*this, rPoint, pStr, nLen, pDeltaArray); in drawText()
|
/aoo41x/main/svx/source/stbctrls/ |
H A D | pszctrl.cxx | 391 pDev->DrawText( aPnt, aStr ); in Paint() 406 pDev->DrawText( aPnt, aStr ); in Paint() 414 pDev->DrawText( Point( in Paint()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | hintwin.cxx | 93 DrawText( Point(HINT_MARGIN,HINT_MARGIN), aTitle ); in Paint() 101 DrawText( aLineStart, aLine ); in Paint()
|
/aoo41x/main/sw/source/filter/ww8/dump/ |
H A D | dump8.cxx | 140 DrawText( aPos, aText ); in Paint() 143 DrawText( aPos, rMessg ); in Paint()
|
/aoo41x/main/dbaccess/source/ui/relationdesign/ |
H A D | RTableConnection.cxx | 150 …GetParent()->DrawText( aSourcePos, aSourceText, TEXT_DRAW_CLIP | TEXT_DRAW_CENTER | TEXT_DRAW_BOTT… in Draw() 151 GetParent()->DrawText( aDestPos, aDestText, TEXT_DRAW_CLIP | TEXT_DRAW_CENTER | TEXT_DRAW_BOTTOM); in Draw()
|
/aoo41x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_extlistbox.cxx | 597 DrawText( aPos, aShortTitle ); in DrawRow() 601 DrawText( aPos, pEntry->m_sTitle ); in DrawRow() 604 DrawText( Point( aPos.X() + aTitleWidth, aPos.Y() ), pEntry->m_sVersion ); in DrawRow() 633 DrawText( Rectangle( aPos.X(), aPos.Y(), rRect.Right(), rRect.Bottom() - nExtraHeight ), in DrawRow() 641 DrawText( aPos, sDescription ); in DrawRow()
|
/aoo41x/main/sd/source/ui/slideshow/ |
H A D | showwin.cxx | 630 aVDev.DrawText( Point( aOffset.Width(), 0 ), aText ); in DrawPauseScene() 639 DrawText( Point( aOutOrg.X() + aOffset.Width(), aOutOrg.Y() + aOffset.Height() ), aText ); in DrawPauseScene() 660 DrawText( Point( aOutOrg.X() + aTextSize.Height(), aOutOrg.Y() + aTextSize.Height() ), aText ); in DrawEndScene()
|
/aoo41x/main/sw/source/ui/misc/ |
H A D | outline.cxx | 1046 pVDev->DrawText( Point(nXStart, nYStart), aText ); in lcl_DrawBullet() 1196 pVDev->DrawText( Point(nNumberXPos, nYStart), aText ); in Paint() 1206 pVDev->DrawText( Point(nNumberXPos, nYStart), aText ); in Paint() 1308 pVDev->DrawText( Point(nXStart, nYStart), aText ); in Paint() 1326 pVDev->DrawText( Point(nXStart + nTextOffset, nYStart), sMsg ); in Paint()
|
/aoo41x/main/svx/source/sidebar/line/ |
H A D | LineWidthValueSet.cxx | 144 pDev->DrawText(aStrRect, strUnit[ nItemId - 1 ], TEXT_DRAW_ENDELLIPSIS); in UserDraw() 170 …pDev->DrawText(aStart, strUnit[ nItemId - 1 ]); //can't set TEXT_DRAW_ENDELLIPSIS here ,or the te… in UserDraw()
|