Searched refs:nLeading (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/svl/source/numbers/ |
H A D | numfmuno.cxx | 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() [all …]
|
H A D | numfmuno.hxx | 144 sal_Bool bRed, sal_Int16 nDecimals, sal_Int16 nLeading )
|
/aoo4110/main/linguistic/source/ |
H A D | hyphdsp.cxx | 100 sal_Int32 nLeading = 0; in buildHyphWord() local 107 nLeading++; in buildHyphWord() 115 if (nLeading <= nMaxLeading) in buildHyphWord()
|
/aoo4110/main/xmloff/source/style/ |
H A D | xmlnumfe.cxx | 977 sal_uInt16 nLeading = 0; in ExportPart_Impl() local 978 rFormat.GetNumForInfo( nPart, nFmtType, bThousand, nPrecision, nLeading); in ExportPart_Impl() 1404 sal_Int32 nInteger = nLeading; in ExportPart_Impl() 1429 sal_Int32 nInteger = nLeading; in ExportPart_Impl()
|
H A D | xmlnumfi.cxx | 1883 sal_uInt16 nLeading = 0; in AddNumber() local 1887 nLeading = (sal_uInt16) rInfo.nInteger; in AddNumber() 1925 bGrouping, sal_False, nGenPrec, nLeading ); in AddNumber() 1927 if ( rInfo.nExpDigits >= 0 && nLeading == 0 && !bGrouping && nEmbeddedCount == 0 ) in AddNumber()
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | gcach_layout.cxx | 307 le_int32 nLeading = ((rMetrics.height - rMetrics.ascender + rMetrics.descender) + 32) >> 6; in getLeading() local 308 return nLeading; in getLeading()
|
/aoo4110/main/offapi/com/sun/star/util/ |
H A D | XNumberFormats.idl | 123 [in] short nLeading );
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 2761 sal_uInt16 nPrecision, nLeading; in ChangeNumFmtDecimals() local 2762 pOldEntry->GetFormatSpecialInfo( bThousand, bNegRed, nPrecision, nLeading ); in ChangeNumFmtDecimals() 2822 bThousand, bNegRed, nPrecision, nLeading ); in ChangeNumFmtDecimals()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 2158 sal_uInt16 nPrec, nLeading; in ScCell() local 2160 pFormatter->GetFormatSpecialInfo( nFormat, bThousand, bIsRed, nPrec, nLeading ); in ScCell()
|
Completed in 145 milliseconds