Home
last modified time | relevance | path

Searched refs:CanInsertCol (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddocument.cxx1007 sal_Bool ScDocument::CanInsertCol( const ScRange& rRange ) const in CanInsertCol() function in ScDocument
1283 if ( bInsCol && !CanInsertCol( aColRange ) ) // Zellen am Rand? in CanFitBlock()
/trunk/main/sc/inc/
H A Ddocument.hxx1032 sal_Bool CanInsertCol( const ScRange& rRange ) const;
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx1137 if ( ( bOk = pDoc->CanInsertCol( aRange ) ) != sal_False ) in Reject()