Searched refs:nECol (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sc/source/core/data/ |
H A D | table1.cxx | 1233 SCCOL nECol = 0; in UpdateReference() local 1241 nECol = aIt->aEnd.Col(); in UpdateReference() 1248 nSCol,nSRow,nSTab, nECol,nERow,nETab ) ) in UpdateReference() 1250 *aIt = ScRange( nSCol, nSRow, 0, nECol, nERow, 0 ); in UpdateReference() 1259 nECol = pRepeatColRange->aEnd.Col(); in UpdateReference() 1266 nSCol,nSRow,nSTab, nECol,nERow,nETab ) ) in UpdateReference() 1268 *pRepeatColRange = ScRange( nSCol, nSRow, 0, nECol, nERow, 0 ); in UpdateReference() 1271 nRepeatEndX = nECol; in UpdateReference() 1279 nECol = pRepeatRowRange->aEnd.Col(); in UpdateReference() 1286 nSCol,nSRow,nSTab, nECol,nERow,nETab ) ) in UpdateReference() [all …]
|
H A D | dociter.cxx | 965 SCCOL nECol, SCROW nERow, SCTAB nETab, sal_Bool bSTotal ) : in ScCellIterator() argument 970 nEndCol( nECol ), in ScCellIterator()
|
/aoo4110/main/sc/inc/ |
H A D | dociter.hxx | 237 SCCOL nECol, SCROW nERow, SCTAB nETab,
|
Completed in 31 milliseconds