Searched refs:m_pAbstractSpellDialog (Results 1 – 2 of 2) sorted by relevance
44 m_pAbstractSpellDialog = pFact->CreateSvxSpellDialog(_pParent, in SpellDialogChildWindow()47 pWindow = m_pAbstractSpellDialog->GetWindow(); in SpellDialogChildWindow()62 OSL_ASSERT (m_pAbstractSpellDialog != NULL); in GetBindings()63 return m_pAbstractSpellDialog->GetBindings(); in GetBindings()70 OSL_ASSERT (m_pAbstractSpellDialog != NULL); in InvalidateSpellDialog()71 if(m_pAbstractSpellDialog) in InvalidateSpellDialog()72 m_pAbstractSpellDialog->Invalidate(); in InvalidateSpellDialog()
53 AbstractSpellDialog* m_pAbstractSpellDialog; member in svx::SpellDialogChildWindow