Home
last modified time | relevance | path

Searched refs:nWhereY (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/inc/
H A Dviewdata.hxx431 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;
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1513 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 37 milliseconds