Searched refs:CanInsertRow (Results 1 – 3 of 3) sorted by relevance
804 sal_Bool ScDocument::CanInsertRow( const ScRange& rRange ) const in CanInsertRow() function in ScDocument1285 if ( bInsRow && !CanInsertRow( aRowRange ) ) // Zellen am Rand? in CanFitBlock()
1031 sal_Bool CanInsertRow( const ScRange& rRange ) const;
1142 if ( ( bOk = pDoc->CanInsertRow( aRange ) ) != sal_False ) in Reject()