summaryrefslogtreecommitdiff
path: root/vcl/unx/source/gdi/xlfd_extd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/source/gdi/xlfd_extd.cxx')
-rw-r--r--vcl/unx/source/gdi/xlfd_extd.cxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/vcl/unx/source/gdi/xlfd_extd.cxx b/vcl/unx/source/gdi/xlfd_extd.cxx
index 6d691de88a79..1629d132d669 100644
--- a/vcl/unx/source/gdi/xlfd_extd.cxx
+++ b/vcl/unx/source/gdi/xlfd_extd.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -78,12 +78,12 @@ sal_IntPtr ImplX11FontData::GetFontId() const
ExtendedXlfd::EncodingInfo&
ExtendedXlfd::EncodingInfo::operator= ( const Xlfd *pXlfd )
{
- mcSpacing = pXlfd->mcSpacing;
+ mcSpacing = pXlfd->mcSpacing;
mnResolutionX = pXlfd->mnResolutionX;
mnResolutionY = pXlfd->mnResolutionY;
mnAddstyle = pXlfd->mnAddstyle;
mnCharset = pXlfd->mnCharset;
- mnEncoding = pXlfd->GetEncoding();
+ mnEncoding = pXlfd->GetEncoding();
return *this;
}
@@ -272,9 +272,9 @@ ExtendedXlfd::ToString( ByteString &rString,
unsigned short /*nPixelSize*/, rtl_TextEncoding /*nEncoding*/ ) const
{
AppendAttribute( mpFactory->RetrieveFoundry(mnFoundry), rString );
- AppendAttribute( mpFactory->RetrieveFamily(mnFamily), rString );
- AppendAttribute( mpFactory->RetrieveWeight(mnWeight), rString );
- AppendAttribute( mpFactory->RetrieveSlant(mnSlant), rString );
+ AppendAttribute( mpFactory->RetrieveFamily(mnFamily), rString );
+ AppendAttribute( mpFactory->RetrieveWeight(mnWeight), rString );
+ AppendAttribute( mpFactory->RetrieveSlant(mnSlant), rString );
AppendAttribute( mpFactory->RetrieveSetwidth(mnSetwidth), rString );
}
@@ -283,9 +283,9 @@ ExtendedXlfd::ToString( ByteString &rString,
unsigned short /*nPixelSize*/, char* /*pMatricsString*/, rtl_TextEncoding /*nEncoding*/ ) const
{
AppendAttribute( mpFactory->RetrieveFoundry(mnFoundry), rString );
- AppendAttribute( mpFactory->RetrieveFamily(mnFamily), rString );
- AppendAttribute( mpFactory->RetrieveWeight(mnWeight), rString );
- AppendAttribute( mpFactory->RetrieveSlant(mnSlant), rString );
+ AppendAttribute( mpFactory->RetrieveFamily(mnFamily), rString );
+ AppendAttribute( mpFactory->RetrieveWeight(mnWeight), rString );
+ AppendAttribute( mpFactory->RetrieveSlant(mnSlant), rString );
AppendAttribute( mpFactory->RetrieveSetwidth(mnSetwidth), rString );
}
@@ -853,7 +853,7 @@ VirtualXlfd::ToString( ByteString &rString, unsigned short nPixelSize,
AppendAttribute( mpFactory->RetrieveFoundry(rExtInfo.mnFoundry), rString );
AppendAttribute( mpFactory->RetrieveFamily(rExtInfo.mnFamily), rString );
AppendAttribute( mpFactory->RetrieveWeight(rExtInfo.mnWeight), rString );
- AppendAttribute( mpFactory->RetrieveSlant(rExtInfo.mnSlant), rString );
+ AppendAttribute( mpFactory->RetrieveSlant(rExtInfo.mnSlant), rString );
AppendAttribute( mpFactory->RetrieveSetwidth(rExtInfo.mnSetwidth), rString );
EncodingInfo& rInfo = mpEncodingInfo[ nIdx ];
@@ -881,7 +881,7 @@ VirtualXlfd::ToString( ByteString &rString, unsigned short nPixelSize,
AppendAttribute( mpFactory->RetrieveFoundry(rExtInfo.mnFoundry), rString );
AppendAttribute( mpFactory->RetrieveFamily(rExtInfo.mnFamily), rString );
AppendAttribute( mpFactory->RetrieveWeight(rExtInfo.mnWeight), rString );
- AppendAttribute( mpFactory->RetrieveSlant(rExtInfo.mnSlant), rString );
+ AppendAttribute( mpFactory->RetrieveSlant(rExtInfo.mnSlant), rString );
AppendAttribute( mpFactory->RetrieveSetwidth(rExtInfo.mnSetwidth), rString );
EncodingInfo& rInfo = mpEncodingInfo[ nIdx ];
@@ -912,7 +912,7 @@ ImplFontData* VirtualXlfd::GetImplFontData() const
pFontData->meWidthType = WIDTH_NORMAL;
pFontData->mePitch = PITCH_VARIABLE;
- pFontData->mbSymbolFlag = false;
+ pFontData->mbSymbolFlag = false;
pFontData->mbOrientation= false;
pFontData->mbDevice = true;
pFontData->mnQuality = 100;