Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx2149 sal_Bool bIsColumnIndex = nColumnIndex.hasValue(); in CellsHelper() local
2166 if ( bIsColumnIndex && !( nColumnIndex >>= nColumn ) ) in CellsHelper()
2173 bIsColumnIndex = ( aConverted >>= nColumn ); in CellsHelper()
2181 if( !bIsIndex && !bIsColumnIndex ) // .Cells in CellsHelper()
2186 if( bIsIndex && !bIsColumnIndex ) // .Cells(n) in CellsHelper()

Completed in 30 milliseconds