Home
last modified time | relevance | path

Searched refs:ScOutlineTable (Results 1 – 25 of 26) sorted by relevance

12

/aoo41x/main/sc/source/ui/inc/
H A Dundodat.hxx37 class ScOutlineTable;
82 ScOutlineTable* pNewUndoTab,
96 ScOutlineTable* pUndoTable;
124 ScOutlineTable* pUndoTable;
152 ScOutlineTable* pUndoTable;
178 ScOutlineTable* pUndoTable;
203 ScOutlineTable* pUndoTable;
230 ScOutlineTable* pUndoTable;
397 ScOutlineTable* pUndoTable;
472 SCROW nInsCount, ScOutlineTable* pTab,
[all …]
H A Dundoblk.hxx34 class ScOutlineTable;
373 ScOutlineTable* pNewUndoTab,
392 ScOutlineTable* pUndoTab;
H A Dolinewin.hxx31 class ScOutlineTable;
/aoo41x/main/sc/source/ui/docshell/
H A Dolinefun.cxx106 ScOutlineTable* pUndoTab = NULL; in MakeOutline()
112 pUndoTab = new ScOutlineTable( *pTable ); in MakeOutline()
173 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in RemoveOutline()
176 ScOutlineTable* pUndoTab = NULL; in RemoveOutline()
178 pUndoTab = new ScOutlineTable( *pTable ); in RemoveOutline()
252 ScOutlineTable* pUndoTab = new ScOutlineTable( *pTable ); in RemoveAllOutlines()
299 ScOutlineTable* pUndoTab = NULL; in AutoOutline()
305 pUndoTab = new ScOutlineTable( *pTable ); in AutoOutline()
369 ScOutlineTable* pUndoTab = new ScOutlineTable( *pTable ); in SelectLevel()
475 ScOutlineTable* pUndoTab = new ScOutlineTable( *pTable ); in ShowMarkedOutlines()
[all …]
H A Ddbdocfun.cxx289 ScOutlineTable* pUndoTab = NULL; in RepeatDB()
297 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in RepeatDB()
300 pUndoTab = new ScOutlineTable( *pTable ); in RepeatDB()
1042 ScOutlineTable* pUndoTab = NULL; in DoSubTotals()
1053 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in DoSubTotals()
1056 pUndoTab = new ScOutlineTable( *pTable ); in DoSubTotals()
1089 ScOutlineTable* pOut = pDoc->GetOutlineTable( nTab ); in DoSubTotals()
H A Ddocsh5.cxx627 ScOutlineTable* pTable = aDocument.GetOutlineTable( nDestTab ); in DoConsolidate()
628 ScOutlineTable* pUndoTab = pTable ? new ScOutlineTable( *pTable ) : NULL; in DoConsolidate()
H A Ddocfunc.cxx3148 ScOutlineTable* pUndoTab = NULL; in SetWidthOrHeight()
3170 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in SetWidthOrHeight()
3172 pUndoTab = new ScOutlineTable( *pTable ); in SetWidthOrHeight()
/aoo41x/main/sc/source/core/data/
H A Dolinetab.cxx680 ScOutlineTable::ScOutlineTable() in ScOutlineTable() function in ScOutlineTable
684 ScOutlineTable::ScOutlineTable( const ScOutlineTable& rOutline ) : in ScOutlineTable() function in ScOutlineTable
690 sal_Bool ScOutlineTable::TestInsertCol( SCSIZE nSize ) in TestInsertCol()
695 void ScOutlineTable::InsertCol( SCCOL nStartCol, SCSIZE nSize ) in InsertCol()
700 sal_Bool ScOutlineTable::DeleteCol( SCCOL nStartCol, SCSIZE nSize ) in DeleteCol()
705 sal_Bool ScOutlineTable::TestInsertRow( SCSIZE nSize ) in TestInsertRow()
710 void ScOutlineTable::InsertRow( SCROW nStartRow, SCSIZE nSize ) in InsertRow()
715 sal_Bool ScOutlineTable::DeleteRow( SCROW nStartRow, SCSIZE nSize ) in DeleteRow()
H A Ddocumen3.cxx582 ScOutlineTable* ScDocument::GetOutlineTable( SCTAB nTab, sal_Bool bCreate ) in GetOutlineTable()
584 ScOutlineTable* pVal = NULL; in GetOutlineTable()
601 sal_Bool ScDocument::SetOutlineTable( SCTAB nTab, const ScOutlineTable* pNewOutline ) in SetOutlineTable()
H A Dtable2.cxx65 sal_Bool ScTable::SetOutlineTable( const ScOutlineTable* pNewOutline ) in SetOutlineTable()
81 pOutlineTable = new ScOutlineTable( *pNewOutline ); in SetOutlineTable()
95 pOutlineTable = new ScOutlineTable; in StartOutlineTable()
/aoo41x/main/sc/inc/
H A Dolinetab.hxx128 class ScOutlineTable class
135 ScOutlineTable();
136 ScOutlineTable( const ScOutlineTable& rOutline );
H A Dtable.hxx64 class ScOutlineTable;
147 ScOutlineTable* pOutlineTable;
210 ScOutlineTable* GetOutlineTable() { return pOutlineTable; } in GetOutlineTable()
217 sal_Bool SetOutlineTable( const ScOutlineTable* pNewOutline );
H A Ddocument.hxx103 class ScOutlineTable;
776 SC_DLLPUBLIC ScOutlineTable* GetOutlineTable( SCTAB nTab, sal_Bool bCreate = sal_False );
777 sal_Bool SetOutlineTable( SCTAB nTab, const ScOutlineTable* pNewOutline );
/aoo41x/main/sc/source/ui/view/
H A Ddbfunc3.cxx153 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in TestRemoveOutline()
296 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in OutlinePossible()
451 ScOutlineTable* pUndoTab = NULL; in DoSubTotals()
462 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in DoSubTotals()
465 pUndoTab = new ScOutlineTable( *pTable ); in DoSubTotals()
499 ScOutlineTable* pOut = pDoc->GetOutlineTable( nTab ); in DoSubTotals()
2258 ScOutlineTable* pUndoTab = NULL; in RepeatDB()
2266 ScOutlineTable* pTable = pDoc->GetOutlineTable( nTab ); in RepeatDB()
2269 pUndoTab = new ScOutlineTable( *pTable ); in RepeatDB()
H A Dtabvwsha.cxx408 ScOutlineTable* pOlTable = pDoc->GetOutlineTable( nOlTab ); in GetState()
H A Dviewfunc.cxx2127 ScOutlineTable* pUndoTab = NULL; in SetWidthOrHeight()
2162 ScOutlineTable* pTable = pDoc->GetOutlineTable( nCurTab ); in SetWidthOrHeight()
2164 pUndoTab = new ScOutlineTable( *pTable ); in SetWidthOrHeight()
H A Dolinewin.cxx169 const ScOutlineTable* pTable = GetDoc().GetOutlineTable( GetTab() ); in GetOutlineArray()
H A Dtabview.cxx323 const ScOutlineTable* pTable = rViewData.GetDocument()->GetOutlineTable(rViewData.GetTabNo()); in lcl_HasColOutline()
335 const ScOutlineTable* pTable = rViewData.GetDocument()->GetOutlineTable(rViewData.GetTabNo()); in lcl_HasRowOutline()
/aoo41x/main/sc/source/ui/undo/
H A Dundodat.cxx178 ScOutlineTable* pNewUndoTab, sal_Bool bNewColumns, sal_Bool bNewMake ) : in ScUndoMakeOutline()
263 ScDocument* pNewUndoDoc, ScOutlineTable* pNewUndoTab, in ScUndoOutlineLevel()
354 ScDocument* pNewUndoDoc, ScOutlineTable* pNewUndoTab, sal_Bool bNewShow ) : in ScUndoOutlineBlock()
462 ScDocument* pNewUndoDoc, ScOutlineTable* pNewUndoTab ) : in ScUndoRemoveAllOutlines()
553 ScDocument* pNewUndoDoc, ScOutlineTable* pNewUndoTab ) : in ScUndoAutoOutline()
661 ScDocument* pNewUndoDoc, ScOutlineTable* pNewUndoTab, in ScUndoSubTotals()
1464 ScDocument* pNewUndoDoc, ScOutlineTable* pNewUndoTab, in ScUndoRepeatDB()
1959 sal_Bool bReference, SCROW nInsCount, ScOutlineTable* pTab, in ScUndoConsolidate()
H A Dundoblk2.cxx65 ScOutlineTable* pNewUndoTab, in ScUndoWidthOrHeight()
/aoo41x/main/sc/source/filter/xml/
H A Dxmlcoli.cxx318 ScOutlineTable* pOutlineTable = pDoc->GetOutlineTable(static_cast<SCTAB>(nSheet), sal_True); in EndElement()
H A Dxmlrowi.cxx357 ScOutlineTable* pOutlineTable(pDoc->GetOutlineTable(static_cast<SCTAB>(nSheet), sal_True)); in EndElement()
H A Dxmltabi.cxx375ScOutlineTable* pOutlineTable(pDoc->GetOutlineTable(static_cast<SCTAB>(GetScImport().GetTables().G… in EndElement()
H A Dxmlexprt.cxx1497ScOutlineTable* pOutlineTable = pDoc->GetOutlineTable( static_cast<SCTAB>(nCurrentTable), sal_Fals… in FillColumnRowGroups()
/aoo41x/main/sc/source/filter/excel/
H A Dxetable.cxx1397 … 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()

Completed in 287 milliseconds

12