Home
last modified time | relevance | path

Searched refs:CanInsertRow (Results 1 – 3 of 3) sorted by path

/trunk/main/sc/inc/
H A Ddocument.hxx1034 sal_Bool CanInsertRow( const ScRange& rRange ) const;
/trunk/main/sc/source/core/data/
H A Ddocument.cxx807 sal_Bool ScDocument::CanInsertRow( const ScRange& rRange ) const in CanInsertRow() function in ScDocument
1288 if ( bInsRow && !CanInsertRow( aRowRange ) ) // Zellen am Rand ? in CanFitBlock()
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx1142 if ( ( bOk = pDoc->CanInsertRow( aRange ) ) != sal_False ) in Reject()

Completed in 64 milliseconds