Lines Matching refs:VbaNewFont

35 VbaNewFont::VbaNewFont(  in VbaNewFont()  function in VbaNewFont
46 ::rtl::OUString SAL_CALL VbaNewFont::getName() throw (uno::RuntimeException) in getName()
52 void SAL_CALL VbaNewFont::setName( const ::rtl::OUString& rName ) throw (uno::RuntimeException) in setName()
59 double SAL_CALL VbaNewFont::getSize() throw (uno::RuntimeException) in getSize()
65 void SAL_CALL VbaNewFont::setSize( double fSize ) throw (uno::RuntimeException) in setSize()
72 sal_Int16 SAL_CALL VbaNewFont::getCharset() throw (uno::RuntimeException) in getCharset()
78 void SAL_CALL VbaNewFont::setCharset( sal_Int16 nCharset ) throw (uno::RuntimeException) in setCharset()
90 sal_Int16 SAL_CALL VbaNewFont::getWeight() throw (uno::RuntimeException) in getWeight()
95 void SAL_CALL VbaNewFont::setWeight( sal_Int16 nWeight ) throw (uno::RuntimeException) in setWeight()
100 sal_Bool SAL_CALL VbaNewFont::getBold() throw (uno::RuntimeException) in getBold()
106 void SAL_CALL VbaNewFont::setBold( sal_Bool bBold ) throw (uno::RuntimeException) in setBold()
113 sal_Bool SAL_CALL VbaNewFont::getItalic() throw (uno::RuntimeException) in getItalic()
119 void SAL_CALL VbaNewFont::setItalic( sal_Bool bItalic ) throw (uno::RuntimeException) in setItalic()
126 sal_Bool SAL_CALL VbaNewFont::getUnderline() throw (uno::RuntimeException) in getUnderline()
132 void SAL_CALL VbaNewFont::setUnderline( sal_Bool bUnderline ) throw (uno::RuntimeException) in setUnderline()
139 sal_Bool SAL_CALL VbaNewFont::getStrikethrough() throw (uno::RuntimeException) in getStrikethrough()
145 void SAL_CALL VbaNewFont::setStrikethrough( sal_Bool bStrikethrough ) throw (uno::RuntimeException) in setStrikethrough()
154 VBAHELPER_IMPL_XHELPERINTERFACE( VbaNewFont, "ooo.vba.msforms.NewFont" )