Lines Matching refs:mpViewShell

58 	ScTabViewShell*		mpViewShell;  member in ScViewForwarder
75 mpViewShell(pViewShell), in ScViewForwarder()
87 return mpViewShell != NULL; in IsValid()
93 if (mpViewShell) in GetVisArea()
95 Window* pWindow = mpViewShell->GetWindowByPos(meSplitPos); in GetVisArea()
105 …Point aBaseCellPos(mpViewShell->GetViewData()->GetScrPos(mpViewShell->GetViewData()->GetPosX(eWhic… in GetVisArea()
106 mpViewShell->GetViewData()->GetPosY(eWhichV), meSplitPos, sal_True)); in GetVisArea()
107 …Point aCellPos(mpViewShell->GetViewData()->GetScrPos(maCellPos.Col(), maCellPos.Row(), meSplitPos,… in GetVisArea()
120 if (mpViewShell) in LogicToPixel()
122 Window* pWindow = mpViewShell->GetWindowByPos(meSplitPos); in LogicToPixel()
135 if (mpViewShell) in PixelToLogic()
137 Window* pWindow = mpViewShell->GetWindowByPos(meSplitPos); in PixelToLogic()
150 mpViewShell = NULL; in SetInvalid()
268 ScPreviewShell* mpViewShell; member in ScPreviewViewForwarder
289 mpViewShell(pViewShell), in ScPreviewViewForwarder()
301 return mpViewShell != NULL; in IsValid()
313 if (mpViewShell) in LogicToPixel()
315 Window* pWindow = mpViewShell->GetWindow(); in LogicToPixel()
332 if (mpViewShell) in PixelToLogic()
334 Window* pWindow = mpViewShell->GetWindow(); in PixelToLogic()
355 mpViewShell = NULL; in SetInvalid()
360 if ( mpViewShell ) in GetVisRect()
363 Window* pWindow = mpViewShell->GetWindow(); in GetVisRect()
378 Window* pWin = mpViewShell->GetWindow(); in CorrectVisArea()
424 if (mpViewShell) in GetVisArea()
426 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in GetVisArea()
469 if (mpViewShell) in GetVisArea()
471 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in GetVisArea()
517 if (mpViewShell) in GetVisArea()
519 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in GetVisArea()
563 if (mpViewShell) in GetVisArea()
565 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in GetVisArea()
755 mpViewShell(pViewShell), in ScAccessibleCellTextData()
779 mpViewShell = NULL; // invalid now in Notify()
791 return new ScAccessibleCellTextData( mpViewShell, aCellPos, meSplitPos, mpAccessibleCell ); in Clone()
803 if (mpViewShell) in GetCellText()
805 const ScViewOptions& aOptions = mpViewShell->GetViewData()->GetOptions(); in GetCellText()
866 if ( pDoc && pEditEngine && mpViewShell ) in GetTextForwarder()
869 mpViewShell->GetViewData()->GetMergeSizePixel( in GetTextForwarder()
891 ScViewData* pViewData = mpViewShell->GetViewData(); in GetTextForwarder()
902 Window* pWin = mpViewShell->GetWindowByPos( meSplitPos ); in GetTextForwarder()
1016 mpViewForwarder = new ScViewForwarder(mpViewShell, meSplitPos, aCellPos); in GetViewForwarder()
1351 mpViewShell(pViewShell) in ScAccessiblePreviewCellTextData()
1370 mpViewShell = NULL; // invalid now in Notify()
1380 return new ScAccessiblePreviewCellTextData(mpViewShell, aCellPos); in Clone()
1391 Size aSize(mpViewShell->GetLocationData().GetCellOutputRect(aCellPos).GetSize()); in GetTextForwarder()
1392 Window* pWin = mpViewShell->GetWindow(); in GetTextForwarder()
1407 mpViewForwarder = new ScPreviewCellViewForwarder(mpViewShell, aCellPos); in GetViewForwarder()
1441 mpViewShell(pViewShell), in ScAccessiblePreviewHeaderCellTextData()
1463 mpViewShell = NULL; // invalid now in Notify()
1473 …return new ScAccessiblePreviewHeaderCellTextData(mpViewShell, maText, aCellPos, mbColHeader, mbRow… in Clone()
1508 if ( mpViewShell ) in GetTextForwarder()
1511 Window* pWindow = mpViewShell->GetWindow(); in GetTextForwarder()
1516 …Size aSize(mpViewShell->GetLocationData().GetHeaderCellOutputRect(aVisRect, aCellPos, mbColHeader)… in GetTextForwarder()
1535 …mpViewForwarder = new ScPreviewHeaderCellViewForwarder(mpViewShell, aCellPos, mbColHeader, mbRowHe… in GetViewForwarder()
1567 mpViewShell(pViewShell), in ScAccessibleHeaderTextData()
1596 return new ScAccessibleHeaderTextData(mpViewShell, mpEditObj, mbHeader, meAdjust); in Clone()
1606 mpViewShell = NULL;// invalid now in Notify()
1640 if (mpViewShell) in GetTextForwarder()
1641 mpViewShell->FillFieldData(aData); in GetTextForwarder()
1653 if ( mpViewShell ) in GetTextForwarder()
1656 mpViewShell->GetLocationData().GetHeaderPosition(aVisRect); in GetTextForwarder()
1658 Window* pWin = mpViewShell->GetWindow(); in GetTextForwarder()
1673 mpViewForwarder = new ScPreviewHeaderFooterViewForwarder(mpViewShell, mbHeader); in GetViewForwarder()
1684 mpViewShell(pViewShell), in ScAccessibleNoteTextData()
1713 return new ScAccessibleNoteTextData(mpViewShell, msText, maCellPos, mbMarkNote); in Clone()
1723 mpViewShell = NULL;// invalid now in Notify()
1763 if ( mpViewShell ) in GetTextForwarder()
1766 Window* pWindow = mpViewShell->GetWindow(); in GetTextForwarder()
1771 …Size aSize(mpViewShell->GetLocationData().GetNoteInRangeOutputRect(aVisRect, mbMarkNote, maCellPos… in GetTextForwarder()
1790 mpViewForwarder = new ScPreviewNoteViewForwarder(mpViewShell, maCellPos, mbMarkNote); in GetViewForwarder()