Home
last modified time | relevance | path

Searched refs:mpSdOutliner (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/sd/source/ui/dlg/
H A DSpellDialogChildWindow.cxx54 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()
[all …]
/AOO42X/main/sd/source/ui/inc/
H A DSpellDialogChildWindow.hxx74 Outliner* mpSdOutliner; member in sd::SpellDialogChildWindow