Home
last modified time | relevance | path

Searched refs:Cell1 (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sc/source/ui/vba/
H A Dvbarange.hxx237 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Range( const css::uno::Any &Cell1, const…
238 …virtual css::uno::Reference< ov::excel::XRange > Range( const css::uno::Any &Cell1, const css::uno…
300 …:Reference< css::uno::XComponentContext >& xContext, const css::uno::Any &Cell1, const css::uno::A…
H A Dvbaglobals.cxx133 ScVbaGlobals::Range( const uno::Any& Cell1, const uno::Any& Cell2 ) throw (uno::RuntimeException) in Range() argument
135 return getApplication()->Range( Cell1, Cell2 ); in Range()
H A Dvbarange.cxx2647 ScVbaRange::Range( const uno::Any &Cell1, const uno::Any &Cell2 ) throw (uno::RuntimeException) in Range() argument
2649 return Range( Cell1, Cell2, false ); in Range()
2652 ScVbaRange::Range( const uno::Any &Cell1, const uno::Any &Cell2, bool bForceUseInpuRangeTab ) throw… in Range() argument
2676 if( !Cell1.hasValue() ) in Range()
2689 Cell1 >>= sName; in Range()
2698 cell1 = getCellRangeAddressForVBARange( Cell1, getScDocShell() ); in Range()
4133 … uno::Reference< uno::XComponentContext >& xContext, const css::uno::Any &Cell1, const css::uno::A… in ApplicationRange() argument
4151 Cell1 >>= sRangeName; in ApplicationRange()
4152 if ( Cell1.hasValue() && !Cell2.hasValue() && sRangeName.getLength() ) in ApplicationRange()
4181 return pRange->Range( Cell1, Cell2, true ); in ApplicationRange()
H A Dvbaglobals.hxx76 …virtual css::uno::Any SAL_CALL Range( const css::uno::Any& Cell1, const css::uno::Any& Cell2 ) thr…
H A Dvbaapplication.cxx451 ScVbaApplication::Range( const uno::Any& Cell1, const uno::Any& Cell2 ) throw (uno::RuntimeExceptio… in Range() argument
453 …uno::Reference< excel::XRange > xVbRange = ScVbaRange::ApplicationRange( mxContext, Cell1, Cell2 )… in Range()
H A Dvbaworksheet.cxx628 ScVbaWorksheet::Range( const ::uno::Any& Cell1, const ::uno::Any& Cell2 ) throw (uno::RuntimeExcept… in Range() argument
632 return xSheetRange->Range( Cell1, Cell2 ); in Range()
H A Dvbaapplication.hxx110 …virtual css::uno::Any SAL_CALL Range( const css::uno::Any& Cell1, const css::uno::Any& Cell2 ) thr…
H A Dvbaworksheet.hxx116 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Range( const css::uno::Any& Cell1, const…
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXWorksheet.idl86 XRange Range([in] any Cell1, [in] any Cell2 );
H A DXGlobals.idl74 any Range( [in] any Cell1, [in] any Cell2 );
H A DXApplication.idl76 any Range( [in] any Cell1, [in] any Cell2 );
H A DXRange.idl128 XRange Range( [in] any Cell1, [in] any Cell2 );

Completed in 78 milliseconds