Home
last modified time | relevance | path

Searched refs:ScOleObjectShell (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/sc/source/ui/drawfunc/
H A Doleobjsh.cxx51 #define ScOleObjectShell macro
55 SFX_IMPL_INTERFACE(ScOleObjectShell, ScDrawShell, ScResId(SCSTR_OLEOBJECTSHELL) ) in SFX_IMPL_INTERFACE() argument
62 TYPEINIT1( ScOleObjectShell, ScDrawShell );
64 ScOleObjectShell::ScOleObjectShell(ScViewData* pData) : in ScOleObjectShell() function in ScOleObjectShell
72 ScOleObjectShell::~ScOleObjectShell() in ~ScOleObjectShell()
77 void ScOleObjectShell::HandleSelectionChange (void) in HandleSelectionChange()
/AOO42X/main/sc/source/ui/inc/
H A Doleobjsh.hxx36 class ScOleObjectShell: public ScDrawShell class
43 ScOleObjectShell(ScViewData* pData);
44 virtual ~ScOleObjectShell();
H A Dtabvwsh.hxx56 class ScOleObjectShell;
113 ScOleObjectShell* pOleObjectShell;
/AOO42X/main/sc/sdi/
H A Doleobjsh.sdi23 shell ScOleObjectShell : ScDrawShell
/AOO42X/main/sc/source/ui/app/
H A Dscdll.cxx199 ScOleObjectShell ::RegisterInterface(pMod); in Init()
/AOO42X/main/sc/source/ui/view/
H A Dtabvwsh4.cxx965 pOleObjectShell = new ScOleObjectShell( GetViewData() ); in SetCurSubShell()