Lines Matching refs:GetTab_Impl

6986 SCTAB ScTableSheetObj::GetTab_Impl() const  in GetTab_Impl()  function in ScTableSheetObj
7004 return new ScChartsObj( pDocSh, GetTab_Impl() ); in getCharts()
7016 return new ScDataPilotTablesObj( pDocSh, GetTab_Impl() ); in getDataPilotTables()
7028 return new ScScenariosObj( pDocSh, GetTab_Impl() ); in getScenarios()
7041 return new ScAnnotationsObj( pDocSh, GetTab_Impl() ); in getAnnotations()
7062 SCTAB nTab = GetTab_Impl(); in createCursor()
7122 SCTAB nTab = GetTab_Impl(); in getColumnPageBreaks()
7168 SCTAB nTab = GetTab_Impl(); in getRowPageBreaks()
7194 SCTAB nTab = GetTab_Impl(); in removeAllManualPageBreaks()
7222 pDocSh->GetDocument()->GetName( GetTab_Impl(), aName ); in getName()
7235 aFunc.RenameTable( GetTab_Impl(), aString, sal_True, sal_True ); in setName()
7251 SCTAB nTab = GetTab_Impl(); in getDrawPage()
7288 DBG_ASSERT( rRangeAddress.Sheet == GetTab_Impl(), "falsche Tabelle in CellRangeAddress" ); in insertCells()
7320 DBG_ASSERT( rRangeAddress.Sheet == GetTab_Impl(), "falsche Tabelle in CellRangeAddress" ); in removeRange()
7337 DBG_ASSERT( aSource.Sheet == GetTab_Impl(), "falsche Tabelle in CellRangeAddress" ); in moveRange()
7354 DBG_ASSERT( aSource.Sheet == GetTab_Impl(), "falsche Tabelle in CellRangeAddress" ); in copyRange()
7374 const SCTAB nTab(GetTab_Impl()); in PrintAreaUndo_Impl()
7415 SCTAB nTab = GetTab_Impl(); in getPrintAreas()
7446 SCTAB nTab = GetTab_Impl(); in setPrintAreas()
7474 SCTAB nTab = GetTab_Impl(); in getPrintTitleColumns()
7488 SCTAB nTab = GetTab_Impl(); in setPrintTitleColumns()
7517 SCTAB nTab = GetTab_Impl(); in getTitleColumns()
7536 SCTAB nTab = GetTab_Impl(); in setTitleColumns()
7555 SCTAB nTab = GetTab_Impl(); in getPrintTitleRows()
7569 SCTAB nTab = GetTab_Impl(); in setPrintTitleRows()
7598 SCTAB nTab = GetTab_Impl(); in getTitleRows()
7617 SCTAB nTab = GetTab_Impl(); in setTitleRows()
7638 sal_uInt8 nMode = pDocSh->GetDocument()->GetLinkMode( GetTab_Impl() ); in getLinkMode()
7667 aFile = pDocSh->GetDocument()->GetLinkDoc( GetTab_Impl() ); in getLinkUrl()
7691 aSheet = pDocSh->GetDocument()->GetLinkTab( GetTab_Impl() ); in getLinkSheetName()
7718 SCTAB nTab = GetTab_Impl(); in link()
7783 SCTAB nTab = GetTab_Impl(); in hideDependents()
7799 SCTAB nTab = GetTab_Impl(); in hidePrecedents()
7815 SCTAB nTab = GetTab_Impl(); in showDependents()
7831 SCTAB nTab = GetTab_Impl(); in showPrecedents()
7847 SCTAB nTab = GetTab_Impl(); in showErrors()
7863 return aFunc.DetectiveMarkInvalid( GetTab_Impl() ); in showInvalid()
7875 aFunc.DetectiveDelAll( GetTab_Impl() ); in clearArrows()
7933 SCTAB nTab = GetTab_Impl(); in clearOutline()
7975 SCTAB nTab = GetTab_Impl(); in showLevel()
7989 if ( pDocSh && !pDocSh->GetDocument()->IsTabProtected( GetTab_Impl() ) ) in protect()
7993 aFunc.Protect( GetTab_Impl(), aString, sal_True ); in protect()
8006 sal_Bool bDone = aFunc.Unprotect( GetTab_Impl(), aString, sal_True ); in unprotect()
8017 return pDocSh->GetDocument()->IsTabProtected( GetTab_Impl() ); in isProtected()
8030 return pDocSh->GetDocument()->IsScenario( GetTab_Impl() ); in getIsScenario()
8044 pDocSh->GetDocument()->GetScenarioData( GetTab_Impl(), aComment, aColor, nFlags ); in getScenarioComment()
8058 SCTAB nTab = GetTab_Impl(); in setScenarioComment()
8081 SCTAB nTab = GetTab_Impl(); in addRanges()
8162 SCTAB nTab = GetTab_Impl(); in apply()
8187 SCTAB nTab = GetTab_Impl(); in getRanges()
8222 const SCTAB nTab = GetTab_Impl(); in setExternalName()
8240 return new ScSheetEventsObj( pDocSh, GetTab_Impl() ); in getEvents()
8274 SCTAB nTab = GetTab_Impl(); in SetOnePropertyValue()
8571 pDocSh->GetDocument()->SetCodeName( GetTab_Impl(), aCodeName ); in SetOnePropertyValue()
8589 SCTAB nTab = GetTab_Impl(); in GetOnePropertyValue()
8720 pDocSh->GetDocument()->GetCodeName( GetTab_Impl(), aCodeName ); in GetOnePropertyValue()