Lines Matching refs:mpSdOutliner
54 mpSdOutliner (NULL), in SpellDialogChildWindow()
65 if (mpSdOutliner != NULL) in ~SpellDialogChildWindow()
66 mpSdOutliner->EndSpelling(); in ~SpellDialogChildWindow()
69 delete mpSdOutliner; in ~SpellDialogChildWindow()
99 if (mpSdOutliner != NULL) in GetNextWrongSentence()
102 aResult = mpSdOutliner->GetNextSpellSentence(); in GetNextWrongSentence()
126 if (mpSdOutliner != NULL) in ApplyChangedSentence()
128 OutlinerView* pOutlinerView = mpSdOutliner->GetView(0); in ApplyChangedSentence()
130 mpSdOutliner->ApplyChangedSentence ( in ApplyChangedSentence()
167 if (mpSdOutliner != NULL) in ProvideOutliner()
171 mpSdOutliner->EndSpelling(); in ProvideOutliner()
173 delete mpSdOutliner; in ProvideOutliner()
174 mpSdOutliner = NULL; in ProvideOutliner()
178 if (mpSdOutliner == NULL) in ProvideOutliner()
185 mpSdOutliner = new Outliner ( in ProvideOutliner()
194 mpSdOutliner = pViewShell->GetDoc()->GetOutliner(); in ProvideOutliner()
198 if (mpSdOutliner != NULL) in ProvideOutliner()
200 mpSdOutliner->PrepareSpelling(); in ProvideOutliner()
201 mpSdOutliner->StartSpelling(); in ProvideOutliner()