Lines Matching refs:getScDocShell

455 ScVbaRange::getScDocShell() throw (uno::RuntimeException)  in getScDocShell()  function in ScVbaRange
474 if( ScDocShell* pDocShell = getScDocShell() ) in getUnoModel()
1589 lcl_NotifyRangeChanges( getScDocShell()->GetModel(), getCellRangesBase() ); in setValue()
1599 lcl_NotifyRangeChanges( getScDocShell()->GetModel(), getCellRangesBase() ); in Clear()
1653 lcl_NotifyRangeChanges( getScDocShell()->GetModel(), getCellRangesBase() ); in ClearFormats()
1670 lcl_NotifyRangeChanges( getScDocShell()->GetModel(), getCellRangesBase() ); in setFormulaValue()
1832 lcl_NotifyRangeChanges( getScDocShell()->GetModel(), getCellRangesBase() ); in fillSeries()
2054 ScDocShell* pDocShell = getScDocShell(); in Address()
2271 ScDocShell* pShell = getScDocShell(); in Activate()
2692 return getRangeForName( mxContext, sName, getScDocShell(), referAddress ); in Range()
2698 cell1 = getCellRangeAddressForVBARange( Cell1, getScDocShell() ); in Range()
2703 cell2 = getCellRangeAddressForVBARange( Cell2, getScDocShell() ); in Range()
2745 xCellRange = new ScCellRangeObj( getScDocShell(), aNew ); in Range()
2830 ScDocShell* pShell = getScDocShell(); in PasteSpecial()
3087 lcl_NotifyRangeChanges( getScDocShell()->GetModel(), pScCellRangesBase ); in Replace()
3479 ScDocShell* pDocShell = getScDocShell(); in Sort()
3761 ScDocShell* pShell = getScDocShell(); in getColumnWidth()
3804 ScDocShell* pDocShell = getScDocShell(); in setColumnWidth()
3939 ScDocShell* pShell = getScDocShell(); in getRowHeight()
4397 ScDocShell* pShell = getScDocShell(); in AutoFilter()
5070 … uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( getScDocShell() , refRange ) ); in MergeArea()
5240 ScDocShell* pDocShell = getScDocShell(); in GoalSeek()
5422 ScDocShell* pShell = getScDocShell(); in getStyle()
5466 uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( getScDocShell() , refRange ) ); in PreviousNext()
5550 …uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( getScDocShell(), *aCellRanges.Firs… in SpecialCells()
5553 …uno::Reference< sheet::XSheetCellRangeContainer > xRanges( new ScCellRangesObj( getScDocShell(), a… in SpecialCells()
5646 … lcl_makeXRangeFromSheetCellRanges( getParent(), mxContext, xLocSheetCellRanges, getScDocShell() ); in SpecialCellsImpl()