Searched refs:xCellRanges (Results 1 – 3 of 3) sorted by relevance
1925 uno::Reference<sheet::XSheetCellRanges> xCellRanges( xProperties, uno::UNO_QUERY ); in AddStyleFromCells() local2017 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() local2489 if (xCellRanges.is()) in _ExportAutoStyles()2491 … uno::Reference <beans::XPropertySet> xProperties (xCellRanges, uno::UNO_QUERY); in _ExportAutoStyles()
521 com.sun.star.sheet.XSheetCellRanges xCellRanges = in doCellRangeSamples() local525 + xCellRanges.getRangeAddressesAsString() ); in doCellRangeSamples()
486 unoidl.com.sun.star.sheet.XSheetCellRanges xCellRanges = in doCellRangeSamples()491 + xCellRanges.getRangeAddressesAsString() ); in doCellRangeSamples()
Completed in 75 milliseconds