Searched refs:xSheetOperation (Results 1 – 2 of 2) sorted by relevance
2590 … uno::Reference<sheet::XSheetOperation> xSheetOperation(xSheetCellRanges, uno::UNO_QUERY); in _ExportAutoStyles() local2591 if (xSheetCellRanges.is() && xSheetOperation.is()) in _ExportAutoStyles()2593 … sal_uInt32 nCount(sal_uInt32(xSheetOperation->computeFunction(sheet::GeneralFunction_COUNT))); in _ExportAutoStyles()
1261 uno::Reference< sheet::XSheetOperation > xSheetOperation( rxCellRange, uno::UNO_QUERY_THROW ); in lclClearRange() local1262 xSheetOperation->clearContents( nFlags ); in lclClearRange()1626 uno::Reference< sheet::XSheetOperation > xSheetOperation(mxRange, uno::UNO_QUERY_THROW); in ClearContents() local1627 xSheetOperation->clearContents( nFlags ); in ClearContents()
Completed in 172 milliseconds