Home
last modified time | relevance | path

Searched refs:SfxShell (Results 1 – 25 of 127) sorted by relevance

123456

/trunk/main/sfx2/source/control/
H A Dshell.cxx58 DBG_NAME(SfxShell)
62 TYPEINIT0(SfxShell);
125 void __EXPORT SfxShell::EmptyExecStub(SfxShell *, SfxRequest &) in EmptyExecStub() argument
129 void __EXPORT SfxShell::EmptyStateStub(SfxShell *, SfxItemSet &) in EmptyStateStub() argument
133 SfxShell::SfxShell() in SfxShell() function in SfxShell
146 DBG_CTOR(SfxShell, 0); in SfxShell()
159 SfxShell::SfxShell( SfxViewShell *pViewSh ) in SfxShell() function in SfxShell
172 DBG_CTOR(SfxShell, 0); in SfxShell()
184 SfxShell::~SfxShell() in ~SfxShell()
194 DBG_DTOR(SfxShell, 0); in ~SfxShell()
[all …]
H A Ddispatch.cxx97 SfxShell* pCluster;
1094 SfxShell *pShell = 0; in ExecuteFunction()
1151 SfxShell *pShell = 0; in ExecuteFunction()
1291 SfxShell *pShell = 0; in Execute()
1346 SfxShell *pShell = 0; in Execute()
1416 SfxShell *pShell = 0; in Execute()
1464 SfxShell *pShell = 0; in _Execute()
1527 SfxShell *pShell = 0; in Execute()
2640 SfxShell *pSh; in Popup()
2667 SfxShell *pSh; in ExecutePopup()
[all …]
/trunk/main/sd/source/ui/view/
H A DViewShellManager.cxx61 SfxShell* mpShell;
87 const SfxShell* mpShell;
120 const SfxShell* pViewShell,
123 const SfxShell* pViewShell,
210 SfxShell* mpFormShell;
214 SfxShell* mpTopShell;
242 SfxShell* pShell,
471 const SfxShell* pViewShell, in AddShellFactory()
835 SfxShell* pShell = NULL; in GetShell()
1215 SfxShell* pParentShell, in CreateSubShell()
[all …]
H A Dviewshel.cxx105 extern SfxShell* CreateTableObjectBar( ViewShell& rShell, ::sd::View* pView );
115 : public ::sd::ShellFactory<SfxShell>
120 virtual SfxShell* CreateShell (
124 virtual void ReleaseShell (SfxShell* pShell);
129 typedef ::std::map< ::sd::ShellId,SfxShell*> ShellCache;
167 TYPEINIT1(ViewShell, SfxShell);
171 : SfxShell(&rViewShellBase) in ViewShell()
444 SfxShell::Deactivate(bIsMDIActivate); in Deactivate()
1695 SfxShell* ViewShellObjectBarFactory::CreateShell ( in CreateShell()
1700 SfxShell* pShell = NULL; in CreateShell()
[all …]
H A DMediaObjectBar.cxx61 TYPEINIT1( MediaObjectBar, SfxShell );
65 SFX_IMPL_INTERFACE( MediaObjectBar, SfxShell, SdResId( STR_MEDIAOBJECTBARSHELL ) ) in SFX_IMPL_INTERFACE() argument
72 SfxShell( pSdViewShell->GetViewShell() ), in MediaObjectBar()
H A DGraphicObjectBar.cxx69 SFX_IMPL_INTERFACE( GraphicObjectBar, SfxShell, SdResId( STR_GRAFOBJECTBARSHELL ) ) in SFX_IMPL_INTERFACE() argument
75 TYPEINIT1( GraphicObjectBar, SfxShell );
82 : SfxShell (pSdViewShell->GetViewShell()), in GraphicObjectBar()
H A DFormShellManager.cxx43 : public ::sd::ShellFactory<SfxShell>
48 virtual void ReleaseShell (SfxShell* pShell);
378 void FormShellManagerFactory::ReleaseShell (SfxShell* pShell) in ReleaseShell()
H A Ddrbezob.cxx75 SFX_IMPL_INTERFACE(BezierObjectBar, ::SfxShell, SdResId(STR_BEZIEROBJECTBARSHELL)) in SFX_IMPL_INTERFACE() argument
79 TYPEINIT1(BezierObjectBar, ::SfxShell);
90 : SfxShell(pSdViewShell->GetViewShell()), in BezierObjectBar()
/trunk/main/sfx2/inc/sfx2/
H A Ddispatch.hxx39 class SfxShell;
136 void _Execute( SfxShell &rShell, const SfxSlot &rSlot,
188 sal_Bool IsActive( const SfxShell& rShell );
189 sal_Bool IsOnTop( const SfxShell& rShell );
190 sal_uInt16 GetShellLevel( const SfxShell &rShell );
193 void Push( SfxShell& rShell );
194 void Pop( SfxShell& rShell, sal_uInt16 nMode = 0 );
196 SfxShell* GetShell(sal_uInt16 nIdx) const;
246 SAL_DLLPRIVATE void RemoveShell_Impl( SfxShell& rShell );
291 inline void SfxDispatcher::Push( SfxShell& rShell ) in Push()
[all …]
H A Dshell.hxx56 class SfxShell;
139 typedef void (*SfxExecFunc)(SfxShell *, SfxRequest &rReq);
140 typedef void (*SfxStateFunc)(SfxShell *, SfxItemSet &rSet);
142 class SFX2_DLLPUBLIC SfxShell: public SfxBroadcaster class
168 SfxShell( const SfxShell & ); // n.i.
169 SfxShell& operator = ( const SfxShell & ); // n.i.
172 SfxShell();
173 SfxShell( SfxViewShell *pViewSh );
184 virtual ~SfxShell();
284 SfxItemPool& SfxShell::GetPool() const in GetPool()
[all …]
H A Dviewsh.hxx144 class SFX2_DLLPUBLIC SfxViewShell: public SfxShell, public SfxListener
156 SfxShell* pSubShell;
215 void SetSubShell( SfxShell *pShell );
216 SfxShell* GetSubShell() const { return pSubShell; } in GetSubShell()
217 void AddSubShell( SfxShell& rShell );
218 void RemoveSubShell( SfxShell *pShell=NULL );
219 SfxShell* GetSubShell( sal_uInt16 );
H A Dobjitem.hxx36 SfxShell* _pSh;
40 SfxObjectItem( sal_uInt16 nWhich=0, SfxShell *pSh=0 );
45 SfxShell* GetShell() const in GetShell()
H A Dmsg.hxx78 SfxShell *pShell, SfxRequest& rReq) \
85 SfxShell *pShell, SfxItemSet& rSet) \
93 #define SFX_STUB_PTR_EXEC_NONE &SfxShell::EmptyExecStub
95 #define SFX_STUB_PTR_STATE_NONE &SfxShell::EmptyStateStub
H A Dbindings.hxx109 friend class SfxShell;
150 void InvalidateShell( const SfxShell &rSh, sal_Bool bDeep = sal_False );
194 SAL_DLLPRIVATE void Execute_Impl( SfxRequest& rReq, const SfxSlot* pSlot, SfxShell* pShell );
/trunk/main/sd/source/ui/sidebar/
H A DSidebarShellManager.hxx32 class SfxShell;
49 : public ShellFactory<SfxShell>
67 virtual SfxShell* CreateShell (
72 virtual void ReleaseShell (SfxShell* pShell);
78 void AddSubShell (ShellId nId, SfxShell* pShell, ::Window* pWindow);
84 void RemoveSubShell (const SfxShell* pShell);
95 void MoveToTop (SfxShell* pShell);
106 SfxShell* mpShell;
109 ShellDescriptor(SfxShell*pShell,::Window*pWindow) : mpShell(pShell),mpWindow(pWindow){} in ShellDescriptor()
H A DSidebarShellManager.cxx55 SfxShell* SidebarShellManager::CreateShell( ShellId nId, ::Window* , FrameView* ) in CreateShell()
67 void SidebarShellManager::ReleaseShell (SfxShell* ) in ReleaseShell() argument
74 SfxShell* pShell, in AddSubShell()
109 void SidebarShellManager::RemoveSubShell (const SfxShell* pShell) in RemoveSubShell()
130 void SidebarShellManager::MoveToTop (SfxShell* pShell) in MoveToTop()
/trunk/main/sd/source/ui/dlg/
H A DPaneShells.cxx46 SFX_IMPL_INTERFACE(LeftImpressPaneShell, SfxShell, SdResId(STR_LEFT_IMPRESS_PANE_SHELL)) in SFX_IMPL_INTERFACE() argument
52 TYPEINIT1(LeftImpressPaneShell, SfxShell);
57 : SfxShell() in LeftImpressPaneShell()
82 SFX_IMPL_INTERFACE(LeftDrawPaneShell, SfxShell, SdResId(STR_LEFT_DRAW_PANE_SHELL)) in SFX_IMPL_INTERFACE() argument
88 TYPEINIT1(LeftDrawPaneShell, SfxShell);
93 : SfxShell() in LeftDrawPaneShell()
/trunk/main/sd/source/ui/inc/
H A DViewShellManager.hxx34 class SfxShell;
64 typedef ::boost::shared_ptr<ShellFactory<SfxShell> > SharedShellFactory;
96 void ActivateShell (SfxShell* pShell);
107 void DeactivateShell (const SfxShell* pShell);
174 SfxShell* GetShell (ShellId nId) const;
179 SfxShell* GetTopShell (void) const;
H A DPaneShells.hxx41 : public SfxShell
58 : public SfxShell
74 class ToolPanelPaneShell : public SfxShell
/trunk/main/sc/source/ui/view/
H A Dauditsh.cxx52 TYPEINIT1( ScAuditingShell, SfxShell );
54 SFX_IMPL_INTERFACE(ScAuditingShell, SfxShell, ScResId(SCSTR_AUDITSHELL)) in SFX_IMPL_INTERFACE() argument
63 SfxShell(pData->GetViewShell()), in ScAuditingShell()
76SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Co… in ScAuditingShell()
H A Dpivotsh.cxx60 TYPEINIT1( ScPivotShell, SfxShell );
62 SFX_IMPL_INTERFACE(ScPivotShell, SfxShell, ScResId(SCSTR_PIVOTSHELL)) in SFX_IMPL_INTERFACE() argument
71 SfxShell(pViewSh), in ScPivotShell()
84SfxShell::SetContextName(sfx2::sidebar::EnumContext::GetContextName(sfx2::sidebar::EnumContext::Co… in ScPivotShell()
H A Dpgbrksh.cxx52 TYPEINIT1( ScPageBreakShell, SfxShell );
54 SFX_IMPL_INTERFACE(ScPageBreakShell, SfxShell, ScResId(SCSTR_PAGEBREAKSHELL)) in SFX_IMPL_INTERFACE() argument
62 SfxShell(pViewSh) in ScPageBreakShell()
/trunk/main/sd/source/ui/table/
H A Dtableobjectbar.cxx68 SfxShell* CreateTableObjectBar( ViewShell& rShell, ::sd::View* pView ) in CreateTableObjectBar()
84 TYPEINIT1( TableObjectBar, SfxShell );
88 SFX_IMPL_INTERFACE( TableObjectBar, SfxShell, SdResId( STR_TABLEOBJECTBARSHELL ) ) in SFX_IMPL_INTERFACE() argument
95 : SfxShell( pSdViewShell->GetViewShell() ) in TableObjectBar()
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx317 SFX_IMPL_INTERFACE(SfxViewShell,SfxShell,SfxResId(0))
322 TYPEINIT2(SfxViewShell,SfxShell,SfxListener);
1329 : SfxShell(this) in SfxViewShell()
1504 void SfxViewShell::SetSubShell( SfxShell *pShell ) in SetSubShell()
1536 void SfxViewShell::AddSubShell( SfxShell& rShell ) in AddSubShell()
1547 void SfxViewShell::RemoveSubShell( SfxShell* pShell ) in RemoveSubShell()
1577 SfxShell* SfxViewShell::GetSubShell( sal_uInt16 nNo ) in GetSubShell()
1596 SfxShell& rPopUntil = *pImp->aArr[0]; in PushSubShells_Impl()
2115 SfxShell *pShell=pDisp->GetShell(nIdx++); in Change()
/trunk/main/sw/source/ui/inc/
H A Dview.hxx215 SfxShell *pShell; //aktuelle SubShell auf dem Dispatcher
388 void SetShell( SfxShell* pS ) { pShell = pS; } in SetShell()
407 using SfxShell::GetDispatcher;
601 SfxShell *GetCurShell() { return pShell; } in GetCurShell()

Completed in 116 milliseconds

123456