Searched refs:SwVbaFont (Results 1 – 4 of 4) sorted by relevance
106 SwVbaFont::SwVbaFont( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< uno:… in SwVbaFont() function in SwVbaFont111 SwVbaFont::getUnderline() throw (uno::RuntimeException) in getUnderline()119 SwVbaFont::setUnderline( const uno::Any& _underline ) throw (uno::RuntimeException) in setUnderline()131 SwVbaFont::getServiceImplName() in getServiceImplName()138 SwVbaFont::setColorIndex( const uno::Any& _colorindex ) throw( uno::RuntimeException ) in setColorIndex()146 SwVbaFont::getColorIndex() throw ( uno::RuntimeException ) in getColorIndex()166 SwVbaFont::getSubscript() throw ( uno::RuntimeException ) in getSubscript()176 SwVbaFont::getSuperscript() throw ( uno::RuntimeException ) in getSuperscript()186 SwVbaFont::getBold() throw (uno::RuntimeException) in getBold()196 SwVbaFont::getItalic() throw (uno::RuntimeException) in getItalic()[all …]
30 class SwVbaFont : public SwVbaFont_BASE class33 …SwVbaFont( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< …34 virtual ~SwVbaFont(){} in ~SwVbaFont()
92 return new SwVbaFont( mxParent, mxContext, aColors.getPalette(), mxStyleProps ); in getFont()
263 …return new SwVbaFont( mxParent, mxContext, aColors.getPalette(), uno::Reference< beans::XPropertyS… in getFont()