LibreOffice Module sc (master)
1
|
#include <vbafont.hxx>
Public Member Functions | |
ScVbaFont (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const ScVbaPalette &dPalette, const css::uno::Reference< css::beans::XPropertySet > &xPropertySet, ScCellRangeObj *pRangeObj=nullptr, bool bFormControl=false) | |
virtual | ~ScVbaFont () override |
virtual css::uno::Any SAL_CALL | getSize () override |
virtual css::uno::Any SAL_CALL | getStandardFontSize () override |
virtual void SAL_CALL | setStandardFontSize (const css::uno::Any &_standardfontsize) override |
virtual css::uno::Any SAL_CALL | getStandardFont () override |
virtual void SAL_CALL | setStandardFont (const css::uno::Any &_standardfont) override |
virtual css::uno::Any SAL_CALL | getFontStyle () override |
virtual void SAL_CALL | setFontStyle (const css::uno::Any &_fontstyle) override |
virtual css::uno::Any SAL_CALL | getColorIndex () override |
virtual void SAL_CALL | setColorIndex (const css::uno::Any &_colorindex) override |
virtual css::uno::Any SAL_CALL | getBold () override |
virtual css::uno::Any SAL_CALL | getUnderline () override |
virtual void SAL_CALL | setUnderline (const css::uno::Any &_underline) override |
virtual css::uno::Any SAL_CALL | getStrikethrough () override |
virtual css::uno::Any SAL_CALL | getShadow () override |
virtual css::uno::Any SAL_CALL | getItalic () override |
virtual css::uno::Any SAL_CALL | getName () override |
virtual css::uno::Any SAL_CALL | getColor () override |
virtual css::uno::Any SAL_CALL | getOutlineFont () override |
virtual void SAL_CALL | setOutlineFont (const css::uno::Any &_outlinefont) override |
virtual OUString | getServiceImplName () override |
virtual css::uno::Sequence< OUString > | getServiceNames () override |
Private Member Functions | |
SfxItemSet * | GetDataSet () |
Private Attributes | |
ScCellRangeObj * | mpRangeObj |
Definition at line 38 of file vbafont.hxx.
ScVbaFont::ScVbaFont | ( | const css::uno::Reference< ov::XHelperInterface > & | xParent, |
const css::uno::Reference< css::uno::XComponentContext > & | xContext, | ||
const ScVbaPalette & | dPalette, | ||
const css::uno::Reference< css::beans::XPropertySet > & | xPropertySet, | ||
ScCellRangeObj * | pRangeObj = nullptr , |
||
bool | bFormControl = false |
||
) |
css::uno::RuntimeException |
Definition at line 33 of file vbafont.cxx.
|
overridevirtual |
Definition at line 50 of file vbafont.cxx.
|
overridevirtual |
Definition at line 176 of file vbafont.cxx.
References aNULL(), ATTR_FONT_WEIGHT(), and GetDataSet().
Referenced by getFontStyle().
|
overridevirtual |
Definition at line 289 of file vbafont.cxx.
References mxFont, and OORGBToXLRGB().
|
overridevirtual |
Definition at line 84 of file vbafont.cxx.
References aNULL(), ATTR_FONT_COLOR(), and GetDataSet().
|
private |
Definition at line 45 of file vbafont.cxx.
References mpRangeObj.
Referenced by getBold(), getColorIndex(), getItalic(), getName(), getOutlineFont(), getShadow(), getSize(), getStrikethrough(), and getUnderline().
|
overridevirtual |
Definition at line 157 of file vbafont.cxx.
References getBold(), and getItalic().
|
overridevirtual |
Definition at line 271 of file vbafont.cxx.
References aNULL(), ATTR_FONT_POSTURE(), and GetDataSet().
Referenced by getFontStyle().
|
overridevirtual |
Definition at line 281 of file vbafont.cxx.
References aNULL(), ATTR_FONT(), and GetDataSet().
|
overridevirtual |
Definition at line 304 of file vbafont.cxx.
References aNULL(), ATTR_FONT_CONTOUR(), GetDataSet(), and mxFont.
|
overridevirtual |
Definition at line 313 of file vbafont.cxx.
|
overridevirtual |
Definition at line 319 of file vbafont.cxx.
References aServiceNames.
|
overridevirtual |
Definition at line 262 of file vbafont.cxx.
References aNULL(), ATTR_FONT_SHADOWED(), and GetDataSet().
|
overridevirtual |
Definition at line 55 of file vbafont.cxx.
References aNULL(), ATTR_FONT_HEIGHT(), and GetDataSet().
|
overridevirtual |
Definition at line 119 of file vbafont.cxx.
|
overridevirtual |
Definition at line 104 of file vbafont.cxx.
|
overridevirtual |
Definition at line 253 of file vbafont.cxx.
References aNULL(), ATTR_FONT_CROSSEDOUT(), and GetDataSet().
|
overridevirtual |
Definition at line 222 of file vbafont.cxx.
References aNULL(), ATTR_FONT_UNDERLINE(), GetDataSet(), mxFont, condformat::dialog::NONE, and nValue.
|
overridevirtual |
Definition at line 64 of file vbafont.cxx.
References nIndex.
|
overridevirtual |
Definition at line 127 of file vbafont.cxx.
|
overridevirtual |
Definition at line 297 of file vbafont.cxx.
References mxFont.
|
overridevirtual |
Definition at line 112 of file vbafont.cxx.
|
overridevirtual |
Definition at line 95 of file vbafont.cxx.
|
overridevirtual |
Definition at line 185 of file vbafont.cxx.
References mxFont, condformat::dialog::NONE, and nValue.
|
private |
Definition at line 40 of file vbafont.hxx.
Referenced by GetDataSet().