Searched refs:SC_CLONECELL_STARTLISTENING (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 260 …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()
|
/aoo42x/main/sc/source/core/data/ |
H A D | documen4.cxx | 163 …, 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 D | cell.cxx | 817 if( nCloneFlags & SC_CLONECELL_STARTLISTENING ) in ScFormulaCell()
|
H A D | table2.cxx | 606 … pNew = pCell->CloneWithNote( aOwnPos, *pDestDoc, aDestPos, SC_CLONECELL_STARTLISTENING ); in TransposeClip()
|
/aoo42x/main/sc/inc/ |
H A D | cell.hxx | 63 const int SC_CLONECELL_STARTLISTENING = 0x0001; variable
|
Completed in 45 milliseconds