Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/dbui/
H A Dmmlayoutpage.cxx111 m_pExampleWrtShell(0), in SwMailMergeLayoutPage()
210 if(m_pExampleWrtShell) // initially there's nothing to check in ActivatePage()
217 m_pExampleWrtShell->DelFullPara(); in ActivatePage()
222 InsertGreeting(*m_pExampleWrtShell, m_pWizard->GetConfigItem(), true); in ActivatePage()
231 m_pExampleWrtShell->Push(); in ActivatePage()
232 m_pExampleWrtShell->GotoFly( m_pAddressBlockFormat->GetName() ); in ActivatePage()
233 m_pExampleWrtShell->DelRight(); in ActivatePage()
235 m_pExampleWrtShell->Pop(sal_False); in ActivatePage()
242 *m_pExampleWrtShell, m_pWizard->GetConfigItem(), in ActivatePage()
703 m_pExampleWrtShell = pDocShell->GetWrtShell(); in IMPL_LINK()
[all …]
H A Dmmlayoutpage.hxx71 SwWrtShell* m_pExampleWrtShell; member in SwMailMergeLayoutPage