From c2fdf096b40f87436b3ee74a1cdeb014cb5a7bbf Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 3 Aug 2017 15:42:08 +0200 Subject: rename Anz->Cnt in svl Change-Id: Ibe9ad8c1bfbb336ee1f02edf0f619220cfcee375 Reviewed-on: https://gerrit.libreoffice.org/40744 Tested-by: Jenkins Reviewed-by: Noel Grandin --- include/svl/zforlist.hxx | 6 +++--- include/svl/zformat.hxx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'include/svl') diff --git a/include/svl/zforlist.hxx b/include/svl/zforlist.hxx index 6c1036b98ea8..7929cc18cd7d 100644 --- a/include/svl/zforlist.hxx +++ b/include/svl/zforlist.hxx @@ -446,7 +446,7 @@ public: OUString GenerateFormat(sal_uInt32 nIndex, LanguageType eLnge = LANGUAGE_DONTKNOW, bool bThousand = false, bool IsRed = false, - sal_uInt16 nPrecision = 0, sal_uInt16 nAnzLeading = 1); + sal_uInt16 nPrecision = 0, sal_uInt16 nLeadingCnt = 1); /** Analyze an input string @return @@ -511,7 +511,7 @@ public: /// Get additional info of a format index, e.g. for dialog box void GetFormatSpecialInfo(sal_uInt32 nFormat, bool& bThousand, bool& IsRed, - sal_uInt16& nPrecision, sal_uInt16& nAnzLeading); + sal_uInt16& nPrecision, sal_uInt16& nLeadingCnt); /// Count of decimals sal_uInt16 GetFormatPrecision( sal_uInt32 nFormat ) const; @@ -527,7 +527,7 @@ public: position (like nCheckPos on PutEntry) */ sal_uInt32 GetFormatSpecialInfo( const OUString&, bool& bThousand, bool& IsRed, - sal_uInt16& nPrecision, sal_uInt16& nAnzLeading, + sal_uInt16& nPrecision, sal_uInt16& nLeadingCnt, LanguageType eLnge = LANGUAGE_DONTKNOW ); /// Check if format code string may be deleted by user diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx index d56728b2242d..6fcb24dd7a24 100644 --- a/include/svl/zformat.hxx +++ b/include/svl/zformat.hxx @@ -214,7 +214,7 @@ public: void GetFormatSpecialInfo(bool& bThousand, bool& IsRed, sal_uInt16& nPrecision, - sal_uInt16& nAnzLeading) const; + sal_uInt16& nLeadingCnt) const; /// Get index of subformat (0..3) according to conditions and fNumber value sal_uInt16 GetSubformatIndex( double fNumber ) const; @@ -400,7 +400,7 @@ public: SvNumberformatLimitOps& rOper2, double& rVal2 ) const; Color* GetColor( sal_uInt16 nNumFor ) const; void GetNumForInfo( sal_uInt16 nNumFor, short& rScannedType, - bool& bThousand, sal_uInt16& nPrecision, sal_uInt16& nAnzLeading ) const; + bool& bThousand, sal_uInt16& nPrecision, sal_uInt16& nLeadingCnt ) const; // rAttr.Number not empty if NatNum attributes are to be stored void GetNatNumXml( -- cgit