Searched refs:pOldView (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sfx2/inc/sfx2/ |
H A D | viewsh.hxx | 118 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 D | OutlineViewShellBase.cxx | 44 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance() argument 46 OutlineViewShellBase* pBase = new OutlineViewShellBase(pFrame, pOldView); in CreateInstance()
|
H A D | SlideSorterViewShellBase.cxx | 44 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance() argument 46 SlideSorterViewShellBase* pBase = new SlideSorterViewShellBase(pFrame, pOldView); in CreateInstance()
|
H A D | GraphicViewShellBase.cxx | 46 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance() argument 48 GraphicViewShellBase* pBase = new GraphicViewShellBase(pFrame, pOldView); in CreateInstance()
|
H A D | ImpressViewShellBase.cxx | 46 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance() argument 48 ImpressViewShellBase* pBase = new ImpressViewShellBase(pFrame, pOldView); in CreateInstance()
|
H A D | PresentationViewShellBase.cxx | 53 SfxViewFrame *_pFrame, SfxViewShell *pOldView) in CreateInstance() argument 56 new PresentationViewShellBase(_pFrame, pOldView); in CreateInstance()
|
H A D | ViewShellBase.cxx | 241 SfxViewFrame *pFrame, SfxViewShell *pOldView) in CreateInstance() argument 243 ViewShellBase* pBase = new ViewShellBase(pFrame, pOldView); in CreateInstance()
|
Completed in 33 milliseconds