Searched refs:nWhereX (Results 1 – 2 of 2) sorted by relevance
/aoo4110/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;
|
/aoo4110/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 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 37 milliseconds