Home
last modified time | relevance | path

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

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Dfmvwimp.cxx465 if ( m_pView && m_pView->GetFormShell() && m_pView->GetFormShell()->GetImpl() ) in formActivated()
466 m_pView->GetFormShell()->GetImpl()->formActivated( rEvent ); in formActivated()
472 if ( m_pView && m_pView->GetFormShell() && m_pView->GetFormShell()->GetImpl() ) in formDeactivated()
473 m_pView->GetFormShell()->GetImpl()->formDeactivated( rEvent ); in formDeactivated()
757 FmXFormShell* pShImpl = m_pView->GetFormShell() ? m_pView->GetFormShell()->GetImpl() : nullptr; in Deactivate()
763 FmFormShell* FmXFormView::GetFormShell() const in GetFormShell() function in FmXFormView
765 return m_pView ? m_pView->GetFormShell() : nullptr; in GetFormShell()
1739 FmFormModel* pModel = GetFormShell() ? GetFormShell()->GetFormModel() : nullptr; in startMarkListWatching()
1815 FmFormPage* pPage = GetFormShell() ? GetFormShell()->GetCurPage() : nullptr; in restoreMarkList()
1914 if ( GetFormShell() && GetFormShell()->GetImpl() ) in impl_getDocumentType()
[all …]
H A Dnavigatortree.cxx194 FmFormShell* pOldShell = GetNavModel()->GetFormShell(); in UpdateContent()
984 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in implExecuteDataTransfer()
1310 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in NewForm()
1330 if (!GetNavModel()->GetFormShell()) in NewControl()
1465 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in ShowSelectionProperties()
1567 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in DeleteSelection()
1826 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in SynchronizeSelection()
1839 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in SynchronizeMarkList()
1920 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in UnmarkAllViewObj()
1929 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in MarkViewObj()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Dfmvwimp.cxx473 if ( m_pView && m_pView->GetFormShell() && m_pView->GetFormShell()->GetImpl() ) in formActivated()
474 m_pView->GetFormShell()->GetImpl()->formActivated( rEvent ); in formActivated()
480 if ( m_pView && m_pView->GetFormShell() && m_pView->GetFormShell()->GetImpl() ) in formDeactivated()
481 m_pView->GetFormShell()->GetImpl()->formDeactivated( rEvent ); in formDeactivated()
770 FmXFormShell* pShImpl = m_pView->GetFormShell() ? m_pView->GetFormShell()->GetImpl() : nullptr; in Deactivate()
776 FmFormShell* FmXFormView::GetFormShell() const in GetFormShell() function in FmXFormView
778 return m_pView ? m_pView->GetFormShell() : nullptr; in GetFormShell()
1746 FmFormModel* pModel = GetFormShell() ? GetFormShell()->GetFormModel() : nullptr; in startMarkListWatching()
1822 FmFormPage* pPage = GetFormShell() ? GetFormShell()->GetCurPage() : nullptr; in restoreMarkList()
1921 if ( GetFormShell() && GetFormShell()->GetImpl() ) in impl_getDocumentType()
[all …]
H A Dnavigatortree.cxx194 FmFormShell* pOldShell = GetNavModel()->GetFormShell(); in UpdateContent()
1008 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in implExecuteDataTransfer()
1338 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in NewForm()
1360 if (!GetNavModel()->GetFormShell()) in NewControl()
1543 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in ShowSelectionProperties()
1642 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in DeleteSelection()
1908 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in SynchronizeSelection()
1921 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in SynchronizeMarkList()
2009 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in UnmarkAllViewObj()
2018 FmFormShell* pFormShell = GetNavModel()->GetFormShell(); in MarkViewObj()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/web/
H A Dwview.cxx149 if( !GetFormShell() ) in SelectShell()
153 rDispatcher.Push( *GetFormShell() ); in SelectShell()
276 GetFormShell()->SetView( dynamic_cast< FmFormView* >( in SelectShell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/web/
H A Dwview.cxx155 if( !GetFormShell() ) in SelectShell()
159 rDispatcher.Push( *GetFormShell() ); in SelectShell()
282 GetFormShell()->SetView( dynamic_cast< FmFormView* >( in SelectShell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A DFormShellManager.hxx75 FmFormShell* GetFormShell() { return mpFormShell; } in GetFormShell() function in sd::FormShellManager
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A DFormShellManager.hxx71 FmFormShell* GetFormShell() { return mpFormShell;} in GetFormShell() function in sd::FormShellManager
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/unoidl/
H A DDrawController.cxx662 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in getFormController()
679 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in isFormDesignMode()
690 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in setFormDesignMode()
699 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in getControl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/unoidl/
H A DDrawController.cxx666 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in getFormController()
683 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in isFormDesignMode()
694 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in setFormDesignMode()
703 FmFormShell* pFormShell = mpBase->GetFormShellManager()->GetFormShell(); in getControl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/sfx2/
H A Dviewsh.hxx218 virtual SfxShell* GetFormShell() { return nullptr; }; in GetFormShell() function in SfxViewShell
219 virtual const SfxShell* GetFormShell() const { return nullptr; }; in GetFormShell() function in SfxViewShell
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dtabvwsh.hxx334 virtual const FmFormShell* GetFormShell() const override { return pFormShell.get(); } in GetFormShell() function in ScTabViewShell
335 virtual FmFormShell* GetFormShell() override { return pFormShell.get(); } in GetFormShell() function in ScTabViewShell
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/sfx2/
H A Dviewsh.hxx234 virtual SfxShell* GetFormShell() { return nullptr; }; in GetFormShell() function in SfxViewShell
235 virtual const SfxShell* GetFormShell() const { return nullptr; }; in GetFormShell() function in SfxViewShell
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dtabvwsh.hxx336 virtual const FmFormShell* GetFormShell() const override { return pFormShell.get(); } in GetFormShell() function in ScTabViewShell
337 virtual FmFormShell* GetFormShell() override { return pFormShell.get(); } in GetFormShell() function in ScTabViewShell
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dfmview.hxx132 SVX_DLLPRIVATE FmFormShell* GetFormShell() const { return pFormShell; } in GetFormShell() function in FmFormView
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dfmview.hxx132 SVX_DLLPRIVATE FmFormShell* GetFormShell() const { return pFormShell; } in GetFormShell() function in FmFormView
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Ddrviewsb.cxx196 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in ModifyLayer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Ddrviewsb.cxx195 FmFormShell* pFormShell = GetViewShellBase().GetFormShellManager()->GetFormShell(); in ModifyLayer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dview.hxx578 virtual FmFormShell *GetFormShell() override { return m_pFormShell; } in GetFormShell() function in SwView
579 virtual const FmFormShell *GetFormShell() const override { return m_pFormShell; } in GetFormShell() function in SwView
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dview.hxx565 virtual FmFormShell *GetFormShell() override { return m_pFormShell; } in GetFormShell() function in SwView
566 virtual const FmFormShell *GetFormShell() const override { return m_pFormShell; } in GetFormShell() function in SwView
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/inc/
H A Dfmvwimp.hxx171 FmFormShell* GetFormShell() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/inc/
H A Dfmvwimp.hxx174 FmFormShell* GetFormShell() const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uno/
H A Dunotxvw.cxx450 FmFormShell* pFormShell = pView2 ? pView2->GetFormShell() : nullptr; in GetControl()
475 FmFormShell* pFormShell = pView2 ? pView2->GetFormShell() : nullptr; in getFormController()
490 FmFormShell* pFormShell = pView2 ? pView2->GetFormShell() : nullptr; in isFormDesignMode()
498 FmFormShell* pFormShell = pView2 ? pView2->GetFormShell() : nullptr; in setFormDesignMode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/shells/
H A Dtxtcrsr.cxx329 const FmFormShell* pFormShell = pView ? pView->GetFormShell() : nullptr; in ExecMoveMisc()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/shells/
H A Dtxtcrsr.cxx328 const FmFormShell* pFormShell = pView ? pView->GetFormShell() : nullptr; in ExecMoveMisc()

123