Home
last modified time | relevance | path

Searched refs:rDev (Results 26 – 50 of 76) sorted by relevance

1234

/trunk/main/sc/source/ui/view/
H A Doutput.cxx1114 long lclGetSnappedX( OutputDevice& rDev, long nPosX, bool bSnapPixel ) in lclGetSnappedX() argument
1116 …return (bSnapPixel && nPosX) ? rDev.PixelToLogic( rDev.LogicToPixel( Size( nPosX, 0 ) ) ).Width() … in lclGetSnappedX()
1119 long lclGetSnappedY( OutputDevice& rDev, long nPosY, bool bSnapPixel ) in lclGetSnappedY() argument
1121 …return (bSnapPixel && nPosY) ? rDev.PixelToLogic( rDev.LogicToPixel( Size( 0, nPosY ) ) ).Height()… in lclGetSnappedY()
1309 svx::frame::DrawHorFrameBorder( rDev, rLeft, rRight, rLine, pForceColor ); in lcl_HorizLine()
1316 rDev.SetLineColor(rColor); // PEN_NULL ??? in lcl_VertLineEnds()
1317 rDev.SetFillColor(rColor); in lcl_VertLineEnds()
1342 rDev.DrawPolygon( aTriPoly ); in lcl_VertLineEnds()
1358 rDev.DrawPolygon( aTriPoly ); in lcl_VertLineEnds()
1379 lcl_VertLineEnds( rDev, rTop, rBottom, aScaled.GetColor(), in lcl_VertLine()
[all …]
/trunk/main/cui/source/options/
H A Dconnpooloptions.cxx84 virtual void PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId ) const;
299 …void DriverListControl::PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId )… in PaintCell() argument
305 rDev.SetClipRegion(rRect); in PaintCell()
317 rDev.DrawText(rRect, implGetCellText(m_aSeekRow, nColId), nStyle); in PaintCell()
319 rDev.SetClipRegion(); in PaintCell()
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/dbaccess/source/ui/control/
H A DRelationControl.cxx146 virtual void PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId ) const;
386 …void ORelationControl::PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId… in PaintCell() argument
396 rDev.SetClipRegion( rRect ); in PaintCell()
398 rDev.DrawText( aPos, aText ); in PaintCell()
400 if( rDev.IsClipRegion() ) in PaintCell()
401 rDev.SetClipRegion(); in PaintCell()
/trunk/main/svtools/source/uno/
H A Dtreecontrolpeer.cxx136 void Paint( const Point&, SvLBox& rDev, sal_uInt16 nFlags,SvLBoxEntry* );
1642 void UnoTreeListItem::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 /* nFlags */, SvLBoxEntry*… in Paint() argument
1647 Size aSize( GetSize(&rDev,_pEntry) ); in Paint()
1650 rDev.DrawImage( aPos, maImage, rDev.IsEnabled() ? 0 : IMAGE_DRAW_DISABLE ); in Paint()
1655 rDev.DrawText( Rectangle(aPos,aSize),maText, rDev.IsEnabled() ? 0 : TEXT_DRAW_DISABLE ); in Paint()
1661 rDev.DrawImage( aPos, maImage, rDev.IsEnabled() ? 0 : IMAGE_DRAW_DISABLE); in Paint()
1664 rDev.DrawText( aPos, maText); in Paint()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx1019 OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId ) const in PaintCell() argument
1030 rDev.SetClipRegion( rRect ); in PaintCell()
1034 Color aOriginalColor = rDev.GetTextColor(); in PaintCell()
1036 rDev.SetTextColor( GetSettings().GetStyleSettings().GetDisableColor() ); in PaintCell()
1052 rDev.DrawText( aPos, aText ); in PaintCell()
1056 rDev.SetTextColor( aOriginalColor ); in PaintCell()
1058 if( rDev.IsClipRegion()) in PaintCell()
1059 rDev.SetClipRegion(); in PaintCell()
/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/cui/source/dialogs/
H A Dthesdlg.cxx153 SvLBox& rDev, sal_uInt16, in Paint() argument
158 Font aOldFont( rDev.GetFont()); in Paint()
163 rDev.SetFont( aFont ); in Paint()
168 rDev.DrawText( aPos, GetText() ); in Paint()
169 rDev.SetFont( aOldFont ); in Paint()
/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/svtools/inc/svtools/
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,
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()
/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/svx/inc/svx/
H A Dframelinkarray.hxx503 void DrawCell( OutputDevice& rDev, size_t nCol, size_t nRow,
509 void DrawRange( OutputDevice& rDev,
517 void DrawArray( OutputDevice& rDev, const Color* pForceColor = 0 ) const;
/trunk/main/svtools/workben/
H A Dbrowser.cxx117 virtual void PaintField( OutputDevice& rDev, const Rectangle& rRect,
499 void Browser::PaintField( OutputDevice& rDev, const Rectangle& rRect, in PaintField() argument
502 rDev.SetClipRegion( rRect ); in PaintField()
506 rDev.DrawText( rRect.TopLeft(), aText ); in PaintField()
/trunk/main/sw/source/ui/utlui/
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/canvas/source/vcl/
H A Dimpltools.cxx87 const ::OutputDevice& rDev( pCanvasImpl->getBackBuffer()->getOutDev() ); in bitmapExFromXBitmap() local
89 return rDev.GetBitmapEx( aEmptyPoint, in bitmapExFromXBitmap()
90 rDev.GetOutputSizePixel() ); in bitmapExFromXBitmap()
/trunk/main/editeng/source/accessibility/
H A DAccessibleStringWrap.cxx40 AccessibleStringWrap::AccessibleStringWrap( OutputDevice& rDev, SvxFont& rFont, const String& rText… in AccessibleStringWrap() argument
41 mrDev( rDev ), in AccessibleStringWrap()
/trunk/main/svx/source/dialog/
H A Dctredlin.cxx200 void SvLBoxColorString::Paint( const Point& rPos, SvLBox& rDev, in Paint() argument
203 Color aColor=rDev.GetTextColor(); in Paint()
207 rDev.SetTextColor(aPrivColor); in Paint()
209 SvLBoxString::Paint(rPos,rDev,nFlags,pEntry ); in Paint()
210 rDev.SetTextColor(a2Color); in Paint()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx151 virtual void PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId ) const;
594 void OFieldExpressionControl::PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nCo… in PaintCell() argument
604 rDev.SetClipRegion( rRect ); in PaintCell()
606 rDev.DrawText( aPos, aText ); in PaintCell()
608 if( rDev.IsClipRegion() ) in PaintCell()
609 rDev.SetClipRegion(); in PaintCell()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx375 virtual void Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags,
384 void __EXPORT OfaImpBrwString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 /*nFlags*/, in Paint() argument
387 rDev.DrawText( rPos, GetText() ); in Paint()
392 aNewPos.X() += rDev.GetTextWidth(GetText()); in Paint()
393 Font aOldFont( rDev.GetFont()); in Paint()
409 rDev.SetFont( aFont ); in Paint()
411 rDev.DrawText( aNewPos, sTxt ); in Paint()
414 aNewPos.X() += rDev.GetTextWidth( sTxt ); in Paint()
417 rDev.SetFont( aOldFont ); in Paint()
/trunk/main/svtools/source/brwbox/
H A Ddatwin.hxx75 void Draw( OutputDevice& rDev );
106 virtual void Draw( BrowseBox& rBox, OutputDevice& rDev,
/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/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.cxx438 void OTableEditorCtrl::PaintCell(OutputDevice& rDev, const Rectangle& rRect, in PaintCell() argument
446 rDev.Push( PUSH_CLIPREGION ); in PaintCell()
447 rDev.SetClipRegion( rRect ); in PaintCell()
448 rDev.DrawText( rRect, aText, TEXT_DRAW_LEFT | TEXT_DRAW_VCENTER ); in PaintCell()
449 rDev.Pop(); in PaintCell()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.hxx214 virtual void PaintStatusCell(OutputDevice& rDev, const Rectangle& rRect) const;
215 virtual void PaintCell(OutputDevice& rDev, const Rectangle& rRect,

Completed in 309 milliseconds

1234