Searched refs:nWhereY (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 431 Point GetScrPos( SCCOL nWhereX, SCROW nWhereY, ScSplitPos eWhich, 433 Point GetScrPos( SCCOL nWhereX, SCROW nWhereY, ScHSplitPos eWhich ) const; 434 Point GetScrPos( SCCOL nWhereX, SCROW nWhereY, ScVSplitPos eWhich ) const;
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 1513 Point ScViewData::GetScrPos( SCCOL nWhereX, SCROW nWhereY, ScHSplitPos eWhich ) const in GetScrPos() argument 1517 return GetScrPos( nWhereX, nWhereY, ePos ); in GetScrPos() 1520 Point ScViewData::GetScrPos( SCCOL nWhereX, SCROW nWhereY, ScVSplitPos eWhich ) const in GetScrPos() argument 1524 return GetScrPos( nWhereX, nWhereY, ePos ); in GetScrPos() 1527 Point ScViewData::GetScrPos( SCCOL nWhereX, SCROW nWhereY, ScSplitPos eWhich, in GetScrPos() argument 1595 if (nWhereY >= nPosY) in GetScrPos() 1596 for (nY=nPosY; nY<nWhereY && (bAllowNeg || nScrPosY<=aScrSize.Height()); nY++) in GetScrPos() 1620 for (nY=nPosY; nY>nWhereY;) in GetScrPos()
|
Completed in 27 milliseconds