Lines Matching refs:pDlg
45 pDlg = pFact->CreateSvxPostItDialog( pParent, rCoreSet, bPrevNext, sal_True ); in ScRedComDialog()
46 DBG_ASSERT(pDlg, "Dialogdiet fail!");//CHINA001 in ScRedComDialog()
48 pDlg->DontChangeAuthor(); in ScRedComDialog()
49 pDlg->HideAuthor(); in ScRedComDialog()
51 pDlg->SetPrevHdl(LINK( this, ScRedComDialog, PrevHdl)); in ScRedComDialog()
52 pDlg->SetNextHdl(LINK( this, ScRedComDialog, NextHdl)); in ScRedComDialog()
60 delete pDlg; in ~ScRedComDialog()
112 pDlg->SetText(aTitle); in ReInit()
117 pDlg->EnableTravel(bNext,bPrev); in ReInit()
126 pDlg->ShowLastAuthor(aAuthor, aDate); in ReInit()
127 pDlg->SetNote(aComment); in ReInit()
133 short nRet=pDlg->Execute(); in Execute()
137 if ( pDocShell!=NULL && pDlg->GetNote() != aComment ) in Execute()
138 pDocShell->SetChangeComment( pChangeAction, pDlg->GetNote()); in Execute()