Home
last modified time | relevance | path

Searched refs:VisArea (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/sw/source/core/view/
H A Dviewsh.cxx451 Size aSize( VisArea().SSize() ); in ImplUnlockPaint()
469 Paint( VisArea().SVRect() ); in ImplUnlockPaint()
1043 if ( VisArea().HasArea() ) in CalcLayout()
1044 InvalidateWindows( VisArea() ); in CalcLayout()
1118 if ( rRect == VisArea() ) in VisPortChgd()
1168 SwRect aBoth( VisArea() ); in VisPortChgd()
1270 Point aPt( VisArea().Pos() ); in VisPortChgd()
1353 const SwRect aOldVis( VisArea() ); in SmoothScroll()
1370 SwRect aRect( VisArea() ); in SmoothScroll()
1486 const Point aTmpPt( -VisArea().Left(), -VisArea().Top() ); in SmoothScroll()
[all …]
H A Dviewimp.cxx179 if ( rRect.IsOver( pSh->VisArea() ) ) in AddPaintRect()
182 pRegion = new SwRegionRects( pSh->VisArea() ); in AddPaintRect()
244 if ( pSh->bDocSizeChgd && pSh->VisArea().Top() > pSh->GetLayout()->Frm().Height() ) in SetFirstVisPage()
261 while ( pPage && !aPageRect.IsOver( pSh->VisArea() ) ) in SetFirstVisPage()
H A Dvprint.cxx344 SwRect aOldVis( VisArea() ); in CalcPagesForPrint()
/trunk/main/sw/source/ui/wrtsh/
H A Dmove.cxx111 Point aTmp( VisArea().Pos() ); in Left()
112 aTmp.X() -= VisArea().Width() * nReadOnlyScrollOfst / 100; in Left()
130 Point aTmp( VisArea().Pos() ); in Right()
131 aTmp.X() += VisArea().Width() * nReadOnlyScrollOfst / 100; in Right()
149 Point aTmp( VisArea().Pos() ); in Up()
150 aTmp.Y() -= VisArea().Height() * nReadOnlyScrollOfst / 100; in Up()
167 Point aTmp( VisArea().Pos() ); in Down()
186 Point aTmp( VisArea().Pos() ); in LeftMargin()
204 Point aTmp( VisArea().Pos() ); in RightMargin()
461 SwRect aOldRect( GetCharRect() ), aTmpArea( VisArea() ); in PushCrsr()
[all …]
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx856 const SwRect &rVis = pImp->GetShell()->VisArea(); in InternalAction()
1220 const SwRect &rVis = pImp->GetShell()->VisArea(); in IsShortCut()
1956 pCntnt->Frm().Top() > pImp->GetShell()->VisArea().Bottom()) in FormatCntnt()
1958 const long nBottom = pImp->GetShell()->VisArea().Bottom(); in FormatCntnt()
2003 pCntnt->Frm().Top() > pImp->GetShell()->VisArea().Bottom()) in FormatCntnt()
2005 const long nBottom = pImp->GetShell()->VisArea().Bottom(); in FormatCntnt()
2353 !pPage->Frm().IsOver( pImp->GetShell()->VisArea())) in DoIdleJob()
2442 bVis = ((SwCrsrShell*)pSh)->GetCharRect().IsOver(pSh->VisArea()); in SwLayIdle()
2466 SwRect aTmp( pSh->VisArea() ); in SwLayIdle()
2476 bActions |= aTmp != pSh->VisArea(); in SwLayIdle()
[all …]
H A Dhffrm.cxx787 pShell->VisArea().HasArea() ) in PrepareFooter()
788 pShell->InvalidateWindows( pShell->VisArea() ); in PrepareFooter()
H A Dwsfrm.cxx1444 aInva.Pos().X() = pViewShell->VisArea().Left(); in AdjustNeighbourhood()
1445 aInva.Width( pViewShell->VisArea().Width() ); in AdjustNeighbourhood()
1455 if ( !pViewShell || pViewShell->VisArea().Height() >= pUp->Frm().Height() ) in AdjustNeighbourhood()
1486 pUp->Frm().Height() + nDiff < pViewShell->VisArea().Height() ) in AdjustNeighbourhood()
1490 nChg = pViewShell->VisArea().Height() - pUp->Frm().Height(); in AdjustNeighbourhood()
3376 if( pRel->IsPageBodyFrm() && pSh && bBrowseMode && pSh->VisArea().Width() ) in CalcRel()
H A Dcalcmove.cxx825 nBot = Max( nBot, pSh->VisArea().Height() ); in MakeAll()
997 if( pSh && 0!=(nWidthArea=(pSh->VisArea().*fnRect->fnGetWidth)()) && in MakePrtArea()
H A Dpaintfrm.cxx2923 aRect.Intersection( pSh->VisArea() ); in Paint()
2985 aPageRectTemp._Intersection( pSh->VisArea() ); in Paint()
3629 SwRect aVisRect = pShell->VisArea(); in Paint()
5564 const Rectangle &aVisRect = _pViewShell->VisArea().SVRect(); in PaintNotesSidebar()
6597 aRetouche.Intersection( pGlobalShell->VisArea() ); in Retouche()
H A Dfly.cxx2582 pSh->VisArea().HasArea() ) in CalcRel()
2585 nRelHeight = pSh->VisArea().Height(); in CalcRel()
/trunk/main/sw/source/core/crsr/
H A Dviscrs.cxx224 SwRegionRects aReg( GetShell()->VisArea() ); in FillRects()
353 if( pCrsrShell->VisArea().IsOver( pCrsrShell->aCharRect ) ) in Show()
706 SwRegionRects aReg( GetShell()->VisArea() ); in Invalidate()
1005 SwRegionRects aReg( GetShell()->VisArea() ); in FillRects()
H A Dcrsrsh.cxx1269 pAktCrsr->Invalidate( VisArea() ); in Paint()
1292 aOldRBPos.X() = VisArea().Right(); in VisPortChgd()
1293 aOldRBPos.Y() = VisArea().Bottom(); in VisPortChgd()
2189 if( !bBasicHideCrsr && VisArea().Width() ) in ShGetFcs()
2793 if( aCrsrHeight.Y() < aCharRect.Height() && aCharRect.Height() > VisArea().Height() ) in MakeSelVisible()
2796 long nDiff = aCharRect.Height() - VisArea().Height(); in MakeSelVisible()
/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx104 long lDelta = lPos - rSh.VisArea().Pos().*pPt; in lcl_GetPos()
281 if ( aOldSz != pWrtShell->VisArea().SSize() && in SetVisArea()
282 ( Abs(aOldSz.Width() - pWrtShell->VisArea().Width()) > 2 || in SetVisArea()
283 Abs(aOldSz.Height() - pWrtShell->VisArea().Height()) > 2 ) ) in SetVisArea()
H A Dviewdraw.cxx153 const SwRect& rVisArea = pWrtShell->VisArea(); in ExecDraw()
195 const SwRect& rVisArea = pWrtShell->VisArea(); in ExecDraw()
H A Dswcli.cxx99 if ( !aFrm.IsOver( rSh.VisArea() ) ) in ObjectAreaChanged()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx347 if( !rSh.VisArea().Width() ) in UpdatePointer()
557 const SwRect aOldVis( rSh.VisArea() ); in IMPL_LINK()
560 if ( !rSh.VisArea().IsInside( aModPt ) ) in IMPL_LINK()
589 const SwRect& rVisArea = rSh.VisArea(); in IMPL_LINK()
601 aMovePos += rSh.VisArea().Pos() - aOldVis.Pos(); in IMPL_LINK()
3474 const Point aOldPt( rSh.VisArea().Pos() ); in MouseMove()
3475 const sal_Bool bInsWin = rSh.VisArea().IsInside( aDocPt ); in MouseMove()
3507 aTmp += rSh.VisArea().Pos() - aOldPt; in MouseMove()
3748 aTmp += rSh.VisArea().Pos() - aOldPt; in MouseMove()
3769 aTmp += rSh.VisArea().Pos() - aOldPt; in MouseMove()
[all …]
/trunk/main/sw/source/core/draw/
H A Ddflyobj.cxx890 pSh->VisArea().HasArea() ) in NbcResize()
893 nRelHeight = pSh->VisArea().Height(); in NbcResize()
H A Ddpage.cxx148 } while ( pPg && pPg->Frm().IsOver( pSh->VisArea() ) ); in GetGridFrameList()
/trunk/main/sw/source/ui/shells/
H A Dgrfshex.cxx113 const SwRect& rVisArea = rSh.VisArea(); in InsertMediaDlg()
/trunk/main/sw/source/core/frmedt/
H A Dfeflyole.cxx112 if ( !aTmp.IsOver( VisArea() ) ) in MakeObjVisible()
/trunk/main/sw/inc/
H A Dviewsh.hxx262 const SwRect& VisArea() const { return aVisArea; } in VisArea() function in ViewShell
H A Dcrsrsh.hxx562 sal_Bool IsCrsrVisible() const { return VisArea().IsOver( GetCharRect() ); } in IsCrsrVisible()
/trunk/main/sw/source/ui/ribbar/
H A Ddrawbase.cxx721 const SwRect& rVisArea = m_pSh->VisArea(); in GetDefaultCenterPos()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx778 else if ( pSh->VisArea().IsOver( aRect ) && in Modify()
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx460 if( !pFrm || pSh->VisArea().IsOver( pFrm->Frm() ) ) in IsInVisibleArea()

Completed in 390 milliseconds

12