Home
last modified time | relevance | path

Searched refs:ScVbaFont (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/sc/source/ui/vba/
H A Dvbafont.cxx43 ScVbaFont::ScVbaFont( in ScVbaFont() function in ScVbaFont
56 ScVbaFont::GetDataSet() in GetDataSet()
61 ScVbaFont::~ScVbaFont() in ~ScVbaFont()
74 ScVbaFont::setSuperscript( const uno::Any& aValue ) throw ( uno::RuntimeException ) in setSuperscript()
92 ScVbaFont aFont( getParent(), mxContext, mPalette, xProps ); in setSuperscript()
117 ScVbaFont::getSuperscript() throw ( uno::RuntimeException ) in getSuperscript()
132 ScVbaFont aFont( getParent(), mxContext, mPalette, xProps ); in getSuperscript()
150 ScVbaFont::setSubscript( const uno::Any& aValue ) throw ( uno::RuntimeException ) in setSubscript()
164 ScVbaFont aFont( getParent(), mxContext, mPalette, xProps ); in setSubscript()
191 ScVbaFont::getSubscript() throw ( uno::RuntimeException ) in getSubscript()
[all …]
H A Dvbafont.hxx39 class ScVbaFont : public ScVbaFont_BASE class
45 ScVbaFont(
51 virtual ~ScVbaFont();// {}
H A Dvbasheetobject.cxx118 return new ScVbaFont( this, mxContext, maPalette, mxPropSet, 0, true ); in getFont()
450 return new ScVbaFont( this, mxContext, maPalette, mxControlProps, 0, true ); in getFont()
H A Dvbacharacters.cxx88 return uno::Reference< excel::XFont >( new ScVbaFont( this, mxContext, m_aPalette, xProps ) ); in getFont()
H A Dvbatitle.hxx66 … return new ScVbaFont( BaseClass::mxParent, BaseClass::mxContext, m_Palette, xShapePropertySet ); in Font()
H A Dvbaformat.cxx357 return new ScVbaFont( thisHelperIface(), ScVbaFormat_BASE::mxContext, aPalette, mxPropertySet ); in Font()
H A Dvbarange.cxx2118 return new ScVbaFont( this, mxContext, aPalette, xProps, pRangeObj ); in Font()