Home
last modified time | relevance | path

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

/trunk/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()
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()
90 sal_Int16 SAL_CALL VbaNewFont::getWeight() throw (uno::RuntimeException) in getWeight()
100 sal_Bool SAL_CALL VbaNewFont::getBold() throw (uno::RuntimeException) in getBold()
113 sal_Bool SAL_CALL VbaNewFont::getItalic() throw (uno::RuntimeException) in getItalic()
126 sal_Bool SAL_CALL VbaNewFont::getUnderline() throw (uno::RuntimeException) in getUnderline()
139 sal_Bool SAL_CALL VbaNewFont::getStrikethrough() throw (uno::RuntimeException) in getStrikethrough()
[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 Dvbaframe.cxx82 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbaradiobutton.cxx86 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.cxx236 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
H A Dvbalistbox.cxx268 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()

Completed in 31 milliseconds