Home
last modified time | relevance | path

Searched refs:TestInsertRow (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/inc/
H A Dolinetab.hxx146 sal_Bool TestInsertRow( SCSIZE nSize );
H A Dattarray.hxx179 sal_Bool TestInsertRow( SCSIZE nSize ) const;
H A Dcolumn.hxx184 sal_Bool TestInsertRow( SCSIZE nSize ) const;
H A Dtable.hxx361 sal_Bool TestInsertRow( SCCOL nStartCol, SCCOL nEndCol, SCSIZE nSize );
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx1090 sal_Bool ScColumn::TestInsertRow( SCSIZE nSize ) const in TestInsertRow() function in ScColumn
1096 … pItems[nCount-1].nRow <= MAXROW-(SCROW)nSize && pAttrArray->TestInsertRow( nSize ) ); in TestInsertRow()
1098 return pAttrArray->TestInsertRow( nSize ); in TestInsertRow()
H A Dolinetab.cxx705 sal_Bool ScOutlineTable::TestInsertRow( SCSIZE nSize ) in TestInsertRow() function in ScOutlineTable
H A Dtable2.cxx120 sal_Bool ScTable::TestInsertRow( SCCOL nStartCol, SCCOL nEndCol, SCSIZE nSize ) in TestInsertRow() function in ScTable
125 bTest = pOutlineTable->TestInsertRow(nSize); in TestInsertRow()
128 bTest = aCol[i].TestInsertRow( nSize ); in TestInsertRow()
H A Ddocument.cxx823 bTest &= pTab[i]->TestInsertRow( nStartCol, nEndCol, nSize ); in CanInsertRow()
850 bTest &= pTab[i]->TestInsertRow( nStartCol, nEndCol, nSize ); in InsertRow()
H A Dattarray.cxx2105 sal_Bool ScAttrArray::TestInsertRow( SCSIZE nSize ) const in TestInsertRow() function in ScAttrArray

Completed in 102 milliseconds