Lines Matching refs:mpViewShell

61 	mpViewShell( pViewShell ),  in ScAccessiblePreviewTable()
65 if (mpViewShell) in ScAccessiblePreviewTable()
66 mpViewShell->AddAccessibilityObject(*this); in ScAccessiblePreviewTable()
82 if (mpViewShell) in disposing()
84 mpViewShell->RemoveAccessibilityObject(*this); in disposing()
85 mpViewShell = NULL; in disposing()
250 if ( mpViewShell && mpTableInfo && nColumn >= 0 && nRow >= 0 && in getAccessibleRowExtentAt()
262 ScDocument* pDoc = mpViewShell->GetDocument(); in getAccessibleRowExtentAt()
284 if ( mpViewShell && mpTableInfo && nColumn >= 0 && nRow >= 0 && in getAccessibleColumnExtentAt()
296 ScDocument* pDoc = mpViewShell->GetDocument(); in getAccessibleColumnExtentAt()
379 …blePreviewHeaderCell* pHeaderCell = new ScAccessiblePreviewHeaderCell( this, mpViewShell, aCellPos, in getAccessibleCellAt()
386 …ScAccessiblePreviewCell* pCell = new ScAccessiblePreviewCell( this, mpViewShell, aCellPos, nNewInd… in getAccessibleCellAt()
690 if (mpViewShell && mpViewShell->GetDocument()) in createAccessibleName()
697 if (mpViewShell->GetDocument()->GetName( mpTableInfo->GetTab(), sCoreName )) in createAccessibleName()
708 if (mpViewShell) in GetBoundingBoxOnScreen()
710 Window* pWindow = mpViewShell->GetWindow(); in GetBoundingBoxOnScreen()
746 …return ScAccessibleContextBase::IsDefunc() || (mpViewShell == NULL) || !getAccessibleParent().is()… in IsDefunc()
752 if ( mpViewShell && !mpTableInfo ) in FillTableInfo()
755 Window* pWindow = mpViewShell->GetWindow(); in FillTableInfo()
762 mpViewShell->GetLocationData().GetTableInfo( aVisRect, *mpTableInfo ); in FillTableInfo()