Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/ui/docshell/
H A Ddocfunc.cxx4346 bool bHasNotes = false; in MergeCells() local
4347 …for( ScAddress aPos( nStartCol, nStartRow, nTab ); !bHasNotes && (aPos.Col() <= nEndCol); aPos.Inc… in MergeCells()
4348 for( aPos.SetRow( nStartRow ); !bHasNotes && (aPos.Row() <= nEndRow); aPos.IncRow() ) in MergeCells()
4349bHasNotes = ((aPos.Col() != nStartCol) || (aPos.Row() != nStartRow)) && (pDoc->GetNote( aPos ) != … in MergeCells()
4351 if (bNeedContents || bHasNotes) in MergeCells()
4359 if( bHasNotes ) in MergeCells()