LibreOffice Module sc (master)
1
sc
source
ui
inc
condformathelper.hxx
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*/
9
10
#pragma once
11
12
#include <rtl/ustring.hxx>
13
#include <
address.hxx
>
14
15
class
ScConditionalFormat
;
16
17
enum
ScCondFormatEntryType
18
{
19
CONDITION
,
20
COLORSCALE
,
21
DATABAR
,
22
FORMULA
,
23
ICONSET
,
24
DATE
25
};
26
27
class
ScCondFormatHelper
28
{
29
public
:
30
static
SC_DLLPUBLIC
OUString
GetExpression
(
const
ScConditionalFormat
& rFormat,
const
ScAddress
& rPos);
31
32
static
SC_DLLPUBLIC
OUString
GetExpression
(
ScCondFormatEntryType
eType
, sal_Int32
nIndex
,
33
std::u16string_view aStr1 = std::u16string_view(), std::u16string_view aStr2 = std::u16string_view() );
34
};
35
36
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
address.hxx
ScAddress
Definition:
address.hxx:207
ScCondFormatHelper
Definition:
condformathelper.hxx:28
ScCondFormatHelper::GetExpression
static SC_DLLPUBLIC OUString GetExpression(const ScConditionalFormat &rFormat, const ScAddress &rPos)
Definition:
condformathelper.cxx:131
ScConditionalFormat
Definition:
conditio.hxx:540
ScCondFormatEntryType
ScCondFormatEntryType
Definition:
condformathelper.hxx:18
DATE
@ DATE
Definition:
condformathelper.hxx:24
CONDITION
@ CONDITION
Definition:
condformathelper.hxx:19
ICONSET
@ ICONSET
Definition:
condformathelper.hxx:23
DATABAR
@ DATABAR
Definition:
condformathelper.hxx:21
COLORSCALE
@ COLORSCALE
Definition:
condformathelper.hxx:20
FORMULA
@ FORMULA
Definition:
condformathelper.hxx:22
eType
DocumentType eType
nIndex
sal_Int32 nIndex
SC_DLLPUBLIC
#define SC_DLLPUBLIC
Definition:
scdllapi.h:27
Generated on Sun Jul 30 2023 04:29:19 for LibreOffice Module sc (master) by
1.9.3