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