Home
last modified time | relevance | path

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

123456

/trunk/main/sfx2/source/control/
H A Dshell.cxx58 DBG_NAME(SfxShell)
62 TYPEINIT0(SfxShell);
99 String SfxShellIdent_Impl( const SfxShell *pSh ) in SfxShellIdent_Impl()
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()
[all …]
H A Ddispatch.cxx92 DECL_PTRSTACK(SfxShellStack_Impl, SfxShell*, 8, 4 );
97 SfxShell* pCluster;
108 SfxToDo_Impl( bool bOpPush, bool bOpDelete, bool bOpUntil, SfxShell& rCluster ) in SfxToDo_Impl()
224 int SfxDispatcher::Call_Impl( SfxShell& rShell, const SfxSlot &rSlot, SfxRequest &rReq, sal_Bool bR… in Call_Impl()
457 SfxShell& rShell, /* Die vom Stack zu nehmende SfxShell-Instanz. */ in Pop()
595 sal_Bool SfxDispatcher::CheckVirtualStack( const SfxShell& rShell, sal_Bool bDeep ) in IMPL_LINK_INLINE_END()
616 aStack.Push( (SfxShell*) aToDo.pCluster ); in IMPL_LINK_INLINE_END()
619 SfxShell* pPopped = 0; in IMPL_LINK_INLINE_END()
639 sal_uInt16 SfxDispatcher::GetShellLevel( const SfxShell& rShell ) in GetShellLevel()
678 SfxShell *SfxDispatcher::GetShell(sal_uInt16 nIdx) const in GetShell()
[all …]
/trunk/main/sd/source/ui/view/
H A DViewShellManager.cxx61 SfxShell* mpShell;
67 ShellDescriptor (SfxShell* pShell, ShellId nId);
83 IsShell (const SfxShell* pShell) : mpShell(pShell) {} in IsShell()
87 const SfxShell* mpShell;
120 const SfxShell* pViewShell,
123 const SfxShell* pViewShell,
128 void ActivateShell (SfxShell& rShell);
129 void DeactivateShell (const SfxShell& rShell);
132 void ActivateSubShell (const SfxShell& rParentShell, ShellId nId);
133 void DeactivateSubShell (const SfxShell& rParentShell, ShellId nId);
[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 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()
H A DFormShellManager.cxx43 : public ::sd::ShellFactory<SfxShell>
48 virtual void ReleaseShell (SfxShell* pShell);
378 void FormShellManagerFactory::ReleaseShell (SfxShell* pShell) in ReleaseShell()
/trunk/main/sfx2/inc/sfx2/
H A Ddispatch.hxx39 class SfxShell;
110 SAL_DLLPRIVATE sal_Bool CheckVirtualStack( const SfxShell& rShell, sal_Bool bDeep );
120 …SAL_DLLPRIVATE int Call_Impl( SfxShell& rShell, const SfxSlot &rSlot, SfxRequest &rReq, sal_Bool b…
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;
[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();
204 static void EmptyExecStub(SfxShell *pShell, SfxRequest &);
[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.hxx30 class SfxShell;
47 : public ShellFactory<SfxShell>
65 virtual SfxShell* CreateShell (
70 virtual void ReleaseShell (SfxShell* pShell);
76 void AddSubShell (ShellId nId, SfxShell* pShell, ::Window* pWindow);
82 void RemoveSubShell (const SfxShell* pShell);
93 void MoveToTop (SfxShell* pShell);
104 SfxShell* mpShell;
107 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.hxx214 SfxShell *pShell; //aktuelle SubShell auf dem Dispatcher
387 void SetShell( SfxShell* pS ) { pShell = pS; } in SetShell()
406 using SfxShell::GetDispatcher;
600 SfxShell *GetCurShell() { return pShell; } in GetCurShell()

123456