summaryrefslogtreecommitdiff
path: root/include/svl
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2020-04-17 21:20:41 +0200
committerEike Rathke <erack@redhat.com>2020-04-18 03:08:03 +0200
commitdbda099d198a2236bafea2209cb5e3fc58ee8741 (patch)
treecd6f00cba4dc6ac84976f25797abd3dee8a806b7 /include/svl
parent5063669a17538ea353e34ab0990363399d34f4f4 (diff)
Move implementation of CELL("format";...) to SvNumberFormatter, tdf#132106 prep
In preparation of further detailed handling. Change-Id: I9e4d916de031b742d0af1025b945b7608fed8266 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92462 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins
Diffstat (limited to 'include/svl')
-rw-r--r--include/svl/zforlist.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx
index 70371d59a1bd..664ddbc25de7 100644
--- a/include/svl/zforlist.hxx
+++ b/include/svl/zforlist.hxx
@@ -616,6 +616,9 @@ public:
sal_uInt16& nPrecision, sal_uInt16& nLeadingCnt,
LanguageType eLnge = LANGUAGE_DONTKNOW );
+ /// Get return string for Calc CELL() function, "G", "D1", ...
+ OUString GetCalcCellReturn( sal_uInt32 nFormat ) const;
+
/// Check if format code string may be deleted by user
bool IsUserDefined( const OUString& sStr, LanguageType eLnge = LANGUAGE_DONTKNOW );