Lines Matching refs:mpViewShell

101     ScPreviewShell*         mpViewShell;  member in ScNotesChilds
122 : mpViewShell(pViewShell), in ScNotesChilds()
149 (new ScAccessibleNoteTextData(mpViewShell, rString, aCellPos, bMarkNote)); in CreateTextHelper()
205 if (mpViewShell && !mnParagraphs) in Init()
208 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in Init()
472 if (mpViewShell && mpAccDoc) in DataChanged()
477 …mnParagraphs = CheckChanges(mpViewShell->GetLocationData(), rVisRect, sal_True, maMarks, aNewMarks… in DataChanged()
480 …mnParagraphs += CheckChanges(mpViewShell->GetLocationData(), rVisRect, sal_False, maNotes, aNewNot… in DataChanged()
513 if (mpViewShell) in GetDocument()
514 pDoc = mpViewShell->GetDocument(); in GetDocument()
537 ScPreviewShell* mpViewShell; member in ScIAccessibleViewForwarder
551 : mpViewShell(pViewShell), in ScIAccessibleViewForwarder()
574 Window* pWin = mpViewShell->GetWindow(); in GetVisibleArea()
590 Window* pWin = mpViewShell->GetWindow(); in LogicToPixel()
604 Window* pWin = mpViewShell->GetWindow(); in LogicToPixel()
614 Window* pWin = mpViewShell->GetWindow(); in PixelToLogic()
627 Window* pWin = mpViewShell->GetWindow(); in PixelToLogic()
726 ScPreviewShell* mpViewShell; member in ScShapeChilds
744 mpViewShell(pViewShell), in ScShapeChilds()
757 if (mpViewShell) in ~ScShapeChilds()
759 SfxBroadcaster* pDrawBC = mpViewShell->GetDocument()->GetDrawBroadcaster(); in ~ScShapeChilds()
767 if (mpViewShell) in SetDrawBroadcaster()
769 SfxBroadcaster* pDrawBC = mpViewShell->GetDocument()->GetDrawBroadcaster(); in SetDrawBroadcaster()
935 if(mpViewShell) in Init()
937 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in Init()
1102 if (mpViewShell) in GetAccShape()
1105 aShapeTreeInfo.SetSdrView(mpViewShell->GetPreview()->GetDrawView()); in GetAccShape()
1107 aShapeTreeInfo.SetWindow(mpViewShell->GetWindow()); in GetAccShape()
1129 Window* pWin = mpViewShell->GetWindow(); in FillShapes()
1143 ScIAccessibleViewForwarder aViewForwarder(mpViewShell, mpAccDoc, aMapMode); in FillShapes()
1355 SCTAB nTab( mpViewShell->GetLocationData().GetPrintTab() ); in GetDrawPage()
1357 if (mpViewShell) in GetDrawPage()
1359 ScDocument* pDoc = mpViewShell->GetDocument(); in GetDrawPage()
1435 mpViewShell(pViewShell), in ScAccessibleDocumentPagePreview()
1479 if (mpViewShell) in disposing()
1481 mpViewShell->RemoveAccessibilityObject(*this); in disposing()
1482 mpViewShell = NULL; in disposing()
1523 Window* pSizeWindow = mpViewShell->GetWindow(); in Notify()
1532 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in Notify()
1533 …ScPagePreviewCountData aCount( rData, mpViewShell->GetWindow(), GetNotesChilds(), GetShapeChilds()… in Notify()
1540 mpTable = new ScAccessiblePreviewTable( this, mpViewShell, nIndex ); in Notify()
1561 Window* pSizeWindow = mpViewShell->GetWindow(); in Notify()
1598 if ( mpViewShell ) in getAccessibleAtPoint()
1603 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in getAccessibleAtPoint()
1604 …ScPagePreviewCountData aCount( rData, mpViewShell->GetWindow(), GetNotesChilds(), GetShapeChilds()… in getAccessibleAtPoint()
1624 mpTable = new ScAccessiblePreviewTable( this, mpViewShell, nIndex ); in getAccessibleAtPoint()
1637 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in getAccessibleAtPoint()
1638 …ScPagePreviewCountData aCount( rData, mpViewShell->GetWindow(), GetNotesChilds(), GetShapeChilds()… in getAccessibleAtPoint()
1642 …mpHeader = new ScAccessiblePageHeader( this, mpViewShell, sal_True, aCount.nBackShapes + aCount.nH… in getAccessibleAtPoint()
1647 …mpFooter = new ScAccessiblePageHeader( this, mpViewShell, sal_False, aCount.nBackShapes + aCount.n… in getAccessibleAtPoint()
1690 if ( mpViewShell ) in getAccessibleChildCount()
1692 …ScPagePreviewCountData aCount( mpViewShell->GetLocationData(), mpViewShell->GetWindow(), GetNotesC… in getAccessibleChildCount()
1706 if ( mpViewShell ) in getAccessibleChild()
1708 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in getAccessibleChild()
1709 …ScPagePreviewCountData aCount( rData, mpViewShell->GetWindow(), GetNotesChilds(), GetShapeChilds()… in getAccessibleChild()
1719 mpHeader = new ScAccessiblePageHeader( this, mpViewShell, sal_True, nIndex ); in getAccessibleChild()
1729 mpTable = new ScAccessiblePreviewTable( this, mpViewShell, nIndex ); in getAccessibleChild()
1743 mpFooter = new ScAccessiblePageHeader( this, mpViewShell, sal_False, nIndex ); in getAccessibleChild()
1848 if (mpViewShell) in GetBoundingBoxOnScreen()
1850 Window* pWindow = mpViewShell->GetWindow(); in GetBoundingBoxOnScreen()
1860 if (mpViewShell) in GetBoundingBox()
1862 Window* pWindow = mpViewShell->GetWindow(); in GetBoundingBox()
1878 if (!mpNotesChilds && mpViewShell) in GetNotesChilds()
1880 mpNotesChilds = new ScNotesChilds(mpViewShell, this); in GetNotesChilds()
1882 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in GetNotesChilds()
1883 …ScPagePreviewCountData aCount( rData, mpViewShell->GetWindow(), GetNotesChilds(), GetShapeChilds()… in GetNotesChilds()
1893 if (!mpShapeChilds && mpViewShell) in GetShapeChilds()
1895 mpShapeChilds = new ScShapeChilds(mpViewShell, this); in GetShapeChilds()
1906 ScDocument* pScDoc = mpViewShell->GetDocument(); in getAccessibleName()