Searched refs:bHasNotes (Results 1 – 1 of 1) sorted by relevance
4350 bool bHasNotes = false; in MergeCells() local4351 …for( ScAddress aPos( nStartCol, nStartRow, nTab ); !bHasNotes && (aPos.Col() <= nEndCol); aPos.Inc… in MergeCells()4352 for( aPos.SetRow( nStartRow ); !bHasNotes && (aPos.Row() <= nEndRow); aPos.IncRow() ) in MergeCells()4353 …bHasNotes = ((aPos.Col() != nStartCol) || (aPos.Row() != nStartRow)) && (pDoc->GetNote( aPos ) != … in MergeCells()4355 if (bNeedContents || bHasNotes) in MergeCells()4363 if( bHasNotes ) in MergeCells()
Completed in 44 milliseconds