Home
last modified time | relevance | path

Searched refs:rRect (Results 376 – 400 of 700) sorted by relevance

1...<<11121314151617181920>>...28

/trunk/main/vcl/unx/headless/
H A Dsvptext.cxx421 bool SvpSalGraphics::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) in GetGlyphBoundRect() argument
433 rRect = Rectangle( rGM.GetOffset(), rGM.GetSize() ); in GetGlyphBoundRect()
/trunk/main/sw/source/ui/inc/
H A Doptpage.hxx393 void DrawRect(const Rectangle &rRect, const Color &rFillColor, const Color &rLineColor);
396 void PaintPage(const Rectangle &rRect);
/trunk/main/sw/source/core/text/
H A Dinftxt.hxx436 const SwRect &rRect ) { pBrushItem = pItem; aItemRect = rRect;} in SetBack() argument
462 void DrawRect( const SwRect &rRect, sal_Bool bNoGraphic = sal_False,
H A Ditrcrsr.cxx1761 bool SwTxtFrm::FillSelection( SwSelectionList& rSelList, const SwRect& rRect ) const in FillSelection()
1766 if( !rRect.IsOver( aTmpFrm ) ) in FillSelection()
1771 aRect.Intersection( rRect ); in FillSelection()
1880 if( pFly->IsFlyInCntFrm() && pFly->FillSelection( rSelList, rRect ) ) in FillSelection()
/trunk/main/svtools/source/brwbox/
H A Dbrwbox2.cxx669 void BrowseBox::Paint( const Rectangle& rRect ) in Paint() argument
710 nCol < pCols->Count() && nX < rRect.Right(); in Paint()
758 Point( rRect.Right(), GetTitleHeight() - 2 ) ) ); in Paint()
1163 void BrowseBox::PaintData( Window& rWin, const Rectangle& rRect ) in PaintData() argument
1176 ImplPaintData(rWin, rRect, sal_False, sal_True); in PaintData()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx222 void SvImpLBox::CalcCellFocusRect( SvLBoxEntry* pEntry, Rectangle& rRect ) in CalcCellFocusRect() argument
229 rRect.Left() = pView->GetTab( pCursor, pItem )->GetPos(); in CalcCellFocusRect()
235 if ( nRight < rRect.Right() ) in CalcCellFocusRect()
236 rRect.Right() = nRight; in CalcCellFocusRect()
892 void SvImpLBox::Paint( const Rectangle& rRect ) in Paint() argument
930 long nRectHeight = rRect.GetHeight(); in Paint()
934 sal_uInt16 nStartLine = (sal_uInt16)( rRect.Top() / nEntryHeight ); in Paint()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx1768 void SdrObjCustomShape::NbcSetSnapRect( const Rectangle& rRect ) in NbcSetSnapRect() argument
1770 aRect=rRect; in NbcSetSnapRect()
1781 void SdrObjCustomShape::SetSnapRect( const Rectangle& rRect ) in SetSnapRect() argument
1786 NbcSetSnapRect( rRect ); in SetSnapRect()
1790 void SdrObjCustomShape::NbcSetLogicRect( const Rectangle& rRect ) in NbcSetLogicRect() argument
1792 aRect = rRect; in NbcSetLogicRect()
1802 void SdrObjCustomShape::SetLogicRect( const Rectangle& rRect ) in SetLogicRect() argument
1807 NbcSetLogicRect(rRect); in SetLogicRect()
H A Dsvdmrkv.cxx294 void SdrMarkView::TakeActionRect(Rectangle& rRect) const in TakeActionRect()
298 rRect = Rectangle(aDragStat.GetStart(), aDragStat.GetNow()); in TakeActionRect()
302 SdrSnapView::TakeActionRect(rRect); in TakeActionRect()
1562 sal_Bool SdrMarkView::MarkObj(const Rectangle& rRect, sal_Bool bUnmark) in MarkObj() argument
1565 Rectangle aR(rRect); in MarkObj()
H A Dsvdedxv.cxx144 void SdrObjEditView::TakeActionRect(Rectangle& rRect) const in TakeActionRect()
147 rRect=pMacroObj->GetCurrentBoundRect(); in TakeActionRect()
149 SdrGlueEditView::TakeActionRect(rRect); in TakeActionRect()
338 void SdrObjEditView::ImpPaintOutlinerView(OutlinerView& rOutlView, const Rectangle& rRect, OutputDe… in ImpPaintOutlinerView() argument
347 aBlankRect.Intersection(rRect); in ImpPaintOutlinerView()
/trunk/main/svtools/source/control/
H A Dtaskbar.cxx241 void TaskBar::Paint( const Rectangle& rRect ) in Paint() argument
279 Window::Paint( rRect ); in Paint()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx180 void WriteClipRect( const Rectangle& rRect );
280 void METWriter::WriteClipRect( const Rectangle& rRect ) in WriteClipRect() argument
282 aGDIClipRect = rRect; in WriteClipRect()
283 sal_uInt32 nPathId = ( rRect.IsEmpty() ) ? 0 : 1; in WriteClipRect()
286 Polygon aPoly( rRect ); in WriteClipRect()
/trunk/main/svtools/source/hatchwindow/
H A Dipwin.cxx208 Point SvResizeHelper::GetTrackPosPixel( const Rectangle & rRect ) const in GetTrackPosPixel()
213 Rectangle aRect( rRect ); in GetTrackPosPixel()
/trunk/main/svtools/source/inc/
H A Dsvimpbox.hxx253 void CalcCellFocusRect( SvLBoxEntry* pEntry, Rectangle& rRect );
281 void Paint( const Rectangle& rRect );
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx1300 void OSelectionBrowseBox::PaintCell(OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColumnI… in PaintCell() argument
1303 rDev.SetClipRegion( rRect ); in PaintCell()
1315 PaintTristate(rDev, rRect, pEntry->IsVisible() ? STATE_CHECK : STATE_NOCHECK); in PaintCell()
1317 rDev.DrawText(rRect, GetCellText(nRow, nColumnId),TEXT_DRAW_VCENTER); in PaintCell()
1323 void OSelectionBrowseBox::PaintStatusCell(OutputDevice& rDev, const Rectangle& rRect) const in PaintStatusCell()
1326 Rectangle aRect(rRect); in PaintStatusCell()
/trunk/main/slideshow/test/
H A Ddemoshow.cxx326 virtual void Paint( const Rectangle& rRect );
403 virtual void Paint( const Rectangle& rRect );
/trunk/main/svx/source/dialog/
H A Dsimptabl.cxx220 void SvxSimpleTable::Paint( const Rectangle& rRect ) in Paint() argument
222 SvHeaderTabListBox::Paint(rRect ); in Paint()
H A Dgraphctl.cxx322 void GraphCtrl::Paint( const Rectangle& rRect ) in Paint() argument
342 const Region aRepaintRegion(rRect); in Paint()
/trunk/main/sc/source/ui/view/
H A Dtabvwshb.cxx342 const SfxRectangleItem& rRect = in ExecDrawIns() local
344 Rectangle aRect( pWin->PixelToLogic( rRect.GetValue() ) ); in ExecDrawIns()
/trunk/main/sc/source/ui/inc/
H A Dtabview.hxx77 virtual void Paint( const Rectangle& rRect );
273 void DrawMarkRect( const Rectangle& rRect );
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx438 void OTableEditorCtrl::PaintCell(OutputDevice& rDev, const Rectangle& rRect, in PaintCell() argument
443 const Point aPos(rRect.TopLeft()); in PaintCell()
447 rDev.SetClipRegion( rRect ); in PaintCell()
448 rDev.DrawText( rRect, aText, TEXT_DRAW_LEFT | TEXT_DRAW_VCENTER ); in PaintCell()
/trunk/main/vcl/source/gdi/
H A Dcvtsvm.cxx51 void ImplReadRect( SvStream& rIStm, Rectangle& rRect ) in ImplReadRect() argument
59 rRect = Rectangle( aTL, aBR ); in ImplReadRect()
64 void ImplWriteRect( SvStream& rOStm, const Rectangle& rRect ) in ImplWriteRect() argument
66 rOStm << rRect.TopLeft(); in ImplWriteRect()
67 rOStm << rRect.BottomRight(); in ImplWriteRect()
/trunk/main/vcl/aqua/source/gdi/
H A Datsfonts.cxx244 bool AtsTextStyle::GetGlyphBoundRect( sal_GlyphId aGlyphId, Rectangle& rRect ) const in GetGlyphBoundRect()
259 rRect = Rectangle( nMinX, nMinY, nMaxX, nMaxY ); in GetGlyphBoundRect()
/trunk/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx971 void ScAutoFmtPreview::Paint( const Rectangle& rRect ) in Paint() argument
973 DoPaint( rRect ); in Paint()
/trunk/main/sc/source/ui/cctrl/
H A Dtbzoomsliderctrl.cxx434 void ScZoomSliderWnd::Paint( const Rectangle& rRect ) in Paint() argument
436 DoPaint( rRect ); in Paint()
/trunk/main/slideshow/source/engine/
H A Dtools.cxx739 const ::basegfx::B2DRectangle& rRect, in fillRect()
743 ::basegfx::tools::createPolygonFromRect( rRect )); in fillRect()

Completed in 747 milliseconds

1...<<11121314151617181920>>...28