Home
last modified time | relevance | path

Searched refs:nWhereX (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
1564 if (nWhereX >= nPosX) in GetScrPos()
1565 for (nX=nPosX; nX<nWhereX && (bAllowNeg || nScrPosX<=aScrSize.Width()); nX++) in GetScrPos()
1580 for (nX=nPosX; nX>nWhereX;) in GetScrPos()

Completed in 24 milliseconds