LibreOffice Module sc (master) 1
|
#include <typedstrdata.hxx>
Classes | |
struct | EqualCaseInsensitive |
struct | EqualCaseSensitive |
struct | LessCaseInsensitive |
struct | LessCaseSensitive |
struct | LessHiddenRows |
Public Types | |
enum | StringType { Value , MRU , Standard , Name , DbName , Header } |
Public Member Functions | |
ScTypedStrData (OUString &&rStr, double fVal=0.0, double fRVal=0.0, StringType nType=Standard, bool bDate=false, bool bIsHiddenByFilter=false) | |
ScTypedStrData (const OUString &rStr, double fVal=0.0, double fRVal=0.0, StringType eType=Standard, bool bDate=false, bool bIsHiddenByFilter=false) | |
bool | IsDate () const |
bool | IsHiddenByFilter () const |
const OUString & | GetString () const |
StringType | GetStringType () const |
double | GetValue () const |
double | GetRoundedValue () const |
bool | operator< (const ScTypedStrData &r) const |
Private Attributes | |
OUString | maStrValue |
double | mfValue |
double | mfRoundedValue |
StringType | meStrType |
bool | mbIsDate |
bool | mbIsHiddenByFilter |
Definition at line 16 of file typedstrdata.hxx.
Enumerator | |
---|---|
Value | |
MRU | |
Standard | |
Name | |
DbName | |
Header |
Definition at line 19 of file typedstrdata.hxx.
|
inline |
Definition at line 28 of file typedstrdata.hxx.
ScTypedStrData::ScTypedStrData | ( | const OUString & | rStr, |
double | fVal = 0.0 , |
||
double | fRVal = 0.0 , |
||
StringType | eType = Standard , |
||
bool | bDate = false , |
||
bool | bIsHiddenByFilter = false |
||
) |
Definition at line 104 of file typedstrdata.cxx.
|
inline |
Definition at line 45 of file typedstrdata.hxx.
References mfRoundedValue.
|
inline |
Definition at line 42 of file typedstrdata.hxx.
References maStrValue.
Referenced by ScInputHandler::PasteFunctionData(), and ScFilterDlg::UpdateHdrInValueList().
|
inline |
Definition at line 43 of file typedstrdata.hxx.
References meStrType.
|
inline |
Definition at line 44 of file typedstrdata.hxx.
References mfValue.
|
inline |
Definition at line 40 of file typedstrdata.hxx.
References mbIsDate.
|
inline |
Definition at line 41 of file typedstrdata.hxx.
References mbIsHiddenByFilter.
bool ScTypedStrData::operator< | ( | const ScTypedStrData & | r | ) | const |
Definition at line 98 of file typedstrdata.cxx.
|
private |
Definition at line 75 of file typedstrdata.hxx.
Referenced by GetString().
|
private |
Definition at line 79 of file typedstrdata.hxx.
Referenced by IsDate().
|
private |
Definition at line 80 of file typedstrdata.hxx.
Referenced by IsHiddenByFilter().
|
private |
Definition at line 78 of file typedstrdata.hxx.
Referenced by GetStringType().
|
private |
Definition at line 77 of file typedstrdata.hxx.
Referenced by GetRoundedValue().
|
private |
Definition at line 76 of file typedstrdata.hxx.
Referenced by GetValue().