Searched refs:GetOutlineTable (Results 1 – 20 of 20) sorted by relevance
/aoo4110/main/sc/source/ui/docshell/ |
H A D | olinefun.cxx | 105 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab, sal_True ); in MakeOutline() 173 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in RemoveOutline() 234 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in RemoveAllOutlines() 296 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in AutoOutline() 357 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); // ist schon da in SelectLevel() 461 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in ShowMarkedOutlines() 570 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in HideMarkedOutlines() 663 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in ShowOutline() 755 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in HideOutline()
|
H A D | dbdocfun.cxx | 297 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in RepeatDB() 1053 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in DoSubTotals() 1089 ScOutlineTable* pOut = pDoc->GetOutlineTable( nTab ); in DoSubTotals()
|
H A D | docsh5.cxx | 627 ScOutlineTable* pTable = aDocument.GetOutlineTable( nDestTab ); in DoConsolidate()
|
H A D | docfunc.cxx | 3170 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in SetWidthOrHeight()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | dbfunc3.cxx | 153 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in TestRemoveOutline() 296 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in OutlinePossible() 462 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in DoSubTotals() 499 ScOutlineTable* pOut = pDoc->GetOutlineTable( nTab ); in DoSubTotals() 2266 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in RepeatDB()
|
H A D | tabvwsha.cxx | 408 ScOutlineTable* pOlTable = pDoc->GetOutlineTable( nOlTab ); in GetState()
|
H A D | olinewin.cxx | 169 const ScOutlineTable* pTable = GetDoc().GetOutlineTable( GetTab() ); in GetOutlineArray()
|
H A D | tabview.cxx | 323 const ScOutlineTable* pTable = rViewData.GetDocument()->GetOutlineTable(rViewData.GetTabNo()); in lcl_HasColOutline() 335 const ScOutlineTable* pTable = rViewData.GetDocument()->GetOutlineTable(rViewData.GetTabNo()); in lcl_HasRowOutline()
|
H A D | viewfunc.cxx | 2162 ScOutlineTable* pTable = pDoc->GetOutlineTable( nCurTab ); in SetWidthOrHeight()
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | xmlcoli.cxx | 318 ScOutlineTable* pOutlineTable = pDoc->GetOutlineTable(static_cast<SCTAB>(nSheet), sal_True); in EndElement()
|
H A D | xmlrowi.cxx | 357 ScOutlineTable* pOutlineTable(pDoc->GetOutlineTable(static_cast<SCTAB>(nSheet), sal_True)); in EndElement()
|
H A D | xmltabi.cxx | 375 …ScOutlineTable* pOutlineTable(pDoc->GetOutlineTable(static_cast<SCTAB>(GetScImport().GetTables().G… in EndElement()
|
H A D | xmlexprt.cxx | 1497 …ScOutlineTable* pOutlineTable = pDoc->GetOutlineTable( static_cast<SCTAB>(nCurrentTable), sal_Fals… in FillColumnRowGroups()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | impop.cxx | 1366 … mxColOutlineBuff->SetOutlineArray( GetDoc().GetOutlineTable( mnScTab, sal_True )->GetColArray() ); in Convert() 1369 … mxRowOutlineBuff->SetOutlineArray( GetDoc().GetOutlineTable( mnScTab, sal_True )->GetRowArray() ); in Convert()
|
H A D | xetable.cxx | 1397 … if( const ScOutlineTable* pOutlineTable = rRoot.GetDoc().GetOutlineTable( rRoot.GetCurrScTab() ) ) in XclExpOutlineBuffer() 1459 … if( const ScOutlineTable* pOutlineTable = rRoot.GetDoc().GetOutlineTable( rRoot.GetCurrScTab() ) ) in XclExpGuts() 2337 if( const ScOutlineTable* pOutlineTable = rDoc.GetOutlineTable( nScTab ) ) in XclExpCellTable()
|
/aoo4110/main/sc/source/core/data/ |
H A D | documen3.cxx | 582 ScOutlineTable* ScDocument::GetOutlineTable( SCTAB nTab, sal_Bool bCreate ) in GetOutlineTable() function in ScDocument 589 pVal = pTab[nTab]->GetOutlineTable(); in GetOutlineTable() 594 pVal = pTab[nTab]->GetOutlineTable(); in GetOutlineTable()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | consoli.cxx | 814 ScOutlineArray* pOutArr = pDestDoc->GetOutlineTable( nTab, sal_True )->GetRowArray(); in OutputToDocument()
|
/aoo4110/main/sc/inc/ |
H A D | table.hxx | 210 ScOutlineTable* GetOutlineTable() { return pOutlineTable; } in GetOutlineTable() function in ScTable
|
H A D | document.hxx | 776 SC_DLLPUBLIC ScOutlineTable* GetOutlineTable( SCTAB nTab, sal_Bool bCreate = sal_False );
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 4994 …ScOutlineTable* pOutlineTable = pDoc->GetOutlineTable(static_cast<SCTAB>(thisAddress.Sheet), sal_T… in getShowDetail()
|
Completed in 301 milliseconds