Lines Matching refs:mpViewShell

98 	mpViewShell( pViewShell ),  in ScAccessiblePageHeader()
104 if (mpViewShell) in ScAccessiblePageHeader()
105 mpViewShell->AddAccessibilityObject(*this); in ScAccessiblePageHeader()
121 if (mpViewShell) in disposing()
123 mpViewShell->RemoveAccessibilityObject(*this); in disposing()
124 mpViewShell = NULL; in disposing()
235 if((mnChildCount < 0) && mpViewShell) in getAccessibleChildCount()
238 ScDocument* pDoc = mpViewShell->GetDocument(); in getAccessibleChildCount()
243 …SheetBase* pStyle = pDoc->GetStyleSheetPool()->Find(pDoc->GetPageStyle(mpViewShell->GetLocationDat… in getAccessibleChildCount()
248 …nPageWhichId = mpViewShell->GetLocationData().IsHeaderLeft() ? ATTR_PAGE_HEADERLEFT : ATTR_PAGE_HE… in getAccessibleChildCount()
250 …nPageWhichId = mpViewShell->GetLocationData().IsFooterLeft() ? ATTR_PAGE_FOOTERLEFT : ATTR_PAGE_FO… in getAccessibleChildCount()
366 if (mpViewShell) in GetBoundingBoxOnScreen()
368 Window* pWindow = mpViewShell->GetWindow(); in GetBoundingBoxOnScreen()
382 if (mpViewShell) in GetBoundingBox()
384 const ScPreviewLocationData& rData = mpViewShell->GetLocationData(); in GetBoundingBox()
392 Window* pWindow = mpViewShell->GetWindow(); in GetBoundingBox()
405 …return ScAccessibleContextBase::IsDefunc() || (mpViewShell == NULL) || !getAccessibleParent().is()… in IsDefunc()
418 … maAreas[nIndex] = new ScAccessiblePageHeaderArea(this, mpViewShell, pArea, mbHeader, eAdjust); in AddChild()
424 … maAreas[nIndex] = new ScAccessiblePageHeaderArea(this, mpViewShell, pArea, mbHeader, eAdjust); in AddChild()