White space cleanup.

My editor isn't doing tab expansion... not sure why. so I'm cleaning the
tabs out first so my changes aren't hidden.
This commit is contained in:
Joseph Powers 2011-06-10 22:00:32 -07:00
parent 50d8cdff89
commit ae9eb65eef

View file

@ -40,20 +40,20 @@ class CGMElements
CGM* mpCGM;
long nMetaFileVersion;
sal_uInt32 nIntegerPrecision; // maybe 1, 2, 4 Bytes
sal_uInt32 nIndexPrecision; // " " "
sal_uInt32 nIntegerPrecision; // maybe 1, 2, 4 Bytes
sal_uInt32 nIndexPrecision; // " " "
RealPrecision eRealPrecision;
sal_uInt32 nRealSize; // maybe 4 or 8 bytes
sal_uInt32 nColorPrecision; // " " "
sal_uInt32 nColorIndexPrecision;// " " "
sal_uInt32 nRealSize; // maybe 4 or 8 bytes
sal_uInt32 nColorPrecision; // " " "
sal_uInt32 nColorIndexPrecision;// " " "
ScalingMode eScalingMode;
double nScalingFactor;
VDCType eVDCType; // Integer / Real
sal_uInt32 nVDCIntegerPrecision;
sal_uInt32 nVDCIntegerPrecision;
RealPrecision eVDCRealPrecision;
sal_uInt32 nVDCRealSize;
sal_uInt32 nVDCRealSize;
FloatRect aVDCExtent;
FloatRect aVDCExtentMaximum;
@ -71,15 +71,15 @@ class CGMElements
ColorSelectionMode eColorSelectionMode;
ColorModel eColorModel;
sal_uInt32 nColorMaximumIndex; // default 63
sal_uInt32 nLatestColorMaximumIndex; // default 63
sal_Int8 aColorTableEntryIs[ 256 ];
sal_uInt32 aColorTable[ 256 ];
sal_uInt32 aLatestColorTable[ 256 ];
sal_uInt32 nColorValueExtent[ 8 ]; // RGB, CMYK
sal_uInt32 nColorMaximumIndex; // default 63
sal_uInt32 nLatestColorMaximumIndex; // default 63
sal_Int8 aColorTableEntryIs[ 256 ];
sal_uInt32 aColorTable[ 256 ];
sal_uInt32 aLatestColorTable[ 256 ];
sal_uInt32 nColorValueExtent[ 8 ]; // RGB, CMYK
// ASPECT SOURCE FLAGS
sal_uInt32 nAspectSourceFlags; // bit = 0 -> INDIVIDUAL
sal_uInt32 nAspectSourceFlags; // bit = 0 -> INDIVIDUAL
// 1 -> BUNDLED
LineBundle* pLineBundle; // Pointer to the current LineBundleIndex
@ -106,7 +106,7 @@ class CGMElements
double nCharacterHeight;
double nCharacterOrientation[ 4 ];
UnderlineMode eUnderlineMode;
sal_uInt32 nUnderlineColor;
sal_uInt32 nUnderlineColor;
TextPath eTextPath;
TextAlignmentH eTextAlignmentH;
TextAlignmentV eTextAlignmentV;
@ -125,11 +125,11 @@ class CGMElements
Transparency eTransparency;
sal_uInt32 nAuxiliaryColor;
sal_uInt32 nAuxiliaryColor;
// Delimiter Counts -> which will be increased by each 'begin' operation
// and decreased by each 'end' operation
sal_Bool bSegmentCount;
sal_Bool bSegmentCount;
CGMElements( CGM& rCGM );
~CGMElements();
CGMElements& operator=( CGMElements& );