Home
last modified time | relevance | path

Searched refs:nLeading (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svl/source/numbers/
H A Dnumfmuno.cxx579 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 Dnumfmuno.hxx144 sal_Bool bRed, sal_Int16 nDecimals, sal_Int16 nLeading )
/trunk/main/linguistic/source/
H A Dhyphdsp.cxx100 sal_Int32 nLeading = 0; in buildHyphWord() local
107 nLeading++; in buildHyphWord()
115 if (nLeading <= nMaxLeading) in buildHyphWord()
/trunk/main/offapi/com/sun/star/util/
H A DXNumberFormats.idl183 @param nLeading
191 [in] short nLeading );
/trunk/main/xmloff/source/style/
H A Dxmlnumfe.cxx977 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 Dxmlnumfi.cxx1883 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()
/trunk/main/vcl/source/glyphs/
H A Dgcach_layout.cxx307 le_int32 nLeading = ((rMetrics.height - rMetrics.ascender + rMetrics.descender) + 32) >> 6; in getLeading() local
308 return nLeading; in getLeading()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx2761 sal_uInt16 nPrecision, nLeading; in ChangeNumFmtDecimals() local
2762 pOldEntry->GetFormatSpecialInfo( bThousand, bNegRed, nPrecision, nLeading ); in ChangeNumFmtDecimals()
2822 bThousand, bNegRed, nPrecision, nLeading ); in ChangeNumFmtDecimals()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx2295 sal_uInt16 nPrec, nLeading; in ScCell() local
2297 pFormatter->GetFormatSpecialInfo( nFormat, bThousand, bIsRed, nPrec, nLeading ); in ScCell()

Completed in 81 milliseconds