Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx4350 bool bHasNotes = false; in MergeCells() local
4351 …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()
4353bHasNotes = ((aPos.Col() != nStartCol) || (aPos.Row() != nStartRow)) && (pDoc->GetNote( aPos ) != … in MergeCells()
4355 if (bNeedContents || bHasNotes) in MergeCells()
4363 if( bHasNotes ) in MergeCells()

Completed in 40 milliseconds