Searched refs:rVw (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/sw/source/ui/uno/ |
H A D | unodispatch.cxx | 53 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()
|
/aoo41x/main/sw/source/ui/chrdlg/ |
H A D | pardlg.cxx | 67 SwView& rVw, in SwParaDlg() argument 77 rView(rVw), in SwParaDlg() 84 nHtmlMode = ::GetHtmlMode(rVw.GetDocShell()); in SwParaDlg()
|
H A D | chardlg.cxx | 97 SwCharDlg::SwCharDlg(Window* pParent, SwView& rVw, const SfxItemSet& rCoreSet, in SwCharDlg() argument 100 rView(rVw), in SwCharDlg()
|
/aoo41x/main/sw/source/ui/dialog/ |
H A D | swdlgfact.cxx | 789 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 D | swdlgfact.hxx | 442 …virtual VclAbstractDialog * CreateSwChangeDBDlg( SwView& rVw, int nResId ); //add for SwChangeDBD… 462 SwView& rVw, 485 virtual SfxAbstractDialog* CreateSwFldEditDlg ( SwView& rVw, int nResId ); //add for SwFldEditDlg
|
/aoo41x/main/sw/source/ui/web/ |
H A D | wformsh.cxx | 58 SwWebDrawFormShell::SwWebDrawFormShell(SwView& rVw) : in TYPEINIT1() 59 SwDrawFormShell(rVw) in TYPEINIT1()
|
/aoo41x/main/sw/source/ui/fldui/ |
H A D | fldedt.cxx | 70 SwFldEditDlg::SwFldEditDlg(SwView& rVw) : in SwFldEditDlg() argument 71 SfxSingleTabDialog(&rVw.GetViewFrame()->GetWindow(), 0, 0), in SwFldEditDlg() 72 pSh (rVw.GetWrtShellPtr()), in SwFldEditDlg()
|
H A D | changedb.cxx | 82 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()
|
/aoo41x/main/sw/inc/ |
H A D | swabstdlg.hxx | 360 …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…
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | swuipardlg.hxx | 38 SwView& rVw,
|
H A D | fldedt.hxx | 50 SwFldEditDlg(SwView& rVw);
|
H A D | changedb.hxx | 86 SwChangeDBDlg(SwView& rVw);
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | basesh.cxx | 2009 SwBaseShell::SwBaseShell(SwView& rVw) : in SwBaseShell() argument 2010 SfxShell( &rVw ), in SwBaseShell() 2011 rView(rVw), in SwBaseShell()
|
Completed in 63 milliseconds