Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx217 …text >& xContext, const uno::Reference< sheet::XSheetCellRanges >& xLocSheetCellRanges, ScDocShell… in lcl_makeXRangeFromSheetCellRanges() argument
220 uno::Sequence< table::CellRangeAddress > sAddresses = xLocSheetCellRanges->getRangeAddresses(); in lcl_makeXRangeFromSheetCellRanges()
5609 uno::Reference< sheet::XSheetCellRanges > xLocSheetCellRanges; in SpecialCellsImpl() local
5621 xLocSheetCellRanges = xQuery->queryEmptyCells(); in SpecialCellsImpl()
5624 xLocSheetCellRanges = xQuery->queryContentCells(sheet::CellFlags::ANNOTATION); in SpecialCellsImpl()
5627 xLocSheetCellRanges = xQuery->queryContentCells(23); in SpecialCellsImpl()
5632 xLocSheetCellRanges = xQuery->queryFormulaCells(nFormulaResult); in SpecialCellsImpl()
5638 xLocSheetCellRanges = xQuery->queryVisibleCells(); in SpecialCellsImpl()
5644 if (xLocSheetCellRanges.is()) in SpecialCellsImpl()
5646 …xRange = lcl_makeXRangeFromSheetCellRanges( getParent(), mxContext, xLocSheetCellRanges, getScDocS… in SpecialCellsImpl()

Completed in 50 milliseconds