Searched refs:FmXFormShell (Results 1 – 8 of 8) sorted by relevance
| /trunk/main/svx/source/form/ |
| H A D | fmshimp.cxx | 647 DBG_NAME(FmXFormShell); 649 FmXFormShell::FmXFormShell( FmFormShell& _rShell, SfxViewFrame* _pViewFrame ) in FmXFormShell() function in FmXFormShell 672 DBG_CTOR(FmXFormShell,NULL); in FmXFormShell() 674 m_aMarkTimer.SetTimeoutHdl(LINK(this,FmXFormShell,OnTimeOut)); in FmXFormShell() 694 FmXFormShell::~FmXFormShell() in ~FmXFormShell() 697 DBG_DTOR(FmXFormShell,NULL); in ~FmXFormShell() 701 Reference< XModel > FmXFormShell::getContextDocument() const in getContextDocument() 722 bool FmXFormShell::isEnhancedForm() const in isEnhancedForm() 728 bool FmXFormShell::impl_checkDisposed() const in impl_checkDisposed() 739 ::svxform::DocumentType FmXFormShell::getDocumentType() const in getDocumentType() [all …]
|
| H A D | fmvwimp.cxx | 738 FmXFormShell* pShImpl = m_pView->GetFormShell()->GetImpl(); 775 FmXFormShell* pShImpl = m_pView->GetFormShell() ? m_pView->GetFormShell()->GetImpl() : NULL; in Deactivate() 998 FmXFormShell* pShellImpl = pShell ? pShell->GetImpl() : NULL; in onCreatedFormObject()
|
| H A D | fmview.cxx | 349 FmXFormShell* pFormShellImpl = pFormShell->GetImpl(); in ShowSdrPage()
|
| H A D | fmshell.cxx | 253 ,m_pImpl(new FmXFormShell(*this, _pParent->GetViewFrame())) in TYPEINIT1()
|
| H A D | navigatortree.cxx | 484 … aContextMenu.SetPopupMenu( SID_FM_CHANGECONTROLTYPE, FmXFormShell::GetConversionMenu() ); in Command()
|
| /trunk/main/svx/inc/svx/ |
| H A D | fmshell.hxx | 46 class FmXFormShell; 81 friend class FmXFormShell; 83 FmXFormShell* m_pImpl; 132 FmXFormShell* GetImpl() const {return m_pImpl;}; in GetImpl()
|
| /trunk/main/svx/source/inc/ |
| H A D | fmshimp.hxx | 162 class SAL_DLLPRIVATE FmXFormShell :public FmXFormShell_BASE class 270 FmXFormShell(FmFormShell& _rShell, SfxViewFrame* _pViewFrame); 273 DECLARE_UNO3_DEFAULTS(FmXFormShell, FmXFormShell_BASE); 277 ~FmXFormShell(); 553 inline sal_Bool FmXFormShell::IsSelectionUpdatePending() in IsSelectionUpdatePending()
|
| H A D | fmvwimp.hxx | 150 friend class FmXFormShell;
|