Lines Matching refs:meSplitPos
60 ScSplitPos meSplitPos; member in ScViewForwarder
77 meSplitPos(eSplitPos) in ScViewForwarder()
95 Window* pWindow = mpViewShell->GetWindowByPos(meSplitPos); in GetVisArea()
100 ScHSplitPos eWhichH = ((meSplitPos == SC_SPLIT_TOPLEFT) || (meSplitPos == SC_SPLIT_BOTTOMLEFT)) ? in GetVisArea()
102 ScVSplitPos eWhichV = ((meSplitPos == SC_SPLIT_TOPLEFT) || (meSplitPos == SC_SPLIT_TOPRIGHT)) ? in GetVisArea()
106 mpViewShell->GetViewData()->GetPosY(eWhichV), meSplitPos, sal_True)); in GetVisArea()
107 …Pos(mpViewShell->GetViewData()->GetScrPos(maCellPos.Col(), maCellPos.Row(), meSplitPos, sal_True)); in GetVisArea()
122 Window* pWindow = mpViewShell->GetWindowByPos(meSplitPos); in LogicToPixel()
137 Window* pWindow = mpViewShell->GetWindowByPos(meSplitPos); in PixelToLogic()
756 meSplitPos(eSplitPos), in ScAccessibleCellTextData()
791 return new ScAccessibleCellTextData( mpViewShell, aCellPos, meSplitPos, mpAccessibleCell ); in Clone()
902 Window* pWin = mpViewShell->GetWindowByPos( meSplitPos ); in GetTextForwarder()
1016 mpViewForwarder = new ScViewForwarder(mpViewShell, meSplitPos, aCellPos); in GetViewForwarder()