10 #ifndef MSICHART_FORMATINFO_H 11 #define MSICHART_FORMATINFO_H 13 #include "../Common.h" 52 typedef std::map<MBase::String, std::vector<MBase::String> >
FontBuckets;
53 typedef std::map<MBase::String, std::vector<std::string> >
FontBuckets_N;
121 void GetKey(std::string& orKey);
122 void SetKey(
const std::string& irKey);
155 double hConvertBSTRToDouble(
CComVariant* ipVariant,
int iType);
161 bool mHasParsedCellFormat;
167 std::string mCurrencySymbol;
168 std::string mNumberFormatString;
169 bool mHasCurrencySymbolDefined;
170 bool mHasNumberFormatStringDefined;
173 std::vector<CComVariant*> mExtraProperties;
Definition: FormatInfo.h:28
Definition: FormatInfo.h:46
Definition: FormatInfo.h:27
std::vector< CComVariant * > GridPropertyMap
Definition: FormatInfo.h:51
Definition: FormatInfo.h:29
Definition: FormatInfo.h:45
EXTRA_FMT_PROPERTIES
Definition: FormatInfo.h:33
Definition: FormatInfo.h:35
Definition: PropertyPackage.h:332
Definition: FormatInfo.h:37
Definition: FormatInfo.h:36
#define Int32
Definition: BasicTypes.h:20
std::map< GUID, FormatInfo::Ptr > FormatPool
Definition: FormatInfo.h:176
Definition: FormatInfo.h:39
std::map< GUID, FormatInfo::Ptr > * FormatPoolPtr
Definition: FormatInfo.h:175
const Int32 gKeySpecialSection
Definition: FormatInfo.h:23
std::basic_string< WCHAR, std::char_traits< WCHAR >, Allocator< WCHAR > > String
Definition: BaseString.h:26
Definition: FormatInfo.h:38
Definition: FormatInfo.h:30
_GridProperty
Definition: PropertyPackage.h:23
Definition: Msi_ccomvariant.h:24
const Int32 gKeyBandingIndexOffset
Definition: FormatInfo.h:21
std::map< MBase::String, std::vector< std::string > > FontBuckets_N
Definition: FormatInfo.h:53
Definition: FormatInfo.h:44
EXTRA_IDX_PROPERTIES
Definition: FormatInfo.h:42
const Int32 gKeySubtotalIndexOffset
Definition: FormatInfo.h:22
std::map< MBase::String, std::vector< MBase::String > > FontBuckets
Definition: FormatInfo.h:52
FONTSTYLE
Definition: FormatInfo.h:25