Lines Matching refs:pChanges

202 	ScChangeTrack* pChanges=pDoc->GetChangeTrack();  in ~ScAcceptChgDlg()  local
204 if(pChanges!=NULL) in ~ScAcceptChgDlg()
207 pChanges->SetModifiedLink(aLink); in ~ScAcceptChgDlg()
238 ScChangeTrack* pChanges = pDoc->GetChangeTrack(); in ReInit() local
239 if ( pChanges ) in ReInit()
240 pChanges->SetModifiedLink( LINK( this, ScAcceptChgDlg, ChgTrackModHdl ) ); in ReInit()
251 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in Init() local
253 if(pChanges!=NULL) in Init()
255 pChanges->SetModifiedLink( LINK( this, ScAcceptChgDlg,ChgTrackModHdl)); in Init()
256 aChangeViewSet.SetTheAuthorToShow(pChanges->GetUser()); in Init()
258 ScStrCollection aUserColl=pChanges->GetUserCollection(); in Init()
420 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in InsertChangeAction() local
422 if(pScChangeAction==NULL || pChanges==NULL) return NULL; in InsertChangeAction()
485 if(!pChanges->IsGenerated(pScChangeAction->GetActionNumber())) in InsertChangeAction()
572 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in InsertFilteredAction() local
574 if(pScChangeAction==NULL || pChanges==NULL) return NULL; in InsertFilteredAction()
576 sal_Bool bIsGenerated=pChanges->IsGenerated(pScChangeAction->GetActionNumber()); in InsertFilteredAction()
702 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in InsertChangeActionContent() local
705 if(pScChangeAction==NULL || pChanges==NULL) return NULL; in InsertChangeActionContent()
707 sal_Bool bIsGenerated=pChanges->IsGenerated(pScChangeAction->GetActionNumber()); in InsertChangeActionContent()
845 ScChangeTrack* pChanges=NULL; in UpdateView() local
858 pChanges=pDoc->GetChangeTrack(); in UpdateView()
859 if(pChanges!=NULL) in UpdateView()
861 pScChangeAction=pChanges->GetFirst(); in UpdateView()
908 if(Expand(pChanges,pScChangeAction,pParent,!bTestFlag)&&!bTestFlag) in UpdateView()
916 if( bTheFlag && (!pDoc->IsDocEditable() || pChanges->IsProtected()) ) in UpdateView()
1050 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in IMPL_LINK() local
1067 pChanges->Reject(pScChangeAction); in IMPL_LINK()
1088 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in IMPL_LINK() local
1104 pChanges->SelectContent(pScChangeAction,sal_True); in IMPL_LINK()
1108 pChanges->SelectContent(pScChangeAction); in IMPL_LINK()
1112 pChanges->Accept(pScChangeAction); in IMPL_LINK()
1131 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in RejectFiltered() local
1134 if(pChanges!=NULL) in RejectFiltered()
1136 pScChangeAction=pChanges->GetLast(); in RejectFiltered()
1145 pChanges->Reject((ScChangeAction*)pScChangeAction); in RejectFiltered()
1154 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in AcceptFiltered() local
1157 if(pChanges!=NULL) in AcceptFiltered()
1159 pScChangeAction=pChanges->GetLast(); in AcceptFiltered()
1168 pChanges->Accept((ScChangeAction*)pScChangeAction); in AcceptFiltered()
1179 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in IMPL_LINK() local
1180 if(pChanges!=NULL) in IMPL_LINK()
1188 pChanges->RejectAll(); in IMPL_LINK()
1212 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in IMPL_LINK() local
1213 if(pChanges!=NULL) in IMPL_LINK()
1221 pChanges->AcceptAll(); in IMPL_LINK()
1250 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in GetDependents() local
1259 pChanges->GetDependents((ScChangeAction*) pScChangeAction, in GetDependents()
1264 pChanges->GetDependents((ScChangeAction*) pScChangeAction, in GetDependents()
1270 pChanges->GetDependents((ScChangeAction*) pScChangeAction, in GetDependents()
1351 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in InsertAcceptedORejected() local
1370 ScChangeAction* pScChangeAction=pChanges->GetFirst(); in InsertAcceptedORejected()
1383 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in InsertChilds() local
1404 Expand(pChanges,pChild,pEntry); in InsertChilds()
1414 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in InsertDeletedChilds() local
1438 Expand(pChanges,pChild,pEntry); in InsertDeletedChilds()
1454 sal_Bool ScAcceptChgDlg::Expand(ScChangeTrack* pChanges,const ScChangeAction* pScChangeAction, in Expand() argument
1459 if(pChanges!=NULL &&pEntry!=NULL &&pScChangeAction!=NULL) in Expand()
1495 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in IMPL_LINK() local
1498 if(pTable!=NULL && pChanges!=NULL) in IMPL_LINK()
1559 void ScAcceptChgDlg::AppendChanges(ScChangeTrack* pChanges,sal_uLong nStartAction, in AppendChanges() argument
1562 if(pChanges!=NULL) in AppendChanges()
1582 pScChangeAction=pChanges->GetAction(i); in AppendChanges()
1624 if(Expand(pChanges,pScChangeAction,pParent,!bTestFlag)&&!bTestFlag) in AppendChanges()
1632 if( bTheFlag && (!pDoc->IsDocEditable() || pChanges->IsProtected()) ) in AppendChanges()
1851 ScChangeTrack* pChanges = pDoc->GetChangeTrack(); in IMPL_LINK() local
1852 sal_Bool bEnable = pDoc->IsDocEditable() && pChanges && !pChanges->IsProtected(); in IMPL_LINK()