Searched refs:GetBlockMatrixEdges (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | table2.cxx | 1604 nEdges = aCol[nCol1].GetBlockMatrixEdges( nRow1, nRow2, n ); in HasBlockMatrixFragment() 1611 nEdges = aCol[nCol1].GetBlockMatrixEdges( nRow1, nRow2, 4 ); in HasBlockMatrixFragment() 1616 nEdges = aCol[nCol2].GetBlockMatrixEdges( nRow1, nRow2, 16 ); in HasBlockMatrixFragment() 1628 nEdges = aCol[i].GetBlockMatrixEdges( nRow1, nRow1, n ); in HasBlockMatrixFragment() 1654 nEdges = aCol[i].GetBlockMatrixEdges( nR, nR, n ); in HasBlockMatrixFragment()
|
H A D | column.cxx | 102 sal_uInt16 ScColumn::GetBlockMatrixEdges( SCROW nRow1, SCROW nRow2, sal_uInt16 nMask ) const in GetBlockMatrixEdges() function in ScColumn
|
/trunk/main/sc/inc/ |
H A D | column.hxx | 169 sal_uInt16 GetBlockMatrixEdges( SCROW nRow1, SCROW nRow2, sal_uInt16 nMask ) const;
|
Completed in 32 milliseconds