Home
last modified time | relevance | path

Searched refs:aPaintRect (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2942 SwRect aPaintRect; in Paint() local
2943 SwPageFrm::GetBorderAndShadowBoundRect( pPage->Frm(), pSh, aPaintRect, bRightSidebar ); in Paint()
2945 if ( aRect.IsOver( aPaintRect ) ) in Paint()
2953 aPaintRect._Intersection( aRect ); in Paint()
2966 SwRect aPageRectTemp( aPaintRect ); in Paint()
2972 aPageRectRegion.Exclude( aPaintRect.SVRect() ); in Paint()
2980 lcl_AdjustRectToPixelSize( aPaintRect, *(pSh->GetOut()) ); in Paint()
2989 const Region aDLRegion(aPaintRect.SVRect()); in Paint()
2999 pVout->Enter( pSh, aPaintRect, !bNoVirDev ); in Paint()
3004 lcl_AdjustRectToPixelSize( aPaintRect, *(pSh->GetOut()) ); in Paint()
[all …]
H A Dlayact.cxx348 SwRect aPaintRect = static_cast<SwTxtFrm*>(const_cast<SwCntntFrm*>(pCnt))->Paint(); in PaintCntnt() local
349 _PaintCntnt( pCnt, pPage, aPaintRect ); in PaintCntnt()
H A Dtrvlfrm.cxx122 const SwRect aPaintRect( bCntntCheck ? in GetCrsrOfst() local
127 if ( aPaintRect.IsInside( rPoint ) && in GetCrsrOfst()
/trunk/main/sfx2/source/sidebar/
H A DCustomImageRadioButton.cxx49 Rectangle aPaintRect( Rectangle(Point(0,0), GetSizePixel() ) ); in Paint() local
50 SetMouseRect( aPaintRect ); in Paint()
51 SetStateRect( aPaintRect ); in Paint()
59 aPaintRect, in Paint()
/trunk/main/svx/source/unodraw/
H A Dunoshtxt.cxx539 Rectangle aPaintRect; in SetupOutliner() local
543 pTextObj->SetupOutlinerFormatting( *mpOutliner, aPaintRect ); in SetupOutliner()
546 maTextOffset = aPaintRect.TopLeft() - aBoundRect.TopLeft(); in SetupOutliner()
562 Rectangle aPaintRect; in UpdateOutliner() local
566 pTextObj->UpdateOutlinerFormatting( *mpOutliner, aPaintRect ); in UpdateOutliner()
569 maTextOffset = aPaintRect.TopLeft() - aBoundRect.TopLeft(); in UpdateOutliner()
/trunk/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx114 ::basegfx::B2DRectangle aScrollRect, aPaintRect; in forceScrollTextMetaFile()
116 aPaintRect, in forceScrollTextMetaFile()
124 if( aScrollRect.isInside( aPaintRect ) ) in forceScrollTextMetaFile()
127 maBounds = aPaintRect; in forceScrollTextMetaFile()
H A Ddrawinglayeranimation.cxx792 basegfx::B2DRectangle aScrollRect, aPaintRect; in ActivityImpl() local
794 aPaintRect, in ActivityImpl()
802 aPaintRect ); in ActivityImpl()
/trunk/main/svx/source/svdraw/
H A Dsvdotext.cxx1962 Rectangle aPaintRect; in GetTextScrollMetaFileAndRectangle() local
1970 …ImpSetupDrawOutlinerForPaint( bContourFrame, rOutliner, aTextRect, aAnchorRect, aPaintRect, aFitXK… in GetTextScrollMetaFileAndRectangle()
1973 Rectangle aScrollFrameRect(aPaintRect); in GetTextScrollMetaFileAndRectangle()
1994 Point aPaintPos = aPaintRect.TopLeft(); in GetTextScrollMetaFileAndRectangle()
2003 rPaintRectangle = aPaintRect; in GetTextScrollMetaFileAndRectangle()
/trunk/main/sw/source/core/text/
H A Dinftxt.hxx409 SwRect aPaintRect; // Original Ausgaberechteck (aus Layout-Paint) member in SwTxtPaintInfo
485 inline const SwRect &GetPaintRect() const { return aPaintRect; } in GetPaintRect()
486 inline void SetPaintRect( const SwRect &rNew ) { aPaintRect = rNew; } in SetPaintRect()
H A Dinftxt.cxx556 aPaintRect = rPaint; in CtorInitTxtPaintInfo()
579 aPaintRect( rInf.GetPaintRect() ), in SwTxtPaintInfo()
592 aPaintRect( rInf.GetPaintRect() ), in SwTxtPaintInfo()
/trunk/main/svtools/source/control/
H A Dtabbar.cxx2001 Rectangle aPaintRect; in SelectPageRange() local
2009 aPaintRect.Union( pItem->maRect ); in SelectPageRange()
2017 if ( IsReallyVisible() && IsUpdateMode() && !aPaintRect.IsEmpty() ) in SelectPageRange()
2018 Invalidate( aPaintRect ); in SelectPageRange()
/trunk/main/basctl/source/dlged/
H A Ddlged.cxx539 aPaintRect = rRect; in Paint()
621 const Region aPaintRectRegion(aPaintRect); in IMPL_LINK()
639 rTargetOutDev.DrawWallpaper(aPaintRect, Wallpaper(Color(COL_WHITE))); in IMPL_LINK()
/trunk/main/sd/source/ui/inc/
H A Dsprite.hxx62 Rectangle aPaintRect; member in sd::Sprite
/trunk/main/basctl/source/inc/
H A Ddlged.hxx123 Rectangle aPaintRect; member in DlgEditor
/trunk/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx1154 Rectangle aPaintRect = pOutputDev->PixelToLogic( aPxPaintRect ); in Paint() local
1155 mrParentViewShell.Paint( aPaintRect ); in Paint()
/trunk/main/vcl/source/window/
H A Dwindow.cxx2437 Rectangle aPaintRect = aPaintRegion.GetBoundRect(); in ImplCallPaint() local
2442 ImplReMirror( aPaintRect ); in ImplCallPaint()
2445 aPaintRect = ImplDevicePixelToLogic( aPaintRect); in ImplCallPaint()
2464 aSelectionRect = aPaintRect; in ImplCallPaint()
2472 Paint( aPaintRect ); in ImplCallPaint()
9982 Rectangle aPaintRect( Point( 0, 0 ), GetOutputSizePixel() ); in ImplPaintToDevice() local
9983 aClipRegion.Intersect( aPaintRect ); in ImplPaintToDevice()
9992 Paint( aPaintRect ); in ImplPaintToDevice()