summaryrefslogtreecommitdiff
path: root/filter/source/graphicfilter/icgm/elements.hxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-06-10 22:00:32 -0700
committerJoseph Powers <jpowers27@cox.net>2011-06-10 22:00:32 -0700
commitae9eb65eefa010a41f908cd99c491b83fd9adcdd (patch)
tree36fcb4c99e00ed2489f08c27a49c0855a10212ce /filter/source/graphicfilter/icgm/elements.hxx
parent50d8cdff89b02d23f782c98847e8955a02b32902 (diff)
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.
Diffstat (limited to 'filter/source/graphicfilter/icgm/elements.hxx')
-rw-r--r--filter/source/graphicfilter/icgm/elements.hxx34
1 files changed, 17 insertions, 17 deletions
diff --git a/filter/source/graphicfilter/icgm/elements.hxx b/filter/source/graphicfilter/icgm/elements.hxx
index 487e83ed415d..4ff41008da7a 100644
--- a/filter/source/graphicfilter/icgm/elements.hxx
+++ b/filter/source/graphicfilter/icgm/elements.hxx
@@ -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& );