diff options
Diffstat (limited to 'include')
-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( |