Searched refs:rxRange (Results 1 – 4 of 4) sorted by relevance
139 static ScVbaRange* getImplementation( const css::uno::Reference< ov::excel::XRange >& rxRange );142 …e::XModel > getUnoModel( const css::uno::Reference< ov::excel::XRange >& rxRange ) throw (css::uno…145 …static const ScRangeList& getScRangeList( const css::uno::Reference< ov::excel::XRange >& rxRange …240 …static css::uno::Any getCellRange( const css::uno::Reference< ov::excel::XRange >& rxRange ) throw…
466 …tatic*/ ScVbaRange* ScVbaRange::getImplementation( const uno::Reference< excel::XRange >& rxRange ) in getImplementation() argument469 return dynamic_cast< ScVbaRange* >( rxRange.get() ); in getImplementation()479 …XModel > ScVbaRange::getUnoModel( const uno::Reference< excel::XRange >& rxRange ) throw (uno::Run… in getUnoModel() argument481 if( ScVbaRange* pScVbaRange = getImplementation( rxRange ) ) in getUnoModel()493 …List& ScVbaRange::getScRangeList( const uno::Reference< excel::XRange >& rxRange ) throw (uno::Run… in getScRangeList() argument495 if( ScVbaRange* pScVbaRange = getImplementation( rxRange ) ) in getScRangeList()2765 /*static*/ uno::Any ScVbaRange::getCellRange( const uno::Reference< excel::XRange >& rxRange ) thro… in getCellRange() argument2767 if( ScVbaRange* pVbaRange = getImplementation( rxRange ) ) in getCellRange()4895 sal_Unicode lclGetPrefixChar( const uno::Reference< table::XCellRange >& rxRange ) throw (uno::Runt… in lclGetPrefixChar() argument4904 table::CellRangeAddress aRangeAddr = lclGetRangeAddress( rxRange ); in lclGetPrefixChar()[all …]
224 … const ::com::sun::star::uno::Reference< ::com::sun::star::table::XCellRange >& rxRange );
1436 CellRangeAddress WorksheetHelper::getRangeAddress( const Reference< XCellRange >& rxRange ) in getRangeAddress() argument1439 Reference< XCellRangeAddressable > xAddressable( rxRange, UNO_QUERY ); in getRangeAddress()
Completed in 499 milliseconds