Searched refs:VbaNewFont (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/vbahelper/source/msforms/ |
H A D | vbanewfont.cxx | 35 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 D | vbanewfont.hxx | 34 class VbaNewFont : public VbaNewFont_BASE class 37 VbaNewFont(
|
H A D | vbalabel.cxx | 66 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
|
H A D | vbacheckbox.cxx | 86 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
|
H A D | vbaframe.cxx | 82 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
|
H A D | vbaradiobutton.cxx | 86 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
|
H A D | vbabutton.cxx | 98 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
|
H A D | vbatogglebutton.cxx | 126 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
|
H A D | vbatextbox.cxx | 139 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
|
H A D | vbacombobox.cxx | 236 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
|
H A D | vbalistbox.cxx | 268 return new VbaNewFont( this, mxContext, m_xProps ); in getFont()
|
Completed in 345 milliseconds