Lines Matching refs:pDocSh
51 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in DetectiveAddPred() local
52 sal_Bool bDone = pDocSh->GetDocFunc(). in DetectiveAddPred()
62 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in DetectiveDelPred() local
63 sal_Bool bDone = pDocSh->GetDocFunc(). in DetectiveDelPred()
73 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in DetectiveAddSucc() local
74 sal_Bool bDone = pDocSh->GetDocFunc(). in DetectiveAddSucc()
84 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in DetectiveDelSucc() local
85 sal_Bool bDone = pDocSh->GetDocFunc(). in DetectiveDelSucc()
95 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in DetectiveAddError() local
96 sal_Bool bDone = pDocSh->GetDocFunc(). in DetectiveAddError()
106 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in DetectiveDelAll() local
107 sal_Bool bDone = pDocSh->GetDocFunc(). in DetectiveDelAll()
117 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in DetectiveMarkInvalid() local
118 sal_Bool bDone = pDocSh->GetDocFunc(). in DetectiveMarkInvalid()
128 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in DetectiveRefresh() local
129 sal_Bool bDone = pDocSh->GetDocFunc().DetectiveRefresh(); in DetectiveRefresh()
152 ScDocShell* pDocSh = GetViewData()->GetDocShell(); in EditNote() local
153 ScDocument* pDoc = pDocSh->GetDocument(); in EditNote()
160 pDocSh->MakeDrawLayer(); in EditNote()