Home
last modified time | relevance | path

Searched refs:eWhichX (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1530 ScHSplitPos eWhichX = SC_SPLIT_LEFT; in GetScrPos() local
1535 eWhichX = SC_SPLIT_LEFT; in GetScrPos()
1539 eWhichX = SC_SPLIT_RIGHT; in GetScrPos()
1543 eWhichX = SC_SPLIT_LEFT; in GetScrPos()
1547 eWhichX = SC_SPLIT_RIGHT; in GetScrPos()
1554 ((ScViewData*)this)->aScrSize.Width() = pView->GetGridWidth(eWhichX); in GetScrPos()
1560 SCCOL nPosX = GetPosX(eWhichX); in GetScrPos()
1726 SCCOL ScViewData::VisibleCellsX( ScHSplitPos eWhichX ) const in VisibleCellsX()
1728 return CellsAtX( GetPosX( eWhichX ), 1, eWhichX, SC_SIZE_NONE ); in VisibleCellsX()
1736 SCCOL ScViewData::PrevCellsX( ScHSplitPos eWhichX ) const in PrevCellsX()
[all …]
H A Dtabview3.cxx1089 ScHSplitPos eWhichX = WhichH( eWhich ); in MoveCursorPage() local
1095 nPageX = ((SCsCOL) aViewData.CellsAtX( nCurX, 1, eWhichX )) * nMovX; in MoveCursorPage()
1097 nPageX = ((SCsCOL) aViewData.CellsAtX( nCurX, -1, eWhichX )) * nMovX; in MoveCursorPage()
/trunk/main/sc/source/ui/inc/
H A Dviewdata.hxx436 …SCCOL CellsAtX( SCsCOL nPosX, SCsCOL nDir, ScHSplitPos eWhichX, sal_uInt16 nScrSizeY = SC_SIZE_N…
439 SCCOL VisibleCellsX( ScHSplitPos eWhichX ) const; // angezeigte komplette Zellen
441 SCCOL PrevCellsX( ScHSplitPos eWhichX ) const; // Zellen auf der vorgehenden Seite

Completed in 45 milliseconds