Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx260 …ewCell = ppOldCells[i] ? ppOldCells[i]->CloneWithoutNote( *pDoc, SC_CLONECELL_STARTLISTENING ) : 0; in Undo()
393 …seCell* pNewCell = pOldCell ? pOldCell->CloneWithoutNote( *pDoc, SC_CLONECELL_STARTLISTENING ) : 0; in Undo()
479 …* pNewCell = pOldCell ? pOldCell->CloneWithoutNote( *pDoc, aPos, SC_CLONECELL_STARTLISTENING ) : 0; in Undo()
497 …ll = pEnteredCell ? pEnteredCell->CloneWithoutNote( *pDoc, aPos, SC_CLONECELL_STARTLISTENING ) : 0; in Redo()
/trunk/main/sc/source/core/data/
H A Ddocumen4.cxx163 …, nRow1, pCell->CloneWithoutNote(*this, ScAddress( nCol1, nRow1, i), SC_CLONECELL_STARTLISTENING)); in InsertMatrixFormula()
291 …ell( j, k, aRefCell.CloneWithoutNote( *this, ScAddress( j, k, i ), SC_CLONECELL_STARTLISTENING ) ); in InsertTableOp()
H A Dcell.cxx817 if( nCloneFlags & SC_CLONECELL_STARTLISTENING ) in ScFormulaCell()
H A Dtable2.cxx606 … pNew = pCell->CloneWithNote( aOwnPos, *pDestDoc, aDestPos, SC_CLONECELL_STARTLISTENING ); in TransposeClip()
/trunk/main/sc/inc/
H A Dcell.hxx63 const int SC_CLONECELL_STARTLISTENING = 0x0001; variable

Completed in 52 milliseconds