Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.cxx1925 uno::Reference<sheet::XSheetCellRanges> xCellRanges( xProperties, uno::UNO_QUERY ); in AddStyleFromCells() local
2017 uno::Sequence<table::CellRangeAddress> aAddresses(xCellRanges->getRangeAddresses()); in AddStyleFromCells()
2041 uno::Sequence<table::CellRangeAddress> aAddresses(xCellRanges->getRangeAddresses()); in AddStyleFromCells()
2488 …uno::Reference< sheet::XSheetCellRanges> xCellRanges(xFormatRangesIndex->getByIndex(nFormatRange),… in _ExportAutoStyles() local
2489 if (xCellRanges.is()) in _ExportAutoStyles()
2491 … uno::Reference <beans::XPropertySet> xProperties (xCellRanges, uno::UNO_QUERY); in _ExportAutoStyles()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java521 com.sun.star.sheet.XSheetCellRanges xCellRanges = in doCellRangeSamples() local
525 + xCellRanges.getRangeAddressesAsString() ); in doCellRangeSamples()
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DSpreadsheetSample.cs486 unoidl.com.sun.star.sheet.XSheetCellRanges xCellRanges = in doCellRangeSamples()
491 + xCellRanges.getRangeAddressesAsString() ); in doCellRangeSamples()

Completed in 85 milliseconds