Home
last modified time | relevance | path

Searched refs:VbaNewFont (Results 1 – 11 of 11) sorted by relevance

/AOO42X/main/vbahelper/source/msforms/
H A Dvbanewfont.cxx35 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()
[all …]
H A Dvbanewfont.hxx34 class VbaNewFont : public VbaNewFont_BASE class
37 VbaNewFont(
H A Dvbalabel.cxx66 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbacheckbox.cxx86 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbaradiobutton.cxx86 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbaframe.cxx82 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbabutton.cxx98 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbatogglebutton.cxx126 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbatextbox.cxx139 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbacombobox.cxx233 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbalistbox.cxx268 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()