/aoo4110/main/dbaccess/source/ui/dlg/ |
H A D | indexfieldscontrol.cxx | 161 …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()
|
/aoo4110/main/toolkit/source/helper/ |
H A D | vclunohelper.cxx | 732 ::Rectangle VCLUnoHelper::ConvertToVCLRect( ::com::sun::star::awt::Rectangle const & _rRect ) in ConvertToVCLRect() argument 734 …return ::Rectangle( _rRect.X, _rRect.Y, _rRect.X + _rRect.Width - 1, _rRect.Y + _rRect.Height - 1 … in ConvertToVCLRect() 737 ::com::sun::star::awt::Rectangle VCLUnoHelper::ConvertToAWTRect( ::Rectangle const & _rRect ) in ConvertToAWTRect() argument 739 …return ::com::sun::star::awt::Rectangle( _rRect.Left(), _rRect.Top(), _rRect.GetWidth(), _rRect.Ge… in ConvertToAWTRect()
|
/aoo4110/main/reportdesign/source/core/sdr/ |
H A D | RptObject.cxx | 403 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()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | textlayout.cxx | 109 …Rectangle DrawText( const Rectangle& _rRect, const XubString& _rText, sal_uInt16 _nStyle, Metric… 309 …Rectangle ReferenceDeviceTextLayout::DrawText( const Rectangle& _rRect, const XubString& _rText, s… in DrawText() argument 324 Rectangle aRect( m_rTargetDevice.PixelToLogic( _rRect ) ); in DrawText() 375 …Rectangle ControlTextRenderer::DrawText( const Rectangle& _rRect, const XubString& _rText, sal_uIn… in DrawText() argument 378 return m_pImpl->DrawText( _rRect, _rText, _nStyle, _pVector, _pDisplayText ); in DrawText()
|
/aoo4110/main/reportdesign/inc/ |
H A D | RptObject.hxx | 100 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);
|
/aoo4110/main/svtools/source/brwbox/ |
H A D | brwbox2.cxx | 916 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 …]
|
/aoo4110/main/forms/source/richtext/ |
H A D | richtextimplcontrol.cxx | 565 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 D | richtextviewport.cxx | 52 void RichTextViewPort::Paint( const Rectangle& _rRect ) in Paint() argument 54 m_pView->Paint( _rRect ); in Paint()
|
/aoo4110/main/dbaccess/source/ui/browser/ |
H A D | dataview.cxx | 126 void ODataView::Paint( const Rectangle& _rRect ) in Paint() argument 132 DrawRect( _rRect ); in Paint() 136 Window::Paint( _rRect ); in Paint()
|
/aoo4110/main/dbaccess/source/ui/control/ |
H A D | marktree.cxx | 72 void OMarkableTreeListBox::Paint(const Rectangle& _rRect) in Paint() argument 83 DBTreeListBox::Paint(_rRect); in Paint() 87 DBTreeListBox::Paint(_rRect); in Paint()
|
/aoo4110/main/cui/source/dialogs/ |
H A D | hangulhanjadlg.cxx | 117 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 );
|
/aoo4110/main/reportdesign/source/ui/inc/ |
H A D | UITools.hxx | 144 …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…
|
/aoo4110/main/toolkit/inc/toolkit/helper/ |
H A D | vclunohelper.hxx | 142 static ::Rectangle ConvertToVCLRect( ::com::sun::star::awt::Rectangle const & _rRect ); 143 static ::com::sun::star::awt::Rectangle ConvertToAWTRect( ::Rectangle const & _rRect );
|
/aoo4110/main/sw/source/core/layout/ |
H A D | anchoreddrawobject.cxx | 874 const SwRect& _rRect, in NotifyBackground() argument 877 ::Notify_Background( GetDrawObj(), _pPageFrm, _rRect, _eHint, sal_True ); in NotifyBackground()
|
H A D | paintfrm.cxx | 1282 void MA_FASTCALL lcl_ExtendLeftAndRight( SwRect& _rRect, in lcl_ExtendLeftAndRight() argument 1293 (_rRect.*_rRectFn->fnSetTop)( (pPrevFrm->*_rRectFn->fnGetPrtBottom)() ); in lcl_ExtendLeftAndRight() 1298 (_rRect.*_rRectFn->fnSetBottom)( (pNextFrm->*_rRectFn->fnGetPrtTop)() ); in lcl_ExtendLeftAndRight() 4217 const SwRect& _rRect, in lcl_PaintLeftRightLine() argument 4354 _rFrm.PaintBorderLine( _rRect, aPaintRect, &_rPage, &pLeftRightBorder->GetColor() ); in lcl_PaintLeftRightLine() 4394 _rFrm.PaintBorderLine( _rRect, aPaintRect, &_rPage, &pLeftRightBorder->GetColor() ); in lcl_PaintLeftRightLine() 4405 const SwRect& _rRect, in lcl_PaintTopBottomLine() argument 4458 _rFrm.PaintBorderLine( _rRect, aPaintRect, &_rPage, &pTopBottomBorder->GetColor() ); in lcl_PaintTopBottomLine() 4497 _rFrm.PaintBorderLine( _rRect, aPaintRect, &_rPage, &pTopBottomBorder->GetColor() ); in lcl_PaintTopBottomLine()
|
/aoo4110/main/reportdesign/source/ui/misc/ |
H A D | UITools.cxx | 860 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()
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 973 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()
|
/aoo4110/main/sw/inc/ |
H A D | anchoreddrawobject.hxx | 196 const SwRect& _rRect,
|
H A D | anchoredobject.hxx | 404 const SwRect& _rRect,
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | marktree.hxx | 67 virtual void Paint(const Rectangle& _rRect);
|
H A D | indexfieldscontrol.hxx | 89 …virtual void PaintCell( OutputDevice& _rDev, const Rectangle& _rRect, sal_uInt16 _nColumnId ) cons…
|
/aoo4110/main/dbaccess/inc/ |
H A D | dataview.hxx | 78 virtual void Paint( const Rectangle& _rRect );
|
/aoo4110/main/vcl/inc/ |
H A D | textlayout.hxx | 115 Rectangle DrawText( const Rectangle& _rRect,
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | roadmap.hxx | 61 void Paint( const Rectangle& _rRect );
|
/aoo4110/main/svtools/source/control/ |
H A D | roadmap.cxx | 657 void ORoadmap::Paint( const Rectangle& _rRect ) in Paint() argument 659 Control::Paint( _rRect ); in Paint()
|