Home
last modified time | relevance | path

Searched refs:FillDPCache (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/sc/inc/
H A Dcolumn.hxx371 … void FillDPCache( ScDPTableDataCache * pCache, long nDim, SCROW nStartRow, SCROW nEndRow );
H A Dtable.hxx319 …void FillDPCache( ScDPTableDataCache * pCache, SCCOL nStartCol, SCCOL nEndCol, SCROW nStartRow,…
H A Ddocument.hxx1911 …void FillDPCache( ScDPTableDataCache * pCache, SCTAB nDocTab, SCCOL nStartCol, SCCOL nEndCol, S…
/aoo4110/main/sc/source/core/data/
H A Ddptablecache.cxx550 pDoc->FillDPCache( this, nDocTab, nStartCol, nEndCol, nStartRow, nEndRow ); in InitFromDoc()
H A Dtable2.cxx1069 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 Dcolumn3.cxx1794 void ScColumn::FillDPCache( ScDPTableDataCache * pCache, long nDim, SCROW nStartRow, SCROW nEndRow… in FillDPCache() function in ScColumn
H A Ddocument.cxx2728 void ScDocument::FillDPCache( ScDPTableDataCache * pCache, SCTAB nTab, SCCOL nStartCol, SCCOL nEndC… in FillDPCache() function in ScDocument
2731 pTab[nTab]->FillDPCache( pCache, nStartCol, nEndCol, nStartRow, nEndRow ); in FillDPCache()

Completed in 119 milliseconds