Lines Matching refs:pProgress
169 pProgress = 0; in EditorWindow()
590 …pProgress = new ProgressInfo( IDE_DLL()->GetShell()->GetViewFrame()->GetObjectShell(), String( IDE… in CreateEditEngine()
617 DELETEZ( pProgress ); in CreateEditEngine()
835 if ( pProgress ) in DoSyntaxHighlight()
836 pProgress->StepProgress(); in DoSyntaxHighlight()
845 if ( pProgress ) in DoDelayedSyntaxHighlight()
846 pProgress->StepProgress(); in DoDelayedSyntaxHighlight()
897 if ( pProgress ) in ParagraphInsertedDeleted()
898 pProgress->StepProgress(); in ParagraphInsertedDeleted()
932 DBG_ASSERT( !pProgress, "ProgressInfo existiert schon" ); in CreateProgress()
933 …pProgress = new ProgressInfo( IDE_DLL()->GetShell()->GetViewFrame()->GetObjectShell(), rText, nRan… in CreateProgress()
938 DELETEZ( pProgress ); in DestroyProgress()