Lines Matching refs:pModel

187 	ScDrawLayer* pModel = pDoc->GetDrawLayer();  in DetectiveAddPred()  local
193 pModel->BeginCalcUndo(false); in DetectiveAddPred()
197 pUndo = pModel->GetCalcUndo(); in DetectiveAddPred()
223 ScDrawLayer* pModel = pDoc->GetDrawLayer(); in DetectiveDelPred() local
224 if (!pModel) in DetectiveDelPred()
234 pModel->BeginCalcUndo(false); in DetectiveDelPred()
238 pUndo = pModel->GetCalcUndo(); in DetectiveDelPred()
267 ScDrawLayer* pModel = pDoc->GetDrawLayer(); in DetectiveAddSucc() local
273 pModel->BeginCalcUndo(false); in DetectiveAddSucc()
277 pUndo = pModel->GetCalcUndo(); in DetectiveAddSucc()
303 ScDrawLayer* pModel = pDoc->GetDrawLayer(); in DetectiveDelSucc() local
304 if (!pModel) in DetectiveDelSucc()
314 pModel->BeginCalcUndo(false); in DetectiveDelSucc()
318 pUndo = pModel->GetCalcUndo(); in DetectiveDelSucc()
347 ScDrawLayer* pModel = pDoc->GetDrawLayer(); in DetectiveAddError() local
353 pModel->BeginCalcUndo(false); in DetectiveAddError()
357 pUndo = pModel->GetCalcUndo(); in DetectiveAddError()
386 ScDrawLayer* pModel = pDoc->GetDrawLayer(); in DetectiveMarkInvalid() local
392 pModel->BeginCalcUndo(false); in DetectiveMarkInvalid()
397 pUndo = pModel->GetCalcUndo(); in DetectiveMarkInvalid()
425 ScDrawLayer* pModel = pDoc->GetDrawLayer(); in DetectiveDelAll() local
426 if (!pModel) in DetectiveDelAll()
432 pModel->BeginCalcUndo(false); in DetectiveDelAll()
436 pUndo = pModel->GetCalcUndo(); in DetectiveDelAll()
472 ScDrawLayer* pModel = pDoc->GetDrawLayer(); in DetectiveRefresh() local
474 pModel->BeginCalcUndo(false); in DetectiveRefresh()
519 SdrUndoGroup* pUndo = pModel->GetCalcUndo(); in DetectiveRefresh()