Home
last modified time | relevance | path

Searched refs:_rRect (Results 1 – 25 of 29) sorted by path

12

/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx117 void Paint( OutputDevice& _rDevice, const Rectangle& _rRect, sal_uInt16 _nTextStyle,
131 …void PseudoRubyText::Paint( OutputDevice& _rDevice, const Rectangle& _rRect, sal_uInt16 _nTextStyl… in Paint() argument
138 Size aPlaygroundSize( _rRect.GetSize() ); in Paint()
146 Rectangle aPrimaryRect = _rDevice.GetTextRect( _rRect, m_sPrimaryText, _nTextStyle ); in Paint()
150 aSecondaryRect = _rDevice.GetTextRect( _rRect, m_sSecondaryText, _nTextStyle ); in Paint()
158 aPrimaryRect.Left() = aSecondaryRect.Left() = _rRect.Left(); in Paint()
159 aPrimaryRect.Right() = aSecondaryRect.Right() = _rRect.Left() + nCombinedWidth; in Paint()
176 aPrimaryRect.Move( 0, _rRect.Top() - aPrimaryRect.Top() ); in Paint()
236 virtual void Paint( const Rectangle& _rRect );
/trunk/main/dbaccess/inc/
H A Ddataview.hxx78 virtual void Paint( const Rectangle& _rRect );
/trunk/main/dbaccess/source/ui/app/
H A DAppDetailView.cxx139 void OCreationList::Paint( const Rectangle& _rRect ) in Paint() argument
145 SvTreeListBox::Paint( _rRect ); in Paint()
/trunk/main/dbaccess/source/ui/browser/
H A Ddataview.cxx126 void ODataView::Paint( const Rectangle& _rRect ) in Paint() argument
132 DrawRect( _rRect ); in Paint()
136 Window::Paint( _rRect ); in Paint()
/trunk/main/dbaccess/source/ui/control/
H A Dmarktree.cxx72 void OMarkableTreeListBox::Paint(const Rectangle& _rRect) in Paint() argument
83 DBTreeListBox::Paint(_rRect); in Paint()
87 DBTreeListBox::Paint(_rRect); in Paint()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexfieldscontrol.cxx161 …void IndexFieldsControl::PaintCell( OutputDevice& _rDev, const Rectangle& _rRect, sal_uInt16 _nCol… in PaintCell() argument
163 Point aPos(_rRect.TopLeft()); in PaintCell()
170 if (aPos.X() < _rRect.Right() || aPos.X() + TxtSize.Width() > _rRect.Right() || in PaintCell()
171 aPos.Y() < _rRect.Top() || aPos.Y() + TxtSize.Height() > _rRect.Bottom()) in PaintCell()
172 _rDev.SetClipRegion( _rRect ); in PaintCell()
/trunk/main/dbaccess/source/ui/inc/
H A Dindexfieldscontrol.hxx89 …virtual void PaintCell( OutputDevice& _rDev, const Rectangle& _rRect, sal_uInt16 _nColumnId ) cons…
H A Dmarktree.hxx67 virtual void Paint(const Rectangle& _rRect);
/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx565 static void lcl_inflate( Rectangle& _rRect, long _nInflateX, long _nInflateY ) in lcl_inflate() argument
567 _rRect.Left() -= _nInflateX; in lcl_inflate()
568 _rRect.Right() += _nInflateX; in lcl_inflate()
569 _rRect.Top() -= _nInflateY; in lcl_inflate()
570 _rRect.Bottom() += _nInflateY; in lcl_inflate()
H A Drichtextviewport.cxx52 void RichTextViewPort::Paint( const Rectangle& _rRect ) in Paint() argument
54 m_pView->Paint( _rRect ); in Paint()
/trunk/main/reportdesign/inc/
H A DRptObject.hxx100 void SetPropsFromRect(const Rectangle& _rRect);
102 virtual void SetSnapRectImpl(const Rectangle& _rRect) = 0;
161 virtual void SetSnapRectImpl(const Rectangle& _rRect);
204 virtual void SetSnapRectImpl(const Rectangle& _rRect);
250 virtual void SetSnapRectImpl(const Rectangle& _rRect);
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx403 void OObjectBase::SetPropsFromRect(const Rectangle& _rRect) in SetPropsFromRect() argument
408 if ( pPage && !_rRect.IsEmpty() ) in SetPropsFromRect()
411 …if ( xSection.is() && (static_cast<sal_uInt32>(_rRect.getHeight() + _rRect.Top()) > xSection->getH… in SetPropsFromRect()
412 xSection->setHeight(_rRect.getHeight() + _rRect.Top()); in SetPropsFromRect()
523 void OCustomShape::SetSnapRectImpl(const Rectangle& _rRect) in SetSnapRectImpl() argument
525 SetSnapRect( _rRect ); in SetSnapRectImpl()
707 void OUnoObject::SetSnapRectImpl(const Rectangle& _rRect) in SetSnapRectImpl() argument
710 SetSnapRect( _rRect ); in SetSnapRectImpl()
1007 void OOle2Obj::SetSnapRectImpl(const Rectangle& _rRect) in SetSnapRectImpl() argument
1010 SetSnapRect( _rRect ); in SetSnapRectImpl()
/trunk/main/reportdesign/source/ui/inc/
H A DUITools.hxx144 …SdrObject* isOver(const Rectangle& _rRect,SdrPage& _rPage,SdrView& _rView,bool _bAllObjects = fals…
146 …SdrObject* isOver(const Rectangle& _rRect,SdrPage& _rPage,SdrView& _rView,bool _bAllObjects, SdrUn…
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx860 SdrObject* isOver(const Rectangle& _rRect, SdrPage& _rPage, SdrView& _rView, bool _bAllObjects, Sdr… in isOver() argument
879 Rectangle aRect = _rRect.GetIntersection(pObjIter->GetLastBoundRect()); in isOver()
901 SdrObject* isOver(const Rectangle& _rRect,SdrPage& _rPage,SdrView& _rView,bool _bAllObjects, SdrUno… in isOver() argument
917 Rectangle aRect = _rRect.GetIntersection(pObjIter->GetLastBoundRect()); in isOver()
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx337 …void ImplPaintData(OutputDevice& _rOut, const Rectangle& _rRect, sal_Bool _bForeignDevice, sal_B…
H A Droadmap.hxx61 void Paint( const Rectangle& _rRect );
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx916 void BrowseBox::ImplPaintData(OutputDevice& _rOut, const Rectangle& _rRect, sal_Bool _bForeignDevic… in ImplPaintData() argument
918 Point aOverallAreaPos = _bForeignDevice ? _rRect.TopLeft() : Point(0,0); in ImplPaintData()
919 Size aOverallAreaSize = _bForeignDevice ? _rRect.GetSize() : GetDataWindow().GetOutputSizePixel(); in ImplPaintData()
925 sal_uLong nRelTopRow = _bForeignDevice ? 0 : ((sal_uLong)_rRect.Top() / nDataRowHeigt); in ImplPaintData()
926 …sal_uLong nRelBottomRow = (sal_uLong)(_bForeignDevice ? aOverallAreaSize.Height() : _rRect.Bottom(… in ImplPaintData()
968 Rectangle aRowRect( Point( _rRect.TopLeft().X(), aPos.Y() ), in ImplPaintData()
969 Size( _rRect.GetSize().Width(), nDataRowHeigt ) ); in ImplPaintData()
991 if ( aPos.X() >= _rRect.Right() ) in ImplPaintData()
1102 if ( pCols->Count() && ( pCols->GetObject(0)->GetId() == 0 ) && ( aPos.Y() <= _rRect.Bottom() ) ) in ImplPaintData()
1110 _rRect.Bottom() + 1) ) ); in ImplPaintData()
[all …]
/trunk/main/svtools/source/control/
H A Droadmap.cxx657 void ORoadmap::Paint( const Rectangle& _rRect ) in Paint() argument
659 Control::Paint( _rRect ); in Paint()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx973 void DbCellControl::PaintCell( OutputDevice& _rDev, const Rectangle& _rRect ) in PaintCell() argument
988 m_pPainter->SetPosSizePixel( _rRect.TopLeft(), _rRect.GetSize() ); in PaintCell()
996 m_pPainter->Draw( &_rDev, _rRect.TopLeft(), _rRect.GetSize(), 0 ); in PaintCell()
1000 void DbCellControl::PaintFieldToCell( OutputDevice& _rDev, const Rectangle& _rRect, const Reference… in PaintFieldToCell() argument
1003 PaintCell( _rDev, _rRect ); in PaintFieldToCell()
1177 void DbTextField::PaintFieldToCell( OutputDevice& _rDev, const Rectangle& _rRect, const Reference< … in PaintFieldToCell() argument
1182 DbLimitedLengthField::PaintFieldToCell( _rDev, _rRect, _rxField, _rxFormatter ); in PaintFieldToCell()
/trunk/main/svx/source/inc/
H A Dgridcell.hxx312 virtual void PaintCell( OutputDevice& _rDev, const Rectangle& _rRect );
420 virtual void PaintFieldToCell( OutputDevice& _rDev, const Rectangle& _rRect,
/trunk/main/sw/inc/
H A Danchoreddrawobject.hxx196 const SwRect& _rRect,
H A Danchoredobject.hxx404 const SwRect& _rRect,
/trunk/main/sw/source/core/inc/
H A Dviewimp.hxx222 const SwRect& _rRect,
/trunk/main/sw/source/core/layout/
H A Danchoreddrawobject.cxx874 const SwRect& _rRect, in NotifyBackground() argument
877 ::Notify_Background( GetDrawObj(), _pPageFrm, _rRect, _eHint, sal_True ); in NotifyBackground()
H A Dpaintfrm.cxx1281 void MA_FASTCALL lcl_ExtendLeftAndRight( SwRect& _rRect, in lcl_ExtendLeftAndRight() argument
1292 (_rRect.*_rRectFn->fnSetTop)( (pPrevFrm->*_rRectFn->fnGetPrtBottom)() ); in lcl_ExtendLeftAndRight()
1297 (_rRect.*_rRectFn->fnSetBottom)( (pNextFrm->*_rRectFn->fnGetPrtTop)() ); in lcl_ExtendLeftAndRight()
4330 const SwRect& _rRect, in lcl_PaintLeftRightLine() argument
4467 _rFrm.PaintBorderLine( _rRect, aPaintRect, &_rPage, &pLeftRightBorder->GetColor() ); in lcl_PaintLeftRightLine()
4507 _rFrm.PaintBorderLine( _rRect, aPaintRect, &_rPage, &pLeftRightBorder->GetColor() ); in lcl_PaintLeftRightLine()
4518 const SwRect& _rRect, in lcl_PaintTopBottomLine() argument
4571 _rFrm.PaintBorderLine( _rRect, aPaintRect, &_rPage, &pTopBottomBorder->GetColor() ); in lcl_PaintTopBottomLine()
4610 _rFrm.PaintBorderLine( _rRect, aPaintRect, &_rPage, &pTopBottomBorder->GetColor() ); in lcl_PaintTopBottomLine()

Completed in 134 milliseconds

12