Home
last modified time | relevance | path

Searched refs:pDestTab (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sc/source/core/data/
H A Dtable2.cxx730 sal_uInt16 nFlags, sal_Bool bMarked, ScTable* pDestTab, in CopyToTable() argument
739 pDestTab->aCol[i], pMarkData, bAsLink); in CopyToTable()
744 ScChartListenerCollection* pCharts = pDestTab->pDocument->GetChartListenerCollection(); in CopyToTable()
748 sal_Bool bWidth = (nRow1==0 && nRow2==MAXROW && pColWidth && pDestTab->pColWidth); in CopyToTable()
749 … sal_Bool bHeight = (nCol1==0 && nCol2==MAXCOL && mpRowHeights && pDestTab->mpRowHeights); in CopyToTable()
753 pDestTab->IncRecalcLevel(); in CopyToTable()
760 bool bHiddenChange = (pDestTab->ColHidden(i) != bThisHidden); in CopyToTable()
761 bool bChange = bHiddenChange || (pDestTab->pColWidth[i] != pColWidth[i]); in CopyToTable()
762 pDestTab->pColWidth[i] = pColWidth[i]; in CopyToTable()
763 pDestTab->pColFlags[i] = pColFlags[i]; in CopyToTable()
[all …]
/AOO41X/main/sc/inc/
H A Dtable.hxx384 sal_uInt16 nFlags, sal_Bool bMarked, ScTable* pDestTab,
388 sal_uInt16 nFlags, sal_Bool bMarked, ScTable* pDestTab,
404 void CopyScenarioTo( ScTable* pDestTab ) const;
405 sal_Bool TestCopyScenarioTo( const ScTable* pDestTab ) const;
411 void CopyUpdated( const ScTable* pPosTab, ScTable* pDestTab ) const;