#include #ifdef SOLAR_JAVA #include #endif // SOLAR_JAVA #include #ifdef SOLAR_JAVA #include #include #endif // SOLAR_JAVA #include #include "rtl/ref.hxx" #include "jvmaccess/virtualmachine.hxx" class Window; class INetURLObject; class SvCommandList; class Size; #ifdef SOLAR_JAVA struct EmbeddedWindow; #endif // SOLAR_JAVA struct SjApplet2_Impl { #ifdef SOLAR_JAVA Window * _pParentWin; rtl::Reference _virtualMachine; jobject _joAppletExecutionContext; jclass _jcAppletExecutionContext; EmbeddedWindow * _pEmbeddedWindow; #endif // SOLAR_JAVA SjApplet2_Impl() throw(com::sun::star::uno::RuntimeException); ~SjApplet2_Impl() throw(); void init(Window * pParentWin, const com::sun::star::uno::Reference & smgr, const INetURLObject & rDocBase, const SvCommandList & rCmdList) throw(com::sun::star::uno::RuntimeException); void setSize(const Size & rSize) throw(com::sun::star::uno::RuntimeException); void restart() throw(com::sun::star::uno::RuntimeException); void reload() throw(com::sun::star::uno::RuntimeException); void start() throw(com::sun::star::uno::RuntimeException); void stop() throw(com::sun::star::uno::RuntimeException); void close() throw(com::sun::star::uno::RuntimeException); };