Home
last modified time | relevance | path

Searched refs:FmXFormShell (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svx/source/form/
H A Dfmshimp.cxx647 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 Dfmvwimp.cxx738 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 Dfmview.cxx349 FmXFormShell* pFormShellImpl = pFormShell->GetImpl(); in ShowSdrPage()
H A Dfmshell.cxx253 ,m_pImpl(new FmXFormShell(*this, _pParent->GetViewFrame())) in TYPEINIT1()
H A Dnavigatortree.cxx484 … aContextMenu.SetPopupMenu( SID_FM_CHANGECONTROLTYPE, FmXFormShell::GetConversionMenu() ); in Command()
/trunk/main/svx/inc/svx/
H A Dfmshell.hxx46 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 Dfmshimp.hxx162 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 Dfmvwimp.hxx150 friend class FmXFormShell;