Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/dialog/
H A DSpellDialogChildWindow.cxx46 m_pAbstractSpellDialog = pFact->CreateSvxSpellDialog(_pParent, in SpellDialogChildWindow()
49 pWindow = m_pAbstractSpellDialog->GetWindow(); in SpellDialogChildWindow()
64 OSL_ASSERT (m_pAbstractSpellDialog != NULL); in GetBindings()
65 return m_pAbstractSpellDialog->GetBindings(); in GetBindings()
72 OSL_ASSERT (m_pAbstractSpellDialog != NULL); in InvalidateSpellDialog()
73 if(m_pAbstractSpellDialog) in InvalidateSpellDialog()
74 m_pAbstractSpellDialog->Invalidate(); in InvalidateSpellDialog()
/aoo41x/main/svx/inc/svx/
H A DSpellDialogChildWindow.hxx53 AbstractSpellDialog* m_pAbstractSpellDialog; member in svx::SpellDialogChildWindow

Completed in 8 milliseconds