Lines Matching refs:ScVbaRange

214 …return uno::makeAny( uno::Reference< excel::XRange >( new ScVbaRange( xParent, xContext, xCellRang…  in lcl_makeRange()
235 xRange = new ScVbaRange( xParent, xContext, xTmpRange ); in lcl_makeXRangeFromSheetCellRanges()
240 xRange = new ScVbaRange( xParent, xContext, xRanges ); in lcl_makeXRangeFromSheetCellRanges()
246 ScCellRangesBase* ScVbaRange::getCellRangesBase() throw ( uno::RuntimeException ) in getCellRangesBase()
255 ScCellRangeObj* ScVbaRange::getCellRangeObj() throw ( uno::RuntimeException ) in getCellRangeObj()
260 ScCellRangesObj* ScVbaRange::getCellRangesObj() throw ( uno::RuntimeException ) in getCellRangesObj()
265 SfxItemSet* ScVbaRange::getCurrentDataSet( ) throw ( uno::RuntimeException ) in getCurrentDataSet()
273 void ScVbaRange::fireChangeEvent() in fireChangeEvent()
443 ScVbaRange::getScDocument() throw (uno::RuntimeException) in getScDocument()
455 ScVbaRange::getScDocShell() throw (uno::RuntimeException) in getScDocShell()
466 /*static*/ ScVbaRange* ScVbaRange::getImplementation( const uno::Reference< excel::XRange >& rxRang… in getImplementation()
469 return dynamic_cast< ScVbaRange* >( rxRange.get() ); in getImplementation()
472 uno::Reference< frame::XModel > ScVbaRange::getUnoModel() throw (uno::RuntimeException) in getUnoModel()
479 /*static*/ uno::Reference< frame::XModel > ScVbaRange::getUnoModel( const uno::Reference< excel::XR… in getUnoModel()
481 if( ScVbaRange* pScVbaRange = getImplementation( rxRange ) ) in getUnoModel()
486 const ScRangeList& ScVbaRange::getScRangeList() throw (uno::RuntimeException) in getScRangeList()
493 /*static*/ const ScRangeList& ScVbaRange::getScRangeList( const uno::Reference< excel::XRange >& rx… in getScRangeList()
495 if( ScVbaRange* pScVbaRange = getImplementation( rxRange ) ) in getScRangeList()
660 …uno::Reference< table::XCellRange > xCellRange( ScVbaRange::getCellRange( xRange ), uno::UNO_QUERY… in getArea()
696 …return uno::makeAny( uno::Reference< excel::XRange >( new ScVbaRange( mxParent, mxContext, xCellRa… in nextElement()
1141 return uno::Reference< excel::XRange >( new ScVbaRange( xParent, xContext, in createRangeFromRange()
1226 ScVbaRange*
1239 return new ScVbaRange( xFixThisParent, xContext, xRange ); in getRangeForName()
1244 return new ScVbaRange( xFixThisParent, xContext, xRanges ); in getRangeForName()
1356 ScVbaRange::getRangeObjectForName( in getRangeObjectForName()
1425 ScVbaRange::ScVbaRange( uno::Sequence< uno::Any> const & args, in ScVbaRange() function in ScVbaRange
1442 ScVbaRange::ScVbaRange( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< un… in ScVbaRange() function in ScVbaRange
1457 ScVbaRange::ScVbaRange( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< un… in ScVbaRange() function in ScVbaRange
1466 ScVbaRange::~ScVbaRange() in ~ScVbaRange()
1470 uno::Reference< XCollection >& ScVbaRange::getBorders() in getBorders()
1481 ScVbaRange::visitArray( ArrayVisitor& visitor ) in visitArray()
1500 ScVbaRange::getValue( ValueGetter& valueGetter) throw (uno::RuntimeException) in getValue()
1518 ScVbaRange::getValue() throw (uno::RuntimeException) in getValue()
1537 ScVbaRange::setValue( const uno::Any& aValue, ValueSetter& valueSetter, bool bFireEvent ) throw (un… in setValue()
1576 ScVbaRange::setValue( const uno::Any &aValue ) throw (uno::RuntimeException) in setValue()
1593 ScVbaRange::Clear() throw (uno::RuntimeException) in Clear()
1604 ScVbaRange::ClearContents( sal_Int32 nFlags, bool bFireEvent ) throw (uno::RuntimeException) in ClearContents()
1616 ScVbaRange* pRange = getImplementation( xRange ); in ClearContents()
1632 ScVbaRange::ClearComments() throw (uno::RuntimeException) in ClearComments()
1638 ScVbaRange::ClearContents() throw (uno::RuntimeException) in ClearContents()
1646 ScVbaRange::ClearFormats() throw (uno::RuntimeException) in ClearFormats()
1657 ScVbaRange::setFormulaValue( const uno::Any& rFormula, formula::FormulaGrammar::Grammar eGram, bool… in setFormulaValue()
1674 ScVbaRange::getFormulaValue( formula::FormulaGrammar::Grammar eGram ) throw (uno::RuntimeException) in getFormulaValue()
1691 ScVbaRange::setFormula(const uno::Any &rFormula ) throw (uno::RuntimeException) in setFormula()
1698 ScVbaRange::getFormulaR1C1() throw (::com::sun::star::uno::RuntimeException) in getFormulaR1C1()
1704 ScVbaRange::setFormulaR1C1(const uno::Any& rFormula ) throw (uno::RuntimeException) in setFormulaR1C1()
1710 ScVbaRange::getFormula() throw (::com::sun::star::uno::RuntimeException) in getFormula()
1716 ScVbaRange::getCount() throw (uno::RuntimeException) in getCount()
1740 ScVbaRange::getRow() throw (uno::RuntimeException) in getRow()
1756 ScVbaRange::getColumn() throw (uno::RuntimeException) in getColumn()
1772 ScVbaRange::HasFormula() throw (uno::RuntimeException) in HasFormula()
1812 ScVbaRange::fillSeries( sheet::FillDirection nFillDirection, sheet::FillMode nFillMode, sheet::Fill… in fillSeries()
1821 ScVbaRange* pThisRange = getImplementation( xRange ); in fillSeries()
1836 ScVbaRange::FillLeft() throw (uno::RuntimeException) in FillLeft()
1843 ScVbaRange::FillRight() throw (uno::RuntimeException) in FillRight()
1850 ScVbaRange::FillUp() throw (uno::RuntimeException) in FillUp()
1857 ScVbaRange::FillDown() throw (uno::RuntimeException) in FillDown()
1864 ScVbaRange::getText() throw (uno::RuntimeException) in getText()
1880 ScVbaRange::Offset( const ::uno::Any &nRowOff, const uno::Any &nColOff ) throw (uno::RuntimeExcepti… in Offset()
1908 return new ScVbaRange( mxParent, mxContext, xRanges ); in Offset()
1912 return new ScVbaRange( mxParent, mxContext, xRange ); in Offset()
1916 ScVbaRange::CurrentRegion() throw (uno::RuntimeException) in CurrentRegion()
1937 ScVbaRange::CurrentArray() throw (uno::RuntimeException) in CurrentArray()
1957 ScVbaRange::getFormulaArray() throw (uno::RuntimeException) in getFormulaArray()
1977 ScVbaRange::setFormulaArray(const uno::Any& rFormula) throw (uno::RuntimeException) in setFormulaArray()
1995 ScVbaRange::Characters(const uno::Any& Start, const uno::Any& Length) throw (uno::RuntimeException) in Characters()
2021 ScVbaRange::Address( const uno::Any& RowAbsolute, const uno::Any& ColumnAbsolute, const uno::Any& … in Address()
2098 ScVbaRange::Font() throw ( script::BasicErrorException, uno::RuntimeException) in Font()
2122 ScVbaRange::Cells( const uno::Any &nRowIndex, const uno::Any &nColumnIndex ) throw(uno::RuntimeExce… in Cells()
2141 ScVbaRange::CellsHelper( const uno::Reference< ov::XHelperInterface >& xParent, in CellsHelper()
2183 return uno::Reference< excel::XRange >( new ScVbaRange( xParent, xContext, xRange ) ); in CellsHelper()
2201 …return new ScVbaRange( xParent, xContext, xSheetRange->getCellRangeByPosition( nColumn, nRow, … in CellsHelper()
2205 ScVbaRange::Select() throw (uno::RuntimeException) in Select()
2255 ScVbaRange::Activate() throw (uno::RuntimeException) in Activate()
2315 ScVbaRange::Rows(const uno::Any& aIndex ) throw (uno::RuntimeException) in Rows()
2353 return new ScVbaRange( mxParent, mxContext, xRange, true ); in Rows()
2357 return new ScVbaRange( mxParent, mxContext, mxRanges, true ); in Rows()
2358 return new ScVbaRange( mxParent, mxContext, mxRange, true ); in Rows()
2362 ScVbaRange::Columns(const uno::Any& aIndex ) throw (uno::RuntimeException) in Columns()
2401 return new ScVbaRange( mxParent, mxContext, xRange, false, true ); in Columns()
2405 ScVbaRange::setMergeCells( const uno::Any& aIsMerged ) throw (script::BasicErrorException, uno::Run… in setMergeCells()
2439 ScVbaRange::getMergeCells() throw (script::BasicErrorException, uno::RuntimeException) in getMergeCells()
2468 ScVbaRange::Copy(const ::uno::Any& Destination) throw (uno::RuntimeException) in Copy()
2496 ScVbaRange::Cut(const ::uno::Any& Destination) throw (uno::RuntimeException) in Cut()
2521 ScVbaRange::setNumberFormat( const uno::Any& aFormat ) throw ( script::BasicErrorException, uno::Ru… in setNumberFormat()
2540 ScVbaRange::getNumberFormat() throw ( script::BasicErrorException, uno::RuntimeException) in getNumberFormat()
2569 ScVbaRange::Resize( const uno::Any &RowSize, const uno::Any &ColumnSize ) throw (uno::RuntimeExcept… in Resize()
2585 return new ScVbaRange( mxParent, mxContext,xRange->getCellRangeByPosition( in Resize()
2593 ScVbaRange::setWrapText( const uno::Any& aIsWrapped ) throw (script::BasicErrorException, uno::Runt… in setWrapText()
2613 ScVbaRange::getWrapText() throw (script::BasicErrorException, uno::RuntimeException) in getWrapText()
2641 uno::Reference< excel::XInterior > ScVbaRange::Interior( ) throw ( script::BasicErrorException, uno… in Interior()
2647 ScVbaRange::Range( const uno::Any &Cell1, const uno::Any &Cell2 ) throw (uno::RuntimeException) in Range()
2652 ScVbaRange::Range( const uno::Any &Cell1, const uno::Any &Cell2, bool bForceUseInpuRangeTab ) throw… in Range()
2749 return new ScVbaRange( mxParent, mxContext, xCellRange ); in Range()
2755 uno::Any SAL_CALL ScVbaRange::getCellRange( ) throw (uno::RuntimeException) in getCellRange()
2765 /*static*/ uno::Any ScVbaRange::getCellRange( const uno::Reference< excel::XRange >& rxRange ) thro… in getCellRange()
2767 if( ScVbaRange* pVbaRange = getImplementation( rxRange ) ) in getCellRange()
2826 ScVbaRange::PasteSpecial( const uno::Any& Paste, const uno::Any& Operation, const uno::Any& SkipBla… in PasteSpecial()
2861 ScVbaRange::getEntireColumnOrRow( bool bColumn ) throw (uno::RuntimeException) in getEntireColumnOrRow()
2884 return new ScVbaRange( mxParent, mxContext, xRanges, !bColumn, bColumn ); in getEntireColumnOrRow()
2887 return new ScVbaRange( mxParent, mxContext, xRange, !bColumn, bColumn ); in getEntireColumnOrRow()
2891 ScVbaRange::getEntireRow() throw (uno::RuntimeException) in getEntireRow()
2897 ScVbaRange::getEntireColumn() throw (uno::RuntimeException) in getEntireColumn()
2903 ScVbaRange::AddComment( const uno::Any& Text ) throw (uno::RuntimeException) in AddComment()
2927 ScVbaRange::getComment() throw (uno::RuntimeException) in getComment()
2951 ScVbaRange::getHidden() throw (uno::RuntimeException) in getHidden()
2975 ScVbaRange::setHidden( const uno::Any& _hidden ) throw (uno::RuntimeException) in setHidden()
3001 ScVbaRange::Replace( const ::rtl::OUString& What, const ::rtl::OUString& Replacement, const uno::An… in Replace()
3094 ScVbaRange::Find( const uno::Any& What, const uno::Any& After, const uno::Any& LookIn, const uno::A… in Find()
3241 … uno::Reference< excel::XRange > xResultRange = new ScVbaRange( mxParent, mxContext, xCellRange ); in Find()
3331 ScVbaRange::Sort( const uno::Any& Key1, const uno::Any& Order1, const uno::Any& Key2, const uno::An… in Sort()
3524 ScVbaRange::End( ::sal_Int32 Direction ) throw (uno::RuntimeException) in End()
3605 ScVbaRange::isSingleCellRange() in isSingleCellRange()
3617 ScVbaRange::characters( const uno::Any& Start, const uno::Any& Length ) throw (uno::RuntimeExceptio… in characters()
3631 ScVbaRange::Delete( const uno::Any& Shift ) throw (uno::RuntimeException) in Delete()
3679 ScVbaRange::hasElements() throw (uno::RuntimeException) in hasElements()
3691 ScVbaRange::createEnumeration() throw (uno::RuntimeException) in createEnumeration()
3709 ScVbaRange::getDefaultMethodName( ) throw (uno::RuntimeException) in getDefaultMethodName()
3718 ScVbaRange::getCalcColWidth( const table::CellRangeAddress& rAddress) throw (uno::RuntimeException) in getCalcColWidth()
3728 ScVbaRange::getCalcRowHeight( const table::CellRangeAddress& rAddress ) throw (uno::RuntimeExceptio… in getCalcRowHeight()
3751 ScVbaRange::getColumnWidth() throw (uno::RuntimeException) in getColumnWidth()
3789 ScVbaRange::setColumnWidth( const uno::Any& _columnwidth ) throw (uno::RuntimeException) in setColumnWidth()
3825 ScVbaRange::getWidth() throw (uno::RuntimeException) in getWidth()
3846 ScVbaRange::Areas( const uno::Any& item) throw (uno::RuntimeException) in Areas()
3854 ScVbaRange::getArea( sal_Int32 nIndex ) throw( css::uno::RuntimeException ) in getArea()
3863 ScVbaRange::Borders( const uno::Any& item ) throw( script::BasicErrorException, uno::RuntimeExcepti… in Borders()
3871 ScVbaRange::BorderAround( const css::uno::Any& LineStyle, const css::uno::Any& Weight, in BorderAround()
3918 ScVbaRange::getRowHeight() throw (uno::RuntimeException) in getRowHeight()
3957 ScVbaRange::setRowHeight( const uno::Any& _rowheight) throw (uno::RuntimeException) in setRowHeight()
3987 ScVbaRange::getPageBreak() throw (uno::RuntimeException) in getPageBreak()
4023 ScVbaRange::setPageBreak( const uno::Any& _pagebreak) throw (uno::RuntimeException) in setPageBreak()
4054 ScVbaRange::getHeight() throw (uno::RuntimeException) in getHeight()
4075 ScVbaRange::getPosition() throw ( uno::RuntimeException ) in getPosition()
4087 ScVbaRange::getLeft() throw (uno::RuntimeException) in getLeft()
4098 ScVbaRange::getTop() throw (uno::RuntimeException) in getTop()
4108 ScVbaRange::getWorksheet() throw (uno::RuntimeException) in getWorksheet()
4133 ScVbaRange::ApplicationRange( const uno::Reference< uno::XComponentContext >& xContext, const css::… in ApplicationRange()
4172 …uno::Reference< excel::XRange > xVbRange = new ScVbaRange( excel::getUnoSheetModuleObj( xRange ),… in ApplicationRange()
4179ScVbaRange* pRange = new ScVbaRange( excel::getUnoSheetModuleObj( xSheetRange ), xContext, xSheetR… in ApplicationRange()
4391 ScVbaRange::AutoFilter( const uno::Any& Field, const uno::Any& Criteria1, const uno::Any& Operator,… in AutoFilter()
4417 ScVbaRange* pRange = getImplementation( xCurrent ); in AutoFilter()
4634 ScVbaRange::Insert( const uno::Any& Shift, const uno::Any& /* CopyOrigin */ ) throw (uno::RuntimeEx… in Insert()
4679 …uno::Reference< excel::XRange > xVbaRange( new ScVbaRange( mxParent, mxContext, xRange, mbIsRows, … in Insert()
4685 ScVbaRange::Autofit() throw (uno::RuntimeException) in Autofit()
4733 ScVbaRange::TextToColumns( const css::uno::Any& Destination, const css::uno::Any& DataType, const c… in TextToColumns()
4852 ScVbaRange::Hyperlinks( const uno::Any& aIndex ) throw (uno::RuntimeException) in Hyperlinks()
4873 ScVbaRange::getValidation() throw (css::uno::RuntimeException) in getValidation()
4946 uno::Any SAL_CALL ScVbaRange::getPrefixCharacter() throw (uno::RuntimeException) in getPrefixCharacter()
4971 uno::Any ScVbaRange::getShowDetail() throw ( css::uno::RuntimeException) in getShowDetail()
5014 void ScVbaRange::setShowDetail(const uno::Any& aShowDetail) throw ( css::uno::RuntimeException) in setShowDetail()
5050 ScVbaRange::MergeArea() throw (script::BasicErrorException, uno::RuntimeException) in MergeArea()
5064 return new ScVbaRange( mxParent,mxContext,mxRange ); in MergeArea()
5071 return new ScVbaRange( mxParent, mxContext,xRange ); in MergeArea()
5075 return new ScVbaRange( mxParent, mxContext, mxRange ); in MergeArea()
5079 ScVbaRange::PrintOut( const uno::Any& From, const uno::Any& To, const uno::Any& Copies, const uno::… in PrintOut()
5094 ScVbaRange* pRange = getImplementation( xRange ); in PrintOut()
5113 ScVbaRange::AutoFill( const uno::Reference< excel::XRange >& Destination, const uno::Any& Type ) t… in AutoFill()
5116 ScVbaRange* pRange = getImplementation( xDest ); in AutoFill()
5238 ScVbaRange::GoalSeek( const uno::Any& Goal, const uno::Reference< excel::XRange >& ChangingCell ) t… in GoalSeek()
5242 ScVbaRange* pRange = static_cast< ScVbaRange* >( ChangingCell.get() ); in GoalSeek()
5268 ScVbaRange::Calculate( ) throw (script::BasicErrorException, uno::RuntimeException) in Calculate()
5274 ScVbaRange::Item( const uno::Any& row, const uno::Any& column ) throw (script::BasicErrorException,… in Item()
5291 ScVbaRange::AutoOutline( ) throw (script::BasicErrorException, uno::RuntimeException) in AutoOutline()
5315 ScVbaRange:: ClearOutline( ) throw (script::BasicErrorException, uno::RuntimeException) in ClearOutline()
5334 ScVbaRange::groupUnGroup( bool bUnGroup ) throw ( script::BasicErrorException, uno::RuntimeExceptio… in groupUnGroup()
5351 ScVbaRange::Group( ) throw (script::BasicErrorException, uno::RuntimeException) in Group()
5356 ScVbaRange::Ungroup( ) throw (script::BasicErrorException, uno::RuntimeException) in Ungroup()
5367 ScVbaRange::Merge( const uno::Any& Across ) throw (script::BasicErrorException, uno::RuntimeExcepti… in Merge()
5396 ScVbaRange::UnMerge( ) throw (script::BasicErrorException, uno::RuntimeException) in UnMerge()
5412 ScVbaRange::getStyle() throw (uno::RuntimeException) in getStyle()
5428 ScVbaRange::setStyle( const uno::Any& _style ) throw (uno::RuntimeException) in setStyle()
5443 ScVbaRange::PreviousNext( bool bIsPrevious ) in PreviousNext()
5468 return new ScVbaRange( mxParent, mxContext, xRange ); in PreviousNext()
5472 ScVbaRange::Next() throw (script::BasicErrorException, uno::RuntimeException) in Next()
5483 ScVbaRange::Previous() throw (script::BasicErrorException, uno::RuntimeException) in Previous()
5494 ScVbaRange::SpecialCells( const uno::Any& _oType, const uno::Any& _oValue) throw ( script::BasicErr… in SpecialCells()
5498 ScVbaRange* pRangeToUse = this; in SpecialCells()
5526 ScVbaRange* pRange = getImplementation( xRange ); in SpecialCells()
5551 return new ScVbaRange( mxParent, mxContext, xRange ); in SpecialCells()
5555 return new ScVbaRange( mxParent, mxContext, xRanges ); in SpecialCells()
5560 pRangeToUse = static_cast< ScVbaRange* >( xUsedRange.get() ); in SpecialCells()
5602 ScVbaRange::SpecialCellsImpl( sal_Int32 nType, const uno::Any& _oValue) throw ( script::BasicErrorE… in SpecialCellsImpl()
5657 ScVbaRange::RemoveSubtotal( ) throw (script::BasicErrorException, uno::RuntimeException) in RemoveSubtotal()
5664 ScVbaRange::Subtotal( ::sal_Int32 _nGroupBy, ::sal_Int32 _nFunction, const uno::Sequence< ::sal_Int… in Subtotal()
5735 ScVbaRange::getServiceImplName() in getServiceImplName()
5742 ScVbaRange::getServiceNames() in getServiceNames()
5756 sdecl::vba_service_class_<ScVbaRange, sdecl::with_args<true> > serviceImpl;