Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx2338 ScRange tmpRange; in Rows() local
2339 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() local
2386 tmpRange.ParseCols( sAddress, getDocumentFromRange( mxRange ), dDetails ); in Columns()
2387 nStartCol = tmpRange.aStart.Col(); in Columns()
2388 nEndCol = tmpRange.aEnd.Col(); in Columns()

Completed in 42 milliseconds