Home
last modified time | relevance | path

Searched refs:rRect (Results 226 – 250 of 700) sorted by relevance

12345678910>>...28

/trunk/main/vcl/aqua/source/dtrans/
H A DDropTarget.cxx87 inline void CocoaToVCL(NSRect& rRect, const NSRect& bounds) in CocoaToVCL() argument
89 rRect.origin.y = bounds.size.height - (rRect.origin.y + rRect.size.height); in CocoaToVCL()
/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,
/trunk/main/starmath/inc/
H A Dview.hxx66 void SetCursor(const Rectangle &rRect);
158 virtual void Paint(const Rectangle& rRect);
259 virtual void QueryObjAreaPixel( Rectangle& rRect ) const;
/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
599 Point aPos( rRect.TopLeft() ); in PaintCell()
602 if( aPos.X() < rRect.Right() || aPos.X() + aTextSize.Width() > rRect.Right() || in PaintCell()
603 aPos.Y() < rRect.Top() || aPos.Y() + aTextSize.Height() > rRect.Bottom() ) in PaintCell()
604 rDev.SetClipRegion( rRect ); in PaintCell()
/trunk/main/oox/source/xls/
H A Dworksheethelper.cxx270 CellRangeAddress getCellRangeFromRectangle( const Rectangle& rRect ) const;
713 CellRangeAddress WorksheetGlobals::getCellRangeFromRectangle( const Rectangle& rRect ) const in getCellRangeFromRectangle()
715 CellAddress aStartAddr = getCellAddressFromPosition( Point( rRect.X, rRect.Y ) ); in getCellRangeFromRectangle()
716 Point aBotRight( rRect.X + rRect.Width, rRect.Y + rRect.Height ); in getCellRangeFromRectangle()
/trunk/main/sw/source/core/frmedt/
H A Dfefly1.cxx1425 void SwFEShell::SetObjRect( const SwRect& rRect ) in SetObjRect() argument
1429 Imp()->GetDrawView()->SetAllMarkedRect( rRect.SVRect() ); in SetObjRect()
1441 Size SwFEShell::RequestObjectResize( const SwRect &rRect, const uno::Reference < embed::XEmbeddedOb… in RequestObjectResize() argument
1448 aResult = rRect.SSize(); in RequestObjectResize()
1464 if ( rRect.SSize() != pFly->Prt().SSize() && !bSizeProt ) in RequestObjectResize()
1466 Size aSz( rRect.SSize() ); in RequestObjectResize()
1532 if ( rRect.Top() != LONG_MIN && rRect.Pos() != aPt && !bPosProt ) in RequestObjectResize()
1534 aPt = rRect.Pos(); in RequestObjectResize()
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx193 void lcl_ReverseTwipsToMM( Rectangle& rRect ) in lcl_ReverseTwipsToMM() argument
195 ReverseTwipsToMM( rRect.Left() ); in lcl_ReverseTwipsToMM()
196 ReverseTwipsToMM( rRect.Right() ); in lcl_ReverseTwipsToMM()
197 ReverseTwipsToMM( rRect.Top() ); in lcl_ReverseTwipsToMM()
198 ReverseTwipsToMM( rRect.Bottom() ); in lcl_ReverseTwipsToMM()
1719 void ScDrawLayer::MirrorRectRTL( Rectangle& rRect ) in MirrorRectRTL() argument
1722 long nTemp = rRect.Left(); in MirrorRectRTL()
1723 rRect.Left() = -rRect.Right(); in MirrorRectRTL()
1724 rRect.Right() = -nTemp; in MirrorRectRTL()
H A Ddocumen3.cxx1718 void ScDocument::SetEmbedded( const Rectangle& rRect ) // aus VisArea (1/100 mm) in SetEmbedded() argument
1721 aEmbedRange = GetRange( nVisibleTab, rRect ); in SetEmbedded()
1782 void ScDocument::SnapVisArea( Rectangle& rRect ) const in SnapVisArea()
1793 ScDrawLayer::MirrorRectRTL( rRect ); // calculate with positive (LTR) values in SnapVisArea()
1796 lcl_SnapHor( pTable, rRect.Left(), nCol ); in SnapVisArea()
1798 lcl_SnapHor( pTable, rRect.Right(), nCol ); in SnapVisArea()
1801 lcl_SnapVer( pTable, rRect.Top(), nRow ); in SnapVisArea()
1803 lcl_SnapVer( pTable, rRect.Bottom(), nRow ); in SnapVisArea()
1806 ScDrawLayer::MirrorRectRTL( rRect ); // back to real rectangle in SnapVisArea()
/trunk/main/svx/source/table/
H A Dtablehandles.cxx256 const Rectangle& rRect, in TableBorderHdl() argument
258 : SdrHdl(rRect.TopLeft(), HDL_MOVE), in TableBorderHdl()
259 maRectangle(rRect), in TableBorderHdl()
/trunk/main/svx/source/engine3d/
H A Dscene3d.cxx356 void E3dScene::NbcSetSnapRect(const Rectangle& rRect) in NbcSetSnapRect() argument
359 E3dObject::NbcSetSnapRect(rRect); in NbcSetSnapRect()
360 aCamera.SetDeviceWindow(rRect); in NbcSetSnapRect()
361 aCameraSet.SetViewportRectangle((Rectangle&)rRect); in NbcSetSnapRect()
/trunk/main/sw/source/ui/dbui/
H A Dcreateaddresslistdialog.cxx286 void SwAddressControl_Impl::MakeVisible(const Rectangle & rRect) in MakeVisible() argument
292 if( rRect.TopLeft().Y() < nMinVisiblePos) in MakeVisible()
294 nThumb -= 1 + ((nMinVisiblePos - rRect.TopLeft().Y()) / m_nLineHeight); in MakeVisible()
296 else if(rRect.BottomLeft().Y() > nMaxVisiblePos) in MakeVisible()
298 nThumb += 1 + ((nMaxVisiblePos - rRect.BottomLeft().Y()) / m_nLineHeight); in MakeVisible()
/trunk/main/vcl/source/window/
H A Ddockwin.cxx674 void DockingWindow::EndDocking( const Rectangle& rRect, sal_Bool bFloatMode ) in EndDocking() argument
685 mpFloatWin->SetPosSizePixel( rRect.TopLeft(), rRect.GetSize() ); in EndDocking()
689 Point aPos = rRect.TopLeft(); in EndDocking()
691 Window::SetPosSizePixel( aPos, rRect.GetSize() ); in EndDocking()
/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx262 void ScHeaderControl::Paint( const Rectangle& rRect ) in Paint() argument
303 long nPStart = bVertical ? rRect.Top() : rRect.Left(); in Paint()
304 long nPEnd = bVertical ? rRect.Bottom() : rRect.Right(); in Paint()
/trunk/main/cui/source/dialogs/
H A Dpasswdomdlg.cxx60 virtual void Paint( const Rectangle& rRect );
77 void PasswordReenterEdit_Impl::Paint( const Rectangle& rRect ) in Paint() argument
97 Edit::Paint( rRect ); in Paint()
/trunk/main/svtools/source/control/
H A Druler.cxx1004 void lcl_RotateRect_Impl(Rectangle& rRect, const long nReference, sal_Bool bRightAligned) in lcl_RotateRect_Impl() argument
1006 if(!rRect.IsEmpty()) in lcl_RotateRect_Impl()
1008 Rectangle aTmp(rRect); in lcl_RotateRect_Impl()
1009 rRect.Top() = aTmp.Left(); in lcl_RotateRect_Impl()
1010 rRect.Bottom() = aTmp.Right(); in lcl_RotateRect_Impl()
1011 rRect.Left() = aTmp.Top(); in lcl_RotateRect_Impl()
1012 rRect.Right() = aTmp.Bottom(); in lcl_RotateRect_Impl()
1016 rRect.Left() = nRef - rRect.Left(); in lcl_RotateRect_Impl()
1017 rRect.Right() = nRef - rRect.Right(); in lcl_RotateRect_Impl()
/trunk/main/vcl/workben/
H A Dsvpclient.cxx136 void Paint( const Rectangle& rRect );
332 void MyWin::Paint( const Rectangle& rRect ) in Paint() argument
334 WorkWindow::Paint( rRect ); in Paint()
H A Dsvptest.cxx82 void Paint( const Rectangle& rRect );
234 void MyWin::Paint( const Rectangle& rRect ) in Paint() argument
236 WorkWindow::Paint( rRect ); in Paint()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx1051 void TabControl::Paint( const Rectangle& rRect ) in Paint() argument
1053 ImplPaint( rRect, false ); in Paint()
1058 void TabControl::ImplPaint( const Rectangle& rRect, bool bLayout ) in ImplPaint() argument
1114 if( !rRect.IsEmpty() ) in ImplPaint()
1115 aClipRgn.Intersect( rRect ); in ImplPaint()
1208 if( !rRect.IsEmpty() ) in ImplPaint()
1209 aClipRgn.Intersect( rRect ); in ImplPaint()
1224 if( !rRect.IsEmpty() ) in ImplPaint()
1225 aClipRgn.Intersect( rRect ); in ImplPaint()
/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1312 const Rectangle& rRect ) = 0;
1345 void WriteClientAnchor( EscherEx& rEx, const Rectangle& rRect ) in WriteClientAnchor() argument
1346 { if( pClientAnchor ) pClientAnchor->WriteData( rEx, rRect ); } in WriteClientAnchor()
1546 virtual sal_Bool SetGroupSnapRect( sal_uInt32 nGroupLevel, const Rectangle& rRect );
1547 virtual sal_Bool SetGroupLogicRect( sal_uInt32 nGroupLevel, const Rectangle& rRect );
1553 virtual void Commit( EscherPropertyContainer& rProps, const Rectangle& rRect );
/trunk/main/svx/inc/svx/
H A Dsvdoedge.hxx205 …XPolygon ImpCalcObjToCenter(const Point& rStPt, long nEscAngle, const Rectangle& rRect, const Poin…
248 virtual void TakeUnrotatedSnapRect(Rectangle& rRect) const;
269 virtual void NbcSetSnapRect(const Rectangle& rRect);
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.hxx92 void setRect(const SwRect & rRect);
196 void setRect(const SwRect & rRect);
279 void insert(const SwRect & rRect, WW8TableNodeInfo * pNodeInfo,
/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx81 void SdrEditView::SetMarkedObjRect(const Rectangle& rRect, sal_Bool bCopy) in SetMarkedObjRect() argument
83 DBG_ASSERT(!rRect.IsEmpty(),"SetMarkedObjRect() mit leerem Rect mach keinen Sinn"); in SetMarkedObjRect()
84 if (rRect.IsEmpty()) return; in SetMarkedObjRect()
94 long x1=rRect.Left(); in SetMarkedObjRect()
95 long y1=rRect.Top(); in SetMarkedObjRect()
96 long w1=rRect.Right()-x1; in SetMarkedObjRect()
97 long h1=rRect.Bottom()-y1; in SetMarkedObjRect()
122 aR1=rRect; in SetMarkedObjRect()
/trunk/main/sw/source/core/text/
H A Dfrmform.cxx183 sal_Bool SwTxtFrm::_GetDropRect( SwRect &rRect ) const in _GetDropRect()
192 rRect.Top( aLine.Y() ); in _GetDropRect()
193 rRect.Left( aLine.GetLineStart() ); in _GetDropRect()
194 rRect.Height( aLine.GetDropHeight() ); in _GetDropRect()
195 rRect.Width( aLine.GetDropLeft() ); in _GetDropRect()
198 SwitchLTRtoRTL( rRect ); in _GetDropRect()
201 SwitchHorizontalToVertical( rRect ); in _GetDropRect()
/trunk/main/sd/source/ui/inc/
H A DViewShell.hxx197 virtual void Paint (const Rectangle& rRect, ::sd::Window* pWin);
236 void DrawMarkRect(const Rectangle& rRect) const;
306 virtual void VisAreaChanged(const Rectangle& rRect);
/trunk/main/vcl/test/
H A Ddndtest.cxx78 void Paint( const Rectangle& rRect );
277 void MyWin::Paint( const Rectangle& rRect ) in Paint() argument
279 WorkWindow::Paint( rRect ); in Paint()

Completed in 184 milliseconds

12345678910>>...28