Searched refs:FillDPCache (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sc/inc/ |
H A D | column.hxx | 371 … void FillDPCache( ScDPTableDataCache * pCache, long nDim, SCROW nStartRow, SCROW nEndRow );
|
H A D | table.hxx | 319 …void FillDPCache( ScDPTableDataCache * pCache, SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow,…
|
H A D | document.hxx | 1911 …void FillDPCache( ScDPTableDataCache * pCache, SCTAB nDocTab, SCCOL nStartCol, SCCOL nEndCol, S…
|
/trunk/main/sc/source/core/data/ |
H A D | dptablecache.cxx | 550 pDoc->FillDPCache( this, nDocTab, nStartCol, nEndCol, nStartRow, nEndRow ); in InitFromDoc()
|
H A D | table2.cxx | 1069 void ScTable::FillDPCache( ScDPTableDataCache * pCache, SCCOL nStartCol, SCCOL nEndCol, SCROW nSta… in FillDPCache() function in ScTable 1073 aCol[nCol].FillDPCache( pCache, nCol - nStartCol, nStartRow, nEndRow ); in FillDPCache()
|
H A D | column3.cxx | 1794 void ScColumn::FillDPCache( ScDPTableDataCache * pCache, long nDim, SCROW nStartRow, SCROW nEndRow… in FillDPCache() function in ScColumn
|
H A D | document.cxx | 2730 void ScDocument::FillDPCache( ScDPTableDataCache * pCache, SCTAB nTab, SCCOL nStartCol, SCCOL nEndC… in FillDPCache() function in ScDocument 2733 pTab[nTab]->FillDPCache( pCache, nStartCol, nEndCol, nStartRow, nEndRow ); in FillDPCache()
|
Completed in 98 milliseconds