LibreOffice Module sc (master) 1
|
#include <scitems.hxx>
#include <editeng/memberids.h>
#include <osl/diagnose.h>
#include <svl/poolitem.hxx>
#include <vcl/svapp.hxx>
#include <svx/algitem.hxx>
#include <editeng/boxitem.hxx>
#include <svx/unomid.hxx>
#include <unowids.hxx>
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#include <com/sun/star/table/TableBorder.hpp>
#include <com/sun/star/table/CellHoriJustify.hpp>
#include <com/sun/star/table/CellOrientation.hpp>
#include <com/sun/star/table/TableBorder2.hpp>
#include <com/sun/star/awt/FontSlant.hpp>
#include <attrib.hxx>
#include <afmtuno.hxx>
#include <miscuno.hxx>
#include <autoform.hxx>
#include <scdll.hxx>
#include <unonames.hxx>
#include <cellsuno.hxx>
Go to the source code of this file.
Macros | |
#define | SC_AF_FIELD_COUNT 16 |
Functions | |
static o3tl::span< const SfxItemPropertyMapEntry > | lcl_GetAutoFormatMap () |
static o3tl::span< const SfxItemPropertyMapEntry > | lcl_GetAutoFieldMap () |
number format (String/Language) ??? (in XNumberFormat only ReadOnly) table::TableBorder ??!? More... | |
static bool | lcl_FindAutoFormatIndex (const ScAutoFormat &rFormats, std::u16string_view rName, sal_uInt16 &rOutIndex) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | ScAutoFormatsObj_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &) |
Variables | |
constexpr OUStringLiteral | SCAUTOFORMATSOBJ_SERVICE = u"com.sun.star.sheet.TableAutoFormats" |
#define SC_AF_FIELD_COUNT 16 |
Definition at line 47 of file afmtuno.cxx.
|
static |
Definition at line 129 of file afmtuno.cxx.
References aEntryName, ScAutoFormatData::GetName(), and nPos.
Referenced by ScAutoFormatsObj::GetObjectByName_Impl(), ScAutoFormatsObj::hasByName(), ScAutoFormatsObj::insertByName(), and ScAutoFormatObj::setName().
|
static |
number format (String/Language) ??? (in XNumberFormat only ReadOnly) table::TableBorder ??!?
Definition at line 68 of file afmtuno.cxx.
References ATTR_BACKGROUND(), ATTR_CJK_FONT(), ATTR_CJK_FONT_HEIGHT(), ATTR_CJK_FONT_POSTURE(), ATTR_CJK_FONT_WEIGHT(), ATTR_CTL_FONT(), ATTR_CTL_FONT_HEIGHT(), ATTR_CTL_FONT_POSTURE(), ATTR_CTL_FONT_WEIGHT(), ATTR_FONT(), ATTR_FONT_COLOR(), ATTR_FONT_CONTOUR(), ATTR_FONT_CROSSEDOUT(), ATTR_FONT_HEIGHT(), ATTR_FONT_OVERLINE(), ATTR_FONT_POSTURE(), ATTR_FONT_SHADOWED(), ATTR_FONT_UNDERLINE(), ATTR_FONT_WEIGHT(), ATTR_HOR_JUSTIFY(), ATTR_HOR_JUSTIFY_METHOD(), ATTR_LINEBREAK(), ATTR_MARGIN(), ATTR_ROTATE_MODE(), ATTR_ROTATE_VALUE(), ATTR_STACKED(), ATTR_VER_JUSTIFY(), ATTR_VER_JUSTIFY_METHOD(), CONVERT_TWIPS, cppu::UnoType< typename T >::get(), MID_BACK_COLOR, MID_CROSSED_OUT, MID_FONT_CHAR_SET, MID_FONT_FAMILY, MID_FONT_FAMILY_NAME, MID_FONT_PITCH, MID_FONT_STYLE_NAME, MID_FONTHEIGHT, MID_GRAPHIC_TRANSPARENT, MID_MARGIN_L_MARGIN, MID_MARGIN_LO_MARGIN, MID_MARGIN_R_MARGIN, MID_MARGIN_UP_MARGIN, MID_POSTURE, MID_TL_STYLE, MID_WEIGHT, SC_UNO_CJK_CFCHARS, SC_UNO_CJK_CFFAMIL, SC_UNO_CJK_CFNAME, SC_UNO_CJK_CFPITCH, SC_UNO_CJK_CFSTYLE, SC_UNO_CJK_CHEIGHT, SC_UNO_CJK_CPOST, SC_UNO_CJK_CWEIGHT, SC_UNO_CTL_CFCHARS, SC_UNO_CTL_CFFAMIL, SC_UNO_CTL_CFNAME, SC_UNO_CTL_CFPITCH, SC_UNO_CTL_CFSTYLE, SC_UNO_CTL_CHEIGHT, SC_UNO_CTL_CPOST, SC_UNO_CTL_CWEIGHT, SC_UNONAME_CCOLOR, SC_UNONAME_CCROSS, SC_UNONAME_CELLBACK, SC_UNONAME_CELLHJUS, SC_UNONAME_CELLHJUS_METHOD, SC_UNONAME_CELLORI, SC_UNONAME_CELLTRAN, SC_UNONAME_CELLVJUS, SC_UNONAME_CELLVJUS_METHOD, SC_UNONAME_CFCHARS, SC_UNONAME_CFFAMIL, SC_UNONAME_CFNAME, SC_UNONAME_CFONT, SC_UNONAME_CFPITCH, SC_UNONAME_CFSTYLE, SC_UNONAME_CHEIGHT, SC_UNONAME_COUTL, SC_UNONAME_COVER, SC_UNONAME_CPOST, SC_UNONAME_CSHADD, SC_UNONAME_CUNDER, SC_UNONAME_CWEIGHT, SC_UNONAME_PBMARGIN, SC_UNONAME_PLMARGIN, SC_UNONAME_PRMARGIN, SC_UNONAME_PTMARGIN, SC_UNONAME_ROTANG, SC_UNONAME_ROTREF, SC_UNONAME_TBLBORD, SC_UNONAME_TBLBORD2, SC_UNONAME_WRAP, SC_WID_UNO_TBLBORD, and SC_WID_UNO_TBLBORD2.
|
static |
Definition at line 51 of file afmtuno.cxx.
References cppu::UnoType< typename T >::get(), SC_UNONAME_INCBACK, SC_UNONAME_INCBORD, SC_UNONAME_INCFONT, SC_UNONAME_INCJUST, SC_UNONAME_INCNUM, and SC_UNONAME_INCWIDTH.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * ScAutoFormatsObj_get_implementation | ( | css::uno::XComponentContext * | , |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 157 of file afmtuno.cxx.
References ScDLL::Init().
|
constexpr |
Definition at line 123 of file afmtuno.cxx.