Lines Matching refs:pDoc

257 	ScDocument* pDoc = pDocShell->GetDocument();  in Undo()  local
260 …ScBaseCell* pNewCell = ppOldCells[i] ? ppOldCells[i]->CloneWithoutNote( *pDoc, SC_CLONECELL_STARTL… in Undo()
261 pDoc->PutCell( nCol, nRow, pTabs[i], pNewCell ); in Undo()
266 pDoc->ApplyAttr( nCol, nRow, pTabs[i], in Undo()
270 ScPatternAttr aPattern( *pDoc->GetPattern( nCol, nRow, pTabs[i] ) ); in Undo()
272 pDoc->SetPattern( nCol, nRow, pTabs[i], aPattern, sal_True ); in Undo()
278 ScChangeTrack* pChangeTrack = pDoc->GetChangeTrack(); in Undo()
302 ScDocument* pDoc = pDocShell->GetDocument(); in Redo() local
306 pDoc->PutCell( nCol, nRow, pTabs[i], new ScEditCell( pNewEditData, in Redo()
307 pDoc, NULL ) ); in Redo()
309 pDoc->SetString( nCol, nRow, pTabs[i], aNewString ); in Redo()
375 ScDocument* pDoc = pDocShell->GetDocument(); in SetChangeTrack() local
376 ScChangeTrack* pChangeTrack = pDoc->GetChangeTrack(); in SetChangeTrack()
392 ScDocument* pDoc = pDocShell->GetDocument(); in Undo() local
393 …ScBaseCell* pNewCell = pOldCell ? pOldCell->CloneWithoutNote( *pDoc, SC_CLONECELL_STARTLISTENING )… in Undo()
395 pDoc->PutCell( aPos, pNewCell ); in Undo()
399 ScChangeTrack* pChangeTrack = pDoc->GetChangeTrack(); in Undo()
410 ScDocument* pDoc = pDocShell->GetDocument(); in Redo() local
411 pDoc->SetValue( aPos.Col(), aPos.Row(), aPos.Tab(), nValue ); in Redo()
461 ScDocument* pDoc = pDocShell->GetDocument(); in SetChangeTrack() local
462 ScChangeTrack* pChangeTrack = pDoc->GetChangeTrack(); in SetChangeTrack()
478 ScDocument* pDoc = pDocShell->GetDocument(); in Undo() local
479 …ScBaseCell* pNewCell = pOldCell ? pOldCell->CloneWithoutNote( *pDoc, aPos, SC_CLONECELL_STARTLISTE… in Undo()
481 pDoc->PutCell( aPos.Col(), aPos.Row(), aPos.Tab(), pNewCell ); in Undo()
485 ScChangeTrack* pChangeTrack = pDoc->GetChangeTrack(); in Undo()
496 ScDocument* pDoc = pDocShell->GetDocument(); in Redo() local
497 …ScBaseCell* pNewCell = pEnteredCell ? pEnteredCell->CloneWithoutNote( *pDoc, aPos, SC_CLONECELL_ST… in Redo()
499 pDoc->PutCell( aPos.Col(), aPos.Row(), aPos.Tab(), pNewCell ); in Redo()
634 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange() local
635 String aStyleName = pDoc->GetPageStyle( nTab ); in DoChange()
636 ScStyleSheetPool* pStylePool = pDoc->GetStyleSheetPool(); in DoChange()
736 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange() local
748 pDoc->GetCell( nCol, nRow, nTab, pCell ); in DoChange()
753 ScEditCell* pNewCell = new ScEditCell( pTObj, pDoc, NULL ); in DoChange()
754 pDoc->PutCell( nCol, nRow, nTab, pNewCell ); in DoChange()
768 pDoc->GetCell( nCol, nRow, nTab, pCell ); in DoChange()
769 pDoc->SetString( nCol, nRow, nTab, rStr ); in DoChange()
997 ScDocument* pDoc = pDocShell->GetDocument(); in Undo() local
998 DoSdrUndoAction(pDrawUndo, pDoc); in Undo()
1003 pDoc->SetDetOpList( new ScDetOpList(*pOldList) ); in Undo()
1009 ScDetOpList* pList = pDoc->GetDetOpList(); in Undo()
1036 ScDocument* pDoc = pDocShell->GetDocument(); in Redo() local
1039 pDoc->ClearDetectiveOperations(); in Redo()
1041 pDoc->AddDetectiveOperation( ScDetOpData( aPos, (ScDetOpType) nAction ) ); in Redo()
1086 ScDocument* pDoc = pDocShell->GetDocument(); in DoChange() local
1087 pDoc->CompileNameFormula( sal_True ); // CreateFormulaString in DoChange()
1090 pDoc->SetRangeName( new ScRangeName( *pOldRanges ) ); in DoChange()
1092 pDoc->SetRangeName( new ScRangeName( *pNewRanges ) ); in DoChange()
1094 pDoc->CompileNameFormula( sal_False ); // CompileFormulaString in DoChange()