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()
1774 (mpViewShell->GetViewData()->GetActivePart() != meSplitPos) && in grabFocus()
1775 mpViewShell->GetWindowByPos(meSplitPos)->IsVisible()) in grabFocus()
1777 mpViewShell->ActivatePart(meSplitPos); in grabFocus()
2127 Point aPoint(mpViewShell->GetViewData()->GetPixPos(meSplitPos)); // returns a negative Point in GetVisibleArea_Impl()
2132 ScGridWindow* pWin = static_cast<ScGridWindow*>(mpViewShell->GetWindowByPos(meSplitPos)); in GetVisibleArea_Impl()
2151 ScGridWindow* pWin = static_cast<ScGridWindow*>(mpViewShell->GetWindowByPos(meSplitPos)); in LogicToPixel()
2165 ScGridWindow* pWin = static_cast<ScGridWindow*>(mpViewShell->GetWindowByPos(meSplitPos)); in LogicToPixel()
2176 ScGridWindow* pWin = static_cast<ScGridWindow*>(mpViewShell->GetWindowByPos(meSplitPos)); in PixelToLogic()
2190 ScGridWindow* pWin = static_cast<ScGridWindow*>(mpViewShell->GetWindowByPos(meSplitPos)); in PixelToLogic()
2221 sal_Int32 nNumber(sal_Int32(meSplitPos) + 1); in createAccessibleName()
2232 Window* pWindow = mpViewShell->GetWindowByPos(meSplitPos); in GetBoundingBoxOnScreen()
2245 Window* pWindow = mpViewShell->GetWindowByPos(meSplitPos); in GetBoundingBox()
2265 …essibleSpreadsheet = new ScAccessibleSpreadsheet(this, mpViewShell, getVisibleTable(), meSplitPos); in GetAccessibleSpreadsheet()