Home
last modified time | relevance | path

Searched refs:rDev (Results 1 – 25 of 76) sorted by last modified time

1234

/trunk/main/sc/source/ui/inc/
H A Dfieldwnd.hxx206 void DrawBackground( OutputDevice& rDev );
208 void DrawField( OutputDevice& rDev, size_t nFieldIndex );
210 void DrawInsertionCursor( OutputDevice& rDev );
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx219 virtual void PaintCell(OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId) const;
4421 void SwEntryBrowseBox::PaintCell(OutputDevice& rDev, in PaintCell() argument
4426 rDev.DrawText( rRect, sPaint, nStyle ); in PaintCell()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2316 SwTaggedPDFHelper aTaggedPDFHelper( 0, 0, 0, rDev ); in PaintLines()
2331 sal_uLong nOldDrawMode = rDev.GetDrawMode(); in PaintLines()
2336 rDev.SetDrawMode( 0 ); in PaintLines()
2340 rDev.Push( PUSH_CLIPREGION ); in PaintLines()
2344 rDev.SetClipRegion( Rectangle( rRect.Pos(), aSize ) ); in PaintLines()
2448 Point aPaintStart = rDev.PixelToLogic( rDev.LogicToPixel( aStart ) ); in PaintLines()
2449 Point aPaintEnd = rDev.PixelToLogic( rDev.LogicToPixel( aEnd ) ); in PaintLines()
2485 rDev, in PaintLines()
2502 rDev, in PaintLines()
2524 rDev.Pop(); in PaintLines()
[all …]
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.hxx108 virtual void PaintCell(OutputDevice& rDev, const Rectangle& rRect,
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx371 virtual void PaintRow( OutputDevice &rDev, const Rectangle &rRect );
373 virtual void PaintField( OutputDevice& rDev, const Rectangle& rRect,
621 …void DoPaintField( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId, Br… in DoPaintField() argument
622 { PaintField( rDev, rRect, nColumnId ); } in DoPaintField()
H A Deditbrowsebox.hxx549 virtual void PaintStatusCell(OutputDevice& rDev, const Rectangle& rRect) const;
550 virtual void PaintCell(OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId) const = 0;
597 …void PaintTristate(OutputDevice& rDev, const Rectangle& rRect,const TriState& eState,sal_Bool _bEn…
669 virtual void PaintField(OutputDevice& rDev, const Rectangle& rRect,
/trunk/main/svx/source/table/
H A Dsvdotable.cxx1850 void lcl_VertLineEnds( OutputDevice& rDev, const Point& rTop, const Point& rBottom, in lcl_VertLineEnds() argument
1854 rDev.SetLineColor(rColor); // PEN_NULL ??? in lcl_VertLineEnds()
1855 rDev.SetFillColor(rColor); in lcl_VertLineEnds()
1880 rDev.DrawPolygon( aTriPoly ); in lcl_VertLineEnds()
1896 rDev.DrawPolygon( aTriPoly ); in lcl_VertLineEnds()
1901 void lcl_VertLine( OutputDevice& rDev, const Point& rTop, const Point& rBottom, in lcl_VertLine() argument
1908 svx::frame::DrawVerFrameBorderSlanted( rDev, rTop, rBottom, rLine, pForceColor ); in lcl_VertLine()
1917 lcl_VertLineEnds( rDev, rTop, rBottom, aScaled.GetColor(), in lcl_VertLine()
1921 lcl_VertLineEnds( rDev, rTop, rBottom, aScaled.GetColor(), in lcl_VertLine()
/trunk/main/sc/source/ui/navipi/
H A Dcontent.cxx1752 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags,
1764 void ScContentLBoxString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, in Paint() argument
1786 SvLBoxString::Paint( rPos, rDev, nFlags, pEntry); in Paint()
/trunk/main/starmath/source/
H A Ddocument.cxx477 if (OUTDEV_WINDOW == rDev.GetOutDevType() && in Draw()
480 nOldDrawMode = rDev.GetDrawMode(); in Draw()
481 rDev.SetDrawMode( DRAWMODE_DEFAULT ); in Draw()
487 sal_uLong nLayoutMode = rDev.GetLayoutMode(); in Draw()
488 rDev.SetLayoutMode( TEXT_LAYOUT_BIDI_LTR ); in Draw()
489 sal_Int16 nDigitLang = rDev.GetDigitLanguage(); in Draw()
490 rDev.SetDigitLanguage( LANGUAGE_ENGLISH ); in Draw()
492 pTree->Draw(rDev, rPosition); in Draw()
494 rDev.SetLayoutMode( nLayoutMode ); in Draw()
495 rDev.SetDigitLanguage( nDigitLang ); in Draw()
[all …]
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx2053 void DbGridControl::PaintStatusCell(OutputDevice& rDev, const Rectangle& rRect) const in PaintStatusCell() argument
2055 DbGridControl_Base::PaintStatusCell(rDev, rRect); in PaintStatusCell()
2059 void DbGridControl::PaintCell(OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId) con… in PaintCell() argument
2073 pColumn->Paint(rDev, aArea, m_xPaintRow, getNumberFormatter()); in PaintCell()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx283 void EditBrowseBox::PaintField( OutputDevice& rDev, const Rectangle& rRect, in PaintField() argument
289 PaintStatusCell(rDev, rRect); in PaintField()
294 if (&rDev == &GetDataWindow()) in PaintField()
301 PaintCell(rDev, rRect, nColumnId); in PaintField()
374 rDev.DrawText( rRect, GetCellText( nPaintRow, 0 ), in PaintStatusCell()
378 else if (eStatus != CLEAN && rDev.GetOutDevType() == OUTDEV_WINDOW) in PaintStatusCell()
388 rDev.SetClipRegion(rRect); in PaintStatusCell()
397 rDev.DrawImage( aPos, aImageSize, aImage, 0 ); in PaintStatusCell()
399 rDev.DrawImage( aPos, aImage, 0 ); in PaintStatusCell()
401 if (rDev.IsClipRegion()) in PaintStatusCell()
[all …]
/trunk/main/cui/source/options/
H A Doptlingu.cxx306 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags,
315 Font aOldFont( rDev.GetFont()); in Paint()
320 rDev.SetFont( aFont ); in Paint()
325 rDev.DrawText( aPos, GetText() ); in Paint()
326 rDev.SetFont( aOldFont ); in Paint()
487 rDev.DrawText( aPos, GetText() ); in Paint()
491 aNewPos.X() += rDev.GetTextWidth(GetText()); in Paint()
492 Font aOldFont( rDev.GetFont()); in Paint()
504 rDev.SetFont( aFont ); in Paint()
505 rDev.DrawText( aNewPos, sTxt ); in Paint()
[all …]
/trunk/main/basctl/source/basicide/
H A Dmoduldl2.cxx129 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEntry );
134 void BasicLibLBoxString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16, SvLBoxEntry* pEntry ) in Paint() argument
157 rDev.DrawCtrlText(rPos, GetText(), 0, STRING_LEN, TEXT_DRAW_DISABLE); in Paint()
159 rDev.DrawText(rPos, GetText()); in Paint()
/trunk/main/vcl/source/gdi/
H A Doutdev2.cxx499 OutputDevice& rDev ) in ImplGetFrameDev() argument
505 rDev.DrawOutDev( rDevPt, rDevSize, rPt, rDevSize, *this ); in ImplGetFrameDev()
H A Doutdevnative.cxx140 …r< ImplControlValue > lcl_transformControlValue( const ImplControlValue& rVal, OutputDevice& rDev ) in lcl_transformControlValue() argument
150 pNew->maThumbRect = rDev.ImplLogicToDevicePixel( pSlVal->maThumbRect ); in lcl_transformControlValue()
158 pNew->maThumbRect = rDev.ImplLogicToDevicePixel( pScVal->maThumbRect ); in lcl_transformControlValue()
159 pNew->maButton1Rect = rDev.ImplLogicToDevicePixel( pScVal->maButton1Rect ); in lcl_transformControlValue()
160 pNew->maButton2Rect = rDev.ImplLogicToDevicePixel( pScVal->maButton2Rect ); in lcl_transformControlValue()
168 pNew->maUpperRect = rDev.ImplLogicToDevicePixel( pSpVal->maUpperRect ); in lcl_transformControlValue()
169 pNew->maLowerRect = rDev.ImplLogicToDevicePixel( pSpVal->maLowerRect ); in lcl_transformControlValue()
177 pNew->maGripRect = rDev.ImplLogicToDevicePixel( pTVal->maGripRect ); in lcl_transformControlValue()
208 pNew->maItemRect = rDev.ImplLogicToDevicePixel( pMVal->maItemRect ); in lcl_transformControlValue()
/trunk/main/sw/source/ui/utlui/
H A Dcontent.cxx3529 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags,
3549 void SwContentLBoxString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, in Paint() argument
3556 Font aOldFont( rDev.GetFont()); in Paint()
3560 rDev.SetFont( aFont ); in Paint()
3561 rDev.DrawText( rPos, GetText() ); in Paint()
3562 rDev.SetFont( aOldFont ); in Paint()
3583 SvLBoxString::Paint( rPos, rDev, nFlags, pEntry); in Paint()
H A Dglbltree.cxx1364 void SwLBoxString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, in Paint() argument
1372 Font aOldFont( rDev.GetFont()); in Paint()
1376 rDev.SetFont( aFont ); in Paint()
1377 rDev.DrawText( rPos, GetText() ); in Paint()
1378 rDev.SetFont( aOldFont ); in Paint()
1381 SvLBoxString::Paint( rPos, rDev, nFlags, pEntry); in Paint()
/trunk/main/vcl/win/source/app/
H A Dsalinfo.cxx172 const rtl::OUString& rDev( m_aMonitors[i].m_aName ); in initMonitors() local
173 if( aDeviceStringCount[ rDev ] > 1 ) in initMonitors()
175 int nInstance = aDeviceStringCount[ rDev ] - (-- aDevCount[ rDev ] ); in initMonitors()
176 rtl::OUStringBuffer aBuf( rDev.getLength() + 8 ); in initMonitors()
177 aBuf.append( rDev ); in initMonitors()
/trunk/main/vcl/source/control/
H A Dimgctrl.cxx94 void ImageControl::ImplDraw( OutputDevice& rDev, sal_uLong nDrawFlags, const Point& rPos, const Siz… in ImplDraw() argument
123 rDev.DrawText( aDrawRect, sText, nTextStyle ); in ImplDraw()
133 rDev.DrawImage( lcl_centerWithin( aDrawRect, rBitmapSize ), *pImage, nStyle ); in ImplDraw()
140 rDev.DrawImage( in ImplDraw()
149 rDev.DrawImage( in ImplDraw()
/trunk/main/vcl/inc/vcl/
H A Dimgctrl.hxx56 …void ImplDraw( OutputDevice& rDev, sal_uLong nDrawFlags, const Point& rPos, const Size& rSize )…
/trunk/main/sw/source/ui/inc/
H A Dconttree.hxx222 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags,
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx355 void __EXPORT _SdrItemBrowserControl::PaintField(OutputDevice& rDev, const Rectangle& rRect, sal_uI… in PaintField() argument
367 rDev.SetLineColor(); in PaintField()
368 rDev.SetFillColor( Color( COL_LIGHTGRAY ) ); in PaintField()
370 aR.Right()=rDev.GetOutputSize().Width(); in PaintField()
371 rDev.DrawRect(aR); in PaintField()
372 rDev.DrawText(rRect.TopLeft(),pEntry->aName); in PaintField()
375 rDev.SetClipRegion(aR); in PaintField()
376 rDev.DrawText(aR.TopLeft(),GetCellText(nAktPaintRow,nColumnId)); in PaintField()
377 rDev.SetClipRegion(); in PaintField()
/trunk/main/svx/source/inc/
H A Dgridcell.hxx155 void Paint(OutputDevice& rDev,
311 …virtual void PaintFieldToCell( OutputDevice& rDev, const Rectangle& rRect, const ::com::sun::star:…
470 virtual void PaintFieldToCell(OutputDevice& rDev, const Rectangle& rRect,
711 virtual void PaintCell(OutputDevice& rDev, const Rectangle& rRect);
850 virtual void PaintFieldToCell(OutputDevice& rDev,
886 virtual void PaintFieldToCell(OutputDevice& rDev,
1127 virtual void PaintCell(OutputDevice& rDev, const Rectangle& rRect);
/trunk/main/svx/source/gallery2/
H A Dgalctrl.cxx708 void GalleryListView::PaintField( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId … in PaintField() argument
710 rDev.Push( PUSH_CLIPREGION ); in PaintField()
711 rDev.IntersectClipRegion( rRect ); in PaintField()
755 const long nTextPosY(rRect.Top() + ((rRect.GetHeight() - rDev.GetTextHeight()) >> 1)); in PaintField()
769 drawTransparenceBackground(rDev, aPos, aBitmapExSizePixel); in PaintField()
772 rDev.DrawBitmapEx(aPos, aBitmapEx); in PaintField()
775 rDev.DrawText(Point(rRect.Left() + rRect.GetHeight() + 6, nTextPosY), aItemTextTitle); in PaintField()
779 rDev.DrawText(Point(rRect.Left(), nTextPosY), aItemTextPath); in PaintField()
882 rDev.Pop(); in PaintField()
/trunk/main/svx/source/form/
H A Dfiltnav.cxx1067 rDev.Push( PUSH_LINECOLOR ); in Paint()
1069 rDev.SetLineColor( rDev.GetTextColor() ); in Paint()
1075 rDev.DrawLine( aFirst, aSecond ); in Paint()
1082 rDev.DrawLine( aFirst, aSecond ); in Paint()
1084 rDev.Pop(); in Paint()
1142 Font aOldFont( rDev.GetFont()); in Paint()
1145 rDev.SetFont( aFont ); in Paint()
1148 rDev.DrawText( aPos, m_aName ); in Paint()
1151 aPos.X() += rDev.GetTextWidth(m_aName) + nxD; in Paint()
1152 rDev.SetFont( aOldFont ); in Paint()
[all …]

Completed in 213 milliseconds

1234