Lines Matching refs:GetShell

191 	Window* pWin = GetShell()->GetWin();  in Paint()
224 SwRegionRects aReg( GetShell()->VisArea() ); in FillRects()
226 const SwRedlineTbl& rTbl = GetShell()->GetDoc()->GetRedlineTbl(); in FillRects()
236 pCrsr = new SwShellCrsr( *GetShell(), *rRed.GetPoint() ); in FillRects()
293 #define SHOWREDLINES1( nAct ) ShowRedlines( GetShell(),nAct );
294 #define SHOWREDLINES2( nAct, pRect ) ShowRedlines( GetShell(),nAct, pRect );
308 rRedlineTbl[ i ]->HideRects( *GetShell() );
641 … dynamic_cast<SwTxtInputFld*>(GetShell()->GetTxtFldAtPos( GetShell()->GetCrsr()->Start(), false )); in HighlightInputFld()
646 … new SwShellCrsr( *GetShell(), SwPosition( *pTxtNode, *(pCurTxtInputFldAtCrsr->GetStart()) ) ) ); in HighlightInputFld()
673 SdrView* pView = (SdrView*)GetShell()->GetDrawView(); in HighlightInputFld()
706 SwRegionRects aReg( GetShell()->VisArea() ); in Invalidate()
718 if( GetShell()->bVisPortChgd && 0 != ( nSz = Count()) ) in Invalidate()
720 SwSelPaintRects::Get1PixelInLogic( *GetShell() ); in Invalidate()
724 if( pRect->Right() == GetShell()->aOldRBPos.X() ) in Invalidate()
726 if( pRect->Bottom() == GetShell()->aOldRBPos.Y() ) in Invalidate()
791 , SwSelPaintRects(*rICrsr.GetShell()) in SwShellCrsr()
803 return GetShell()->IsReadOnlyAvailable(); in IsReadOnlyAvailable()
820 && GetPoint()->nNode.GetNode().GetCntntNode()->getLayoutFrm( GetShell()->GetLayout() ) in FillRects()
823 … && GetMark()->nNode.GetNode().GetCntntNode()->getLayoutFrm( GetShell()->GetLayout() ) ) ) ) in FillRects()
825 GetShell()->GetLayout()->CalcFrmRects( *this ); in FillRects()
885 return new SwShellCrsr( *GetShell(), *GetPoint(), GetPtPos(), pRing ); in Create()
899 ViewShell *pShell = const_cast< SwCrsrShell* >( GetShell() ), in MaxReplaceArived()
927 ((SwCrsrShell*)GetShell())->SaveTblBoxCntnt( pPos ); in SaveTblBoxCntnt()
933 &GetPtPos(), GetShell()->GetUpDownX() ); in UpDown()
951 if( GetShell() && ( GetShell()->IsAllProtect() || in IsAtValidPos()
952 GetShell()->GetViewOptions()->IsReadonly() || in IsAtValidPos()
953 ( GetShell()->Imp()->GetDrawView() && in IsAtValidPos()
954 GetShell()->Imp()->GetDrawView()->GetMarkedObjectList().GetMarkCount() ))) in IsAtValidPos()
1005 SwRegionRects aReg( GetShell()->VisArea() ); in FillRects()
1029 SwFrm* pFrm = pCNd->getLayoutFrm( GetShell()->GetLayout(), &GetSttPos() ); in FillRects()
1065 SwFrm* pFrm = pCNd->getLayoutFrm( GetShell()->GetLayout(), &GetPtPos() ); in IsInside()