Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2176 const SCCOLROW* pTabRanges = pRanges; in SetWidthOrHeight() local
2182 SCCOLROW nStartNo = *(pTabRanges++); in SetWidthOrHeight()
2183 SCCOLROW nEndNo = *(pTabRanges++); in SetWidthOrHeight()
2343 const SCCOLROW* pTabRanges = pRanges; in SetWidthOrHeight() local
2346 SCCOL nStartCol = static_cast< SCCOL >( *(pTabRanges++) ); in SetWidthOrHeight()
2347 SCCOL nEndCol = static_cast< SCCOL >( *(pTabRanges++) ); in SetWidthOrHeight()

Completed in 30 milliseconds