Lines Matching refs:mpViewShell
77 mpViewShell(pViewShell), in ScAccessibleCell()
109 if (mpViewShell) in disposing()
111 mpViewShell->RemoveAccessibilityObject(*this); in disposing()
112 mpViewShell = NULL; in disposing()
141 if (getAccessibleParent().is() && mpViewShell) in grabFocus()
147 mpViewShell->SetCursor(maCellAddress.Col(), maCellAddress.Row()); in grabFocus()
156 if (mpViewShell) in GetBoundingBoxOnScreen()
158 Window* pWindow = mpViewShell->GetWindowByPos(meSplitPos); in GetBoundingBoxOnScreen()
173 if (mpViewShell) in GetBoundingBox()
176 mpViewShell->GetViewData()->GetMergeSizePixel( in GetBoundingBox()
179 …aCellRect.SetPos(mpViewShell->GetViewData()->GetScrPos(maCellAddress.Col(), maCellAddress.Row(), m… in GetBoundingBox()
181 Window* pWindow = mpViewShell->GetWindowByPos(meSplitPos); in GetBoundingBox()
327 …return ScAccessibleContextBase::IsDefunc() || (mpDoc == NULL) || (mpViewShell == NULL) || !getAcce… in IsDefunc()
376 if (mpViewShell && mpViewShell->GetViewData()) in IsSelected()
378 const ScMarkData& rMarkdata = mpViewShell->GetViewData()->GetMarkData(); in IsSelected()
516 if (mpViewShell) in getExtendedAttributes()
520 ::rtl::OUString strFor = mpViewShell->GetFormula(maCellAddress) ; in getExtendedAttributes()