Searched refs:aSortedCellRanges (Results 1 – 1 of 1) sorted by relevance
1361 OUString aSortedCellRanges; in detectArguments() local1364 if (aSortedCellRanges.getLength()) in detectArguments()1365 aSortedCellRanges += OUString::valueOf( (sal_Unicode) ';'); in detectArguments()1366 aSortedCellRanges += pSortedRanges[i]; in detectArguments()1417 DBG_ASSERT( aSortedCellRanges.getLength(), "CellRangeRepresentation missing" ); in detectArguments()1418 OUString aBrokenCellRangeForExport( GetBrokenCellRangeForExport( aSortedCellRanges ) ); in detectArguments()1425 aResult[nProps++].Value <<= aSortedCellRanges; in detectArguments()