diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-03 15:42:08 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-08-04 08:48:58 +0200 |
commit | c2fdf096b40f87436b3ee74a1cdeb014cb5a7bbf (patch) | |
tree | 6c679c10fb71853934aaf21c0af53042657465cc /include/svl | |
parent | 2213bd610f6522b8fea7ae2af7e973e29dbe25b6 (diff) |
rename Anz->Cnt in svl
Change-Id: Ibe9ad8c1bfbb336ee1f02edf0f619220cfcee375
Reviewed-on: https://gerrit.libreoffice.org/40744
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/svl')
-rw-r--r-- | include/svl/zforlist.hxx | 6 | ||||
-rw-r--r-- | include/svl/zformat.hxx | 4 |
2 files changed, 5 insertions, 5 deletions
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 <method>PutEntry</method>) */ 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( |