Home
last modified time | relevance | path

Searched refs:rVw (Results 1 – 13 of 13) sorted by path

/trunk/main/sw/inc/
H A Dswabstdlg.hxx360 …virtual VclAbstractDialog * CreateSwChangeDBDlg( SwView& rVw, int nResId ) = 0; //add for SwChange…
383 SwView& rVw,
408 …virtual SfxAbstractDialog* CreateSwFldEditDlg ( SwView& rVw, int nResId ) = 0; //add for SwFldEdi…
/trunk/main/sw/source/ui/chrdlg/
H A Dchardlg.cxx97 SwCharDlg::SwCharDlg(Window* pParent, SwView& rVw, const SfxItemSet& rCoreSet, in SwCharDlg() argument
100 rView(rVw), in SwCharDlg()
H A Dpardlg.cxx67 SwView& rVw, in SwParaDlg() argument
77 rView(rVw), in SwParaDlg()
84 nHtmlMode = ::GetHtmlMode(rVw.GetDocShell()); in SwParaDlg()
/trunk/main/sw/source/ui/dialog/
H A Dswdlgfact.cxx789 VclAbstractDialog * SwAbstractDialogFactory_Impl::CreateSwChangeDBDlg( SwView& rVw, int nResId ) in CreateSwChangeDBDlg() argument
795 pDlg = new SwChangeDBDlg( rVw ); in CreateSwChangeDBDlg()
989 SfxAbstractTabDialog* SwAbstractDialogFactory_Impl::CreateSwParaDlg ( Window *pParent, SwView& rVw, in CreateSwParaDlg() argument
1001 pDlg = new SwParaDlg( pParent, rVw, rCoreSet,nDialogMode, pCollName, bDraw, nDefPage ); in CreateSwParaDlg()
1193 SfxAbstractDialog* SwAbstractDialogFactory_Impl::CreateSwFldEditDlg ( SwView& rVw, int nResId ) in CreateSwFldEditDlg() argument
1199 pDlg = new SwFldEditDlg( rVw ); in CreateSwFldEditDlg()
H A Dswdlgfact.hxx442 …virtual VclAbstractDialog * CreateSwChangeDBDlg( SwView& rVw, int nResId ); //add for SwChangeDBD…
462 SwView& rVw,
485 virtual SfxAbstractDialog* CreateSwFldEditDlg ( SwView& rVw, int nResId ); //add for SwFldEditDlg
/trunk/main/sw/source/ui/fldui/
H A Dchangedb.cxx82 SwChangeDBDlg::SwChangeDBDlg(SwView& rVw) : in SwChangeDBDlg() argument
83 SvxStandardDialog(&rVw.GetViewFrame()->GetWindow(), SW_RES(DLG_CHANGE_DB)), in SwChangeDBDlg()
102 pSh(rVw.GetWrtShellPtr()), in SwChangeDBDlg()
H A Dfldedt.cxx70 SwFldEditDlg::SwFldEditDlg(SwView& rVw) : in SwFldEditDlg() argument
71 SfxSingleTabDialog(&rVw.GetViewFrame()->GetWindow(), 0, 0), in SwFldEditDlg()
72 pSh (rVw.GetWrtShellPtr()), in SwFldEditDlg()
/trunk/main/sw/source/ui/inc/
H A Dchangedb.hxx86 SwChangeDBDlg(SwView& rVw);
H A Dfldedt.hxx50 SwFldEditDlg(SwView& rVw);
H A Dswuipardlg.hxx38 SwView& rVw,
/trunk/main/sw/source/ui/shells/
H A Dbasesh.cxx2007 SwBaseShell::SwBaseShell(SwView& rVw) : in SwBaseShell() argument
2008 SfxShell( &rVw ), in SwBaseShell()
2009 rView(rVw), in SwBaseShell()
/trunk/main/sw/source/ui/uno/
H A Dunodispatch.cxx53 SwXDispatchProviderInterceptor::SwXDispatchProviderInterceptor(SwView& rVw) : in SwXDispatchProviderInterceptor() argument
54 m_pView(&rVw) in SwXDispatchProviderInterceptor()
218 SwXDispatch::SwXDispatch(SwView& rVw) : in SwXDispatch() argument
219 m_pView(&rVw), in SwXDispatch()
/trunk/main/sw/source/ui/web/
H A Dwformsh.cxx58 SwWebDrawFormShell::SwWebDrawFormShell(SwView& rVw) : in TYPEINIT1()
59 SwDrawFormShell(rVw) in TYPEINIT1()

Completed in 76 milliseconds