Lines Matching refs:meSplitPos

304     ScSplitPos meSplitPos;  member in ScChildrenShapes
328 meSplitPos(eSplitPos) in ScChildrenShapes()
355 maShapeTreeInfo.SetWindow(pViewShell->GetWindowByPos(meSplitPos)); in ScChildrenShapes()
384 maShapeTreeInfo.SetWindow(mpViewShell->GetWindowByPos(meSplitPos)); in SetDrawBroadcaster()
1019 ScGridWindow* pWin = static_cast<ScGridWindow*>(mpViewShell->GetWindowByPos(meSplitPos)); in FindSelectedShapesChanges()
1415 meSplitPos(eSplitPos), in ScAccessibleDocument()
1451 mpChildrenShapes = new ScChildrenShapes(this, mpViewShell, meSplitPos); in Init()
1470 Window *pWin = mpViewShell->GetWindowByPos(meSplitPos); in disposing()
1528 if (rRef.GetOldGridWin() == meSplitPos) in Notify()
1541 if (rRef.GetNewGridWin() == meSplitPos) in Notify()
1583 mpChildrenShapes = new ScChildrenShapes( this, mpViewShell, meSplitPos ); in Notify()
1601 if (mpViewShell && mpViewShell->GetViewData()->HasEditView(meSplitPos)) in Notify()
1603 EditEngine* pEditEng = mpViewShell->GetViewData()->GetEditView(meSplitPos)->GetEditEngine(); in Notify()
1606 …TempAccEdit = new ScAccessibleEditObject(this, mpViewShell->GetViewData()->GetEditView(meSplitPos), in Notify()
1607 mpViewShell->GetWindowByPos(meSplitPos), GetCurrentCellName(), in Notify()
1776 (mpViewShell->GetViewData()->GetActivePart() != meSplitPos) && in grabFocus()
1777 mpViewShell->GetWindowByPos(meSplitPos)->IsVisible()) in grabFocus()
1779 mpViewShell->ActivatePart(meSplitPos); in grabFocus()
2129 Point aPoint(mpViewShell->GetViewData()->GetPixPos(meSplitPos)); // returns a negative Point in GetVisibleArea_Impl()
2134 ScGridWindow* pWin = static_cast<ScGridWindow*>(mpViewShell->GetWindowByPos(meSplitPos)); in GetVisibleArea_Impl()
2153 ScGridWindow* pWin = static_cast<ScGridWindow*>(mpViewShell->GetWindowByPos(meSplitPos)); in LogicToPixel()
2167 ScGridWindow* pWin = static_cast<ScGridWindow*>(mpViewShell->GetWindowByPos(meSplitPos)); in LogicToPixel()
2178 ScGridWindow* pWin = static_cast<ScGridWindow*>(mpViewShell->GetWindowByPos(meSplitPos)); in PixelToLogic()
2192 ScGridWindow* pWin = static_cast<ScGridWindow*>(mpViewShell->GetWindowByPos(meSplitPos)); in PixelToLogic()
2223 sal_Int32 nNumber(sal_Int32(meSplitPos) + 1); in createAccessibleName()
2234 Window* pWindow = mpViewShell->GetWindowByPos(meSplitPos); in GetBoundingBoxOnScreen()
2247 Window* pWindow = mpViewShell->GetWindowByPos(meSplitPos); in GetBoundingBox()
2267 …essibleSpreadsheet = new ScAccessibleSpreadsheet(this, mpViewShell, getVisibleTable(), meSplitPos); in GetAccessibleSpreadsheet()