Lines Matching refs:pChangeAction
107 pChangeAction=pAction; in ReInit()
108 if(pChangeAction!=NULL && pDocShell !=NULL) in ReInit()
111 pChangeAction->GetDescription( aTitle, pDocShell->GetDocument()); in ReInit()
113 aComment=pChangeAction->GetComment(); in ReInit()
115 sal_Bool bNext=FindNext(pChangeAction)!=NULL; in ReInit()
116 sal_Bool bPrev=FindPrev(pChangeAction)!=NULL; in ReInit()
119 String aAuthor = pChangeAction->GetUser(); in ReInit()
121 DateTime aDT = pChangeAction->GetDateTime(); in ReInit()
138 pDocShell->SetChangeComment( pChangeAction, pDlg->GetNote()); in Execute()
146 if(pChangeAction!=NULL) in SelectCell()
148 const ScChangeAction* pAction=pChangeAction; in SelectCell()
164 pDocShell->SetChangeComment( pChangeAction, pDlgP->GetNote()); in IMPL_LINK()
166 ReInit(FindPrev(pChangeAction)); in IMPL_LINK()
175 pDocShell->SetChangeComment( pChangeAction, pDlgP->GetNote()); in IMPL_LINK()
177 ReInit(FindNext(pChangeAction)); in IMPL_LINK()