LibreOffice Module sc (master) 1
|
#include <sal/config.h>
#include <string_view>
#include <svl/style.hxx>
#include <o3tl/string_view.hxx>
#include <osl/diagnose.h>
#include <stylehelper.hxx>
#include <globstr.hrc>
#include <scresid.hxx>
Go to the source code of this file.
Functions | |
static const ScDisplayNameMap * | lcl_GetStyleNameMap (SfxStyleFamily nType) |
static bool | lcl_EndsWithUser (std::u16string_view rString) |
Variables | |
constexpr OUStringLiteral | SC_SUFFIX_USER = u" (user)" |
|
static |
Definition at line 120 of file stylehelper.cxx.
References o3tl::ends_with(), and SC_SUFFIX_USER.
Referenced by ScStyleNameConversion::DisplayToProgrammaticName(), and ScStyleNameConversion::ProgrammaticToDisplayName().
|
static |
Definition at line 42 of file stylehelper.cxx.
References nType, SC_PIVOT_STYLE_PROG_CATEGORY, SC_PIVOT_STYLE_PROG_FIELDNAME, SC_PIVOT_STYLE_PROG_INNER, SC_PIVOT_STYLE_PROG_RESULT, SC_PIVOT_STYLE_PROG_TITLE, SC_PIVOT_STYLE_PROG_TOP, SC_STYLE_PROG_HEADING, SC_STYLE_PROG_HEADING1, SC_STYLE_PROG_REPORT, SC_STYLE_PROG_RESULT, SC_STYLE_PROG_RESULT1, SC_STYLE_PROG_STANDARD, and ScResId().
Referenced by ScStyleNameConversion::DisplayToProgrammaticName(), and ScStyleNameConversion::ProgrammaticToDisplayName().
|
constexpr |
Definition at line 118 of file stylehelper.cxx.
Referenced by ScStyleNameConversion::DisplayToProgrammaticName(), lcl_EndsWithUser(), and ScStyleNameConversion::ProgrammaticToDisplayName().