Searched refs:HasBlockMatrixFragment (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sc/source/core/data/ |
H A D | table2.cxx | 1596 sal_Bool ScTable::HasBlockMatrixFragment( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) const in HasBlockMatrixFragment() function in ScTable 1746 if ( HasBlockMatrixFragment( nCol1, nRow1, nCol2, nRow2 ) ) in IsBlockEditable()
|
H A D | document.cxx | 4574 if (pTab[i]->HasBlockMatrixFragment( nStartCol, nStartRow, nEndCol, nEndRow )) in HasSelectedBlockMatrixFragment()
|
/trunk/main/sc/inc/ |
H A D | table.hxx | 300 sal_Bool HasBlockMatrixFragment( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ) const;
|
Completed in 51 milliseconds