Searched refs:ScOleObjectShell (Results 1 – 6 of 6) sorted by relevance
51 #define ScOleObjectShell macro55 SFX_IMPL_INTERFACE(ScOleObjectShell, ScDrawShell, ScResId(SCSTR_OLEOBJECTSHELL) ) in SFX_IMPL_INTERFACE() argument62 TYPEINIT1( ScOleObjectShell, ScDrawShell );64 ScOleObjectShell::ScOleObjectShell(ScViewData* pData) : in ScOleObjectShell() function in ScOleObjectShell72 ScOleObjectShell::~ScOleObjectShell() in ~ScOleObjectShell()77 void ScOleObjectShell::HandleSelectionChange (void) in HandleSelectionChange()
36 class ScOleObjectShell: public ScDrawShell class43 ScOleObjectShell(ScViewData* pData);44 virtual ~ScOleObjectShell();
56 class ScOleObjectShell;113 ScOleObjectShell* pOleObjectShell;
23 shell ScOleObjectShell : ScDrawShell
199 ScOleObjectShell ::RegisterInterface(pMod); in Init()
965 pOleObjectShell = new ScOleObjectShell( GetViewData() ); in SetCurSubShell()