Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/unocore/
H A Dunochart.cxx1365 OUString aSortedCellRanges; in detectArguments() local
1368 if (aSortedCellRanges.getLength()) in detectArguments()
1369 aSortedCellRanges += OUString::valueOf( (sal_Unicode) ';'); in detectArguments()
1370 aSortedCellRanges += pSortedRanges[i]; in detectArguments()
1421 DBG_ASSERT( aSortedCellRanges.getLength(), "CellRangeRepresentation missing" ); in detectArguments()
1422 OUString aBrokenCellRangeForExport( GetBrokenCellRangeForExport( aSortedCellRanges ) ); in detectArguments()
1429 aResult[nProps++].Value <<= aSortedCellRanges; in detectArguments()

Completed in 66 milliseconds