Searched refs:rClickPos (Results 1 – 2 of 2) sorted by relevance
356 void GetMouseQuadrant( const Point& rClickPos, ScSplitPos eWhich,
1903 void ScViewData::GetMouseQuadrant( const Point& rClickPos, ScSplitPos eWhich, in GetMouseQuadrant() argument1913 rLeft = ( rClickPos.X() - aCellStart.X() ) * nLayoutSign <= nSizeX / 2; in GetMouseQuadrant()1914 rTop = rClickPos.Y() - aCellStart.Y() <= nSizeY / 2; in GetMouseQuadrant()
Completed in 31 milliseconds