Home
last modified time | relevance | path

Searched refs:GetFormShell (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/svx/source/form/
H A Dfmvwimp.cxx518 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 Dnavigatortree.cxx263 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 Dwview.cxx180 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 DDrawController.cxx837 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 Dview.hxx604 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 DFormShellManager.hxx75 FmFormShell* GetFormShell (void);
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx673 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 Dfmview.hxx138 SVX_DLLPRIVATE FmFormShell* GetFormShell() const { return pFormShell; } in GetFormShell() function in FmFormView
/trunk/main/sd/source/ui/view/
H A DFormShellManager.cxx146 FmFormShell* FormShellManager::GetFormShell (void) in GetFormShell() function in sd::FormShellManager
H A Ddrviews5.cxx561 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in HidePage()
H A Ddrviewsf.cxx230 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in GetCtrlState()
H A Ddrviewsb.cxx889 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in ModifyLayer()
H A Ddrviews3.cxx481 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in SO2_DECL_REF()
H A Ddrviews1.cxx1282 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in IsSwitchPageAllowed()
H A Dviewshel.cxx1123 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in PrepareClose()
/trunk/main/sw/source/ui/shells/
H A Dtxtcrsr.cxx256 const FmFormShell* pFormShell = pView ? pView->GetFormShell() : NULL; in ExecMoveMisc()
H A Dbasesh.cxx1193 DBG_ASSERT( GetView().GetFormShell() != NULL, "form shell?" ); in Execute()
1196 GetView().GetFormShell()->Execute( aReq ); in Execute()
/trunk/main/sc/source/ui/inc/
H A Dtabvwsh.hxx389 FmFormShell* GetFormShell() const { return pFormShell; } in GetFormShell() function in ScTabViewShell
/trunk/main/svx/source/inc/
H A Dfmvwimp.hxx181 FmFormShell* GetFormShell() const;
H A Dfmexpl.hxx400 FmFormShell* GetFormShell() const { return m_pFormShell; } in GetFormShell() function in svxform::NavigatorTreeModel
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx1696 if ( GetFormShell() ) in Notify()
1698 GetFormShell()->SetView( in Notify()
/trunk/main/sc/source/ui/view/
H A Dtabview5.cxx242 FmFormShell* pFormSh = aViewData.GetViewShell()->GetFormShell(); in MakeDrawView()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx333 _rpFormShell = _pViewShell->GetFormShell(); in lcl_prepareFormShellCall()
360 FmFormShell* pFormShell( pViewShell ? pViewShell->GetFormShell() : NULL ); in isFormDesignMode()
/trunk/main/sw/source/ui/app/
H A Ddocsh2.cxx1511 FmFormShell* pFormShell = pCurrView->GetFormShell(); in Execute()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx923 FmFormShell* pFSh = pSh->GetFormShell(); in Execute()

Completed in 215 milliseconds

12