Searched refs:TestInsertRow (Results 1 – 9 of 9) sorted by relevance
146 sal_Bool TestInsertRow( SCSIZE nSize );
179 sal_Bool TestInsertRow( SCSIZE nSize ) const;
184 sal_Bool TestInsertRow( SCSIZE nSize ) const;
361 sal_Bool TestInsertRow( SCCOL nStartCol, SCCOL nEndCol, SCSIZE nSize );
1090 sal_Bool ScColumn::TestInsertRow( SCSIZE nSize ) const in TestInsertRow() function in ScColumn1096 … pItems[nCount-1].nRow <= MAXROW-(SCROW)nSize && pAttrArray->TestInsertRow( nSize ) ); in TestInsertRow()1098 return pAttrArray->TestInsertRow( nSize ); in TestInsertRow()
705 sal_Bool ScOutlineTable::TestInsertRow( SCSIZE nSize ) in TestInsertRow() function in ScOutlineTable
120 sal_Bool ScTable::TestInsertRow( SCCOL nStartCol, SCCOL nEndCol, SCSIZE nSize ) in TestInsertRow() function in ScTable125 bTest = pOutlineTable->TestInsertRow(nSize); in TestInsertRow()128 bTest = aCol[i].TestInsertRow( nSize ); in TestInsertRow()
823 bTest &= pTab[i]->TestInsertRow( nStartCol, nEndCol, nSize ); in CanInsertRow()850 bTest &= pTab[i]->TestInsertRow( nStartCol, nEndCol, nSize ); in InsertRow()
2105 sal_Bool ScAttrArray::TestInsertRow( SCSIZE nSize ) const in TestInsertRow() function in ScAttrArray
Completed in 194 milliseconds