/************************************************************************* * Licensed Materials - Property of IBM. * * Symphony Editor * * (C) Copyright IBM Corporation 2010. All Rights Reserved. * * U.S. Government Users Restricted Rights: Use, duplication or disclosure * restricted by GSA ADP Schedule Contract with IBM Corp. * *************************************************************************/ #ifndef __ooo_vba_msforms_XNewFont_idl__ #define __ooo_vba_msforms_XNewFont_idl__ #ifndef __com_sun_star_uno_XInterface_idl__ #include #endif //============================================================================= module ooo { module vba { module msforms { interface XNewFont : com::sun::star::uno::XInterface { [attribute] any Bold; [attribute] any Charset; [attribute] any Italic; [attribute] any Name; [attribute] any Size; [attribute] any Strikethrough; [attribute] any Underline; [attribute] any Weight; }; //============================================================================= }; }; }; #endif