Lines Matching refs:nLeading
579 sal_Bool bRed, sal_Int16 nDecimals, sal_Int16 nLeading ) in generateFormat() argument
589 pFormatter->GenerateFormat( aRet, nBaseKey, eLang, bThousands, bRed, nDecimals, nLeading ); in generateFormat()
759 sal_uInt16 nDecimals, nLeading; in getPropertyValue() local
793 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
798 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
799 aRet <<= (sal_Int16)( nLeading ); in getPropertyValue()
803 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
808 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValue()
901 sal_uInt16 nDecimals, nLeading; in getPropertyValues() local
902 pFormat->GetFormatSpecialInfo( bThousand, bRed, nDecimals, nLeading ); in getPropertyValues()
924 pArray[7].Value <<= (sal_Int16)( nLeading ); in getPropertyValues()