Home
last modified time | relevance | path

Searched refs:rRect (Results 301 – 325 of 700) sorted by relevance

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

/trunk/main/sd/source/ui/inc/
H A DSlideViewShell.hxx76 virtual void Paint(const Rectangle& rRect, ::sd::Window* pWin);
138 virtual void VisAreaChanged(const Rectangle& rRect);
/trunk/main/svx/inc/svx/
H A Ddlgctl3d.hxx66 virtual void Paint( const Rectangle& rRect );
122 virtual void Paint(const Rectangle& rRect);
H A Dgridctrl.hxx201 virtual void Paint(const Rectangle& rRect);
310 virtual void PaintStatusCell(OutputDevice& rDev, const Rectangle& rRect) const;
311 virtual void PaintCell(OutputDevice& rDev, const Rectangle& rRect, sal_uInt16 nColId) const;
H A Dsvdopath.hxx93 virtual void TakeUnrotatedSnapRect(Rectangle& rRect) const;
100 virtual void NbcSetSnapRect(const Rectangle& rRect);
H A Dsvdoole2.hxx158 virtual void NbcSetSnapRect(const Rectangle& rRect);
159 virtual void NbcSetLogicRect(const Rectangle& rRect);
/trunk/main/svtools/source/misc/
H A Dhelpagentwindow.cxx116 void HelpAgentWindow::Paint( const Rectangle& rRect ) in Paint() argument
118 FloatingWindow::Paint(rRect); in Paint()
/trunk/main/sw/source/ui/table/
H A Dtautofmt.cxx78 virtual void Paint( const Rectangle& rRect );
106 void DoPaint ( const Rectangle& rRect );
1050 void __EXPORT AutoFmtPreview::Paint( const Rectangle& rRect ) in Paint() argument
1052 DoPaint( rRect ); in Paint()
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx220 sal_Bool SwLayAction::PaintWithoutFlys( const SwRect &rRect, const SwCntntFrm *pCnt, in PaintWithoutFlys() argument
223 SwRegionRects aTmp( rRect ); in PaintWithoutFlys()
243 if ( pFly == pSelfFly || !rRect.IsOver( pFly->Frm() ) ) in PaintWithoutFlys()
305 const SwRect &rRect ) in _PaintCntnt() argument
307 if ( rRect.HasArea() ) in _PaintCntnt()
310 return PaintWithoutFlys( rRect, pCntnt, pPage ); in _PaintCntnt()
312 return pImp->GetShell()->AddPaintRect( rRect ); in _PaintCntnt()
/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx1191 void Os2SalFrame::GetWorkArea( RECTL &rRect ) in GetWorkArea() argument
1193 rRect.xLeft = rRect.yTop = 0; in GetWorkArea()
1194 rRect.xRight = WinQuerySysValue( HWND_DESKTOP, SV_CXSCREEN )-1; in GetWorkArea()
1195 rRect.yBottom = WinQuerySysValue( HWND_DESKTOP, SV_CYSCREEN )-1; in GetWorkArea()
1200 void Os2SalFrame::GetWorkArea( Rectangle &rRect ) in GetWorkArea() argument
1204 rRect.nLeft = aRect.xLeft; in GetWorkArea()
1205 rRect.nRight = aRect.xRight; // win -1; in GetWorkArea()
1206 rRect.nTop = aRect.yTop; in GetWorkArea()
1207 rRect.nBottom = aRect.yBottom; // win -1; in GetWorkArea()
/trunk/main/sc/source/ui/cctrl/
H A Dcbuttonw.cxx127 void ScDDComboBoxButton::ImpDrawArrow( const Rectangle& rRect, in ImpDrawArrow() argument
132 Rectangle aPixRect = rRect; in ImpDrawArrow()
/trunk/main/dbaccess/source/ui/inc/
H A DTableWindow.hxx77 void Draw3DBorder( const Rectangle& rRect );
85 virtual void Paint( const Rectangle& rRect );
/trunk/main/oox/source/export/
H A Ddrawingml.cxx592 void DrawingML::WriteTransformation( const Rectangle& rRect, in WriteTransformation() argument
601 …gleElementNS( XML_a, XML_off, XML_x, IS( MM100toEMU( rRect.Left() ) ), XML_y, IS( MM100toEMU( rRec… in WriteTransformation()
602 …ElementNS( XML_a, XML_ext, XML_cx, IS( MM100toEMU( rRect.GetWidth() ) ), XML_cy, IS( MM100toEMU( r… in WriteTransformation()
/trunk/main/svtools/source/control/
H A Dhyperlabel.cxx191 Rectangle rRect(aPoint, Size( m_pImpl->m_aMinSize.Width(), GetSizePixel().Height() ) ); in GetFocus() local
192 ShowFocus( rRect ); in GetFocus()
/trunk/main/vcl/inc/os2/
H A Dsalframe.h120 virtual void GetWorkArea( RECTL& rRect );
121 virtual void GetWorkArea( Rectangle& rRect );
/trunk/main/cui/source/dialogs/
H A Dabout.cxx551 void AboutDialog::Paint( const Rectangle& rRect ) in Paint() argument
553 SetClipRegion( rRect ); in Paint()
559 DrawRect(rRect); in Paint()
H A Dcommonlingui.cxx184 void SvxCommonLinguisticControl::Paint( const Rectangle& rRect ) in Paint() argument
186 Window::Paint(rRect ); in Paint()
/trunk/main/svx/source/svdraw/
H A Dsvdomedia.cxx49 SdrMediaObj::SdrMediaObj( const Rectangle& rRect ) : in SdrMediaObj() argument
50 SdrRectObj( rRect ) in SdrMediaObj()
/trunk/main/sw/source/ui/inc/
H A Dview.hxx311 SW_DLLPRIVATE void CalcPt( Point* pPt,const Rectangle& rRect,
460 sal_Bool IsScroll(const Rectangle& rRect) const;
461 void Scroll( const Rectangle& rRect,
/trunk/main/sc/source/core/data/
H A Ddocumen9.cxx387 const Rectangle& rRect = pGrafObj->GetCurrentBoundRect(); in StartAnimations() local
388 pGrafObj->StartAnimation( pWin, rRect.TopLeft(), rRect.GetSize() ); in StartAnimations()
/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx171 void RtfSdrExport::Commit( EscherPropertyContainer& rProps, const Rectangle& rRect ) in Commit() argument
179 AddLineDimensions( rRect ); in Commit()
181 AddRectangleDimensions( *m_pShapeStyle, rRect ); in Commit()
/trunk/main/sw/inc/
H A Dtblsel.hxx128 SwSelUnion( const SwRect &rRect, SwTabFrm *pTab ) : in SwSelUnion() argument
129 aUnion( rRect ), pTable( pTab ) {} in SwSelUnion()
/trunk/main/svtools/source/brwbox/
H A Ddatwin.hxx158 virtual void Paint( const Rectangle& rRect );
190 void Invalidate( const Rectangle& rRect, sal_uInt16 nFlags = 0 );
/trunk/main/vcl/inc/vcl/
H A Dtabctrl.hxx80 SAL_DLLPRIVATE void ImplPaint( const Rectangle& rRect, bool bLayout = false );
106 virtual void Paint( const Rectangle& rRect );
/trunk/main/filter/source/msfilter/
H A Deschesdo.hxx74 void SetRect( const Rectangle& rRect ) in SetRect() argument
75 { maRect = rRect; } in SetRect()
/trunk/main/reportdesign/source/ui/report/
H A DSectionView.cxx84 void OSectionView::MakeVisible( const Rectangle& rRect, Window& rWin ) in MakeVisible() argument
94 if ( !aVisRect.IsInside( rRect ) ) in MakeVisible()

Completed in 203 milliseconds

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