Home
last modified time | relevance | path

Searched defs:ValueAndFormat (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A DPivotTableDataSequence.hxx39 struct ValueAndFormat struct
41 double m_fValue;
42 OUString m_aString;
43 ValueType m_eType;
44 sal_uInt32 m_nNumberFormat;
46 explicit ValueAndFormat() in ValueAndFormat() function
55 explicit ValueAndFormat(double fValue, sal_uInt32 nNumberFormat) in ValueAndFormat() function
62 explicit ValueAndFormat(OUString const & rString) in ValueAndFormat() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A DPivotTableDataSequence.hxx40 struct ValueAndFormat struct
42 double m_fValue;
43 OUString m_aString;
44 ValueType m_eType;
45 sal_uInt32 m_nNumberFormat;
47 explicit ValueAndFormat() in ValueAndFormat() argument
56 explicit ValueAndFormat(double fValue, sal_uInt32 nNumberFormat) in ValueAndFormat() argument
63 explicit ValueAndFormat(OUString const & rString) in ValueAndFormat() function