/trunk/main/svx/source/form/ |
H A D | fmvwimp.cxx | 518 if ( m_pView && m_pView->GetFormShell() && m_pView->GetFormShell()->GetImpl() ) in formActivated() 519 m_pView->GetFormShell()->GetImpl()->formActivated( rEvent ); in formActivated() 525 if ( m_pView && m_pView->GetFormShell() && m_pView->GetFormShell()->GetImpl() ) in formDeactivated() 526 m_pView->GetFormShell()->GetImpl()->formDeactivated( rEvent ); in formDeactivated() 775 FmXFormShell* pShImpl = m_pView->GetFormShell() ? m_pView->GetFormShell()->GetImpl() : NULL; in Deactivate() 781 FmFormShell* FmXFormView::GetFormShell() const in GetFormShell() function in FmXFormView 783 return m_pView ? m_pView->GetFormShell() : NULL; in GetFormShell() 1721 FmFormModel* pModel = GetFormShell() ? GetFormShell()->GetFormModel() : NULL; in startMarkListWatching() 1798 FmFormPage* pPage = GetFormShell() ? GetFormShell()->GetCurPage() : NULL; in restoreMarkList() 1911 if ( GetFormShell() && GetFormShell()->GetImpl() ) in impl_getDocumentType() [all …]
|
H A D | navigatortree.cxx | 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() 1513 if (!GetNavModel()->GetFormShell()) in NewControl() 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 …]
|
/trunk/main/sw/source/ui/web/ |
H A D | wview.cxx | 180 if( !GetFormShell() ) in SelectShell() 184 rDispatcher.Push( *GetFormShell() ); in SelectShell() 308 GetFormShell()->SetView( PTR_CAST( FmFormView, in SelectShell()
|
/trunk/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()
|
/trunk/main/sw/source/ui/inc/ |
H A D | view.hxx | 604 inline FmFormShell *GetFormShell() { return pFormShell; } in GetFormShell() function in SwView 605 inline const FmFormShell *GetFormShell() const { return pFormShell; } in GetFormShell() function in SwView
|
/trunk/main/sd/source/ui/inc/ |
H A D | FormShellManager.hxx | 75 FmFormShell* GetFormShell (void);
|
/trunk/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()
|
/trunk/main/svx/inc/svx/ |
H A D | fmview.hxx | 138 SVX_DLLPRIVATE FmFormShell* GetFormShell() const { return pFormShell; } in GetFormShell() function in FmFormView
|
/trunk/main/sd/source/ui/view/ |
H A D | FormShellManager.cxx | 146 FmFormShell* FormShellManager::GetFormShell (void) in GetFormShell() function in sd::FormShellManager
|
H A D | drviews5.cxx | 561 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in HidePage()
|
H A D | drviewsf.cxx | 230 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in GetCtrlState()
|
H A D | drviewsb.cxx | 889 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in ModifyLayer()
|
H A D | drviews3.cxx | 481 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in SO2_DECL_REF()
|
H A D | drviews1.cxx | 1282 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in IsSwitchPageAllowed()
|
H A D | viewshel.cxx | 1123 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in PrepareClose()
|
/trunk/main/sw/source/ui/shells/ |
H A D | txtcrsr.cxx | 256 const FmFormShell* pFormShell = pView ? pView->GetFormShell() : NULL; in ExecMoveMisc()
|
H A D | basesh.cxx | 1193 DBG_ASSERT( GetView().GetFormShell() != NULL, "form shell?" ); in Execute() 1196 GetView().GetFormShell()->Execute( aReq ); in Execute()
|
/trunk/main/sc/source/ui/inc/ |
H A D | tabvwsh.hxx | 389 FmFormShell* GetFormShell() const { return pFormShell; } in GetFormShell() function in ScTabViewShell
|
/trunk/main/svx/source/inc/ |
H A D | fmvwimp.hxx | 181 FmFormShell* GetFormShell() const;
|
H A D | fmexpl.hxx | 400 FmFormShell* GetFormShell() const { return m_pFormShell; } in GetFormShell() function in svxform::NavigatorTreeModel
|
/trunk/main/sw/source/ui/uiview/ |
H A D | view.cxx | 1696 if ( GetFormShell() ) in Notify() 1698 GetFormShell()->SetView( in Notify()
|
/trunk/main/sc/source/ui/view/ |
H A D | tabview5.cxx | 242 FmFormShell* pFormSh = aViewData.GetViewShell()->GetFormShell(); in MakeDrawView()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 333 _rpFormShell = _pViewShell->GetFormShell(); in lcl_prepareFormShellCall() 360 FmFormShell* pFormShell( pViewShell ? pViewShell->GetFormShell() : NULL ); in isFormDesignMode()
|
/trunk/main/sw/source/ui/app/ |
H A D | docsh2.cxx | 1511 FmFormShell* pFormShell = pCurrView->GetFormShell(); in Execute()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh4.cxx | 923 FmFormShell* pFSh = pSh->GetFormShell(); in Execute()
|