diff options
author | Niklas Nebel <nn@openoffice.org> | 2010-09-14 23:23:30 +0200 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2010-09-14 23:23:30 +0200 |
commit | 7e98422fec2e9132dee0bacba19f323a4b192509 (patch) | |
tree | cc311dc7928557d84a239d1c7d436d7fca56bf4b /sc/source/ui/vba/vbarange.hxx | |
parent | 3df871eb91f28bdbc8ee07ee5d2f31643d8d4bb4 (diff) |
mib19: #163566# use common helper method for ScVbaRange::Cells and ScVbaWorksheet::Cells
Diffstat (limited to 'sc/source/ui/vba/vbarange.hxx')
-rw-r--r-- | sc/source/ui/vba/vbarange.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/source/ui/vba/vbarange.hxx b/sc/source/ui/vba/vbarange.hxx index e7488e434f30..a8aada649575 100644 --- a/sc/source/ui/vba/vbarange.hxx +++ b/sc/source/ui/vba/vbarange.hxx @@ -149,6 +149,12 @@ public: const rtl::OUString& sRangeName, ScDocShell* pDocSh, formula::FormulaGrammar::AddressConvention eConv = formula::FormulaGrammar::CONV_XL_A1 ) throw ( css::uno::RuntimeException ); + static css::uno::Reference< ov::excel::XRange > CellsHelper( + const css::uno::Reference< ov::XHelperInterface >& xParent, + const css::uno::Reference< css::uno::XComponentContext >& xContext, + const css::uno::Reference< css::table::XCellRange >& xRange, + const css::uno::Any &nRowIndex, const css::uno::Any &nColumnIndex ) throw(css::uno::RuntimeException); + // Attributes virtual css::uno::Any SAL_CALL getValue() throw (css::uno::RuntimeException); virtual void SAL_CALL setValue( const css::uno::Any& aValue ) throw ( css::uno::RuntimeException); |