remove unused code ScGlobal::GetStandardFormat
full signature: ScGlobal::GetStandardFormat(double, SvNumberFormatter&, unsigned long, short) Change-Id: Ifa2946cdb1d27f3a7bca1541c8f569456cb45b88
This commit is contained in:
parent
1466096e22
commit
af9d999091
3 changed files with 0 additions and 14 deletions
|
@ -560,8 +560,6 @@ public:
|
|||
const OUString& rTabName );
|
||||
SC_DLLPUBLIC static sal_uLong GetStandardFormat( SvNumberFormatter&,
|
||||
sal_uLong nFormat, short nType );
|
||||
SC_DLLPUBLIC static sal_uLong GetStandardFormat( double, SvNumberFormatter&,
|
||||
sal_uLong nFormat, short nType );
|
||||
|
||||
SC_DLLPUBLIC static sal_uInt16 GetStandardRowHeight();
|
||||
SC_DLLPUBLIC static double nScreenPPTX;
|
||||
|
|
|
@ -198,17 +198,6 @@ sal_uInt16 ScGlobal::GetStandardRowHeight()
|
|||
return nStdRowHeight;
|
||||
}
|
||||
|
||||
sal_uLong ScGlobal::GetStandardFormat( double fNumber, SvNumberFormatter& rFormatter,
|
||||
sal_uLong nFormat, short nType )
|
||||
{
|
||||
const SvNumberformat* pFormat = rFormatter.GetEntry( nFormat );
|
||||
if ( pFormat )
|
||||
return rFormatter.GetStandardFormat( fNumber, nFormat, nType,
|
||||
pFormat->GetLanguage() );
|
||||
return rFormatter.GetStandardFormat( nType, eLnge );
|
||||
}
|
||||
|
||||
|
||||
SvNumberFormatter* ScGlobal::GetEnglishFormatter()
|
||||
{
|
||||
if ( !pEnglishFormatter )
|
||||
|
|
|
@ -78,7 +78,6 @@ ScDocument::CreateFormatTable() const
|
|||
ScDocument::GetCellCount(short, short) const
|
||||
ScExtIButton::GetSelected() const
|
||||
ScFlatBoolRowSegments::getValue(int)
|
||||
ScGlobal::GetStandardFormat(double, SvNumberFormatter&, unsigned long, short)
|
||||
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
|
||||
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
|
||||
SdrItemBrowser::ForceParent()
|
||||
|
|
Loading…
Reference in a new issue