Searched refs:SC_SIZE_NONE (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 36 #define SC_SIZE_NONE 65535 macro 436 …lsAtX( SCsCOL nPosX, SCsCOL nDir, ScHSplitPos eWhichX, sal_uInt16 nScrSizeY = SC_SIZE_NONE ) const; 437 …lsAtY( SCsROW nPosY, SCsROW nDir, ScVSplitPos eWhichY, sal_uInt16 nScrSizeX = SC_SIZE_NONE ) const;
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 1655 if (nScrSizeX == SC_SIZE_NONE) nScrSizeX = (sal_uInt16) aScrSize.Width(); in CellsAtX() 1695 if (nScrSizeY == SC_SIZE_NONE) nScrSizeY = (sal_uInt16) aScrSize.Height(); in CellsAtY() 1728 return CellsAtX( GetPosX( eWhichX ), 1, eWhichX, SC_SIZE_NONE ); in VisibleCellsX() 1733 return CellsAtY( GetPosY( eWhichY ), 1, eWhichY, SC_SIZE_NONE ); in VisibleCellsY() 1738 return CellsAtX( GetPosX( eWhichX ), -1, eWhichX, SC_SIZE_NONE ); in PrevCellsX() 1743 return CellsAtY( GetPosY( eWhichY ), -1, eWhichY, SC_SIZE_NONE ); in PrevCellsY()
|
H A D | tabview.cxx | 1633 nEndPos += aViewData.CellsAtY( nEndPos, 1, SC_SPLIT_BOTTOM, SC_SIZE_NONE ); // VisibleCellsY in UpdateHeaderWidth() 1644 nTopEnd += aViewData.CellsAtY( nTopEnd, 1, SC_SPLIT_TOP, SC_SIZE_NONE );// VisibleCellsY in UpdateHeaderWidth()
|
Completed in 47 milliseconds