Searched refs:xSheetCellRanges (Results 1 – 4 of 4) sorted by relevance
220 XSheetCellRanges xSheetCellRanges = in Convert() local224 if( xSheetCellRanges.getCount() > 0 ) { in Convert()226 xSheetCellRanges.getCells(); in Convert()
2435 if (!xSheetCellRanges.is() && GetModel().is()) in AddStyleRange()2439 …xSheetCellRanges.set(uno::Reference <sheet::XSheetCellRangeContainer>(xMultiServiceFactory->create… in AddStyleRange()2440 DBG_ASSERT(xSheetCellRanges.is(), "didn't get SheetCellRanges"); in AddStyleRange()2443 xSheetCellRanges->addRangeAddress(rCellRange, sal_False); in AddStyleRange()2450 uno::Reference <beans::XPropertySet> xProperties (xSheetCellRanges, uno::UNO_QUERY); in SetStyleToRanges()2463 … uno::Sequence<table::CellRangeAddress> aAddresses(xSheetCellRanges->getRangeAddresses()); in SetStyleToRanges()2491 xSheetCellRanges.set(uno::Reference <sheet::XSheetCellRangeContainer>( in SetStyleToRanges()2496 DBG_ASSERT(xSheetCellRanges.is(), "didn't get SheetCellRanges"); in SetStyleToRanges()
766 com::sun::star::uno::Reference <com::sun::star::sheet::XSheetCellRangeContainer> xSheetCellRanges; member in ScXMLImport
2589 …uno::Reference<sheet::XSheetCellRanges> xSheetCellRanges(xCellRangesQuery->queryContentCells(sheet… in _ExportAutoStyles() local2590 … uno::Reference<sheet::XSheetOperation> xSheetOperation(xSheetCellRanges, uno::UNO_QUERY); in _ExportAutoStyles()2591 if (xSheetCellRanges.is() && xSheetOperation.is()) in _ExportAutoStyles()2594 … uno::Reference<container::XEnumerationAccess> xCellsAccess(xSheetCellRanges->getCells()); in _ExportAutoStyles()
Completed in 67 milliseconds