Home
last modified time | relevance | path

Searched defs:rDev (Results 1 – 25 of 50) sorted by relevance

12

/trunk/main/starmath/source/
H A Dnode.cxx414 void SmNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
450 void SmNode::Draw(OutputDevice &rDev, const Point &rPosition) const in Draw()
742 void SmTableNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
833 void SmLineNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
904 void SmUnHorNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
977 void SmRootNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
1891 void SmOperNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
2134 void SmFontNode::Arrange(const OutputDevice &rDev, const SmFormat &rFormat) in Arrange()
2257 void SmPolyLineNode::Draw(OutputDevice &rDev, const Point &rPosition) const in Draw()
2535 void SmTextNode::Draw(OutputDevice &rDev, const Point& rPosition) const in Draw()
[all …]
H A Drect.cxx138 void SmRect::BuildRect(const OutputDevice &rDev, const SmFormat *pFormat, in BuildRect()
233 void SmRect::Init(const OutputDevice &rDev, const SmFormat *pFormat, in Init()
241 SmRect::SmRect(const OutputDevice &rDev, const SmFormat *pFormat, in SmRect()
619 void SmRect::Draw(OutputDevice &rDev, const Point &rPosition, int nFlags) const in Draw()
676 void SmDrawFrame(OutputDevice &rDev, const Rectangle &rRec, in SmDrawFrame()
694 sal_Bool SmGetGlyphBoundRect(const OutputDevice &rDev, in SmGetGlyphBoundRect()
/trunk/main/svx/source/dialog/
H A Dframelink.cxx880 OutputDevice& rDev, in lclDrawHorLine()
935 OutputDevice& rDev, in lclDrawVerLine()
1108 OutputDevice& rDev, const Rectangle& rRect, bool bTLBR, in lclDrawDiagLine()
1172 OutputDevice& rDev, const Rectangle& rRect, in lclDrawDiagFrameBorders()
1400 void DrawHorFrameBorder( OutputDevice& rDev, in DrawHorFrameBorder()
1416 void DrawHorFrameBorder( OutputDevice& rDev, in DrawHorFrameBorder()
1431 void DrawHorFrameBorder( OutputDevice& rDev, in DrawHorFrameBorder()
1440 void DrawVerFrameBorder( OutputDevice& rDev, in DrawVerFrameBorder()
1456 void DrawVerFrameBorder( OutputDevice& rDev, in DrawVerFrameBorder()
1471 void DrawVerFrameBorder( OutputDevice& rDev, in DrawVerFrameBorder()
[all …]
H A Dfontlb.cxx64 void SvLBoxFontString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pEnt… in Paint()
/trunk/main/editeng/source/accessibility/
H A DAccessibleStringWrap.cxx40 AccessibleStringWrap::AccessibleStringWrap( OutputDevice& rDev, SvxFont& rFont, const String& rText… in AccessibleStringWrap()
/trunk/main/dbaccess/source/ui/control/
H A Dlistviewitems.cxx61 …void OBoldListboxString::Paint(const Point& rPos, SvLBox& rDev, sal_uInt16 nFlags, SvLBoxEntry* pE… in Paint()
H A DTableGrantCtrl.cxx442 void OTableGrantControl::PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnI… in PaintCell()
H A DRelationControl.cxx386 …void ORelationControl::PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId… in PaintCell()
/trunk/main/cui/source/options/
H A DoptHeaderTabListbox.cxx47 void OptLBoxString_Impl::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16, SvLBoxEntry* pEntry ) in Paint()
H A Dconnpooloptions.cxx299 …void DriverListControl::PaintCell( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId )… in PaintCell()
/trunk/main/svtools/source/contnr/
H A Dsvlbitm.cxx233 void SvLBoxString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 /* nFlags */, in Paint()
320 void SvLBoxBmp::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 /* nFlags */, in Paint()
404 void SvLBoxButton::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16 /* nFlags */, in Paint()
/trunk/main/vcl/source/control/
H A Dimgctrl.cxx94 void ImageControl::ImplDraw( OutputDevice& rDev, sal_uLong nDrawFlags, const Point& rPos, const Siz… in ImplDraw()
/trunk/main/vcl/win/source/app/
H A Dsalinfo.cxx172 const rtl::OUString& rDev( m_aMonitors[i].m_aName ); in initMonitors() local
/trunk/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx766 void ScPivotFieldWindow::DrawBackground( OutputDevice& rDev ) in DrawBackground()
799 void ScPivotFieldWindow::DrawField( OutputDevice& rDev, size_t nFieldIndex ) in DrawField()
836 void ScPivotFieldWindow::DrawInsertionCursor( OutputDevice& rDev ) in DrawInsertionCursor()
/trunk/main/vcl/source/gdi/
H A Doutdevnative.cxx140 …r< ImplControlValue > lcl_transformControlValue( const ImplControlValue& rVal, OutputDevice& rDev ) in lcl_transformControlValue()
/trunk/main/canvas/source/vcl/
H A Dimpltools.cxx87 const ::OutputDevice& rDev( pCanvasImpl->getBackBuffer()->getOutDev() ); in bitmapExFromXBitmap() local
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx257 void CustomAnimationListEntryItem::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16, SvLBoxEntry*… in Paint()
418 void CustomAnimationTriggerEntryItem::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16, SvLBoxEnt… in Paint()
/trunk/main/dbaccess/source/ui/misc/
H A DWNameMatch.cxx388 void OColumnString::Paint(const Point& rPos, SvLBox& rDev, sal_uInt16 /*nFlags*/, SvLBoxEntry* /*pE… in Paint()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx1114 long lclGetSnappedX( OutputDevice& rDev, long nPosX, bool bSnapPixel ) in lclGetSnappedX()
1119 long lclGetSnappedY( OutputDevice& rDev, long nPosY, bool bSnapPixel ) in lclGetSnappedY()
1306 void lcl_HorizLine( OutputDevice& rDev, const Point& rLeft, const Point& rRight, in lcl_HorizLine()
1312 void lcl_VertLineEnds( OutputDevice& rDev, const Point& rTop, const Point& rBottom, in lcl_VertLineEnds()
1363 void lcl_VertLine( OutputDevice& rDev, const Point& rTop, const Point& rBottom, in lcl_VertLine()
/trunk/main/svtools/source/brwbox/
H A Deditbrowsebox.cxx283 void EditBrowseBox::PaintField( OutputDevice& rDev, const Rectangle& rRect, in PaintField()
360 void EditBrowseBox::PaintStatusCell(OutputDevice& rDev, const Rectangle& rRect) const in PaintStatusCell()
H A Ddatwin.cxx155 void BrowserColumn::Draw( BrowseBox& rBox, OutputDevice& rDev, const Point& rPos, sal_Bool bCurs ) in Draw()
/trunk/main/svtools/workben/
H A Dbrowser.cxx499 void Browser::PaintField( OutputDevice& rDev, const Rectangle& rRect, in PaintField()
/trunk/main/sc/source/ui/miscdlgs/
H A Dsolveroptions.cxx111 void ScSolverOptionsString::Paint( const Point& rPos, SvLBox& rDev, sal_uInt16, SvLBoxEntry* /* pEn… in Paint()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx458 void DbGridColumn::Paint(OutputDevice& rDev, in Paint()
1734 void DbCheckBox::PaintFieldToCell(OutputDevice& rDev, const Rectangle& rRect, in PaintFieldToCell()
2771 void DbFilterField::PaintCell(OutputDevice& rDev, const Rectangle& rRect) in PaintCell()
3588 void FmXDataCell::PaintFieldToCell(OutputDevice& rDev, const Rectangle& rRect, in PaintFieldToCell()
3613 void FmXTextCell::PaintFieldToCell(OutputDevice& rDev, in PaintFieldToCell()
4718 void FmXFilterCell::PaintCell( OutputDevice& rDev, const Rectangle& rRect ) in PaintCell()
/trunk/main/svx/source/gallery2/
H A Dgalctrl.cxx708 void GalleryListView::PaintField( OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnId … in PaintField()

Completed in 153 milliseconds

12