Home
last modified time | relevance | path

Searched refs:pOldView (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sfx2/inc/sfx2/
H A Dviewsh.hxx118 static SfxViewShell *CreateInstance(SfxViewFrame *pFrame, SfxViewShell *pOldView); \
125 SfxViewShell* __EXPORT Class::CreateInstance(SfxViewFrame *pFrame, SfxViewShell *pOldView) \
126 { return new Class(pFrame, pOldView); } \
/trunk/main/sd/source/ui/view/
H A DOutlineViewShellBase.cxx44 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance() argument
46 OutlineViewShellBase* pBase = new OutlineViewShellBase(pFrame, pOldView); in CreateInstance()
H A DSlideSorterViewShellBase.cxx44 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance() argument
46 SlideSorterViewShellBase* pBase = new SlideSorterViewShellBase(pFrame, pOldView); in CreateInstance()
H A DGraphicViewShellBase.cxx46 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance() argument
48 GraphicViewShellBase* pBase = new GraphicViewShellBase(pFrame, pOldView); in CreateInstance()
H A DImpressViewShellBase.cxx46 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance() argument
48 ImpressViewShellBase* pBase = new ImpressViewShellBase(pFrame, pOldView); in CreateInstance()
H A DPresentationViewShellBase.cxx53 SfxViewFrame *_pFrame, SfxViewShell *pOldView) in CreateInstance() argument
56 new PresentationViewShellBase(_pFrame, pOldView); in CreateInstance()
H A DViewShellBase.cxx241 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance() argument
243 ViewShellBase* pBase = new ViewShellBase(pFrame, pOldView); in CreateInstance()

Completed in 54 milliseconds