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 37 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 34 of file vbafont.cxx.
|
overridevirtual |
Definition at line 51 of file vbafont.cxx.
|
overridevirtual |
Definition at line 177 of file vbafont.cxx.
References aNULL(), ATTR_FONT_WEIGHT(), and GetDataSet().
Referenced by getFontStyle().
|
overridevirtual |
Definition at line 290 of file vbafont.cxx.
References mxFont, and OORGBToXLRGB().
|
overridevirtual |
Definition at line 85 of file vbafont.cxx.
References aNULL(), ATTR_FONT_COLOR(), and GetDataSet().
|
private |
Definition at line 46 of file vbafont.cxx.
References mpRangeObj.
Referenced by getBold(), getColorIndex(), getItalic(), getName(), getOutlineFont(), getShadow(), getSize(), getStrikethrough(), and getUnderline().
|
overridevirtual |
Definition at line 158 of file vbafont.cxx.
References getBold(), and getItalic().
|
overridevirtual |
Definition at line 272 of file vbafont.cxx.
References aNULL(), ATTR_FONT_POSTURE(), and GetDataSet().
Referenced by getFontStyle().
|
overridevirtual |
Definition at line 282 of file vbafont.cxx.
References aNULL(), ATTR_FONT(), and GetDataSet().
|
overridevirtual |
Definition at line 305 of file vbafont.cxx.
References aNULL(), ATTR_FONT_CONTOUR(), GetDataSet(), and mxFont.
|
overridevirtual |
Definition at line 314 of file vbafont.cxx.
|
overridevirtual |
Definition at line 320 of file vbafont.cxx.
References aServiceNames.
|
overridevirtual |
Definition at line 263 of file vbafont.cxx.
References aNULL(), ATTR_FONT_SHADOWED(), and GetDataSet().
|
overridevirtual |
Definition at line 56 of file vbafont.cxx.
References aNULL(), ATTR_FONT_HEIGHT(), and GetDataSet().
|
overridevirtual |
Definition at line 120 of file vbafont.cxx.
|
overridevirtual |
Definition at line 105 of file vbafont.cxx.
|
overridevirtual |
Definition at line 254 of file vbafont.cxx.
References aNULL(), ATTR_FONT_CROSSEDOUT(), and GetDataSet().
|
overridevirtual |
Definition at line 223 of file vbafont.cxx.
References aNULL(), ATTR_FONT_UNDERLINE(), GetDataSet(), mxFont, condformat::dialog::NONE, and nValue.
|
overridevirtual |
Definition at line 65 of file vbafont.cxx.
References nIndex.
|
overridevirtual |
Definition at line 128 of file vbafont.cxx.
References o3tl::equalsIgnoreAsciiCase(), o3tl::getToken(), and u.
|
overridevirtual |
Definition at line 298 of file vbafont.cxx.
References mxFont.
|
overridevirtual |
Definition at line 113 of file vbafont.cxx.
|
overridevirtual |
Definition at line 96 of file vbafont.cxx.
|
overridevirtual |
Definition at line 186 of file vbafont.cxx.
References mxFont, condformat::dialog::NONE, and nValue.
|
private |
Definition at line 39 of file vbafont.hxx.
Referenced by GetDataSet().