Searched refs:pTabRanges (Results 1 – 1 of 1) sorted by relevance
2176 const SCCOLROW* pTabRanges = pRanges; in SetWidthOrHeight() local2182 SCCOLROW nStartNo = *(pTabRanges++); in SetWidthOrHeight()2183 SCCOLROW nEndNo = *(pTabRanges++); in SetWidthOrHeight()2343 const SCCOLROW* pTabRanges = pRanges; in SetWidthOrHeight() local2346 SCCOL nStartCol = static_cast< SCCOL >( *(pTabRanges++) ); in SetWidthOrHeight()2347 SCCOL nEndCol = static_cast< SCCOL >( *(pTabRanges++) ); in SetWidthOrHeight()
Completed in 17 milliseconds