Searched refs:MixData (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sc/inc/ |
H A D | column.hxx | 200 void MixData( SCROW nRow1, SCROW nRow2, sal_uInt16 nFunction, sal_Bool bSkipEmpty,
|
H A D | table.hxx | 397 void MixData( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2,
|
/trunk/main/sc/source/core/data/ |
H A D | column3.cxx | 938 MixData( nRow1, nRow2, nFunction, bSkipEmpty, rSrcCol ); in MixMarked() 987 void ScColumn::MixData( SCROW nRow1, SCROW nRow2, in MixData() function in ScColumn
|
H A D | table2.cxx | 538 void ScTable::MixData( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, in MixData() function in ScTable 542 aCol[i].MixData( nRow1, nRow2, nFunction, bSkipEmpty, pSrcTab->aCol[i] ); in MixData()
|
H A D | document.cxx | 2543 pTab[i]->MixData( rRange.aStart.Col(), rRange.aStart.Row(), in MixDocument() 2592 pTab[i]->MixData( nStartCol,nStartRow, nEndCol,nEndRow, in FillTab()
|
Completed in 60 milliseconds