Lines Matching refs:mpViewShell
63 mpViewShell( pViewShell ), in ScAccessiblePreviewHeaderCell()
71 if (mpViewShell) in ScAccessiblePreviewHeaderCell()
72 mpViewShell->AddAccessibilityObject(*this); in ScAccessiblePreviewHeaderCell()
77 if (mpViewShell) in ~ScAccessiblePreviewHeaderCell()
78 mpViewShell->RemoveAccessibilityObject(*this); in ~ScAccessiblePreviewHeaderCell()
84 if (mpViewShell) in disposing()
86 mpViewShell->RemoveAccessibilityObject(*this); in disposing()
87 mpViewShell = NULL; in disposing()
333 if (mpViewShell) in GetBoundingBoxOnScreen()
335 Window* pWindow = mpViewShell->GetWindow(); in GetBoundingBoxOnScreen()
408 …return ScAccessibleContextBase::IsDefunc() || (mpViewShell == NULL) || !getAccessibleParent().is()… in IsDefunc()
417 …(new ScAccessiblePreviewHeaderCellTextData(mpViewShell, String(getAccessibleName()), maCellPos, mb… in CreateTextHelper()
427 if ( mpViewShell && !mpTableInfo ) in FillTableInfo()
430 Window* pWindow = mpViewShell->GetWindow(); in FillTableInfo()
437 mpViewShell->GetLocationData().GetTableInfo( aVisRect, *mpTableInfo ); in FillTableInfo()