Searched refs:CanInsertCol (Results 1 – 3 of 3) sorted by relevance
1010 sal_Bool ScDocument::CanInsertCol( const ScRange& rRange ) const in CanInsertCol() function in ScDocument1286 if ( bInsCol && !CanInsertCol( aColRange ) ) // Zellen am Rand ? in CanFitBlock()
1035 sal_Bool CanInsertCol( const ScRange& rRange ) const;
1137 if ( ( bOk = pDoc->CanInsertCol( aRange ) ) != sal_False ) in Reject()
Completed in 142 milliseconds