Searched refs:tmpRange (Results 1 – 1 of 1) sorted by relevance
2338 ScRange tmpRange; in Rows() local2339 tmpRange.ParseRows( sAddress, getDocumentFromRange( mxRange ), dDetails ); in Rows()2340 nStartRow = tmpRange.aStart.Row(); in Rows()2341 nEndRow = tmpRange.aEnd.Row(); in Rows()2385 ScRange tmpRange; in Columns() local2386 tmpRange.ParseCols( sAddress, getDocumentFromRange( mxRange ), dDetails ); in Columns()2387 nStartCol = tmpRange.aStart.Col(); in Columns()2388 nEndCol = tmpRange.aEnd.Col(); in Columns()
Completed in 79 milliseconds