Searched refs:VbaNewFont (Results 1 – 11 of 11) sorted by relevance
| /AOO41X/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() 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 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 | 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 | vbacheckbox.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()
|