/aoo4110/main/svx/source/form/ |
H A D | fmshell.cxx | 121 #define FmFormShell macro 248 TYPEINIT1(FmFormShell,SfxShell) in TYPEINIT1() argument 251 FmFormShell::FmFormShell( SfxViewShell* _pParent, FmFormView* pView ) in TYPEINIT1() 269 FmFormShell::~FmFormShell() in ~FmFormShell() 414 void FmFormShell::Execute(SfxRequest &rReq) in Execute() 1231 FmFormPage* FmFormShell::GetCurPage() const in GetCurPage() 1289 void FmFormShell::SetY2KState(sal_uInt16 n) in SetY2KState() 1295 void FmFormShell::Activate(sal_Bool bMDI) in Activate() 1304 void FmFormShell::Deactivate(sal_Bool bMDI) in Deactivate() 1325 bool FmFormShell::IsActiveControl() const in IsActiveControl() [all …]
|
H A D | navigatortree.cxx | 254 void NavigatorTree::UpdateContent( FmFormShell* pFormShell ) in UpdateContent() 263 FmFormShell* pOldShell = GetNavModel()->GetFormShell(); in UpdateContent() 430 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in Command() 1080 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in implExecuteDataTransfer() 1152 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in implExecuteDataTransfer() 1490 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in NewForm() 1717 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in ShowSelectionProperties() 1811 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in DeleteSelection() 2076 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in SynchronizeSelection() 2090 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in SynchronizeMarkList() [all …]
|
H A D | fmPropBrw.cxx | 544 void FmPropBrw::impl_createPropertyBrowser_throw( FmFormShell* _pFormShell ) in impl_createPropertyBrowser_throw() 630 void FmPropBrw::impl_ensurePropertyBrowser_nothrow( FmFormShell* _pFormShell ) in impl_ensurePropertyBrowser_nothrow() 673 FmFormShell* pShell = PTR_CAST(FmFormShell,((SfxObjectItem*)pState)->GetShell()); in StateChanged()
|
H A D | tabwin.cxx | 329 FmFormShell* pShell = PTR_CAST(FmFormShell,((SfxObjectItem*)pState)->GetShell()); in StateChanged() 337 void FmFieldWin::UpdateContent(FmFormShell* pShell) in UpdateContent()
|
H A D | fmexpl.cxx | 607 void NavigatorFrame::UpdateContent( FmFormShell* pFormShell ) in UpdateContent() 620 FmFormShell* pShell = PTR_CAST( FmFormShell,((SfxObjectItem*)pState)->GetShell() ); in StateChanged()
|
H A D | fmobjfac.cxx | 107 FmFormShell::RegisterInterface(0); in FmFormObjFactory()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | FormShellManager.cxx | 47 virtual FmFormShell* CreateShell (ShellId nId, ::Window* pParentWindow, FrameView* pFrameView); 101 void FormShellManager::SetFormShell (FmFormShell* pFormShell) in SetFormShell() 146 FmFormShell* FormShellManager::GetFormShell (void) in GetFormShell() 225 IMPL_LINK(FormShellManager, FormControlActivated, FmFormShell*, EMPTYARG) in IMPL_LINK() argument 358 FmFormShell* FormShellManagerFactory::CreateShell ( in CreateShell() 363 FmFormShell* pShell = NULL; in CreateShell() 368 pShell = new FmFormShell(&mrViewShell.GetViewShellBase(), pView); in CreateShell()
|
H A D | ViewShellManager.cxx | 131 void SetFormShell (const ViewShell* pViewShell, FmFormShell* pFormShell, bool bAbove); 326 FmFormShell* pFormShell, in SetFormShell() 1406 FmFormShell* pFormShell, in SetFormShell()
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | FormShellManager.hxx | 33 class FmFormShell; 68 void SetFormShell (FmFormShell* pFormShell); 75 FmFormShell* GetFormShell (void); 84 FmFormShell* mpFormShell; 127 DECL_LINK(FormControlActivated, FmFormShell*);
|
H A D | ViewShellManager.hxx | 33 class FmFormShell; 121 void SetFormShell (const ViewShell* pParentShell, FmFormShell* pFormShell, bool bAbove);
|
/aoo4110/main/svx/inc/svx/ |
H A D | fmview.hxx | 39 class FmFormShell; 58 FmFormShell* pFormShell; 138 SVX_DLLPRIVATE FmFormShell* GetFormShell() const { return pFormShell; } in GetFormShell() 140 struct FormShellAccess { friend class FmFormShell; private: FormShellAccess() { } }; in FormShellAccess() 141 void SetFormShell( FmFormShell* pShell, FormShellAccess ) { pFormShell = pShell; } in SetFormShell()
|
H A D | fmshell.hxx | 78 class SVX_DLLPUBLIC FmFormShell : public SfxShell class 103 FormShellWaitObject(const FmFormShell* _pShell); 114 FmFormShell(SfxViewShell* pParent, FmFormView* pView = NULL); 115 virtual ~FmFormShell();
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | view.hxx | 76 class FmFormShell; 216 FmFormShell *pFormShell; // DB-FormShell 389 void SetFormShell( FmFormShell* pSh ) { pFormShell = pSh; } in SetFormShell() 588 DECL_LINK( FormControlActivated, FmFormShell* ); 604 inline FmFormShell *GetFormShell() { return pFormShell; } in GetFormShell() 605 inline const FmFormShell *GetFormShell() const { return pFormShell; } in GetFormShell()
|
/aoo4110/main/svx/source/inc/ |
H A D | fmexpl.hxx | 60 class FmFormShell; 354 FmFormShell* m_pFormShell; 387 void UpdateContent( FmFormShell* pNewShell ); 400 FmFormShell* GetFormShell() const { return m_pFormShell; } in GetFormShell() 521 void UpdateContent( FmFormShell* pFormShell ); 589 void UpdateContent( FmFormShell* pFormShell );
|
H A D | fmPropBrw.hxx | 49 class FmFormShell; 107 void impl_ensurePropertyBrowser_nothrow( FmFormShell* _pFormShell ); 118 void impl_createPropertyBrowser_throw( FmFormShell* _pFormShell );
|
H A D | tabwin.hxx | 65 class FmFormShell; 104 void UpdateContent(FmFormShell*);
|
H A D | fmvwimp.hxx | 60 class FmFormShell; 149 friend class FmFormShell; 181 FmFormShell* GetFormShell() const;
|
H A D | fmshimp.hxx | 160 class FmFormShell; 204 FmFormShell* m_pShell; 271 FmXFormShell(FmFormShell& _rShell, SfxViewFrame* _pViewFrame);
|
H A D | filtnav.hxx | 50 class FmFormShell; 345 void UpdateContent( FmFormShell* pFormShell );
|
H A D | datanavi.hxx | 56 class FmFormShell; 297 void Update( FmFormShell* pFormShell );
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | tabvwsh.hxx | 38 class FmFormShell; 124 FmFormShell* pFormShell; 196 DECL_LINK( FormControlActivated, FmFormShell* ); 388 FmFormShell* GetFormShell() const { return pFormShell; } in GetFormShell()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | view.cxx | 198 FmFormShell* pAsFormShell = PTR_CAST( FmFormShell, pTopShell ); in GotFocus() 229 IMPL_LINK( SwView, FormControlActivated, FmFormShell*, EMPTYARG ) in IMPL_LINK() argument 235 const FmFormShell* pAsFormShell = PTR_CAST( FmFormShell, pTopShell ); in IMPL_LINK() 312 else if ( pSfxShell->ISA( FmFormShell ) ) in SelectShell() 325 pFormShell = new FmFormShell( this ); in SelectShell()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | DrawController.cxx | 837 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in getFormController() 854 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in isFormDesignMode() 865 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in setFormDesignMode() 874 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in getControl()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 322 …bool lcl_prepareFormShellCall( ScTabViewShell* _pViewShell, sal_uInt16 _nPane, FmFormShell*& _rpFo… in lcl_prepareFormShellCall() 347 FmFormShell* pFormShell( NULL ); in getFormController() 360 FmFormShell* pFormShell( pViewShell ? pViewShell->GetFormShell() : NULL ); in isFormDesignMode() 373 FmFormShell* pFormShell( NULL ); in setFormDesignMode() 390 FmFormShell* pFormShell( NULL ); in getControl()
|
/aoo4110/main/sw/source/ui/uno/ |
H A D | unotxvw.cxx | 673 FmFormShell* pFormShell = pView2 ? pView2->GetFormShell() : NULL; in GetControl() 704 FmFormShell* pFormShell = pView2 ? pView2->GetFormShell() : NULL; in getFormController() 722 FmFormShell* pFormShell = pView2 ? pView2->GetFormShell() : NULL; in isFormDesignMode() 733 FmFormShell* pFormShell = pView2 ? pView2->GetFormShell() : NULL; in setFormDesignMode()
|