Searched refs:SfxViewFactory (Results 1 – 18 of 18) sorted by relevance
/aoo41x/main/sfx2/source/view/ |
H A D | viewfac.cxx | 34 DBG_NAME(SfxViewFactory) in DBG_NAME() argument 36 SfxViewShell *SfxViewFactory::CreateInstance(SfxViewFrame *pFrame, SfxViewShell *pOldSh ) in DBG_NAME() 38 DBG_CHKTHIS(SfxViewFactory, 0); in DBG_NAME() 42 void SfxViewFactory::InitFactory() in InitFactory() 44 DBG_CHKTHIS(SfxViewFactory, 0); in InitFactory() 48 String SfxViewFactory::GetLegacyViewName() const in GetLegacyViewName() 56 String SfxViewFactory::GetAPIViewName() const in GetAPIViewName() 69 SfxViewFactory::SfxViewFactory( SfxViewCtor fnC, SfxViewInit fnI, in SfxViewFactory() function in SfxViewFactory 76 DBG_CTOR(SfxViewFactory, 0); in SfxViewFactory() 79 SfxViewFactory::~SfxViewFactory() in ~SfxViewFactory() [all …]
|
H A D | frmload.cxx | 478 … SfxViewFactory* pViewFactory = i_rDocument.GetFactory().GetViewFactoryByViewName( sViewId ); in impl_determineEffectiveViewId_nothrow()
|
H A D | viewfrm.cxx | 2331 const SfxViewFactory* pViewFactory = rDocFactory.GetViewFactoryByViewName( sViewId ); in SaveCurrentViewData_Impl() 2685 SfxViewFactory &rViewFactory = in StateView_Impl()
|
H A D | sfxbasecontroller.cxx | 1450 … const SfxViewFactory* pViewFactory = rDocFactory.GetViewFactoryByViewName( sViewId ); in ConnectSfxFrame_Impl()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | docfac.hxx | 42 class SfxViewFactory; 89 void RegisterViewFactory(SfxViewFactory &rFactory); 91 SfxViewFactory& GetViewFactory(sal_uInt16 i = 0) const; 94 SfxViewFactory* GetViewFactoryByViewName( const String& i_rViewName ) const;
|
H A D | viewfac.hxx | 39 class SFX2_DLLPUBLIC SfxViewFactory class 42 SfxViewFactory( SfxViewCtor fnC, SfxViewInit fnI, 44 ~SfxViewFactory();
|
H A D | viewsh.hxx | 115 static SfxViewFactory *pFactory; \ 119 static SfxViewFactory&Factory() { return *pFactory; } \ 123 SfxViewFactory* Class::pFactory; \ 128 pFactory = new SfxViewFactory(&CreateInstance,&InitFactory,nPrio,AsciiViewName);\
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docfac.cxx | 66 DECL_PTRARRAY( SfxViewFactoryArr_Impl, SfxViewFactory*, 2, 2 ) 155 SfxViewFactory &rFactory in RegisterViewFactory() 191 SfxViewFactory& SfxObjectFactory::GetViewFactory(sal_uInt16 i) const in GetViewFactory() 473 SfxViewFactory* SfxObjectFactory::GetViewFactoryByViewName( const String& i_rViewName ) const in GetViewFactoryByViewName() 480 SfxViewFactory& rViewFac( GetViewFactory( nViewNo ) ); in GetViewFactoryByViewName()
|
H A D | sfxbasemodel.cxx | 4109 …SfxViewFactory* pViewFactory = GetObjectShell()->GetFactory().GetViewFactoryByViewName( i_rViewNam… in createViewController()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | OutlineViewShellBase.cxx | 42 SfxViewFactory* OutlineViewShellBase::pFactory; 52 pFactory = new SfxViewFactory( in RegisterFactory()
|
H A D | SlideSorterViewShellBase.cxx | 42 SfxViewFactory* SlideSorterViewShellBase::pFactory; 56 pFactory = new SfxViewFactory( in RegisterFactory()
|
H A D | GraphicViewShellBase.cxx | 44 SfxViewFactory* GraphicViewShellBase::pFactory; 54 pFactory = new SfxViewFactory( in RegisterFactory()
|
H A D | ImpressViewShellBase.cxx | 44 SfxViewFactory* ImpressViewShellBase::pFactory; 54 pFactory = new SfxViewFactory( in RegisterFactory()
|
H A D | PresentationViewShellBase.cxx | 51 SfxViewFactory* PresentationViewShellBase::pFactory; 62 pFactory = new SfxViewFactory( in RegisterFactory()
|
H A D | ViewShellBase.cxx | 239 SfxViewFactory* ViewShellBase::pFactory; 249 pFactory = new SfxViewFactory( in RegisterFactory()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | excelvbahelper.cxx | 76 SfxViewFactory &rViewFactory = in isInPrintPreview()
|
H A D | vbahelper.cxx | 98 SfxViewFactory &rViewFactory = in isInPrintPreview()
|
/aoo41x/main/vbahelper/source/vbahelper/ |
H A D | vbahelper.cxx | 112 SfxViewFactory &rViewFactory = in isInPrintPreview()
|
Completed in 99 milliseconds