diff options
author | Eike Rathke <erack@redhat.com> | 2020-02-22 20:59:17 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2020-02-22 22:12:31 +0100 |
commit | 8a1d66a27428359e853a20acf0f308e4fcdda692 (patch) | |
tree | a28bc31d2ce0b6191b206d7ede1863d0d8187c8d /include/svx/numfmtsh.hxx | |
parent | 8453f6e5d1fd98700a37e30346a1af0daf8fb753 (diff) |
Factor out FillEListWithOneFormat_Impl()
... from almost identical FillEListWithFormats_Impl().
Change-Id: Id0443b40a2acfdfee24426fa0672f711889f3e2c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89286
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'include/svx/numfmtsh.hxx')
-rw-r--r-- | include/svx/numfmtsh.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/svx/numfmtsh.hxx b/include/svx/numfmtsh.hxx index fe1193aee5a3..563920af41ca 100644 --- a/include/svx/numfmtsh.hxx +++ b/include/svx/numfmtsh.hxx @@ -203,8 +203,9 @@ private: bool bSuppressDuplicates ); SVX_DLLPRIVATE short FillEListWithDateTime_Impl( std::vector<OUString>& rList,short nSelPos, bool bSuppressDuplicates ); - SVX_DLLPRIVATE void FillEListWithOneDateTime_Impl( std::vector<OUString>& rList, short & nSelPos, - bool bSuppressDuplicates, NfIndexTableOffset nOffset ); + SVX_DLLPRIVATE void FillEListWithOneFormat_Impl( std::vector<OUString>& rList, short & nSelPos, + bool bSuppressDuplicates, NfIndexTableOffset nOffset, + bool bSuppressIsoDateTime ); SVX_DLLPRIVATE short FillEListWithCurrency_Impl( std::vector<OUString>& rList,short nSelPos); SVX_DLLPRIVATE short FillEListWithSysCurrencys( std::vector<OUString>& rList,short nSelPos); SVX_DLLPRIVATE short FillEListWithUserCurrencys( std::vector<OUString>& rList,short nSelPos); |