#ifndef __com_sun_star_scripting_XModules_idl__ #define __com_sun_star_scripting_XModules_idl__ #include #include module com { module sun { module star { module scripting { interface XModules: com::sun::star::uno::XInterface { /* from original i/f spec this should return a flat list of * the available methods, and leave any hierarchical organisation * of same to the UI */ sequence getAvailableMethods(); }; }; }; }; }; #endif