Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/java/Spreadsheet/
H A DEuroAdaption.java220 XSheetCellRanges xSheetCellRanges = in Convert() local
224 if( xSheetCellRanges.getCount() > 0 ) { in Convert()
226 xSheetCellRanges.getCells(); in Convert()
/aoo4110/main/sc/source/filter/xml/
H A Dxmlimprt.cxx2435 if (!xSheetCellRanges.is() && GetModel().is()) in AddStyleRange()
2439xSheetCellRanges.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()
H A Dxmlimprt.hxx766 com::sun::star::uno::Reference <com::sun::star::sheet::XSheetCellRangeContainer> xSheetCellRanges; member in ScXMLImport
H A Dxmlexprt.cxx2589 …uno::Reference<sheet::XSheetCellRanges> xSheetCellRanges(xCellRangesQuery->queryContentCells(sheet… in _ExportAutoStyles() local
2590 … 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 64 milliseconds