LCOV - code coverage report
Current view: top level - libreoffice/workdir/unxlngi6.pro/CustomTarget/writerfilter/source/doctok - qnametostr.cxx (source / functions) Hit Total Coverage
Test: libreoffice_filtered.info Lines: 1 1696 0.1 %
Date: 2012-12-27 Functions: 2 5 40.0 %
Legend: Lines: hit not hit

          Line data    Source code
       1             : 
       2             : #include "doctok/resourceids.hxx"
       3             : #include "resourcemodel/QNameToString.hxx"
       4             : 
       5             : namespace writerfilter
       6             : {
       7             :   
       8           0 : void QNameToString::init_doctok()
       9             : {
      10             :     /* Attributes */
      11           0 :     mMap[NS_rtf::LN_ISTD] = "rtf:ISTD";
      12           0 :     mMap[NS_rtf::LN_header] = "rtf:header";
      13           0 :     mMap[NS_rtf::LN_footer] = "rtf:footer";
      14           0 :     mMap[NS_rtf::LN_headerr] = "rtf:headerr";
      15           0 :     mMap[NS_rtf::LN_headerl] = "rtf:headerl";
      16           0 :     mMap[NS_rtf::LN_footerr] = "rtf:footerr";
      17           0 :     mMap[NS_rtf::LN_footerl] = "rtf:footerl";
      18           0 :     mMap[NS_rtf::LN_headerf] = "rtf:headerf";
      19           0 :     mMap[NS_rtf::LN_footerf] = "rtf:footerf";
      20           0 :     mMap[NS_rtf::LN_footnote] = "rtf:footnote";
      21           0 :     mMap[NS_rtf::LN_endnote] = "rtf:endnote";
      22           0 :     mMap[NS_rtf::LN_annotation] = "rtf:annotation";
      23           0 :     mMap[NS_rtf::LN_BOOKMARKNAME] = "rtf:BOOKMARKNAME";
      24           0 :     mMap[NS_rtf::LN_XAlign] = "rtf:XAlign";
      25           0 :     mMap[NS_rtf::LN_YAlign] = "rtf:YAlign";
      26           0 :     mMap[NS_rtf::LN_XRelTo] = "rtf:XRelTo";
      27           0 :     mMap[NS_rtf::LN_YRelTo] = "rtf:YRelTo";
      28           0 :     mMap[NS_rtf::LN_LayoutInTableCell] = "rtf:LayoutInTableCell";
      29           0 :     mMap[NS_rtf::LN_Inline] = "rtf:Inline";
      30           0 :     mMap[NS_rtf::LN_DffRecord] = "rtf:DffRecord";
      31           0 :     mMap[NS_rtf::LN_DffAttribute] = "rtf:DffAttribute";
      32           0 :     mMap[NS_rtf::LN_dfftype] = "rtf:dfftype";
      33           0 :     mMap[NS_rtf::LN_dffheader] = "rtf:dffheader";
      34           0 :     mMap[NS_rtf::LN_dffinstance] = "rtf:dffinstance";
      35           0 :     mMap[NS_rtf::LN_dffversion] = "rtf:dffversion";
      36           0 :     mMap[NS_rtf::LN_blob] = "rtf:blob";
      37           0 :     mMap[NS_rtf::LN_SttbAssoc] = "rtf:SttbAssoc";
      38           0 :     mMap[NS_rtf::LN_fFacingPages] = "rtf:fFacingPages";
      39           0 :     mMap[NS_rtf::LN_unused1] = "rtf:unused1";
      40           0 :     mMap[NS_rtf::LN_fPMHMainDoc] = "rtf:fPMHMainDoc";
      41           0 :     mMap[NS_rtf::LN_unused2] = "rtf:unused2";
      42           0 :     mMap[NS_rtf::LN_fpc] = "rtf:fpc";
      43           0 :     mMap[NS_rtf::LN_unused3] = "rtf:unused3";
      44           0 :     mMap[NS_rtf::LN_unused4] = "rtf:unused4";
      45           0 :     mMap[NS_rtf::LN_rncFtn] = "rtf:rncFtn";
      46           0 :     mMap[NS_rtf::LN_nFtn] = "rtf:nFtn";
      47           0 :     mMap[NS_rtf::LN_unused5] = "rtf:unused5";
      48           0 :     mMap[NS_rtf::LN_unused6] = "rtf:unused6";
      49           0 :     mMap[NS_rtf::LN_unused7] = "rtf:unused7";
      50           0 :     mMap[NS_rtf::LN_unused8] = "rtf:unused8";
      51           0 :     mMap[NS_rtf::LN_unused9] = "rtf:unused9";
      52           0 :     mMap[NS_rtf::LN_unused10] = "rtf:unused10";
      53           0 :     mMap[NS_rtf::LN_fSplAllDone] = "rtf:fSplAllDone";
      54           0 :     mMap[NS_rtf::LN_fSplAllClean] = "rtf:fSplAllClean";
      55           0 :     mMap[NS_rtf::LN_fSplHideErrors] = "rtf:fSplHideErrors";
      56           0 :     mMap[NS_rtf::LN_fGramHideErrors] = "rtf:fGramHideErrors";
      57           0 :     mMap[NS_rtf::LN_fLabelDoc] = "rtf:fLabelDoc";
      58           0 :     mMap[NS_rtf::LN_fHyphCapitals] = "rtf:fHyphCapitals";
      59           0 :     mMap[NS_rtf::LN_fAutoHyphen] = "rtf:fAutoHyphen";
      60           0 :     mMap[NS_rtf::LN_fFormNoFields] = "rtf:fFormNoFields";
      61           0 :     mMap[NS_rtf::LN_fLinkStyles] = "rtf:fLinkStyles";
      62           0 :     mMap[NS_rtf::LN_fRevMarking] = "rtf:fRevMarking";
      63           0 :     mMap[NS_rtf::LN_unused11] = "rtf:unused11";
      64           0 :     mMap[NS_rtf::LN_fExactCWords] = "rtf:fExactCWords";
      65           0 :     mMap[NS_rtf::LN_fPagHidden] = "rtf:fPagHidden";
      66           0 :     mMap[NS_rtf::LN_fPagResults] = "rtf:fPagResults";
      67           0 :     mMap[NS_rtf::LN_fLockAtn] = "rtf:fLockAtn";
      68           0 :     mMap[NS_rtf::LN_fMirrorMargins] = "rtf:fMirrorMargins";
      69           0 :     mMap[NS_rtf::LN_fWord97Compat] = "rtf:fWord97Compat";
      70           0 :     mMap[NS_rtf::LN_unused12] = "rtf:unused12";
      71           0 :     mMap[NS_rtf::LN_unused13] = "rtf:unused13";
      72           0 :     mMap[NS_rtf::LN_fProtEnabled] = "rtf:fProtEnabled";
      73           0 :     mMap[NS_rtf::LN_fDispFormFldSel] = "rtf:fDispFormFldSel";
      74           0 :     mMap[NS_rtf::LN_fRMView] = "rtf:fRMView";
      75           0 :     mMap[NS_rtf::LN_fRMPrint] = "rtf:fRMPrint";
      76           0 :     mMap[NS_rtf::LN_fLockVbaProj] = "rtf:fLockVbaProj";
      77           0 :     mMap[NS_rtf::LN_fLockRev] = "rtf:fLockRev";
      78           0 :     mMap[NS_rtf::LN_fEmbedFonts] = "rtf:fEmbedFonts";
      79           0 :     mMap[NS_rtf::LN_copts60] = "rtf:copts60";
      80           0 :     mMap[NS_rtf::LN_dxaTab] = "rtf:dxaTab";
      81           0 :     mMap[NS_rtf::LN_cpgWebOpt] = "rtf:cpgWebOpt";
      82           0 :     mMap[NS_rtf::LN_dxaHotZ] = "rtf:dxaHotZ";
      83           0 :     mMap[NS_rtf::LN_cConsecHypLim] = "rtf:cConsecHypLim";
      84           0 :     mMap[NS_rtf::LN_wSpare2] = "rtf:wSpare2";
      85           0 :     mMap[NS_rtf::LN_dttmCreated] = "rtf:dttmCreated";
      86           0 :     mMap[NS_rtf::LN_dttmRevised] = "rtf:dttmRevised";
      87           0 :     mMap[NS_rtf::LN_dttmLastPrint] = "rtf:dttmLastPrint";
      88           0 :     mMap[NS_rtf::LN_nRevision] = "rtf:nRevision";
      89           0 :     mMap[NS_rtf::LN_tmEdited] = "rtf:tmEdited";
      90           0 :     mMap[NS_rtf::LN_cWords] = "rtf:cWords";
      91           0 :     mMap[NS_rtf::LN_cCh] = "rtf:cCh";
      92           0 :     mMap[NS_rtf::LN_cPg] = "rtf:cPg";
      93           0 :     mMap[NS_rtf::LN_cParas] = "rtf:cParas";
      94           0 :     mMap[NS_rtf::LN_rncEdn] = "rtf:rncEdn";
      95           0 :     mMap[NS_rtf::LN_] = "rtf:";
      96           0 :     mMap[NS_rtf::LN_] = "rtf:";
      97           0 :     mMap[NS_rtf::LN_unused14] = "rtf:unused14";
      98           0 :     mMap[NS_rtf::LN_unused15] = "rtf:unused15";
      99           0 :     mMap[NS_rtf::LN_fPrintFormData] = "rtf:fPrintFormData";
     100           0 :     mMap[NS_rtf::LN_fSaveFormData] = "rtf:fSaveFormData";
     101           0 :     mMap[NS_rtf::LN_fShadeFormData] = "rtf:fShadeFormData";
     102           0 :     mMap[NS_rtf::LN_fShadeMergeFields] = "rtf:fShadeMergeFields";
     103           0 :     mMap[NS_rtf::LN_reserved2] = "rtf:reserved2";
     104           0 :     mMap[NS_rtf::LN_fIncludeSubdocsInStats] = "rtf:fIncludeSubdocsInStats";
     105           0 :     mMap[NS_rtf::LN_cLines] = "rtf:cLines";
     106           0 :     mMap[NS_rtf::LN_cWordsWithSubdocs] = "rtf:cWordsWithSubdocs";
     107           0 :     mMap[NS_rtf::LN_cChWithSubdocs] = "rtf:cChWithSubdocs";
     108           0 :     mMap[NS_rtf::LN_cPgWithSubdocs] = "rtf:cPgWithSubdocs";
     109           0 :     mMap[NS_rtf::LN_cParasWithSubdocs] = "rtf:cParasWithSubdocs";
     110           0 :     mMap[NS_rtf::LN_cLinesWithSubdocs] = "rtf:cLinesWithSubdocs";
     111           0 :     mMap[NS_rtf::LN_lKeyProtDoc] = "rtf:lKeyProtDoc";
     112           0 :     mMap[NS_rtf::LN_wvkoSaved] = "rtf:wvkoSaved";
     113           0 :     mMap[NS_rtf::LN_pctWwdSaved] = "rtf:pctWwdSaved";
     114           0 :     mMap[NS_rtf::LN_zkSaved] = "rtf:zkSaved";
     115           0 :     mMap[NS_rtf::LN_unused16] = "rtf:unused16";
     116           0 :     mMap[NS_rtf::LN_iGutterPos] = "rtf:iGutterPos";
     117           0 :     mMap[NS_rtf::LN_ISTARTAT] = "rtf:ISTARTAT";
     118           0 :     mMap[NS_rtf::LN_NFC] = "rtf:NFC";
     119           0 :     mMap[NS_rtf::LN_JC] = "rtf:JC";
     120           0 :     mMap[NS_rtf::LN_FLEGAL] = "rtf:FLEGAL";
     121           0 :     mMap[NS_rtf::LN_FNORESTART] = "rtf:FNORESTART";
     122           0 :     mMap[NS_rtf::LN_FIDENTSAV] = "rtf:FIDENTSAV";
     123           0 :     mMap[NS_rtf::LN_FCONVERTED] = "rtf:FCONVERTED";
     124           0 :     mMap[NS_rtf::LN_FTENTATIVE] = "rtf:FTENTATIVE";
     125           0 :     mMap[NS_rtf::LN_RGBXCHNUMS] = "rtf:RGBXCHNUMS";
     126           0 :     mMap[NS_rtf::LN_IXCHFOLLOW] = "rtf:IXCHFOLLOW";
     127           0 :     mMap[NS_rtf::LN_DXASPACE] = "rtf:DXASPACE";
     128           0 :     mMap[NS_rtf::LN_DXAINDENT] = "rtf:DXAINDENT";
     129           0 :     mMap[NS_rtf::LN_CBGRPPRLCHPX] = "rtf:CBGRPPRLCHPX";
     130           0 :     mMap[NS_rtf::LN_CBGRPPRLPAPX] = "rtf:CBGRPPRLPAPX";
     131           0 :     mMap[NS_rtf::LN_ilvlRestartLim] = "rtf:ilvlRestartLim";
     132           0 :     mMap[NS_rtf::LN_grfhic] = "rtf:grfhic";
     133           0 :     mMap[NS_rtf::LN_LSID] = "rtf:LSID";
     134           0 :     mMap[NS_rtf::LN_TPLC] = "rtf:TPLC";
     135           0 :     mMap[NS_rtf::LN_fBuildIn] = "rtf:fBuildIn";
     136           0 :     mMap[NS_rtf::LN_ilgpdM1] = "rtf:ilgpdM1";
     137           0 :     mMap[NS_rtf::LN_lid] = "rtf:lid";
     138           0 :     mMap[NS_rtf::LN_random] = "rtf:random";
     139           0 :     mMap[NS_rtf::LN_RGISTD] = "rtf:RGISTD";
     140           0 :     mMap[NS_rtf::LN_FSIMPLELIST] = "rtf:FSIMPLELIST";
     141           0 :     mMap[NS_rtf::LN_fAutoNum] = "rtf:fAutoNum";
     142           0 :     mMap[NS_rtf::LN_fHybrid] = "rtf:fHybrid";
     143           0 :     mMap[NS_rtf::LN_reserved1] = "rtf:reserved1";
     144           0 :     mMap[NS_rtf::LN_grfhic] = "rtf:grfhic";
     145           0 :     mMap[NS_rtf::LN_ISTARTAT] = "rtf:ISTARTAT";
     146           0 :     mMap[NS_rtf::LN_ILVL] = "rtf:ILVL";
     147           0 :     mMap[NS_rtf::LN_FSTARTAT] = "rtf:FSTARTAT";
     148           0 :     mMap[NS_rtf::LN_FFORMATTING] = "rtf:FFORMATTING";
     149           0 :     mMap[NS_rtf::LN_UNSIGNED4_6] = "rtf:UNSIGNED4_6";
     150           0 :     mMap[NS_rtf::LN_lsid] = "rtf:lsid";
     151           0 :     mMap[NS_rtf::LN_clfolvl] = "rtf:clfolvl";
     152           0 :     mMap[NS_rtf::LN_ibstFltAutoNum] = "rtf:ibstFltAutoNum";
     153           0 :     mMap[NS_rtf::LN_grfhic] = "rtf:grfhic";
     154           0 :     mMap[NS_rtf::LN_cp] = "rtf:cp";
     155           0 :     mMap[NS_rtf::LN_CBFFNM1] = "rtf:CBFFNM1";
     156           0 :     mMap[NS_rtf::LN_PRQ] = "rtf:PRQ";
     157           0 :     mMap[NS_rtf::LN_FTRUETYPE] = "rtf:FTRUETYPE";
     158           0 :     mMap[NS_rtf::LN_UNUSED1_3] = "rtf:UNUSED1_3";
     159           0 :     mMap[NS_rtf::LN_FF] = "rtf:FF";
     160           0 :     mMap[NS_rtf::LN_UNUSED1_7] = "rtf:UNUSED1_7";
     161           0 :     mMap[NS_rtf::LN_WWEIGHT] = "rtf:WWEIGHT";
     162           0 :     mMap[NS_rtf::LN_CHS] = "rtf:CHS";
     163           0 :     mMap[NS_rtf::LN_IXCHSZALT] = "rtf:IXCHSZALT";
     164           0 :     mMap[NS_rtf::LN_PANOSE] = "rtf:PANOSE";
     165           0 :     mMap[NS_rtf::LN_FS] = "rtf:FS";
     166           0 :     mMap[NS_rtf::LN_STI] = "rtf:STI";
     167           0 :     mMap[NS_rtf::LN_FSCRATCH] = "rtf:FSCRATCH";
     168           0 :     mMap[NS_rtf::LN_FINVALHEIGHT] = "rtf:FINVALHEIGHT";
     169           0 :     mMap[NS_rtf::LN_FHASUPE] = "rtf:FHASUPE";
     170           0 :     mMap[NS_rtf::LN_FMASSCOPY] = "rtf:FMASSCOPY";
     171           0 :     mMap[NS_rtf::LN_SGC] = "rtf:SGC";
     172           0 :     mMap[NS_rtf::LN_ISTDBASE] = "rtf:ISTDBASE";
     173           0 :     mMap[NS_rtf::LN_CUPX] = "rtf:CUPX";
     174           0 :     mMap[NS_rtf::LN_ISTDNEXT] = "rtf:ISTDNEXT";
     175           0 :     mMap[NS_rtf::LN_BCHUPE] = "rtf:BCHUPE";
     176           0 :     mMap[NS_rtf::LN_FAUTOREDEF] = "rtf:FAUTOREDEF";
     177           0 :     mMap[NS_rtf::LN_FHIDDEN] = "rtf:FHIDDEN";
     178           0 :     mMap[NS_rtf::LN_UNUSED8_3] = "rtf:UNUSED8_3";
     179           0 :     mMap[NS_rtf::LN_CSTD] = "rtf:CSTD";
     180           0 :     mMap[NS_rtf::LN_CSTD] = "rtf:CSTD";
     181           0 :     mMap[NS_rtf::LN_CBSTDBASEINFILE] = "rtf:CBSTDBASEINFILE";
     182           0 :     mMap[NS_rtf::LN_FSTDSTYLENAMESWRITTEN] = "rtf:FSTDSTYLENAMESWRITTEN";
     183           0 :     mMap[NS_rtf::LN_UNUSED4_2] = "rtf:UNUSED4_2";
     184           0 :     mMap[NS_rtf::LN_STIMAXWHENSAVED] = "rtf:STIMAXWHENSAVED";
     185           0 :     mMap[NS_rtf::LN_ISTDMAXFIXEDWHENSAVED] = "rtf:ISTDMAXFIXEDWHENSAVED";
     186           0 :     mMap[NS_rtf::LN_NVERBUILTINNAMESWHENSAVED] = "rtf:NVERBUILTINNAMESWHENSAVED";
     187           0 :     mMap[NS_rtf::LN_RGFTCSTANDARDCHPSTSH] = "rtf:RGFTCSTANDARDCHPSTSH";
     188           0 :     mMap[NS_rtf::LN_WIDENT] = "rtf:WIDENT";
     189           0 :     mMap[NS_rtf::LN_NFIB] = "rtf:NFIB";
     190           0 :     mMap[NS_rtf::LN_NPRODUCT] = "rtf:NPRODUCT";
     191           0 :     mMap[NS_rtf::LN_LID] = "rtf:LID";
     192           0 :     mMap[NS_rtf::LN_PNNEXT] = "rtf:PNNEXT";
     193           0 :     mMap[NS_rtf::LN_FDOT] = "rtf:FDOT";
     194           0 :     mMap[NS_rtf::LN_FGLSY] = "rtf:FGLSY";
     195           0 :     mMap[NS_rtf::LN_FCOMPLEX] = "rtf:FCOMPLEX";
     196           0 :     mMap[NS_rtf::LN_FHASPIC] = "rtf:FHASPIC";
     197           0 :     mMap[NS_rtf::LN_CQUICKSAVES] = "rtf:CQUICKSAVES";
     198           0 :     mMap[NS_rtf::LN_FENCRYPTED] = "rtf:FENCRYPTED";
     199           0 :     mMap[NS_rtf::LN_FWHICHTBLSTM] = "rtf:FWHICHTBLSTM";
     200           0 :     mMap[NS_rtf::LN_FREADONLYRECOMMENDED] = "rtf:FREADONLYRECOMMENDED";
     201           0 :     mMap[NS_rtf::LN_FWRITERESERVATION] = "rtf:FWRITERESERVATION";
     202           0 :     mMap[NS_rtf::LN_FEXTCHAR] = "rtf:FEXTCHAR";
     203           0 :     mMap[NS_rtf::LN_FLOADOVERRIDE] = "rtf:FLOADOVERRIDE";
     204           0 :     mMap[NS_rtf::LN_FFAREAST] = "rtf:FFAREAST";
     205           0 :     mMap[NS_rtf::LN_FCRYPTO] = "rtf:FCRYPTO";
     206           0 :     mMap[NS_rtf::LN_NFIBBACK] = "rtf:NFIBBACK";
     207           0 :     mMap[NS_rtf::LN_LKEY] = "rtf:LKEY";
     208           0 :     mMap[NS_rtf::LN_ENVR] = "rtf:ENVR";
     209           0 :     mMap[NS_rtf::LN_FMAC] = "rtf:FMAC";
     210           0 :     mMap[NS_rtf::LN_FEMPTYSPECIAL] = "rtf:FEMPTYSPECIAL";
     211           0 :     mMap[NS_rtf::LN_FLOADOVERRIDEPAGE] = "rtf:FLOADOVERRIDEPAGE";
     212           0 :     mMap[NS_rtf::LN_FFUTURESAVEDUNDO] = "rtf:FFUTURESAVEDUNDO";
     213           0 :     mMap[NS_rtf::LN_FWORD97SAVED] = "rtf:FWORD97SAVED";
     214           0 :     mMap[NS_rtf::LN_FSPARE0] = "rtf:FSPARE0";
     215           0 :     mMap[NS_rtf::LN_CHS] = "rtf:CHS";
     216           0 :     mMap[NS_rtf::LN_CHSTABLES] = "rtf:CHSTABLES";
     217           0 :     mMap[NS_rtf::LN_FCMIN] = "rtf:FCMIN";
     218           0 :     mMap[NS_rtf::LN_FCMAC] = "rtf:FCMAC";
     219           0 :     mMap[NS_rtf::LN_CSW] = "rtf:CSW";
     220           0 :     mMap[NS_rtf::LN_WMAGICCREATED] = "rtf:WMAGICCREATED";
     221           0 :     mMap[NS_rtf::LN_WMAGICREVISED] = "rtf:WMAGICREVISED";
     222           0 :     mMap[NS_rtf::LN_WMAGICCREATEDPRIVATE] = "rtf:WMAGICCREATEDPRIVATE";
     223           0 :     mMap[NS_rtf::LN_WMAGICREVISEDPRIVATE] = "rtf:WMAGICREVISEDPRIVATE";
     224           0 :     mMap[NS_rtf::LN_PNFBPCHPFIRST_W6] = "rtf:PNFBPCHPFIRST_W6";
     225           0 :     mMap[NS_rtf::LN_PNCHPFIRST_W6] = "rtf:PNCHPFIRST_W6";
     226           0 :     mMap[NS_rtf::LN_CPNBTECHP_W6] = "rtf:CPNBTECHP_W6";
     227           0 :     mMap[NS_rtf::LN_PNFBPPAPFIRST_W6] = "rtf:PNFBPPAPFIRST_W6";
     228           0 :     mMap[NS_rtf::LN_PNPAPFIRST_W6] = "rtf:PNPAPFIRST_W6";
     229           0 :     mMap[NS_rtf::LN_CPNBTEPAP_W6] = "rtf:CPNBTEPAP_W6";
     230           0 :     mMap[NS_rtf::LN_PNFBPLVCFIRST_W6] = "rtf:PNFBPLVCFIRST_W6";
     231           0 :     mMap[NS_rtf::LN_PNLVCFIRST_W6] = "rtf:PNLVCFIRST_W6";
     232           0 :     mMap[NS_rtf::LN_CPNBTELVC_W6] = "rtf:CPNBTELVC_W6";
     233           0 :     mMap[NS_rtf::LN_LIDFE] = "rtf:LIDFE";
     234           0 :     mMap[NS_rtf::LN_CLW] = "rtf:CLW";
     235           0 :     mMap[NS_rtf::LN_CBMAC] = "rtf:CBMAC";
     236           0 :     mMap[NS_rtf::LN_LPRODUCTCREATED] = "rtf:LPRODUCTCREATED";
     237           0 :     mMap[NS_rtf::LN_LPRODUCTREVISED] = "rtf:LPRODUCTREVISED";
     238           0 :     mMap[NS_rtf::LN_CCPTEXT] = "rtf:CCPTEXT";
     239           0 :     mMap[NS_rtf::LN_CCPFTN] = "rtf:CCPFTN";
     240           0 :     mMap[NS_rtf::LN_CCPHDD] = "rtf:CCPHDD";
     241           0 :     mMap[NS_rtf::LN_CCPMCR] = "rtf:CCPMCR";
     242           0 :     mMap[NS_rtf::LN_CCPATN] = "rtf:CCPATN";
     243           0 :     mMap[NS_rtf::LN_CCPEDN] = "rtf:CCPEDN";
     244           0 :     mMap[NS_rtf::LN_CCPTXBX] = "rtf:CCPTXBX";
     245           0 :     mMap[NS_rtf::LN_CCPHDRTXBX] = "rtf:CCPHDRTXBX";
     246           0 :     mMap[NS_rtf::LN_PNFBPCHPFIRST] = "rtf:PNFBPCHPFIRST";
     247           0 :     mMap[NS_rtf::LN_PNCHPFIRST] = "rtf:PNCHPFIRST";
     248           0 :     mMap[NS_rtf::LN_CPNBTECHP] = "rtf:CPNBTECHP";
     249           0 :     mMap[NS_rtf::LN_PNFBPPAPFIRST] = "rtf:PNFBPPAPFIRST";
     250           0 :     mMap[NS_rtf::LN_PNPAPFIRST] = "rtf:PNPAPFIRST";
     251           0 :     mMap[NS_rtf::LN_CPNBTEPAP] = "rtf:CPNBTEPAP";
     252           0 :     mMap[NS_rtf::LN_PNFBPLVCFIRST] = "rtf:PNFBPLVCFIRST";
     253           0 :     mMap[NS_rtf::LN_PNLVCFIRST] = "rtf:PNLVCFIRST";
     254           0 :     mMap[NS_rtf::LN_CPNBTELVC] = "rtf:CPNBTELVC";
     255           0 :     mMap[NS_rtf::LN_FCISLANDFIRST] = "rtf:FCISLANDFIRST";
     256           0 :     mMap[NS_rtf::LN_FCISLANDLIM] = "rtf:FCISLANDLIM";
     257           0 :     mMap[NS_rtf::LN_CFCLCB] = "rtf:CFCLCB";
     258           0 :     mMap[NS_rtf::LN_FCSTSHFORIG] = "rtf:FCSTSHFORIG";
     259           0 :     mMap[NS_rtf::LN_LCBSTSHFORIG] = "rtf:LCBSTSHFORIG";
     260           0 :     mMap[NS_rtf::LN_FCSTSHF] = "rtf:FCSTSHF";
     261           0 :     mMap[NS_rtf::LN_LCBSTSHF] = "rtf:LCBSTSHF";
     262           0 :     mMap[NS_rtf::LN_FCPLCFFNDREF] = "rtf:FCPLCFFNDREF";
     263           0 :     mMap[NS_rtf::LN_LCBPLCFFNDREF] = "rtf:LCBPLCFFNDREF";
     264           0 :     mMap[NS_rtf::LN_FCPLCFFNDTXT] = "rtf:FCPLCFFNDTXT";
     265           0 :     mMap[NS_rtf::LN_LCBPLCFFNDTXT] = "rtf:LCBPLCFFNDTXT";
     266           0 :     mMap[NS_rtf::LN_FCPLCFANDREF] = "rtf:FCPLCFANDREF";
     267           0 :     mMap[NS_rtf::LN_LCBPLCFANDREF] = "rtf:LCBPLCFANDREF";
     268           0 :     mMap[NS_rtf::LN_FCPLCFANDTXT] = "rtf:FCPLCFANDTXT";
     269           0 :     mMap[NS_rtf::LN_LCBPLCFANDTXT] = "rtf:LCBPLCFANDTXT";
     270           0 :     mMap[NS_rtf::LN_FCPLCFSED] = "rtf:FCPLCFSED";
     271           0 :     mMap[NS_rtf::LN_LCBPLCFSED] = "rtf:LCBPLCFSED";
     272           0 :     mMap[NS_rtf::LN_FCPLCFPAD] = "rtf:FCPLCFPAD";
     273           0 :     mMap[NS_rtf::LN_LCBPLCFPAD] = "rtf:LCBPLCFPAD";
     274           0 :     mMap[NS_rtf::LN_FCPLCFPHE] = "rtf:FCPLCFPHE";
     275           0 :     mMap[NS_rtf::LN_LCBPLCFPHE] = "rtf:LCBPLCFPHE";
     276           0 :     mMap[NS_rtf::LN_FCSTTBFGLSY] = "rtf:FCSTTBFGLSY";
     277           0 :     mMap[NS_rtf::LN_LCBSTTBFGLSY] = "rtf:LCBSTTBFGLSY";
     278           0 :     mMap[NS_rtf::LN_FCPLCFGLSY] = "rtf:FCPLCFGLSY";
     279           0 :     mMap[NS_rtf::LN_LCBPLCFGLSY] = "rtf:LCBPLCFGLSY";
     280           0 :     mMap[NS_rtf::LN_FCPLCFHDD] = "rtf:FCPLCFHDD";
     281           0 :     mMap[NS_rtf::LN_LCBPLCFHDD] = "rtf:LCBPLCFHDD";
     282           0 :     mMap[NS_rtf::LN_FCPLCFBTECHPX] = "rtf:FCPLCFBTECHPX";
     283           0 :     mMap[NS_rtf::LN_LCBPLCFBTECHPX] = "rtf:LCBPLCFBTECHPX";
     284           0 :     mMap[NS_rtf::LN_FCPLCFBTEPAPX] = "rtf:FCPLCFBTEPAPX";
     285           0 :     mMap[NS_rtf::LN_LCBPLCFBTEPAPX] = "rtf:LCBPLCFBTEPAPX";
     286           0 :     mMap[NS_rtf::LN_FCPLCFSEA] = "rtf:FCPLCFSEA";
     287           0 :     mMap[NS_rtf::LN_LCBPLCFSEA] = "rtf:LCBPLCFSEA";
     288           0 :     mMap[NS_rtf::LN_FCSTTBFFFN] = "rtf:FCSTTBFFFN";
     289           0 :     mMap[NS_rtf::LN_LCBSTTBFFFN] = "rtf:LCBSTTBFFFN";
     290           0 :     mMap[NS_rtf::LN_FCPLCFFLDMOM] = "rtf:FCPLCFFLDMOM";
     291           0 :     mMap[NS_rtf::LN_LCBPLCFFLDMOM] = "rtf:LCBPLCFFLDMOM";
     292           0 :     mMap[NS_rtf::LN_FCPLCFFLDHDR] = "rtf:FCPLCFFLDHDR";
     293           0 :     mMap[NS_rtf::LN_LCBPLCFFLDHDR] = "rtf:LCBPLCFFLDHDR";
     294           0 :     mMap[NS_rtf::LN_FCPLCFFLDFTN] = "rtf:FCPLCFFLDFTN";
     295           0 :     mMap[NS_rtf::LN_LCBPLCFFLDFTN] = "rtf:LCBPLCFFLDFTN";
     296           0 :     mMap[NS_rtf::LN_FCPLCFFLDATN] = "rtf:FCPLCFFLDATN";
     297           0 :     mMap[NS_rtf::LN_LCBPLCFFLDATN] = "rtf:LCBPLCFFLDATN";
     298           0 :     mMap[NS_rtf::LN_FCPLCFFLDMCR] = "rtf:FCPLCFFLDMCR";
     299           0 :     mMap[NS_rtf::LN_LCBPLCFFLDMCR] = "rtf:LCBPLCFFLDMCR";
     300           0 :     mMap[NS_rtf::LN_FCSTTBFBKMK] = "rtf:FCSTTBFBKMK";
     301           0 :     mMap[NS_rtf::LN_LCBSTTBFBKMK] = "rtf:LCBSTTBFBKMK";
     302           0 :     mMap[NS_rtf::LN_FCPLCFBKF] = "rtf:FCPLCFBKF";
     303           0 :     mMap[NS_rtf::LN_LCBPLCFBKF] = "rtf:LCBPLCFBKF";
     304           0 :     mMap[NS_rtf::LN_FCPLCFBKL] = "rtf:FCPLCFBKL";
     305           0 :     mMap[NS_rtf::LN_LCBPLCFBKL] = "rtf:LCBPLCFBKL";
     306           0 :     mMap[NS_rtf::LN_FCCMDS] = "rtf:FCCMDS";
     307           0 :     mMap[NS_rtf::LN_LCBCMDS] = "rtf:LCBCMDS";
     308           0 :     mMap[NS_rtf::LN_FCPLCMCR] = "rtf:FCPLCMCR";
     309           0 :     mMap[NS_rtf::LN_LCBPLCMCR] = "rtf:LCBPLCMCR";
     310           0 :     mMap[NS_rtf::LN_FCSTTBFMCR] = "rtf:FCSTTBFMCR";
     311           0 :     mMap[NS_rtf::LN_LCBSTTBFMCR] = "rtf:LCBSTTBFMCR";
     312           0 :     mMap[NS_rtf::LN_FCPRDRVR] = "rtf:FCPRDRVR";
     313           0 :     mMap[NS_rtf::LN_LCBPRDRVR] = "rtf:LCBPRDRVR";
     314           0 :     mMap[NS_rtf::LN_FCPRENVPORT] = "rtf:FCPRENVPORT";
     315           0 :     mMap[NS_rtf::LN_LCBPRENVPORT] = "rtf:LCBPRENVPORT";
     316           0 :     mMap[NS_rtf::LN_FCPRENVLAND] = "rtf:FCPRENVLAND";
     317           0 :     mMap[NS_rtf::LN_LCBPRENVLAND] = "rtf:LCBPRENVLAND";
     318           0 :     mMap[NS_rtf::LN_FCWSS] = "rtf:FCWSS";
     319           0 :     mMap[NS_rtf::LN_LCBWSS] = "rtf:LCBWSS";
     320           0 :     mMap[NS_rtf::LN_FCDOP] = "rtf:FCDOP";
     321           0 :     mMap[NS_rtf::LN_LCBDOP] = "rtf:LCBDOP";
     322           0 :     mMap[NS_rtf::LN_FCSTTBFASSOC] = "rtf:FCSTTBFASSOC";
     323           0 :     mMap[NS_rtf::LN_LCBSTTBFASSOC] = "rtf:LCBSTTBFASSOC";
     324           0 :     mMap[NS_rtf::LN_FCCLX] = "rtf:FCCLX";
     325           0 :     mMap[NS_rtf::LN_LCBCLX] = "rtf:LCBCLX";
     326           0 :     mMap[NS_rtf::LN_FCPLCFPGDFTN] = "rtf:FCPLCFPGDFTN";
     327           0 :     mMap[NS_rtf::LN_LCBPLCFPGDFTN] = "rtf:LCBPLCFPGDFTN";
     328           0 :     mMap[NS_rtf::LN_FCAUTOSAVESOURCE] = "rtf:FCAUTOSAVESOURCE";
     329           0 :     mMap[NS_rtf::LN_LCBAUTOSAVESOURCE] = "rtf:LCBAUTOSAVESOURCE";
     330           0 :     mMap[NS_rtf::LN_FCGRPXSTATNOWNERS] = "rtf:FCGRPXSTATNOWNERS";
     331           0 :     mMap[NS_rtf::LN_LCBGRPXSTATNOWNERS] = "rtf:LCBGRPXSTATNOWNERS";
     332           0 :     mMap[NS_rtf::LN_FCSTTBFATNBKMK] = "rtf:FCSTTBFATNBKMK";
     333           0 :     mMap[NS_rtf::LN_LCBSTTBFATNBKMK] = "rtf:LCBSTTBFATNBKMK";
     334           0 :     mMap[NS_rtf::LN_FCPLCDOAMOM] = "rtf:FCPLCDOAMOM";
     335           0 :     mMap[NS_rtf::LN_LCBPLCDOAMOM] = "rtf:LCBPLCDOAMOM";
     336           0 :     mMap[NS_rtf::LN_FCPLCDOAHDR] = "rtf:FCPLCDOAHDR";
     337           0 :     mMap[NS_rtf::LN_LCBPLCDOAHDR] = "rtf:LCBPLCDOAHDR";
     338           0 :     mMap[NS_rtf::LN_FCPLCSPAMOM] = "rtf:FCPLCSPAMOM";
     339           0 :     mMap[NS_rtf::LN_LCBPLCSPAMOM] = "rtf:LCBPLCSPAMOM";
     340           0 :     mMap[NS_rtf::LN_FCPLCSPAHDR] = "rtf:FCPLCSPAHDR";
     341           0 :     mMap[NS_rtf::LN_LCBPLCSPAHDR] = "rtf:LCBPLCSPAHDR";
     342           0 :     mMap[NS_rtf::LN_FCPLCFATNBKF] = "rtf:FCPLCFATNBKF";
     343           0 :     mMap[NS_rtf::LN_LCBPLCFATNBKF] = "rtf:LCBPLCFATNBKF";
     344           0 :     mMap[NS_rtf::LN_FCPLCFATNBKL] = "rtf:FCPLCFATNBKL";
     345           0 :     mMap[NS_rtf::LN_LCBPLCFATNBKL] = "rtf:LCBPLCFATNBKL";
     346           0 :     mMap[NS_rtf::LN_FCPMS] = "rtf:FCPMS";
     347           0 :     mMap[NS_rtf::LN_LCBPMS] = "rtf:LCBPMS";
     348           0 :     mMap[NS_rtf::LN_FCFORMFLDSTTBF] = "rtf:FCFORMFLDSTTBF";
     349           0 :     mMap[NS_rtf::LN_LCBFORMFLDSTTBF] = "rtf:LCBFORMFLDSTTBF";
     350           0 :     mMap[NS_rtf::LN_FCPLCFENDREF] = "rtf:FCPLCFENDREF";
     351           0 :     mMap[NS_rtf::LN_LCBPLCFENDREF] = "rtf:LCBPLCFENDREF";
     352           0 :     mMap[NS_rtf::LN_FCPLCFENDTXT] = "rtf:FCPLCFENDTXT";
     353           0 :     mMap[NS_rtf::LN_LCBPLCFENDTXT] = "rtf:LCBPLCFENDTXT";
     354           0 :     mMap[NS_rtf::LN_FCPLCFFLDEDN] = "rtf:FCPLCFFLDEDN";
     355           0 :     mMap[NS_rtf::LN_LCBPLCFFLDEDN] = "rtf:LCBPLCFFLDEDN";
     356           0 :     mMap[NS_rtf::LN_FCPLCFPGDEDN] = "rtf:FCPLCFPGDEDN";
     357           0 :     mMap[NS_rtf::LN_LCBPLCFPGDEDN] = "rtf:LCBPLCFPGDEDN";
     358           0 :     mMap[NS_rtf::LN_FCDGGINFO] = "rtf:FCDGGINFO";
     359           0 :     mMap[NS_rtf::LN_LCBDGGINFO] = "rtf:LCBDGGINFO";
     360           0 :     mMap[NS_rtf::LN_FCSTTBFRMARK] = "rtf:FCSTTBFRMARK";
     361           0 :     mMap[NS_rtf::LN_LCBSTTBFRMARK] = "rtf:LCBSTTBFRMARK";
     362           0 :     mMap[NS_rtf::LN_FCSTTBFCAPTION] = "rtf:FCSTTBFCAPTION";
     363           0 :     mMap[NS_rtf::LN_LCBSTTBFCAPTION] = "rtf:LCBSTTBFCAPTION";
     364           0 :     mMap[NS_rtf::LN_FCSTTBFAUTOCAPTION] = "rtf:FCSTTBFAUTOCAPTION";
     365           0 :     mMap[NS_rtf::LN_LCBSTTBFAUTOCAPTION] = "rtf:LCBSTTBFAUTOCAPTION";
     366           0 :     mMap[NS_rtf::LN_FCPLCFWKB] = "rtf:FCPLCFWKB";
     367           0 :     mMap[NS_rtf::LN_LCBPLCFWKB] = "rtf:LCBPLCFWKB";
     368           0 :     mMap[NS_rtf::LN_FCPLCFSPL] = "rtf:FCPLCFSPL";
     369           0 :     mMap[NS_rtf::LN_LCBPLCFSPL] = "rtf:LCBPLCFSPL";
     370           0 :     mMap[NS_rtf::LN_FCPLCFTXBXTXT] = "rtf:FCPLCFTXBXTXT";
     371           0 :     mMap[NS_rtf::LN_LCBPLCFTXBXTXT] = "rtf:LCBPLCFTXBXTXT";
     372           0 :     mMap[NS_rtf::LN_FCPLCFFLDTXBX] = "rtf:FCPLCFFLDTXBX";
     373           0 :     mMap[NS_rtf::LN_LCBPLCFFLDTXBX] = "rtf:LCBPLCFFLDTXBX";
     374           0 :     mMap[NS_rtf::LN_FCPLCFHDRTXBXTXT] = "rtf:FCPLCFHDRTXBXTXT";
     375           0 :     mMap[NS_rtf::LN_LCBPLCFHDRTXBXTXT] = "rtf:LCBPLCFHDRTXBXTXT";
     376           0 :     mMap[NS_rtf::LN_FCPLCFFLDHDRTXBX] = "rtf:FCPLCFFLDHDRTXBX";
     377           0 :     mMap[NS_rtf::LN_LCBPLCFFLDHDRTXBX] = "rtf:LCBPLCFFLDHDRTXBX";
     378           0 :     mMap[NS_rtf::LN_FCSTWUSER] = "rtf:FCSTWUSER";
     379           0 :     mMap[NS_rtf::LN_LCBSTWUSER] = "rtf:LCBSTWUSER";
     380           0 :     mMap[NS_rtf::LN_FCSTTBTTMBD] = "rtf:FCSTTBTTMBD";
     381           0 :     mMap[NS_rtf::LN_LCBSTTBTTMBD] = "rtf:LCBSTTBTTMBD";
     382           0 :     mMap[NS_rtf::LN_FCUNUSED] = "rtf:FCUNUSED";
     383           0 :     mMap[NS_rtf::LN_LCBUNUSED] = "rtf:LCBUNUSED";
     384           0 :     mMap[NS_rtf::LN_FCPGDMOTHER] = "rtf:FCPGDMOTHER";
     385           0 :     mMap[NS_rtf::LN_LCBPGDMOTHER] = "rtf:LCBPGDMOTHER";
     386           0 :     mMap[NS_rtf::LN_FCBKDMOTHER] = "rtf:FCBKDMOTHER";
     387           0 :     mMap[NS_rtf::LN_LCBBKDMOTHER] = "rtf:LCBBKDMOTHER";
     388           0 :     mMap[NS_rtf::LN_FCPGDFTN] = "rtf:FCPGDFTN";
     389           0 :     mMap[NS_rtf::LN_LCBPGDFTN] = "rtf:LCBPGDFTN";
     390           0 :     mMap[NS_rtf::LN_FCBKDFTN] = "rtf:FCBKDFTN";
     391           0 :     mMap[NS_rtf::LN_LCBBKDFTN] = "rtf:LCBBKDFTN";
     392           0 :     mMap[NS_rtf::LN_FCPGDEDN] = "rtf:FCPGDEDN";
     393           0 :     mMap[NS_rtf::LN_LCBPGDEDN] = "rtf:LCBPGDEDN";
     394           0 :     mMap[NS_rtf::LN_FCBKDEDN] = "rtf:FCBKDEDN";
     395           0 :     mMap[NS_rtf::LN_LCBBKDEDN] = "rtf:LCBBKDEDN";
     396           0 :     mMap[NS_rtf::LN_FCSTTBFINTLFLD] = "rtf:FCSTTBFINTLFLD";
     397           0 :     mMap[NS_rtf::LN_LCBSTTBFINTLFLD] = "rtf:LCBSTTBFINTLFLD";
     398           0 :     mMap[NS_rtf::LN_FCROUTESLIP] = "rtf:FCROUTESLIP";
     399           0 :     mMap[NS_rtf::LN_LCBROUTESLIP] = "rtf:LCBROUTESLIP";
     400           0 :     mMap[NS_rtf::LN_FCSTTBSAVEDBY] = "rtf:FCSTTBSAVEDBY";
     401           0 :     mMap[NS_rtf::LN_LCBSTTBSAVEDBY] = "rtf:LCBSTTBSAVEDBY";
     402           0 :     mMap[NS_rtf::LN_FCSTTBFNM] = "rtf:FCSTTBFNM";
     403           0 :     mMap[NS_rtf::LN_LCBSTTBFNM] = "rtf:LCBSTTBFNM";
     404           0 :     mMap[NS_rtf::LN_FCPLCFLST] = "rtf:FCPLCFLST";
     405           0 :     mMap[NS_rtf::LN_LCBPLCFLST] = "rtf:LCBPLCFLST";
     406           0 :     mMap[NS_rtf::LN_FCPLFLFO] = "rtf:FCPLFLFO";
     407           0 :     mMap[NS_rtf::LN_LCBPLFLFO] = "rtf:LCBPLFLFO";
     408           0 :     mMap[NS_rtf::LN_FCPLCFTXBXBKD] = "rtf:FCPLCFTXBXBKD";
     409           0 :     mMap[NS_rtf::LN_LCBPLCFTXBXBKD] = "rtf:LCBPLCFTXBXBKD";
     410           0 :     mMap[NS_rtf::LN_FCPLCFTXBXHDRBKD] = "rtf:FCPLCFTXBXHDRBKD";
     411           0 :     mMap[NS_rtf::LN_LCBPLCFTXBXHDRBKD] = "rtf:LCBPLCFTXBXHDRBKD";
     412           0 :     mMap[NS_rtf::LN_FCDOCUNDO] = "rtf:FCDOCUNDO";
     413           0 :     mMap[NS_rtf::LN_LCBDOCUNDO] = "rtf:LCBDOCUNDO";
     414           0 :     mMap[NS_rtf::LN_FCRGBUSE] = "rtf:FCRGBUSE";
     415           0 :     mMap[NS_rtf::LN_LCBRGBUSE] = "rtf:LCBRGBUSE";
     416           0 :     mMap[NS_rtf::LN_FCUSP] = "rtf:FCUSP";
     417           0 :     mMap[NS_rtf::LN_LCBUSP] = "rtf:LCBUSP";
     418           0 :     mMap[NS_rtf::LN_FCUSKF] = "rtf:FCUSKF";
     419           0 :     mMap[NS_rtf::LN_LCBUSKF] = "rtf:LCBUSKF";
     420           0 :     mMap[NS_rtf::LN_FCPLCUPCRGBUSE] = "rtf:FCPLCUPCRGBUSE";
     421           0 :     mMap[NS_rtf::LN_LCBPLCUPCRGBUSE] = "rtf:LCBPLCUPCRGBUSE";
     422           0 :     mMap[NS_rtf::LN_FCPLCUPCUSP] = "rtf:FCPLCUPCUSP";
     423           0 :     mMap[NS_rtf::LN_LCBPLCUPCUSP] = "rtf:LCBPLCUPCUSP";
     424           0 :     mMap[NS_rtf::LN_FCSTTBGLSYSTYLE] = "rtf:FCSTTBGLSYSTYLE";
     425           0 :     mMap[NS_rtf::LN_LCBSTTBGLSYSTYLE] = "rtf:LCBSTTBGLSYSTYLE";
     426           0 :     mMap[NS_rtf::LN_FCPLGOSL] = "rtf:FCPLGOSL";
     427           0 :     mMap[NS_rtf::LN_LCBPLGOSL] = "rtf:LCBPLGOSL";
     428           0 :     mMap[NS_rtf::LN_FCPLCOCX] = "rtf:FCPLCOCX";
     429           0 :     mMap[NS_rtf::LN_LCBPLCOCX] = "rtf:LCBPLCOCX";
     430           0 :     mMap[NS_rtf::LN_FCPLCFBTELVC] = "rtf:FCPLCFBTELVC";
     431           0 :     mMap[NS_rtf::LN_LCBPLCFBTELVC] = "rtf:LCBPLCFBTELVC";
     432           0 :     mMap[NS_rtf::LN_DWLOWDATETIME] = "rtf:DWLOWDATETIME";
     433           0 :     mMap[NS_rtf::LN_DWHIGHDATETIME] = "rtf:DWHIGHDATETIME";
     434           0 :     mMap[NS_rtf::LN_FCPLCFLVC] = "rtf:FCPLCFLVC";
     435           0 :     mMap[NS_rtf::LN_LCBPLCFLVC] = "rtf:LCBPLCFLVC";
     436           0 :     mMap[NS_rtf::LN_FCPLCASUMY] = "rtf:FCPLCASUMY";
     437           0 :     mMap[NS_rtf::LN_LCBPLCASUMY] = "rtf:LCBPLCASUMY";
     438           0 :     mMap[NS_rtf::LN_FCPLCFGRAM] = "rtf:FCPLCFGRAM";
     439           0 :     mMap[NS_rtf::LN_LCBPLCFGRAM] = "rtf:LCBPLCFGRAM";
     440           0 :     mMap[NS_rtf::LN_FCSTTBLISTNAMES] = "rtf:FCSTTBLISTNAMES";
     441           0 :     mMap[NS_rtf::LN_LCBSTTBLISTNAMES] = "rtf:LCBSTTBLISTNAMES";
     442           0 :     mMap[NS_rtf::LN_FCSTTBFUSSR] = "rtf:FCSTTBFUSSR";
     443           0 :     mMap[NS_rtf::LN_LCBSTTBFUSSR] = "rtf:LCBSTTBFUSSR";
     444           0 :     mMap[NS_rtf::LN_fcPlcfTch] = "rtf:fcPlcfTch";
     445           0 :     mMap[NS_rtf::LN_lcbPlcfTch] = "rtf:lcbPlcfTch";
     446           0 :     mMap[NS_rtf::LN_fcRmdThreading] = "rtf:fcRmdThreading";
     447           0 :     mMap[NS_rtf::LN_lcbRmdThreading] = "rtf:lcbRmdThreading";
     448           0 :     mMap[NS_rtf::LN_fcMid] = "rtf:fcMid";
     449           0 :     mMap[NS_rtf::LN_lcbMid] = "rtf:lcbMid";
     450           0 :     mMap[NS_rtf::LN_fcSttbRgtplc] = "rtf:fcSttbRgtplc";
     451           0 :     mMap[NS_rtf::LN_lcbSttbRgtplc] = "rtf:lcbSttbRgtplc";
     452           0 :     mMap[NS_rtf::LN_fcMsoEnvelope] = "rtf:fcMsoEnvelope";
     453           0 :     mMap[NS_rtf::LN_flcbMsoEnvelope] = "rtf:flcbMsoEnvelope";
     454           0 :     mMap[NS_rtf::LN_fcPlcfLad] = "rtf:fcPlcfLad";
     455           0 :     mMap[NS_rtf::LN_lcbPlcfLad] = "rtf:lcbPlcfLad";
     456           0 :     mMap[NS_rtf::LN_fcRgDofr] = "rtf:fcRgDofr";
     457           0 :     mMap[NS_rtf::LN_lcbRgDofr] = "rtf:lcbRgDofr";
     458           0 :     mMap[NS_rtf::LN_fcPlcosl] = "rtf:fcPlcosl";
     459           0 :     mMap[NS_rtf::LN_lcbPlcosl] = "rtf:lcbPlcosl";
     460           0 :     mMap[NS_rtf::LN_fcPlcfCookieOld] = "rtf:fcPlcfCookieOld";
     461           0 :     mMap[NS_rtf::LN_lcbPlcfCookieOld] = "rtf:lcbPlcfCookieOld";
     462           0 :     mMap[NS_rtf::LN_fcPgdMotherOld] = "rtf:fcPgdMotherOld";
     463           0 :     mMap[NS_rtf::LN_flcbPgdMotherOld] = "rtf:flcbPgdMotherOld";
     464           0 :     mMap[NS_rtf::LN_fcPgdFtnOld] = "rtf:fcPgdFtnOld";
     465           0 :     mMap[NS_rtf::LN_lcbPgdFtnOld] = "rtf:lcbPgdFtnOld";
     466           0 :     mMap[NS_rtf::LN_fcBkdFtnOld] = "rtf:fcBkdFtnOld";
     467           0 :     mMap[NS_rtf::LN_lcbBkdFtnOld] = "rtf:lcbBkdFtnOld";
     468           0 :     mMap[NS_rtf::LN_fcPgdEdnOld] = "rtf:fcPgdEdnOld";
     469           0 :     mMap[NS_rtf::LN_lcbPgdEdnOld] = "rtf:lcbPgdEdnOld";
     470           0 :     mMap[NS_rtf::LN_fcBkdEdnOld] = "rtf:fcBkdEdnOld";
     471           0 :     mMap[NS_rtf::LN_lcbBkdEdnOld] = "rtf:lcbBkdEdnOld";
     472           0 :     mMap[NS_rtf::LN_IBKL] = "rtf:IBKL";
     473           0 :     mMap[NS_rtf::LN_ITCFIRST] = "rtf:ITCFIRST";
     474           0 :     mMap[NS_rtf::LN_FPUB] = "rtf:FPUB";
     475           0 :     mMap[NS_rtf::LN_ITCLIM] = "rtf:ITCLIM";
     476           0 :     mMap[NS_rtf::LN_FCOL] = "rtf:FCOL";
     477           0 :     mMap[NS_rtf::LN_FN] = "rtf:FN";
     478           0 :     mMap[NS_rtf::LN_FCSEPX] = "rtf:FCSEPX";
     479           0 :     mMap[NS_rtf::LN_FNMPR] = "rtf:FNMPR";
     480           0 :     mMap[NS_rtf::LN_FCMPR] = "rtf:FCMPR";
     481           0 :     mMap[NS_rtf::LN_ICOFORE] = "rtf:ICOFORE";
     482           0 :     mMap[NS_rtf::LN_ICOBACK] = "rtf:ICOBACK";
     483           0 :     mMap[NS_rtf::LN_IPAT] = "rtf:IPAT";
     484           0 :     mMap[NS_rtf::LN_SHDFORECOLOR] = "rtf:SHDFORECOLOR";
     485           0 :     mMap[NS_rtf::LN_SHDBACKCOLOR] = "rtf:SHDBACKCOLOR";
     486           0 :     mMap[NS_rtf::LN_SHDPATTERN] = "rtf:SHDPATTERN";
     487           0 :     mMap[NS_rtf::LN_DPTLINEWIDTH] = "rtf:DPTLINEWIDTH";
     488           0 :     mMap[NS_rtf::LN_BRCTYPE] = "rtf:BRCTYPE";
     489           0 :     mMap[NS_rtf::LN_ICO] = "rtf:ICO";
     490           0 :     mMap[NS_rtf::LN_DPTSPACE] = "rtf:DPTSPACE";
     491           0 :     mMap[NS_rtf::LN_FSHADOW] = "rtf:FSHADOW";
     492           0 :     mMap[NS_rtf::LN_FFRAME] = "rtf:FFRAME";
     493           0 :     mMap[NS_rtf::LN_UNUSED2_15] = "rtf:UNUSED2_15";
     494           0 :     mMap[NS_rtf::LN_FFIRSTMERGED] = "rtf:FFIRSTMERGED";
     495           0 :     mMap[NS_rtf::LN_FMERGED] = "rtf:FMERGED";
     496           0 :     mMap[NS_rtf::LN_FVERTICAL] = "rtf:FVERTICAL";
     497           0 :     mMap[NS_rtf::LN_FBACKWARD] = "rtf:FBACKWARD";
     498           0 :     mMap[NS_rtf::LN_FROTATEFONT] = "rtf:FROTATEFONT";
     499           0 :     mMap[NS_rtf::LN_FVERTMERGE] = "rtf:FVERTMERGE";
     500           0 :     mMap[NS_rtf::LN_FVERTRESTART] = "rtf:FVERTRESTART";
     501           0 :     mMap[NS_rtf::LN_VERTALIGN] = "rtf:VERTALIGN";
     502           0 :     mMap[NS_rtf::LN_FUNUSED] = "rtf:FUNUSED";
     503           0 :     mMap[NS_rtf::LN_CellPrefferedSize] = "rtf:CellPrefferedSize";
     504           0 :     mMap[NS_rtf::LN_BRCTOP] = "rtf:BRCTOP";
     505           0 :     mMap[NS_rtf::LN_BRCLEFT] = "rtf:BRCLEFT";
     506           0 :     mMap[NS_rtf::LN_BRCBOTTOM] = "rtf:BRCBOTTOM";
     507           0 :     mMap[NS_rtf::LN_BRCRIGHT] = "rtf:BRCRIGHT";
     508           0 :     mMap[NS_rtf::LN_IBKL] = "rtf:IBKL";
     509           0 :     mMap[NS_rtf::LN_ITCFIRST] = "rtf:ITCFIRST";
     510           0 :     mMap[NS_rtf::LN_FPUB] = "rtf:FPUB";
     511           0 :     mMap[NS_rtf::LN_ITCLIM] = "rtf:ITCLIM";
     512           0 :     mMap[NS_rtf::LN_FCOL] = "rtf:FCOL";
     513           0 :     mMap[NS_rtf::LN_LINECOLOR] = "rtf:LINECOLOR";
     514           0 :     mMap[NS_rtf::LN_LINEWIDTH] = "rtf:LINEWIDTH";
     515           0 :     mMap[NS_rtf::LN_LINETYPE] = "rtf:LINETYPE";
     516           0 :     mMap[NS_rtf::LN_JC] = "rtf:JC";
     517           0 :     mMap[NS_rtf::LN_TLC] = "rtf:TLC";
     518           0 :     mMap[NS_rtf::LN_UNUSED0_6] = "rtf:UNUSED0_6";
     519           0 :     mMap[NS_rtf::LN_MM] = "rtf:MM";
     520           0 :     mMap[NS_rtf::LN_XEXT] = "rtf:XEXT";
     521           0 :     mMap[NS_rtf::LN_YEXT] = "rtf:YEXT";
     522           0 :     mMap[NS_rtf::LN_HMF] = "rtf:HMF";
     523           0 :     mMap[NS_rtf::LN_unknown] = "rtf:unknown";
     524           0 :     mMap[NS_rtf::LN_dropdownIndex] = "rtf:dropdownIndex";
     525           0 :     mMap[NS_rtf::LN_tooltip] = "rtf:tooltip";
     526           0 :     mMap[NS_rtf::LN_nomark] = "rtf:nomark";
     527           0 :     mMap[NS_rtf::LN_useSize] = "rtf:useSize";
     528           0 :     mMap[NS_rtf::LN_numbersOnly] = "rtf:numbersOnly";
     529           0 :     mMap[NS_rtf::LN_dateOnly] = "rtf:dateOnly";
     530           0 :     mMap[NS_rtf::LN_unused] = "rtf:unused";
     531           0 :     mMap[NS_rtf::LN_size] = "rtf:size";
     532           0 :     mMap[NS_rtf::LN_hpsCheckbox] = "rtf:hpsCheckbox";
     533           0 :     mMap[NS_rtf::LN_fftitle] = "rtf:fftitle";
     534           0 :     mMap[NS_rtf::LN_LCB] = "rtf:LCB";
     535           0 :     mMap[NS_rtf::LN_CBHEADER] = "rtf:CBHEADER";
     536           0 :     mMap[NS_rtf::LN_MFP] = "rtf:MFP";
     537           0 :     mMap[NS_rtf::LN_BM_RCWINMF] = "rtf:BM_RCWINMF";
     538           0 :     mMap[NS_rtf::LN_DXAGOAL] = "rtf:DXAGOAL";
     539           0 :     mMap[NS_rtf::LN_DYAGOAL] = "rtf:DYAGOAL";
     540           0 :     mMap[NS_rtf::LN_MX] = "rtf:MX";
     541           0 :     mMap[NS_rtf::LN_MY] = "rtf:MY";
     542           0 :     mMap[NS_rtf::LN_DXACROPLEFT] = "rtf:DXACROPLEFT";
     543           0 :     mMap[NS_rtf::LN_DYACROPTOP] = "rtf:DYACROPTOP";
     544           0 :     mMap[NS_rtf::LN_DXACROPRIGHT] = "rtf:DXACROPRIGHT";
     545           0 :     mMap[NS_rtf::LN_DYACROPBOTTOM] = "rtf:DYACROPBOTTOM";
     546           0 :     mMap[NS_rtf::LN_BRCL] = "rtf:BRCL";
     547           0 :     mMap[NS_rtf::LN_FFRAMEEMPTY] = "rtf:FFRAMEEMPTY";
     548           0 :     mMap[NS_rtf::LN_FBITMAP] = "rtf:FBITMAP";
     549           0 :     mMap[NS_rtf::LN_FDRAWHATCH] = "rtf:FDRAWHATCH";
     550           0 :     mMap[NS_rtf::LN_FERROR] = "rtf:FERROR";
     551           0 :     mMap[NS_rtf::LN_BPP] = "rtf:BPP";
     552           0 :     mMap[NS_rtf::LN_BRCTOP] = "rtf:BRCTOP";
     553           0 :     mMap[NS_rtf::LN_BRCLEFT] = "rtf:BRCLEFT";
     554           0 :     mMap[NS_rtf::LN_BRCBOTTOM] = "rtf:BRCBOTTOM";
     555           0 :     mMap[NS_rtf::LN_BRCRIGHT] = "rtf:BRCRIGHT";
     556           0 :     mMap[NS_rtf::LN_DXAORIGIN] = "rtf:DXAORIGIN";
     557           0 :     mMap[NS_rtf::LN_DYAORIGIN] = "rtf:DYAORIGIN";
     558           0 :     mMap[NS_rtf::LN_CPROPS] = "rtf:CPROPS";
     559           0 :     mMap[NS_rtf::LN_SPID] = "rtf:SPID";
     560           0 :     mMap[NS_rtf::LN_XALEFT] = "rtf:XALEFT";
     561           0 :     mMap[NS_rtf::LN_YATOP] = "rtf:YATOP";
     562           0 :     mMap[NS_rtf::LN_XARIGHT] = "rtf:XARIGHT";
     563           0 :     mMap[NS_rtf::LN_YABOTTOM] = "rtf:YABOTTOM";
     564           0 :     mMap[NS_rtf::LN_FHDR] = "rtf:FHDR";
     565           0 :     mMap[NS_rtf::LN_BX] = "rtf:BX";
     566           0 :     mMap[NS_rtf::LN_BY] = "rtf:BY";
     567           0 :     mMap[NS_rtf::LN_WR] = "rtf:WR";
     568           0 :     mMap[NS_rtf::LN_WRK] = "rtf:WRK";
     569           0 :     mMap[NS_rtf::LN_FRCASIMPLE] = "rtf:FRCASIMPLE";
     570           0 :     mMap[NS_rtf::LN_FBELOWTEXT] = "rtf:FBELOWTEXT";
     571           0 :     mMap[NS_rtf::LN_FANCHORLOCK] = "rtf:FANCHORLOCK";
     572           0 :     mMap[NS_rtf::LN_CTXBX] = "rtf:CTXBX";
     573           0 :     mMap[NS_rtf::LN_CH] = "rtf:CH";
     574           0 :     mMap[NS_rtf::LN_UNUSED0_5] = "rtf:UNUSED0_5";
     575           0 :     mMap[NS_rtf::LN_FLT] = "rtf:FLT";
     576           0 :     mMap[NS_rtf::LN_shpLeft] = "rtf:shpLeft";
     577           0 :     mMap[NS_rtf::LN_shpTop] = "rtf:shpTop";
     578           0 :     mMap[NS_rtf::LN_shpRight] = "rtf:shpRight";
     579           0 :     mMap[NS_rtf::LN_shpBottom] = "rtf:shpBottom";
     580           0 :     mMap[NS_rtf::LN_shppid] = "rtf:shppid";
     581           0 :     mMap[NS_rtf::LN_shpfBid] = "rtf:shpfBid";
     582           0 :     mMap[NS_rtf::LN_shpfComplex] = "rtf:shpfComplex";
     583           0 :     mMap[NS_rtf::LN_shpop] = "rtf:shpop";
     584           0 :     mMap[NS_rtf::LN_shpspidMax] = "rtf:shpspidMax";
     585           0 :     mMap[NS_rtf::LN_shpcidcl] = "rtf:shpcidcl";
     586           0 :     mMap[NS_rtf::LN_shpcspSaved] = "rtf:shpcspSaved";
     587           0 :     mMap[NS_rtf::LN_shpcdgSaved] = "rtf:shpcdgSaved";
     588           0 :     mMap[NS_rtf::LN_shpdgid] = "rtf:shpdgid";
     589           0 :     mMap[NS_rtf::LN_shpcspidCur] = "rtf:shpcspidCur";
     590           0 :     mMap[NS_rtf::LN_shpbtWin32] = "rtf:shpbtWin32";
     591           0 :     mMap[NS_rtf::LN_shpbtMacOS] = "rtf:shpbtMacOS";
     592           0 :     mMap[NS_rtf::LN_shprgbUid] = "rtf:shprgbUid";
     593           0 :     mMap[NS_rtf::LN_shptag] = "rtf:shptag";
     594           0 :     mMap[NS_rtf::LN_shpsize] = "rtf:shpsize";
     595           0 :     mMap[NS_rtf::LN_shpcRef] = "rtf:shpcRef";
     596           0 :     mMap[NS_rtf::LN_shpfoDelay] = "rtf:shpfoDelay";
     597           0 :     mMap[NS_rtf::LN_shpusage] = "rtf:shpusage";
     598           0 :     mMap[NS_rtf::LN_shpcbName] = "rtf:shpcbName";
     599           0 :     mMap[NS_rtf::LN_shpunused2] = "rtf:shpunused2";
     600           0 :     mMap[NS_rtf::LN_shpunused3] = "rtf:shpunused3";
     601           0 :     mMap[NS_rtf::LN_FRD] = "rtf:FRD";
     602           0 :     mMap[NS_rtf::LN_IBST] = "rtf:IBST";
     603           0 :     mMap[NS_rtf::LN_AK] = "rtf:AK";
     604           0 :     mMap[NS_rtf::LN_UNUSED22_2] = "rtf:UNUSED22_2";
     605           0 :     mMap[NS_rtf::LN_GRFBMC] = "rtf:GRFBMC";
     606           0 :     mMap[NS_rtf::LN_LTAGBKMK] = "rtf:LTAGBKMK";
     607           0 :     mMap[NS_rtf::LN_CTXBX] = "rtf:CTXBX";
     608           0 :     mMap[NS_rtf::LN_INEXTREUSE] = "rtf:INEXTREUSE";
     609           0 :     mMap[NS_rtf::LN_CREUSABLE] = "rtf:CREUSABLE";
     610           0 :     mMap[NS_rtf::LN_FREUSABLE] = "rtf:FREUSABLE";
     611           0 :     mMap[NS_rtf::LN_LID] = "rtf:LID";
     612           0 :     mMap[NS_rtf::LN_TXIDUNDO] = "rtf:TXIDUNDO";
     613           0 :     mMap[NS_rtf::LN_csp] = "rtf:csp";
     614           0 :     mMap[NS_rtf::LN_spidCur] = "rtf:spidCur";
     615           0 :     mMap[NS_rtf::LN_fBuildIn] = "rtf:fBuildIn";
     616           0 :     mMap[NS_rtf::LN_ilgbdM1] = "rtf:ilgbdM1";
     617           0 :     mMap[NS_rtf::LN_lid] = "rtf:lid";
     618           0 :     mMap[NS_rtf::LN_fcPic] = "rtf:fcPic";
     619           0 :     mMap[NS_rtf::LN_FONT] = "rtf:FONT";
     620           0 :     mMap[NS_rtf::LN_CHAR] = "rtf:CHAR";
     621           0 :     mMap[NS_rtf::LN_itl] = "rtf:itl";
     622           0 :     mMap[NS_rtf::LN_fatlBorders] = "rtf:fatlBorders";
     623           0 :     mMap[NS_rtf::LN_fatlShading] = "rtf:fatlShading";
     624           0 :     mMap[NS_rtf::LN_fatlFont] = "rtf:fatlFont";
     625           0 :     mMap[NS_rtf::LN_fatlColor] = "rtf:fatlColor";
     626           0 :     mMap[NS_rtf::LN_fatlBestFit] = "rtf:fatlBestFit";
     627           0 :     mMap[NS_rtf::LN_fatlHdrRows] = "rtf:fatlHdrRows";
     628           0 :     mMap[NS_rtf::LN_fatlLastRow] = "rtf:fatlLastRow";
     629           0 :     mMap[NS_rtf::LN_fatlHdrCols] = "rtf:fatlHdrCols";
     630           0 :     mMap[NS_rtf::LN_fatlLastCol] = "rtf:fatlLastCol";
     631           0 :     mMap[NS_rtf::LN_fatlNoRowBands] = "rtf:fatlNoRowBands";
     632           0 :     mMap[NS_rtf::LN_fatlNoColBands] = "rtf:fatlNoColBands";
     633           0 :     mMap[NS_rtf::LN_LINEPROPSTOP] = "rtf:LINEPROPSTOP";
     634           0 :     mMap[NS_rtf::LN_LINEPROPSLEFT] = "rtf:LINEPROPSLEFT";
     635           0 :     mMap[NS_rtf::LN_LINEPROPSBOTTOM] = "rtf:LINEPROPSBOTTOM";
     636           0 :     mMap[NS_rtf::LN_LINEPROPSRIGHT] = "rtf:LINEPROPSRIGHT";
     637           0 :     mMap[NS_rtf::LN_LINEPROPSHORIZONTAL] = "rtf:LINEPROPSHORIZONTAL";
     638           0 :     mMap[NS_rtf::LN_LINEPROPSVERTICAL] = "rtf:LINEPROPSVERTICAL";
     639           0 :     mMap[NS_rtf::LN_BRCTOP] = "rtf:BRCTOP";
     640           0 :     mMap[NS_rtf::LN_BRCLEFT] = "rtf:BRCLEFT";
     641           0 :     mMap[NS_rtf::LN_BRCLEFT] = "rtf:BRCLEFT";
     642           0 :     mMap[NS_rtf::LN_BRCRIGHT] = "rtf:BRCRIGHT";
     643           0 :     mMap[NS_rtf::LN_BRCBETWEEN] = "rtf:BRCBETWEEN";
     644           0 :     mMap[NS_rtf::LN_LINEPROPSTOP] = "rtf:LINEPROPSTOP";
     645           0 :     mMap[NS_rtf::LN_LINEPROPSLEFT] = "rtf:LINEPROPSLEFT";
     646           0 :     mMap[NS_rtf::LN_LINEPROPSBOTTOM] = "rtf:LINEPROPSBOTTOM";
     647           0 :     mMap[NS_rtf::LN_LINEPROPSRIGHT] = "rtf:LINEPROPSRIGHT";
     648           0 :     mMap[NS_rtf::LN_LINEPROPSBETWEEN] = "rtf:LINEPROPSBETWEEN";
     649           0 :     mMap[NS_rtf::LN_LINEPROPS] = "rtf:LINEPROPS";
     650           0 :     mMap[NS_rtf::LN_unit] = "rtf:unit";
     651           0 :     mMap[NS_rtf::LN_preferredWidth] = "rtf:preferredWidth";
     652           0 :     mMap[NS_rtf::LN_unit] = "rtf:unit";
     653           0 :     mMap[NS_rtf::LN_trleft] = "rtf:trleft";
     654           0 :     mMap[NS_rtf::LN_fcEastAsianLayout] = "rtf:fcEastAsianLayout";
     655           0 :     mMap[NS_rtf::LN_ftsWidth] = "rtf:ftsWidth";
     656           0 :     mMap[NS_rtf::LN_wWidth] = "rtf:wWidth";
     657           0 :     mMap[NS_rtf::LN_ftsWidth] = "rtf:ftsWidth";
     658           0 :     mMap[NS_rtf::LN_wWidth] = "rtf:wWidth";
     659           0 :     mMap[NS_rtf::LN_itc] = "rtf:itc";
     660           0 :     mMap[NS_rtf::LN_grfbrc] = "rtf:grfbrc";
     661           0 :     mMap[NS_rtf::LN_ftsWidth] = "rtf:ftsWidth";
     662           0 :     mMap[NS_rtf::LN_wWidth] = "rtf:wWidth";
     663           0 :     mMap[NS_rtf::LN_padding] = "rtf:padding";
     664           0 :     mMap[NS_rtf::LN_pcVert] = "rtf:pcVert";
     665           0 :     mMap[NS_rtf::LN_pcHorz] = "rtf:pcHorz";
     666           0 :     mMap[NS_rtf::LN_rectangle] = "rtf:rectangle";
     667           0 :     mMap[NS_rtf::LN_shptype] = "rtf:shptype";
     668           0 :     mMap[NS_rtf::LN_shpid] = "rtf:shpid";
     669           0 :     mMap[NS_rtf::LN_shpfGroup] = "rtf:shpfGroup";
     670           0 :     mMap[NS_rtf::LN_shpfChild] = "rtf:shpfChild";
     671           0 :     mMap[NS_rtf::LN_shpfPatriarch] = "rtf:shpfPatriarch";
     672           0 :     mMap[NS_rtf::LN_shpfDeleted] = "rtf:shpfDeleted";
     673           0 :     mMap[NS_rtf::LN_shpfOleShape] = "rtf:shpfOleShape";
     674           0 :     mMap[NS_rtf::LN_shpfHaveMaster] = "rtf:shpfHaveMaster";
     675           0 :     mMap[NS_rtf::LN_shpfFlipH] = "rtf:shpfFlipH";
     676           0 :     mMap[NS_rtf::LN_shpfFlipV] = "rtf:shpfFlipV";
     677           0 :     mMap[NS_rtf::LN_shpfConnector] = "rtf:shpfConnector";
     678           0 :     mMap[NS_rtf::LN_shpfHaveAnchor] = "rtf:shpfHaveAnchor";
     679           0 :     mMap[NS_rtf::LN_shpfBackground] = "rtf:shpfBackground";
     680           0 :     mMap[NS_rtf::LN_shpfHaveSpt] = "rtf:shpfHaveSpt";
     681           0 :     mMap[NS_rtf::LN_shpdgg] = "rtf:shpdgg";
     682           0 :     mMap[NS_rtf::LN_shpfbse] = "rtf:shpfbse";
     683           0 :     mMap[NS_rtf::LN_payload] = "rtf:payload";
     684           0 :     mMap[NS_rtf::LN_payload] = "rtf:payload";
     685           0 :     mMap[NS_rtf::LN_fdg] = "rtf:fdg";
     686             :     /* Operations */
     687           0 :     mMap[NS_rtf::LN_xst] = "rtf:xst";
     688           0 :     mMap[NS_rtf::LN_LISTLEVEL] = "rtf:LISTLEVEL";
     689           0 :     mMap[NS_rtf::LN_LFOData] = "rtf:LFOData";
     690           0 :     mMap[NS_rtf::LN_F] = "rtf:F";
     691           0 :     mMap[NS_rtf::LN_ALTFONTNAME] = "rtf:ALTFONTNAME";
     692           0 :     mMap[NS_rtf::LN_XSZFFN] = "rtf:XSZFFN";
     693           0 :     mMap[NS_rtf::LN_XSTZNAME] = "rtf:XSTZNAME";
     694           0 :     mMap[NS_rtf::LN_XSTZNAME1] = "rtf:XSTZNAME1";
     695           0 :     mMap[NS_rtf::LN_UPXSTART] = "rtf:UPXSTART";
     696           0 :     mMap[NS_rtf::LN_UPX] = "rtf:UPX";
     697           0 :     mMap[NS_rtf::LN_sed] = "rtf:sed";
     698           0 :     mMap[NS_rtf::LN_FLT] = "rtf:FLT";
     699           0 :     mMap[NS_rtf::LN_ffdefault] = "rtf:ffdefault";
     700           0 :     mMap[NS_rtf::LN_ffchecked] = "rtf:ffchecked";
     701           0 :     mMap[NS_rtf::LN_ffformatting] = "rtf:ffformatting";
     702           0 :     mMap[NS_rtf::LN_ffhelp] = "rtf:ffhelp";
     703           0 :     mMap[NS_rtf::LN_fftooltip] = "rtf:fftooltip";
     704           0 :     mMap[NS_rtf::LN_DffRecord] = "rtf:DffRecord";
     705           0 :     mMap[NS_rtf::LN_ffdata] = "rtf:ffdata";
     706           0 :     mMap[NS_rtf::LN_shape] = "rtf:shape";
     707           0 :     mMap[NS_rtf::LN_shpname] = "rtf:shpname";
     708           0 :     mMap[NS_rtf::LN_shpvalue] = "rtf:shpvalue";
     709           0 :     mMap[NS_rtf::LN_shpstringvalue] = "rtf:shpstringvalue";
     710           0 :     mMap[NS_rtf::LN_xstUsrInitl] = "rtf:xstUsrInitl";
     711           0 :     mMap[NS_rtf::LN_dxaDel] = "rtf:dxaDel";
     712           0 :     mMap[NS_rtf::LN_dxaAdd] = "rtf:dxaAdd";
     713           0 :     mMap[NS_rtf::LN_tbdAdd] = "rtf:tbdAdd";
     714           0 :     mMap[NS_rtf::LN_rgbrc] = "rtf:rgbrc";
     715           0 :     mMap[NS_rtf::LN_cellx] = "rtf:cellx";
     716           0 :     mMap[NS_rtf::LN_tc] = "rtf:tc";
     717           0 :     mMap[NS_rtf::LN_shd] = "rtf:shd";
     718           0 :     mMap[NS_rtf::LN_cellShd] = "rtf:cellShd";
     719           0 :     mMap[NS_rtf::LN_cellTopColor] = "rtf:cellTopColor";
     720           0 :     mMap[NS_rtf::LN_cellLeftColor] = "rtf:cellLeftColor";
     721           0 :     mMap[NS_rtf::LN_cellBottomColor] = "rtf:cellBottomColor";
     722           0 :     mMap[NS_rtf::LN_cellRightColor] = "rtf:cellRightColor";
     723           0 :     mMap[NS_rtf::LN_CELLSHADOW] = "rtf:CELLSHADOW";
     724           0 :     mMap[NS_rtf::LN_shpopt] = "rtf:shpopt";
     725           0 :     mMap[NS_rtf::LN_shpoptextraoffset] = "rtf:shpoptextraoffset";
     726           0 :     mMap[NS_rtf::LN_shptypename] = "rtf:shptypename";
     727           0 :     mMap[NS_rtf::LN_shpdgg] = "rtf:shpdgg";
     728           0 :     mMap[NS_rtf::LN_shpblipbname] = "rtf:shpblipbname";
     729           0 :     mMap[NS_rtf::LN_blip] = "rtf:blip";
     730           0 :     mMap[NS_rtf::LN_blip] = "rtf:blip";
     731           0 :     mMap[NS_rtf::LN_shptxt] = "rtf:shptxt";
     732             :     /* Classes */
     733           0 :     mMap[NS_rtf::LN_LISTTABLE] = "rtf:LISTTABLE";
     734           0 :     mMap[NS_rtf::LN_SttbRgtplc] = "rtf:SttbRgtplc";
     735           0 :     mMap[NS_rtf::LN_LFOTABLE] = "rtf:LFOTABLE";
     736           0 :     mMap[NS_rtf::LN_FONTTABLE] = "rtf:FONTTABLE";
     737           0 :     mMap[NS_rtf::LN_STYLESHEET] = "rtf:STYLESHEET";
     738           0 : }
     739             : 
     740           0 : void sprmidsToXML(::std::ostream & out)
     741             : {
     742             :   
     743           0 :     out << "<theid name=\"sprm:PContextualSpacing\">0x246d</theid>" << endl;
     744           0 :     out << "<theid name=\"sprm:PIstdPermute\">0xc601</theid>" << endl;
     745           0 :     out << "<theid name=\"sprm:PTabProps\">0x646b</theid>" << endl;
     746           0 :     out << "<theid name=\"sprm:TFCantSplit90\">0x3466</theid>" << endl;
     747           0 :     out << "<theid name=\"sprm:TCantSplit\">0x3644</theid>" << endl;
     748           0 :     out << "<theid name=\"sprm:PIncLvl\">0x2602</theid>" << endl;
     749           0 :     out << "<theid name=\"sprm:PJcExtra\">0x2461</theid>" << endl;
     750           0 :     out << "<theid name=\"sprm:PJc\">0x2403</theid>" << endl;
     751           0 :     out << "<theid name=\"sprm:PFSideBySide\">0x2404</theid>" << endl;
     752           0 :     out << "<theid name=\"sprm:PFKeep\">0x2405</theid>" << endl;
     753           0 :     out << "<theid name=\"sprm:PFKeepFollow\">0x2406</theid>" << endl;
     754           0 :     out << "<theid name=\"sprm:PFPageBreakBefore\">0x2407</theid>" << endl;
     755           0 :     out << "<theid name=\"sprm:PBrcl\">0x2408</theid>" << endl;
     756           0 :     out << "<theid name=\"sprm:PBrcp\">0x2409</theid>" << endl;
     757           0 :     out << "<theid name=\"sprm:PIlvl\">0x260a</theid>" << endl;
     758           0 :     out << "<theid name=\"sprm:PIlfo\">0x460b</theid>" << endl;
     759           0 :     out << "<theid name=\"sprm:PFNoLineNumb\">0x240c</theid>" << endl;
     760           0 :     out << "<theid name=\"sprm:PChgTabsPapx\">0xc60d</theid>" << endl;
     761           0 :     out << "<theid name=\"sprm:PDxaRight\">0x840e</theid>" << endl;
     762           0 :     out << "<theid name=\"sprm:PDxaLeft\">0x840f</theid>" << endl;
     763           0 :     out << "<theid name=\"sprm:PNest\">0x4610</theid>" << endl;
     764           0 :     out << "<theid name=\"sprm:PDxaLeft180\">0x8411</theid>" << endl;
     765           0 :     out << "<theid name=\"sprm:PDyaLine\">0x6412</theid>" << endl;
     766           0 :     out << "<theid name=\"sprm:PDyaBefore\">0xa413</theid>" << endl;
     767           0 :     out << "<theid name=\"sprm:PDyaAfter\">0xa414</theid>" << endl;
     768           0 :     out << "<theid name=\"sprm:PChgTabs\">0xc615</theid>" << endl;
     769           0 :     out << "<theid name=\"sprm:PFInTable\">0x2416</theid>" << endl;
     770           0 :     out << "<theid name=\"sprm:PCell\">0x244b</theid>" << endl;
     771           0 :     out << "<theid name=\"sprm:PRow\">0x244c</theid>" << endl;
     772           0 :     out << "<theid name=\"sprm:PFTtp\">0x2417</theid>" << endl;
     773           0 :     out << "<theid name=\"sprm:PDxaAbs\">0x8418</theid>" << endl;
     774           0 :     out << "<theid name=\"sprm:PDyaAbs\">0x8419</theid>" << endl;
     775           0 :     out << "<theid name=\"sprm:PDxaWidth\">0x841a</theid>" << endl;
     776           0 :     out << "<theid name=\"sprm:PPc\">0x261b</theid>" << endl;
     777           0 :     out << "<theid name=\"sprm:PBrcTop10\">0x461c</theid>" << endl;
     778           0 :     out << "<theid name=\"sprm:PBrcLeft10\">0x461d</theid>" << endl;
     779           0 :     out << "<theid name=\"sprm:PBrcBottom10\">0x461e</theid>" << endl;
     780           0 :     out << "<theid name=\"sprm:PBrcRight10\">0x461f</theid>" << endl;
     781           0 :     out << "<theid name=\"sprm:PBrcBetween10\">0x4620</theid>" << endl;
     782           0 :     out << "<theid name=\"sprm:PBrcBar10\">0x4621</theid>" << endl;
     783           0 :     out << "<theid name=\"sprm:PDxaFromText10\">0x4622</theid>" << endl;
     784           0 :     out << "<theid name=\"sprm:PWr\">0x2423</theid>" << endl;
     785           0 :     out << "<theid name=\"sprm:PBrcBar\">0x6629</theid>" << endl;
     786           0 :     out << "<theid name=\"sprm:PFNoAutoHyph\">0x242a</theid>" << endl;
     787           0 :     out << "<theid name=\"sprm:PWHeightAbs\">0x442b</theid>" << endl;
     788           0 :     out << "<theid name=\"sprm:PDcs\">0x442c</theid>" << endl;
     789           0 :     out << "<theid name=\"sprm:PShd\">0x442d</theid>" << endl;
     790           0 :     out << "<theid name=\"sprm:PDyaFromText\">0x842e</theid>" << endl;
     791           0 :     out << "<theid name=\"sprm:PDxaFromText\">0x842f</theid>" << endl;
     792           0 :     out << "<theid name=\"sprm:PFLocked\">0x2430</theid>" << endl;
     793           0 :     out << "<theid name=\"sprm:PFWidowControl\">0x2431</theid>" << endl;
     794           0 :     out << "<theid name=\"sprm:PRuler\">0xc632</theid>" << endl;
     795           0 :     out << "<theid name=\"sprm:PFKinsoku\">0x2433</theid>" << endl;
     796           0 :     out << "<theid name=\"sprm:PFWordWrap\">0x2434</theid>" << endl;
     797           0 :     out << "<theid name=\"sprm:PFOverflowPunct\">0x2435</theid>" << endl;
     798           0 :     out << "<theid name=\"sprm:PFTopLinePunct\">0x2436</theid>" << endl;
     799           0 :     out << "<theid name=\"sprm:PFAutoSpaceDE\">0x2437</theid>" << endl;
     800           0 :     out << "<theid name=\"sprm:PFAutoSpaceDN\">0x2438</theid>" << endl;
     801           0 :     out << "<theid name=\"sprm:PWAlignFont\">0x4439</theid>" << endl;
     802           0 :     out << "<theid name=\"sprm:PFrameTextFlow\">0x443a</theid>" << endl;
     803           0 :     out << "<theid name=\"sprm:PISnapBaseLine\">0x243b</theid>" << endl;
     804           0 :     out << "<theid name=\"sprm:PAnld\">0xc63e</theid>" << endl;
     805           0 :     out << "<theid name=\"sprm:PPropRMark\">0xc63f</theid>" << endl;
     806           0 :     out << "<theid name=\"sprm:POutLvl\">0x2640</theid>" << endl;
     807           0 :     out << "<theid name=\"sprm:PFBiDi\">0x2441</theid>" << endl;
     808           0 :     out << "<theid name=\"sprm:PFNumRMIns\">0x2443</theid>" << endl;
     809           0 :     out << "<theid name=\"sprm:PCrLf\">0x2444</theid>" << endl;
     810           0 :     out << "<theid name=\"sprm:PNumRM\">0xc645</theid>" << endl;
     811           0 :     out << "<theid name=\"sprm:PHugePapx\">0x6645</theid>" << endl;
     812           0 :     out << "<theid name=\"sprm:PFUsePgsuSettings\">0x2447</theid>" << endl;
     813           0 :     out << "<theid name=\"sprm:PFAdjustRight\">0x2448</theid>" << endl;
     814           0 :     out << "<theid name=\"sprm:CFRMarkDel\">0x0800</theid>" << endl;
     815           0 :     out << "<theid name=\"sprm:CFRMark\">0x0801</theid>" << endl;
     816           0 :     out << "<theid name=\"sprm:CFFldVanish\">0x0802</theid>" << endl;
     817           0 :     out << "<theid name=\"sprm:CPicLocation\">0x6a03</theid>" << endl;
     818           0 :     out << "<theid name=\"sprm:CIbstRMark\">0x4804</theid>" << endl;
     819           0 :     out << "<theid name=\"sprm:CDttmRMark\">0x6805</theid>" << endl;
     820           0 :     out << "<theid name=\"sprm:CFData\">0x0806</theid>" << endl;
     821           0 :     out << "<theid name=\"sprm:CIdslRMark\">0x4807</theid>" << endl;
     822           0 :     out << "<theid name=\"sprm:CChs\">0xea08</theid>" << endl;
     823           0 :     out << "<theid name=\"sprm:CSymbol\">0x6a09</theid>" << endl;
     824           0 :     out << "<theid name=\"sprm:CFOle2\">0x080a</theid>" << endl;
     825           0 :     out << "<theid name=\"sprm:CIdCharType\">0x480b</theid>" << endl;
     826           0 :     out << "<theid name=\"sprm:CHighlight\">0x2a0c</theid>" << endl;
     827           0 :     out << "<theid name=\"sprm:CObjLocation\">0x680e</theid>" << endl;
     828           0 :     out << "<theid name=\"sprm:CFFtcAsciSymb\">0x2a10</theid>" << endl;
     829           0 :     out << "<theid name=\"sprm:CIstd\">0x4a30</theid>" << endl;
     830           0 :     out << "<theid name=\"sprm:CIstdPermute\">0xca31</theid>" << endl;
     831           0 :     out << "<theid name=\"sprm:CDefault\">0x2a32</theid>" << endl;
     832           0 :     out << "<theid name=\"sprm:CPlain\">0x2a33</theid>" << endl;
     833           0 :     out << "<theid name=\"sprm:CKcd\">0x2a34</theid>" << endl;
     834           0 :     out << "<theid name=\"sprm:CFBold\">0x0835</theid>" << endl;
     835           0 :     out << "<theid name=\"sprm:CFItalic\">0x0836</theid>" << endl;
     836           0 :     out << "<theid name=\"sprm:CFStrike\">0x0837</theid>" << endl;
     837           0 :     out << "<theid name=\"sprm:CFOutline\">0x0838</theid>" << endl;
     838           0 :     out << "<theid name=\"sprm:CFShadow\">0x0839</theid>" << endl;
     839           0 :     out << "<theid name=\"sprm:CFSmallCaps\">0x083a</theid>" << endl;
     840           0 :     out << "<theid name=\"sprm:CFCaps\">0x083b</theid>" << endl;
     841           0 :     out << "<theid name=\"sprm:CFVanish\">0x083c</theid>" << endl;
     842           0 :     out << "<theid name=\"sprm:CFtcDefault\">0x4a3d</theid>" << endl;
     843           0 :     out << "<theid name=\"sprm:CKul\">0x2a3e</theid>" << endl;
     844           0 :     out << "<theid name=\"sprm:CSizePos\">0xea3f</theid>" << endl;
     845           0 :     out << "<theid name=\"sprm:CDxaSpace\">0x8840</theid>" << endl;
     846           0 :     out << "<theid name=\"sprm:CLid\">0x4a41</theid>" << endl;
     847           0 :     out << "<theid name=\"sprm:CIco\">0x2a42</theid>" << endl;
     848           0 :     out << "<theid name=\"sprm:CHps\">0x4a43</theid>" << endl;
     849           0 :     out << "<theid name=\"sprm:CHpsInc\">0x2a44</theid>" << endl;
     850           0 :     out << "<theid name=\"sprm:CHpsPos\">0x4845</theid>" << endl;
     851           0 :     out << "<theid name=\"sprm:CHpsPosAdj\">0x2a46</theid>" << endl;
     852           0 :     out << "<theid name=\"sprm:CMajority\">0xca47</theid>" << endl;
     853           0 :     out << "<theid name=\"sprm:CIss\">0x2a48</theid>" << endl;
     854           0 :     out << "<theid name=\"sprm:CHpsNew50\">0xca49</theid>" << endl;
     855           0 :     out << "<theid name=\"sprm:CHpsInc1\">0xca4a</theid>" << endl;
     856           0 :     out << "<theid name=\"sprm:CHpsKern\">0x484b</theid>" << endl;
     857           0 :     out << "<theid name=\"sprm:CMajority50\">0xca4c</theid>" << endl;
     858           0 :     out << "<theid name=\"sprm:CHpsMul\">0x4a4d</theid>" << endl;
     859           0 :     out << "<theid name=\"sprm:CYsri\">0x484e</theid>" << endl;
     860           0 :     out << "<theid name=\"sprm:CRgFtc0\">0x4a4f</theid>" << endl;
     861           0 :     out << "<theid name=\"sprm:CRgFtc1\">0x4a50</theid>" << endl;
     862           0 :     out << "<theid name=\"sprm:CRgFtc2\">0x4a51</theid>" << endl;
     863           0 :     out << "<theid name=\"sprm:CCharScale\">0x4852</theid>" << endl;
     864           0 :     out << "<theid name=\"sprm:CFDStrike\">0x2a53</theid>" << endl;
     865           0 :     out << "<theid name=\"sprm:CFImprint\">0x0854</theid>" << endl;
     866           0 :     out << "<theid name=\"sprm:CFNoProof\">0x0875</theid>" << endl;
     867           0 :     out << "<theid name=\"sprm:CFspecVanish\">0x0818</theid>" << endl;
     868           0 :     out << "<theid name=\"sprm:CFitText\">0xca76</theid>" << endl;
     869           0 :     out << "<theid name=\"sprm:CComplexScript\">0x882</theid>" << endl;
     870           0 :     out << "<theid name=\"sprm:PTightWrap\">0x2471</theid>" << endl;
     871           0 :     out << "<theid name=\"sprm:CFSpec\">0x0855</theid>" << endl;
     872           0 :     out << "<theid name=\"sprm:CFObj\">0x0856</theid>" << endl;
     873           0 :     out << "<theid name=\"sprm:CPropRMark\">0xca57</theid>" << endl;
     874           0 :     out << "<theid name=\"sprm:CFEmboss\">0x0858</theid>" << endl;
     875           0 :     out << "<theid name=\"sprm:CSfxText\">0x2859</theid>" << endl;
     876           0 :     out << "<theid name=\"sprm:CFBiDi\">0x085a</theid>" << endl;
     877           0 :     out << "<theid name=\"sprm:CFDiacColor\">0x085b</theid>" << endl;
     878           0 :     out << "<theid name=\"sprm:CFBoldBi\">0x085c</theid>" << endl;
     879           0 :     out << "<theid name=\"sprm:CFItalicBi\">0x085d</theid>" << endl;
     880           0 :     out << "<theid name=\"sprm:CFtcBi\">0x4a5e</theid>" << endl;
     881           0 :     out << "<theid name=\"sprm:CLidBi\">0x485f</theid>" << endl;
     882           0 :     out << "<theid name=\"sprm:CIcoBi\">0x4a60</theid>" << endl;
     883           0 :     out << "<theid name=\"sprm:CHpsBi\">0x4a61</theid>" << endl;
     884           0 :     out << "<theid name=\"sprm:CDispFldRMark\">0xca62</theid>" << endl;
     885           0 :     out << "<theid name=\"sprm:CIbstRMarkDel\">0x4863</theid>" << endl;
     886           0 :     out << "<theid name=\"sprm:CDttmRMarkDel\">0x6864</theid>" << endl;
     887           0 :     out << "<theid name=\"sprm:CBrc\">0x6865</theid>" << endl;
     888           0 :     out << "<theid name=\"sprm:CShd\">0x4866</theid>" << endl;
     889           0 :     out << "<theid name=\"sprm:CIdslRMarkDel\">0x4867</theid>" << endl;
     890           0 :     out << "<theid name=\"sprm:CFUsePgsuSettings\">0x0868</theid>" << endl;
     891           0 :     out << "<theid name=\"sprm:CCpg\">0x486b</theid>" << endl;
     892           0 :     out << "<theid name=\"sprm:CRgLid0_80\">0x486d</theid>" << endl;
     893           0 :     out << "<theid name=\"sprm:CRgLid1_80\">0x486e</theid>" << endl;
     894           0 :     out << "<theid name=\"sprm:CIdctHint\">0x286f</theid>" << endl;
     895           0 :     out << "<theid name=\"sprm:PicBrcl\">0x2e00</theid>" << endl;
     896           0 :     out << "<theid name=\"sprm:PicScale\">0xce01</theid>" << endl;
     897           0 :     out << "<theid name=\"sprm:PicBrcTop\">0x6c02</theid>" << endl;
     898           0 :     out << "<theid name=\"sprm:PicBrcLeft\">0x6c03</theid>" << endl;
     899           0 :     out << "<theid name=\"sprm:PicBrcBottom\">0x6c04</theid>" << endl;
     900           0 :     out << "<theid name=\"sprm:PicBrcRight\">0x6c05</theid>" << endl;
     901           0 :     out << "<theid name=\"sprm:ScnsPgn\">0x3000</theid>" << endl;
     902           0 :     out << "<theid name=\"sprm:SiHeadingPgn\">0x3001</theid>" << endl;
     903           0 :     out << "<theid name=\"sprm:SOlstAnm\">0xd202</theid>" << endl;
     904           0 :     out << "<theid name=\"sprm:SDxaColWidth\">0xf203</theid>" << endl;
     905           0 :     out << "<theid name=\"sprm:SDxaColSpacing\">0xf204</theid>" << endl;
     906           0 :     out << "<theid name=\"sprm:SFEvenlySpaced\">0x3005</theid>" << endl;
     907           0 :     out << "<theid name=\"sprm:SFProtected\">0x3006</theid>" << endl;
     908           0 :     out << "<theid name=\"sprm:SDmBinFirst\">0x5007</theid>" << endl;
     909           0 :     out << "<theid name=\"sprm:SDmBinOther\">0x5008</theid>" << endl;
     910           0 :     out << "<theid name=\"sprm:SBkc\">0x3009</theid>" << endl;
     911           0 :     out << "<theid name=\"sprm:SFTitlePage\">0x300a</theid>" << endl;
     912           0 :     out << "<theid name=\"sprm:SCcolumns\">0x500b</theid>" << endl;
     913           0 :     out << "<theid name=\"sprm:SDxaColumns\">0x900c</theid>" << endl;
     914           0 :     out << "<theid name=\"sprm:SFAutoPgn\">0x300d</theid>" << endl;
     915           0 :     out << "<theid name=\"sprm:SNfcPgn\">0x300e</theid>" << endl;
     916           0 :     out << "<theid name=\"sprm:SDyaPgn\">0xb00f</theid>" << endl;
     917           0 :     out << "<theid name=\"sprm:SDxaPgn\">0xb010</theid>" << endl;
     918           0 :     out << "<theid name=\"sprm:SFPgnRestart\">0x3011</theid>" << endl;
     919           0 :     out << "<theid name=\"sprm:SFEndnote\">0x3012</theid>" << endl;
     920           0 :     out << "<theid name=\"sprm:SLnc\">0x3013</theid>" << endl;
     921           0 :     out << "<theid name=\"sprm:SGprfIhdt\">0x3014</theid>" << endl;
     922           0 :     out << "<theid name=\"sprm:SNLnnMod\">0x5015</theid>" << endl;
     923           0 :     out << "<theid name=\"sprm:SDxaLnn\">0x9016</theid>" << endl;
     924           0 :     out << "<theid name=\"sprm:SDyaHdrTop\">0xb017</theid>" << endl;
     925           0 :     out << "<theid name=\"sprm:SDyaHdrBottom\">0xb018</theid>" << endl;
     926           0 :     out << "<theid name=\"sprm:SLBetween\">0x3019</theid>" << endl;
     927           0 :     out << "<theid name=\"sprm:SVjc\">0x301a</theid>" << endl;
     928           0 :     out << "<theid name=\"sprm:SLnnMin\">0x501b</theid>" << endl;
     929           0 :     out << "<theid name=\"sprm:SPgnStart\">0x501c</theid>" << endl;
     930           0 :     out << "<theid name=\"sprm:SBOrientation\">0x301d</theid>" << endl;
     931           0 :     out << "<theid name=\"sprm:SBCustomize\">0x301e</theid>" << endl;
     932           0 :     out << "<theid name=\"sprm:SXaPage\">0xb01f</theid>" << endl;
     933           0 :     out << "<theid name=\"sprm:SYaPage\">0xb020</theid>" << endl;
     934           0 :     out << "<theid name=\"sprm:SDxaLeft\">0xb021</theid>" << endl;
     935           0 :     out << "<theid name=\"sprm:SDxaRight\">0xb022</theid>" << endl;
     936           0 :     out << "<theid name=\"sprm:SDyaTop\">0x9023</theid>" << endl;
     937           0 :     out << "<theid name=\"sprm:SDyaBottom\">0x9024</theid>" << endl;
     938           0 :     out << "<theid name=\"sprm:SDzaGutter\">0xb025</theid>" << endl;
     939           0 :     out << "<theid name=\"sprm:SDmPaperReq\">0x5026</theid>" << endl;
     940           0 :     out << "<theid name=\"sprm:SPropRMark\">0xd227</theid>" << endl;
     941           0 :     out << "<theid name=\"sprm:SFBiDi\">0x3228</theid>" << endl;
     942           0 :     out << "<theid name=\"sprm:SFFacingCol\">0x3229</theid>" << endl;
     943           0 :     out << "<theid name=\"sprm:SFRTLGutter\">0x322a</theid>" << endl;
     944           0 :     out << "<theid name=\"sprm:SBrcTop\">0x702b</theid>" << endl;
     945           0 :     out << "<theid name=\"sprm:SBrcLeft\">0x702c</theid>" << endl;
     946           0 :     out << "<theid name=\"sprm:SBrcBottom\">0x702d</theid>" << endl;
     947           0 :     out << "<theid name=\"sprm:SBrcRight\">0x702e</theid>" << endl;
     948           0 :     out << "<theid name=\"sprm:SPgbProp\">0x522f</theid>" << endl;
     949           0 :     out << "<theid name=\"sprm:SDxtCharSpace\">0x7030</theid>" << endl;
     950           0 :     out << "<theid name=\"sprm:SDyaLinePitch\">0x9031</theid>" << endl;
     951           0 :     out << "<theid name=\"sprm:SClm\">0x5032</theid>" << endl;
     952           0 :     out << "<theid name=\"sprm:STextFlow\">0x5033</theid>" << endl;
     953           0 :     out << "<theid name=\"sprm:TJc\">0x5400</theid>" << endl;
     954           0 :     out << "<theid name=\"sprm:TDxaLeft\">0x9601</theid>" << endl;
     955           0 :     out << "<theid name=\"sprm:TDxaGapHalf\">0x9602</theid>" << endl;
     956           0 :     out << "<theid name=\"sprm:TFCantSplit\">0x3403</theid>" << endl;
     957           0 :     out << "<theid name=\"sprm:TTableHeader\">0x3404</theid>" << endl;
     958           0 :     out << "<theid name=\"sprm:TTableBorders\">0xd605</theid>" << endl;
     959           0 :     out << "<theid name=\"sprm:TDefTable10\">0xd606</theid>" << endl;
     960           0 :     out << "<theid name=\"sprm:TDyaRowHeight\">0x9407</theid>" << endl;
     961           0 :     out << "<theid name=\"sprm:TDefTable\">0xd608</theid>" << endl;
     962           0 :     out << "<theid name=\"sprm:TDefTableShd\">0xd609</theid>" << endl;
     963           0 :     out << "<theid name=\"sprm:TCellShd\">0xd612</theid>" << endl;
     964           0 :     out << "<theid name=\"sprm:TTlp\">0x740a</theid>" << endl;
     965           0 :     out << "<theid name=\"sprm:TFBiDi\">0x560b</theid>" << endl;
     966           0 :     out << "<theid name=\"sprm:THTMLProps\">0x740c</theid>" << endl;
     967           0 :     out << "<theid name=\"sprm:TSetBrc\">0xd620</theid>" << endl;
     968           0 :     out << "<theid name=\"sprm:TInsert\">0x7621</theid>" << endl;
     969           0 :     out << "<theid name=\"sprm:TDelete\">0x5622</theid>" << endl;
     970           0 :     out << "<theid name=\"sprm:TDxaCol\">0x7623</theid>" << endl;
     971           0 :     out << "<theid name=\"sprm:TMerge\">0x5624</theid>" << endl;
     972           0 :     out << "<theid name=\"sprm:TSplit\">0x5625</theid>" << endl;
     973           0 :     out << "<theid name=\"sprm:TSetBrc10\">0xd626</theid>" << endl;
     974           0 :     out << "<theid name=\"sprm:TSetShd\">0x7627</theid>" << endl;
     975           0 :     out << "<theid name=\"sprm:TSetShdOdd\">0x7628</theid>" << endl;
     976           0 :     out << "<theid name=\"sprm:TTextFlow\">0x7629</theid>" << endl;
     977           0 :     out << "<theid name=\"sprm:TDiagLine\">0xd62a</theid>" << endl;
     978           0 :     out << "<theid name=\"sprm:TVertMerge\">0xd62b</theid>" << endl;
     979           0 :     out << "<theid name=\"sprm:TVertAlign\">0xd62c</theid>" << endl;
     980           0 :     out << "<theid name=\"sprm:TCellTopColor\">0xd61a</theid>" << endl;
     981           0 :     out << "<theid name=\"sprm:TCellLeftColor\">0xd61b</theid>" << endl;
     982           0 :     out << "<theid name=\"sprm:TCellBottomColor\">0xd61c</theid>" << endl;
     983           0 :     out << "<theid name=\"sprm:TCellRightColor\">0xd61d</theid>" << endl;
     984           0 :     out << "<theid name=\"sprm:TGridLineProps\">0xd613</theid>" << endl;
     985           0 :     out << "<theid name=\"sprm:CIndrsid\">0x6816</theid>" << endl;
     986           0 :     out << "<theid name=\"sprm:Cdelrsid\">0x6817</theid>" << endl;
     987           0 :     out << "<theid name=\"sprm:PTableDepth\">0x6649</theid>" << endl;
     988           0 :     out << "<theid name=\"sprm:TCellShadow\">0xd670</theid>" << endl;
     989           0 :     out << "<theid name=\"sprm:PBrcTop\">0x6424</theid>" << endl;
     990           0 :     out << "<theid name=\"sprm:PBrcLeft\">0x6425</theid>" << endl;
     991           0 :     out << "<theid name=\"sprm:PBrcBottom\">0x6426</theid>" << endl;
     992           0 :     out << "<theid name=\"sprm:PBrcRight\">0x6427</theid>" << endl;
     993           0 :     out << "<theid name=\"sprm:PBrcBetween\">0x6428</theid>" << endl;
     994           0 :     out << "<theid name=\"sprm:PBorderTop\">0xc64e</theid>" << endl;
     995           0 :     out << "<theid name=\"sprm:PBorderLeft\">0xc64f</theid>" << endl;
     996           0 :     out << "<theid name=\"sprm:PBorderBottom\">0xc650</theid>" << endl;
     997           0 :     out << "<theid name=\"sprm:PBorderRight\">0xc651</theid>" << endl;
     998           0 :     out << "<theid name=\"sprm:PBorderBetween\">0xc652</theid>" << endl;
     999           0 :     out << "<theid name=\"sprm:CBorder\">0xca72</theid>" << endl;
    1000           0 :     out << "<theid name=\"sprm:TTPreferredWidth\">0xf614</theid>" << endl;
    1001           0 :     out << "<theid name=\"sprm:TTRLeft\">0xf661</theid>" << endl;
    1002           0 :     out << "<theid name=\"sprm:CEastAsianLayout\">0xca78</theid>" << endl;
    1003           0 :     out << "<theid name=\"sprm:TWidthBefore\">0xf617</theid>" << endl;
    1004           0 :     out << "<theid name=\"sprm:TWidthAfter\">0xf618</theid>" << endl;
    1005           0 :     out << "<theid name=\"sprm:PDxaLeft1\">0x8460</theid>" << endl;
    1006           0 :     out << "<theid name=\"sprm:PRsid\">0x6467</theid>" << endl;
    1007           0 :     out << "<theid name=\"sprm:CRsidProp\">0x6815</theid>" << endl;
    1008           0 :     out << "<theid name=\"sprm:CRgLid0\">0x4873</theid>" << endl;
    1009           0 :     out << "<theid name=\"sprm:CRgLid1\">0x4874</theid>" << endl;
    1010           0 :     out << "<theid name=\"sprm:TCellPaddingDefault\">0xd634</theid>" << endl;
    1011           0 :     out << "<theid name=\"sprm:TRsid\">0x7479</theid>" << endl;
    1012           0 :     out << "<theid name=\"sprm:TFAutofit\">0x3615</theid>" << endl;
    1013           0 :     out << "<theid name=\"sprm:TPc\">0x360d</theid>" << endl;
    1014           0 :     out << "<theid name=\"sprm:TDyaAbs\">0x940f</theid>" << endl;
    1015           0 :     out << "<theid name=\"sprm:TDxaFromText\">0x9410</theid>" << endl;
    1016           0 :     out << "<theid name=\"sprm:TDyaFromText\">0x9411</theid>" << endl;
    1017           0 :     out << "<theid name=\"sprm:TDxaFromTextRight\">0x941e</theid>" << endl;
    1018           0 :     out << "<theid name=\"sprm:TDyaFromTextBottom\">0x941f</theid>" << endl;
    1019           0 :     out << "<theid name=\"sprm:TFNoAllowOverlap\">0x3465</theid>" << endl;
    1020           0 : }
    1021             :   
    1022           0 : void doctokidsToXML(::std::ostream & out)
    1023             : {
    1024             :   /* Attributes */
    1025           0 :     out << "<theid name=\"rtf:ISTD\">10001</theid>" << endl;
    1026           0 :     out << "<theid name=\"rtf:header\">10001</theid>" << endl;
    1027           0 :     out << "<theid name=\"rtf:footer\">10001</theid>" << endl;
    1028           0 :     out << "<theid name=\"rtf:headerr\">10001</theid>" << endl;
    1029           0 :     out << "<theid name=\"rtf:headerl\">10001</theid>" << endl;
    1030           0 :     out << "<theid name=\"rtf:footerr\">10001</theid>" << endl;
    1031           0 :     out << "<theid name=\"rtf:footerl\">10001</theid>" << endl;
    1032           0 :     out << "<theid name=\"rtf:headerf\">10001</theid>" << endl;
    1033           0 :     out << "<theid name=\"rtf:footerf\">10001</theid>" << endl;
    1034           0 :     out << "<theid name=\"rtf:footnote\">10001</theid>" << endl;
    1035           0 :     out << "<theid name=\"rtf:endnote\">10001</theid>" << endl;
    1036           0 :     out << "<theid name=\"rtf:annotation\">10001</theid>" << endl;
    1037           0 :     out << "<theid name=\"rtf:BOOKMARKNAME\">10001</theid>" << endl;
    1038           0 :     out << "<theid name=\"rtf:XAlign\">10001</theid>" << endl;
    1039           0 :     out << "<theid name=\"rtf:YAlign\">10001</theid>" << endl;
    1040           0 :     out << "<theid name=\"rtf:XRelTo\">10001</theid>" << endl;
    1041           0 :     out << "<theid name=\"rtf:YRelTo\">10001</theid>" << endl;
    1042           0 :     out << "<theid name=\"rtf:LayoutInTableCell\">10001</theid>" << endl;
    1043           0 :     out << "<theid name=\"rtf:Inline\">10001</theid>" << endl;
    1044           0 :     out << "<theid name=\"rtf:DffRecord\">10001</theid>" << endl;
    1045           0 :     out << "<theid name=\"rtf:DffAttribute\">10001</theid>" << endl;
    1046           0 :     out << "<theid name=\"rtf:dfftype\">10001</theid>" << endl;
    1047           0 :     out << "<theid name=\"rtf:dffheader\">10001</theid>" << endl;
    1048           0 :     out << "<theid name=\"rtf:dffinstance\">10001</theid>" << endl;
    1049           0 :     out << "<theid name=\"rtf:dffversion\">10001</theid>" << endl;
    1050           0 :     out << "<theid name=\"rtf:blob\">10001</theid>" << endl;
    1051           0 :     out << "<theid name=\"rtf:SttbAssoc\">10001</theid>" << endl;
    1052           0 :     out << "<theid name=\"rtf:fFacingPages\">10001</theid>" << endl;
    1053           0 :     out << "<theid name=\"rtf:unused1\">10001</theid>" << endl;
    1054           0 :     out << "<theid name=\"rtf:fPMHMainDoc\">10001</theid>" << endl;
    1055           0 :     out << "<theid name=\"rtf:unused2\">10001</theid>" << endl;
    1056           0 :     out << "<theid name=\"rtf:fpc\">10001</theid>" << endl;
    1057           0 :     out << "<theid name=\"rtf:unused3\">10001</theid>" << endl;
    1058           0 :     out << "<theid name=\"rtf:unused4\">10001</theid>" << endl;
    1059           0 :     out << "<theid name=\"rtf:rncFtn\">10001</theid>" << endl;
    1060           0 :     out << "<theid name=\"rtf:nFtn\">10001</theid>" << endl;
    1061           0 :     out << "<theid name=\"rtf:unused5\">10001</theid>" << endl;
    1062           0 :     out << "<theid name=\"rtf:unused6\">10001</theid>" << endl;
    1063           0 :     out << "<theid name=\"rtf:unused7\">10001</theid>" << endl;
    1064           0 :     out << "<theid name=\"rtf:unused8\">10001</theid>" << endl;
    1065           0 :     out << "<theid name=\"rtf:unused9\">10001</theid>" << endl;
    1066           0 :     out << "<theid name=\"rtf:unused10\">10001</theid>" << endl;
    1067           0 :     out << "<theid name=\"rtf:fSplAllDone\">10001</theid>" << endl;
    1068           0 :     out << "<theid name=\"rtf:fSplAllClean\">10001</theid>" << endl;
    1069           0 :     out << "<theid name=\"rtf:fSplHideErrors\">10001</theid>" << endl;
    1070           0 :     out << "<theid name=\"rtf:fGramHideErrors\">10001</theid>" << endl;
    1071           0 :     out << "<theid name=\"rtf:fLabelDoc\">10001</theid>" << endl;
    1072           0 :     out << "<theid name=\"rtf:fHyphCapitals\">10001</theid>" << endl;
    1073           0 :     out << "<theid name=\"rtf:fAutoHyphen\">10001</theid>" << endl;
    1074           0 :     out << "<theid name=\"rtf:fFormNoFields\">10001</theid>" << endl;
    1075           0 :     out << "<theid name=\"rtf:fLinkStyles\">10001</theid>" << endl;
    1076           0 :     out << "<theid name=\"rtf:fRevMarking\">10001</theid>" << endl;
    1077           0 :     out << "<theid name=\"rtf:unused11\">10001</theid>" << endl;
    1078           0 :     out << "<theid name=\"rtf:fExactCWords\">10001</theid>" << endl;
    1079           0 :     out << "<theid name=\"rtf:fPagHidden\">10001</theid>" << endl;
    1080           0 :     out << "<theid name=\"rtf:fPagResults\">10001</theid>" << endl;
    1081           0 :     out << "<theid name=\"rtf:fLockAtn\">10001</theid>" << endl;
    1082           0 :     out << "<theid name=\"rtf:fMirrorMargins\">10001</theid>" << endl;
    1083           0 :     out << "<theid name=\"rtf:fWord97Compat\">10001</theid>" << endl;
    1084           0 :     out << "<theid name=\"rtf:unused12\">10001</theid>" << endl;
    1085           0 :     out << "<theid name=\"rtf:unused13\">10001</theid>" << endl;
    1086           0 :     out << "<theid name=\"rtf:fProtEnabled\">10001</theid>" << endl;
    1087           0 :     out << "<theid name=\"rtf:fDispFormFldSel\">10001</theid>" << endl;
    1088           0 :     out << "<theid name=\"rtf:fRMView\">10001</theid>" << endl;
    1089           0 :     out << "<theid name=\"rtf:fRMPrint\">10001</theid>" << endl;
    1090           0 :     out << "<theid name=\"rtf:fLockVbaProj\">10001</theid>" << endl;
    1091           0 :     out << "<theid name=\"rtf:fLockRev\">10001</theid>" << endl;
    1092           0 :     out << "<theid name=\"rtf:fEmbedFonts\">10001</theid>" << endl;
    1093           0 :     out << "<theid name=\"rtf:copts60\">10001</theid>" << endl;
    1094           0 :     out << "<theid name=\"rtf:dxaTab\">10001</theid>" << endl;
    1095           0 :     out << "<theid name=\"rtf:cpgWebOpt\">10001</theid>" << endl;
    1096           0 :     out << "<theid name=\"rtf:dxaHotZ\">10001</theid>" << endl;
    1097           0 :     out << "<theid name=\"rtf:cConsecHypLim\">10001</theid>" << endl;
    1098           0 :     out << "<theid name=\"rtf:wSpare2\">10001</theid>" << endl;
    1099           0 :     out << "<theid name=\"rtf:dttmCreated\">10001</theid>" << endl;
    1100           0 :     out << "<theid name=\"rtf:dttmRevised\">10001</theid>" << endl;
    1101           0 :     out << "<theid name=\"rtf:dttmLastPrint\">10001</theid>" << endl;
    1102           0 :     out << "<theid name=\"rtf:nRevision\">10001</theid>" << endl;
    1103           0 :     out << "<theid name=\"rtf:tmEdited\">10001</theid>" << endl;
    1104           0 :     out << "<theid name=\"rtf:cWords\">10001</theid>" << endl;
    1105           0 :     out << "<theid name=\"rtf:cCh\">10001</theid>" << endl;
    1106           0 :     out << "<theid name=\"rtf:cPg\">10001</theid>" << endl;
    1107           0 :     out << "<theid name=\"rtf:cParas\">10001</theid>" << endl;
    1108           0 :     out << "<theid name=\"rtf:rncEdn\">10001</theid>" << endl;
    1109           0 :     out << "<theid name=\"rtf:\">10001</theid>" << endl;
    1110           0 :     out << "<theid name=\"rtf:unused14\">10001</theid>" << endl;
    1111           0 :     out << "<theid name=\"rtf:unused15\">10001</theid>" << endl;
    1112           0 :     out << "<theid name=\"rtf:fPrintFormData\">10001</theid>" << endl;
    1113           0 :     out << "<theid name=\"rtf:fSaveFormData\">10001</theid>" << endl;
    1114           0 :     out << "<theid name=\"rtf:fShadeFormData\">10001</theid>" << endl;
    1115           0 :     out << "<theid name=\"rtf:fShadeMergeFields\">10001</theid>" << endl;
    1116           0 :     out << "<theid name=\"rtf:reserved2\">10001</theid>" << endl;
    1117           0 :     out << "<theid name=\"rtf:fIncludeSubdocsInStats\">10001</theid>" << endl;
    1118           0 :     out << "<theid name=\"rtf:cLines\">10001</theid>" << endl;
    1119           0 :     out << "<theid name=\"rtf:cWordsWithSubdocs\">10001</theid>" << endl;
    1120           0 :     out << "<theid name=\"rtf:cChWithSubdocs\">10001</theid>" << endl;
    1121           0 :     out << "<theid name=\"rtf:cPgWithSubdocs\">10001</theid>" << endl;
    1122           0 :     out << "<theid name=\"rtf:cParasWithSubdocs\">10001</theid>" << endl;
    1123           0 :     out << "<theid name=\"rtf:cLinesWithSubdocs\">10001</theid>" << endl;
    1124           0 :     out << "<theid name=\"rtf:lKeyProtDoc\">10001</theid>" << endl;
    1125           0 :     out << "<theid name=\"rtf:wvkoSaved\">10001</theid>" << endl;
    1126           0 :     out << "<theid name=\"rtf:pctWwdSaved\">10001</theid>" << endl;
    1127           0 :     out << "<theid name=\"rtf:zkSaved\">10001</theid>" << endl;
    1128           0 :     out << "<theid name=\"rtf:unused16\">10001</theid>" << endl;
    1129           0 :     out << "<theid name=\"rtf:iGutterPos\">10001</theid>" << endl;
    1130           0 :     out << "<theid name=\"rtf:ISTARTAT\">10001</theid>" << endl;
    1131           0 :     out << "<theid name=\"rtf:NFC\">10001</theid>" << endl;
    1132           0 :     out << "<theid name=\"rtf:JC\">10001</theid>" << endl;
    1133           0 :     out << "<theid name=\"rtf:FLEGAL\">10001</theid>" << endl;
    1134           0 :     out << "<theid name=\"rtf:FNORESTART\">10001</theid>" << endl;
    1135           0 :     out << "<theid name=\"rtf:FIDENTSAV\">10001</theid>" << endl;
    1136           0 :     out << "<theid name=\"rtf:FCONVERTED\">10001</theid>" << endl;
    1137           0 :     out << "<theid name=\"rtf:FTENTATIVE\">10001</theid>" << endl;
    1138           0 :     out << "<theid name=\"rtf:RGBXCHNUMS\">10001</theid>" << endl;
    1139           0 :     out << "<theid name=\"rtf:IXCHFOLLOW\">10001</theid>" << endl;
    1140           0 :     out << "<theid name=\"rtf:DXASPACE\">10001</theid>" << endl;
    1141           0 :     out << "<theid name=\"rtf:DXAINDENT\">10001</theid>" << endl;
    1142           0 :     out << "<theid name=\"rtf:CBGRPPRLCHPX\">10001</theid>" << endl;
    1143           0 :     out << "<theid name=\"rtf:CBGRPPRLPAPX\">10001</theid>" << endl;
    1144           0 :     out << "<theid name=\"rtf:ilvlRestartLim\">10001</theid>" << endl;
    1145           0 :     out << "<theid name=\"rtf:grfhic\">10001</theid>" << endl;
    1146           0 :     out << "<theid name=\"rtf:LSID\">10001</theid>" << endl;
    1147           0 :     out << "<theid name=\"rtf:TPLC\">10001</theid>" << endl;
    1148           0 :     out << "<theid name=\"rtf:fBuildIn\">10001</theid>" << endl;
    1149           0 :     out << "<theid name=\"rtf:ilgpdM1\">10001</theid>" << endl;
    1150           0 :     out << "<theid name=\"rtf:lid\">10001</theid>" << endl;
    1151           0 :     out << "<theid name=\"rtf:random\">10001</theid>" << endl;
    1152           0 :     out << "<theid name=\"rtf:RGISTD\">10001</theid>" << endl;
    1153           0 :     out << "<theid name=\"rtf:FSIMPLELIST\">10001</theid>" << endl;
    1154           0 :     out << "<theid name=\"rtf:fAutoNum\">10001</theid>" << endl;
    1155           0 :     out << "<theid name=\"rtf:fHybrid\">10001</theid>" << endl;
    1156           0 :     out << "<theid name=\"rtf:reserved1\">10001</theid>" << endl;
    1157           0 :     out << "<theid name=\"rtf:ILVL\">10001</theid>" << endl;
    1158           0 :     out << "<theid name=\"rtf:FSTARTAT\">10001</theid>" << endl;
    1159           0 :     out << "<theid name=\"rtf:FFORMATTING\">10001</theid>" << endl;
    1160           0 :     out << "<theid name=\"rtf:UNSIGNED4_6\">10001</theid>" << endl;
    1161           0 :     out << "<theid name=\"rtf:lsid\">10001</theid>" << endl;
    1162           0 :     out << "<theid name=\"rtf:clfolvl\">10001</theid>" << endl;
    1163           0 :     out << "<theid name=\"rtf:ibstFltAutoNum\">10001</theid>" << endl;
    1164           0 :     out << "<theid name=\"rtf:cp\">10001</theid>" << endl;
    1165           0 :     out << "<theid name=\"rtf:CBFFNM1\">10001</theid>" << endl;
    1166           0 :     out << "<theid name=\"rtf:PRQ\">10001</theid>" << endl;
    1167           0 :     out << "<theid name=\"rtf:FTRUETYPE\">10001</theid>" << endl;
    1168           0 :     out << "<theid name=\"rtf:UNUSED1_3\">10001</theid>" << endl;
    1169           0 :     out << "<theid name=\"rtf:FF\">10001</theid>" << endl;
    1170           0 :     out << "<theid name=\"rtf:UNUSED1_7\">10001</theid>" << endl;
    1171           0 :     out << "<theid name=\"rtf:WWEIGHT\">10001</theid>" << endl;
    1172           0 :     out << "<theid name=\"rtf:CHS\">10001</theid>" << endl;
    1173           0 :     out << "<theid name=\"rtf:IXCHSZALT\">10001</theid>" << endl;
    1174           0 :     out << "<theid name=\"rtf:PANOSE\">10001</theid>" << endl;
    1175           0 :     out << "<theid name=\"rtf:FS\">10001</theid>" << endl;
    1176           0 :     out << "<theid name=\"rtf:STI\">10001</theid>" << endl;
    1177           0 :     out << "<theid name=\"rtf:FSCRATCH\">10001</theid>" << endl;
    1178           0 :     out << "<theid name=\"rtf:FINVALHEIGHT\">10001</theid>" << endl;
    1179           0 :     out << "<theid name=\"rtf:FHASUPE\">10001</theid>" << endl;
    1180           0 :     out << "<theid name=\"rtf:FMASSCOPY\">10001</theid>" << endl;
    1181           0 :     out << "<theid name=\"rtf:SGC\">10001</theid>" << endl;
    1182           0 :     out << "<theid name=\"rtf:ISTDBASE\">10001</theid>" << endl;
    1183           0 :     out << "<theid name=\"rtf:CUPX\">10001</theid>" << endl;
    1184           0 :     out << "<theid name=\"rtf:ISTDNEXT\">10001</theid>" << endl;
    1185           0 :     out << "<theid name=\"rtf:BCHUPE\">10001</theid>" << endl;
    1186           0 :     out << "<theid name=\"rtf:FAUTOREDEF\">10001</theid>" << endl;
    1187           0 :     out << "<theid name=\"rtf:FHIDDEN\">10001</theid>" << endl;
    1188           0 :     out << "<theid name=\"rtf:UNUSED8_3\">10001</theid>" << endl;
    1189           0 :     out << "<theid name=\"rtf:CSTD\">10001</theid>" << endl;
    1190           0 :     out << "<theid name=\"rtf:CBSTDBASEINFILE\">10001</theid>" << endl;
    1191           0 :     out << "<theid name=\"rtf:FSTDSTYLENAMESWRITTEN\">10001</theid>" << endl;
    1192           0 :     out << "<theid name=\"rtf:UNUSED4_2\">10001</theid>" << endl;
    1193           0 :     out << "<theid name=\"rtf:STIMAXWHENSAVED\">10001</theid>" << endl;
    1194           0 :     out << "<theid name=\"rtf:ISTDMAXFIXEDWHENSAVED\">10001</theid>" << endl;
    1195           0 :     out << "<theid name=\"rtf:NVERBUILTINNAMESWHENSAVED\">10001</theid>" << endl;
    1196           0 :     out << "<theid name=\"rtf:RGFTCSTANDARDCHPSTSH\">10001</theid>" << endl;
    1197           0 :     out << "<theid name=\"rtf:WIDENT\">10001</theid>" << endl;
    1198           0 :     out << "<theid name=\"rtf:NFIB\">10001</theid>" << endl;
    1199           0 :     out << "<theid name=\"rtf:NPRODUCT\">10001</theid>" << endl;
    1200           0 :     out << "<theid name=\"rtf:LID\">10001</theid>" << endl;
    1201           0 :     out << "<theid name=\"rtf:PNNEXT\">10001</theid>" << endl;
    1202           0 :     out << "<theid name=\"rtf:FDOT\">10001</theid>" << endl;
    1203           0 :     out << "<theid name=\"rtf:FGLSY\">10001</theid>" << endl;
    1204           0 :     out << "<theid name=\"rtf:FCOMPLEX\">10001</theid>" << endl;
    1205           0 :     out << "<theid name=\"rtf:FHASPIC\">10001</theid>" << endl;
    1206           0 :     out << "<theid name=\"rtf:CQUICKSAVES\">10001</theid>" << endl;
    1207           0 :     out << "<theid name=\"rtf:FENCRYPTED\">10001</theid>" << endl;
    1208           0 :     out << "<theid name=\"rtf:FWHICHTBLSTM\">10001</theid>" << endl;
    1209           0 :     out << "<theid name=\"rtf:FREADONLYRECOMMENDED\">10001</theid>" << endl;
    1210           0 :     out << "<theid name=\"rtf:FWRITERESERVATION\">10001</theid>" << endl;
    1211           0 :     out << "<theid name=\"rtf:FEXTCHAR\">10001</theid>" << endl;
    1212           0 :     out << "<theid name=\"rtf:FLOADOVERRIDE\">10001</theid>" << endl;
    1213           0 :     out << "<theid name=\"rtf:FFAREAST\">10001</theid>" << endl;
    1214           0 :     out << "<theid name=\"rtf:FCRYPTO\">10001</theid>" << endl;
    1215           0 :     out << "<theid name=\"rtf:NFIBBACK\">10001</theid>" << endl;
    1216           0 :     out << "<theid name=\"rtf:LKEY\">10001</theid>" << endl;
    1217           0 :     out << "<theid name=\"rtf:ENVR\">10001</theid>" << endl;
    1218           0 :     out << "<theid name=\"rtf:FMAC\">10001</theid>" << endl;
    1219           0 :     out << "<theid name=\"rtf:FEMPTYSPECIAL\">10001</theid>" << endl;
    1220           0 :     out << "<theid name=\"rtf:FLOADOVERRIDEPAGE\">10001</theid>" << endl;
    1221           0 :     out << "<theid name=\"rtf:FFUTURESAVEDUNDO\">10001</theid>" << endl;
    1222           0 :     out << "<theid name=\"rtf:FWORD97SAVED\">10001</theid>" << endl;
    1223           0 :     out << "<theid name=\"rtf:FSPARE0\">10001</theid>" << endl;
    1224           0 :     out << "<theid name=\"rtf:CHSTABLES\">10001</theid>" << endl;
    1225           0 :     out << "<theid name=\"rtf:FCMIN\">10001</theid>" << endl;
    1226           0 :     out << "<theid name=\"rtf:FCMAC\">10001</theid>" << endl;
    1227           0 :     out << "<theid name=\"rtf:CSW\">10001</theid>" << endl;
    1228           0 :     out << "<theid name=\"rtf:WMAGICCREATED\">10001</theid>" << endl;
    1229           0 :     out << "<theid name=\"rtf:WMAGICREVISED\">10001</theid>" << endl;
    1230           0 :     out << "<theid name=\"rtf:WMAGICCREATEDPRIVATE\">10001</theid>" << endl;
    1231           0 :     out << "<theid name=\"rtf:WMAGICREVISEDPRIVATE\">10001</theid>" << endl;
    1232           0 :     out << "<theid name=\"rtf:PNFBPCHPFIRST_W6\">10001</theid>" << endl;
    1233           0 :     out << "<theid name=\"rtf:PNCHPFIRST_W6\">10001</theid>" << endl;
    1234           0 :     out << "<theid name=\"rtf:CPNBTECHP_W6\">10001</theid>" << endl;
    1235           0 :     out << "<theid name=\"rtf:PNFBPPAPFIRST_W6\">10001</theid>" << endl;
    1236           0 :     out << "<theid name=\"rtf:PNPAPFIRST_W6\">10001</theid>" << endl;
    1237           0 :     out << "<theid name=\"rtf:CPNBTEPAP_W6\">10001</theid>" << endl;
    1238           0 :     out << "<theid name=\"rtf:PNFBPLVCFIRST_W6\">10001</theid>" << endl;
    1239           0 :     out << "<theid name=\"rtf:PNLVCFIRST_W6\">10001</theid>" << endl;
    1240           0 :     out << "<theid name=\"rtf:CPNBTELVC_W6\">10001</theid>" << endl;
    1241           0 :     out << "<theid name=\"rtf:LIDFE\">10001</theid>" << endl;
    1242           0 :     out << "<theid name=\"rtf:CLW\">10001</theid>" << endl;
    1243           0 :     out << "<theid name=\"rtf:CBMAC\">10001</theid>" << endl;
    1244           0 :     out << "<theid name=\"rtf:LPRODUCTCREATED\">10001</theid>" << endl;
    1245           0 :     out << "<theid name=\"rtf:LPRODUCTREVISED\">10001</theid>" << endl;
    1246           0 :     out << "<theid name=\"rtf:CCPTEXT\">10001</theid>" << endl;
    1247           0 :     out << "<theid name=\"rtf:CCPFTN\">10001</theid>" << endl;
    1248           0 :     out << "<theid name=\"rtf:CCPHDD\">10001</theid>" << endl;
    1249           0 :     out << "<theid name=\"rtf:CCPMCR\">10001</theid>" << endl;
    1250           0 :     out << "<theid name=\"rtf:CCPATN\">10001</theid>" << endl;
    1251           0 :     out << "<theid name=\"rtf:CCPEDN\">10001</theid>" << endl;
    1252           0 :     out << "<theid name=\"rtf:CCPTXBX\">10001</theid>" << endl;
    1253           0 :     out << "<theid name=\"rtf:CCPHDRTXBX\">10001</theid>" << endl;
    1254           0 :     out << "<theid name=\"rtf:PNFBPCHPFIRST\">10001</theid>" << endl;
    1255           0 :     out << "<theid name=\"rtf:PNCHPFIRST\">10001</theid>" << endl;
    1256           0 :     out << "<theid name=\"rtf:CPNBTECHP\">10001</theid>" << endl;
    1257           0 :     out << "<theid name=\"rtf:PNFBPPAPFIRST\">10001</theid>" << endl;
    1258           0 :     out << "<theid name=\"rtf:PNPAPFIRST\">10001</theid>" << endl;
    1259           0 :     out << "<theid name=\"rtf:CPNBTEPAP\">10001</theid>" << endl;
    1260           0 :     out << "<theid name=\"rtf:PNFBPLVCFIRST\">10001</theid>" << endl;
    1261           0 :     out << "<theid name=\"rtf:PNLVCFIRST\">10001</theid>" << endl;
    1262           0 :     out << "<theid name=\"rtf:CPNBTELVC\">10001</theid>" << endl;
    1263           0 :     out << "<theid name=\"rtf:FCISLANDFIRST\">10001</theid>" << endl;
    1264           0 :     out << "<theid name=\"rtf:FCISLANDLIM\">10001</theid>" << endl;
    1265           0 :     out << "<theid name=\"rtf:CFCLCB\">10001</theid>" << endl;
    1266           0 :     out << "<theid name=\"rtf:FCSTSHFORIG\">10001</theid>" << endl;
    1267           0 :     out << "<theid name=\"rtf:LCBSTSHFORIG\">10001</theid>" << endl;
    1268           0 :     out << "<theid name=\"rtf:FCSTSHF\">10001</theid>" << endl;
    1269           0 :     out << "<theid name=\"rtf:LCBSTSHF\">10001</theid>" << endl;
    1270           0 :     out << "<theid name=\"rtf:FCPLCFFNDREF\">10001</theid>" << endl;
    1271           0 :     out << "<theid name=\"rtf:LCBPLCFFNDREF\">10001</theid>" << endl;
    1272           0 :     out << "<theid name=\"rtf:FCPLCFFNDTXT\">10001</theid>" << endl;
    1273           0 :     out << "<theid name=\"rtf:LCBPLCFFNDTXT\">10001</theid>" << endl;
    1274           0 :     out << "<theid name=\"rtf:FCPLCFANDREF\">10001</theid>" << endl;
    1275           0 :     out << "<theid name=\"rtf:LCBPLCFANDREF\">10001</theid>" << endl;
    1276           0 :     out << "<theid name=\"rtf:FCPLCFANDTXT\">10001</theid>" << endl;
    1277           0 :     out << "<theid name=\"rtf:LCBPLCFANDTXT\">10001</theid>" << endl;
    1278           0 :     out << "<theid name=\"rtf:FCPLCFSED\">10001</theid>" << endl;
    1279           0 :     out << "<theid name=\"rtf:LCBPLCFSED\">10001</theid>" << endl;
    1280           0 :     out << "<theid name=\"rtf:FCPLCFPAD\">10001</theid>" << endl;
    1281           0 :     out << "<theid name=\"rtf:LCBPLCFPAD\">10001</theid>" << endl;
    1282           0 :     out << "<theid name=\"rtf:FCPLCFPHE\">10001</theid>" << endl;
    1283           0 :     out << "<theid name=\"rtf:LCBPLCFPHE\">10001</theid>" << endl;
    1284           0 :     out << "<theid name=\"rtf:FCSTTBFGLSY\">10001</theid>" << endl;
    1285           0 :     out << "<theid name=\"rtf:LCBSTTBFGLSY\">10001</theid>" << endl;
    1286           0 :     out << "<theid name=\"rtf:FCPLCFGLSY\">10001</theid>" << endl;
    1287           0 :     out << "<theid name=\"rtf:LCBPLCFGLSY\">10001</theid>" << endl;
    1288           0 :     out << "<theid name=\"rtf:FCPLCFHDD\">10001</theid>" << endl;
    1289           0 :     out << "<theid name=\"rtf:LCBPLCFHDD\">10001</theid>" << endl;
    1290           0 :     out << "<theid name=\"rtf:FCPLCFBTECHPX\">10001</theid>" << endl;
    1291           0 :     out << "<theid name=\"rtf:LCBPLCFBTECHPX\">10001</theid>" << endl;
    1292           0 :     out << "<theid name=\"rtf:FCPLCFBTEPAPX\">10001</theid>" << endl;
    1293           0 :     out << "<theid name=\"rtf:LCBPLCFBTEPAPX\">10001</theid>" << endl;
    1294           0 :     out << "<theid name=\"rtf:FCPLCFSEA\">10001</theid>" << endl;
    1295           0 :     out << "<theid name=\"rtf:LCBPLCFSEA\">10001</theid>" << endl;
    1296           0 :     out << "<theid name=\"rtf:FCSTTBFFFN\">10001</theid>" << endl;
    1297           0 :     out << "<theid name=\"rtf:LCBSTTBFFFN\">10001</theid>" << endl;
    1298           0 :     out << "<theid name=\"rtf:FCPLCFFLDMOM\">10001</theid>" << endl;
    1299           0 :     out << "<theid name=\"rtf:LCBPLCFFLDMOM\">10001</theid>" << endl;
    1300           0 :     out << "<theid name=\"rtf:FCPLCFFLDHDR\">10001</theid>" << endl;
    1301           0 :     out << "<theid name=\"rtf:LCBPLCFFLDHDR\">10001</theid>" << endl;
    1302           0 :     out << "<theid name=\"rtf:FCPLCFFLDFTN\">10001</theid>" << endl;
    1303           0 :     out << "<theid name=\"rtf:LCBPLCFFLDFTN\">10001</theid>" << endl;
    1304           0 :     out << "<theid name=\"rtf:FCPLCFFLDATN\">10001</theid>" << endl;
    1305           0 :     out << "<theid name=\"rtf:LCBPLCFFLDATN\">10001</theid>" << endl;
    1306           0 :     out << "<theid name=\"rtf:FCPLCFFLDMCR\">10001</theid>" << endl;
    1307           0 :     out << "<theid name=\"rtf:LCBPLCFFLDMCR\">10001</theid>" << endl;
    1308           0 :     out << "<theid name=\"rtf:FCSTTBFBKMK\">10001</theid>" << endl;
    1309           0 :     out << "<theid name=\"rtf:LCBSTTBFBKMK\">10001</theid>" << endl;
    1310           0 :     out << "<theid name=\"rtf:FCPLCFBKF\">10001</theid>" << endl;
    1311           0 :     out << "<theid name=\"rtf:LCBPLCFBKF\">10001</theid>" << endl;
    1312           0 :     out << "<theid name=\"rtf:FCPLCFBKL\">10001</theid>" << endl;
    1313           0 :     out << "<theid name=\"rtf:LCBPLCFBKL\">10001</theid>" << endl;
    1314           0 :     out << "<theid name=\"rtf:FCCMDS\">10001</theid>" << endl;
    1315           0 :     out << "<theid name=\"rtf:LCBCMDS\">10001</theid>" << endl;
    1316           0 :     out << "<theid name=\"rtf:FCPLCMCR\">10001</theid>" << endl;
    1317           0 :     out << "<theid name=\"rtf:LCBPLCMCR\">10001</theid>" << endl;
    1318           0 :     out << "<theid name=\"rtf:FCSTTBFMCR\">10001</theid>" << endl;
    1319           0 :     out << "<theid name=\"rtf:LCBSTTBFMCR\">10001</theid>" << endl;
    1320           0 :     out << "<theid name=\"rtf:FCPRDRVR\">10001</theid>" << endl;
    1321           0 :     out << "<theid name=\"rtf:LCBPRDRVR\">10001</theid>" << endl;
    1322           0 :     out << "<theid name=\"rtf:FCPRENVPORT\">10001</theid>" << endl;
    1323           0 :     out << "<theid name=\"rtf:LCBPRENVPORT\">10001</theid>" << endl;
    1324           0 :     out << "<theid name=\"rtf:FCPRENVLAND\">10001</theid>" << endl;
    1325           0 :     out << "<theid name=\"rtf:LCBPRENVLAND\">10001</theid>" << endl;
    1326           0 :     out << "<theid name=\"rtf:FCWSS\">10001</theid>" << endl;
    1327           0 :     out << "<theid name=\"rtf:LCBWSS\">10001</theid>" << endl;
    1328           0 :     out << "<theid name=\"rtf:FCDOP\">10001</theid>" << endl;
    1329           0 :     out << "<theid name=\"rtf:LCBDOP\">10001</theid>" << endl;
    1330           0 :     out << "<theid name=\"rtf:FCSTTBFASSOC\">10001</theid>" << endl;
    1331           0 :     out << "<theid name=\"rtf:LCBSTTBFASSOC\">10001</theid>" << endl;
    1332           0 :     out << "<theid name=\"rtf:FCCLX\">10001</theid>" << endl;
    1333           0 :     out << "<theid name=\"rtf:LCBCLX\">10001</theid>" << endl;
    1334           0 :     out << "<theid name=\"rtf:FCPLCFPGDFTN\">10001</theid>" << endl;
    1335           0 :     out << "<theid name=\"rtf:LCBPLCFPGDFTN\">10001</theid>" << endl;
    1336           0 :     out << "<theid name=\"rtf:FCAUTOSAVESOURCE\">10001</theid>" << endl;
    1337           0 :     out << "<theid name=\"rtf:LCBAUTOSAVESOURCE\">10001</theid>" << endl;
    1338           0 :     out << "<theid name=\"rtf:FCGRPXSTATNOWNERS\">10001</theid>" << endl;
    1339           0 :     out << "<theid name=\"rtf:LCBGRPXSTATNOWNERS\">10001</theid>" << endl;
    1340           0 :     out << "<theid name=\"rtf:FCSTTBFATNBKMK\">10001</theid>" << endl;
    1341           0 :     out << "<theid name=\"rtf:LCBSTTBFATNBKMK\">10001</theid>" << endl;
    1342           0 :     out << "<theid name=\"rtf:FCPLCDOAMOM\">10001</theid>" << endl;
    1343           0 :     out << "<theid name=\"rtf:LCBPLCDOAMOM\">10001</theid>" << endl;
    1344           0 :     out << "<theid name=\"rtf:FCPLCDOAHDR\">10001</theid>" << endl;
    1345           0 :     out << "<theid name=\"rtf:LCBPLCDOAHDR\">10001</theid>" << endl;
    1346           0 :     out << "<theid name=\"rtf:FCPLCSPAMOM\">10001</theid>" << endl;
    1347           0 :     out << "<theid name=\"rtf:LCBPLCSPAMOM\">10001</theid>" << endl;
    1348           0 :     out << "<theid name=\"rtf:FCPLCSPAHDR\">10001</theid>" << endl;
    1349           0 :     out << "<theid name=\"rtf:LCBPLCSPAHDR\">10001</theid>" << endl;
    1350           0 :     out << "<theid name=\"rtf:FCPLCFATNBKF\">10001</theid>" << endl;
    1351           0 :     out << "<theid name=\"rtf:LCBPLCFATNBKF\">10001</theid>" << endl;
    1352           0 :     out << "<theid name=\"rtf:FCPLCFATNBKL\">10001</theid>" << endl;
    1353           0 :     out << "<theid name=\"rtf:LCBPLCFATNBKL\">10001</theid>" << endl;
    1354           0 :     out << "<theid name=\"rtf:FCPMS\">10001</theid>" << endl;
    1355           0 :     out << "<theid name=\"rtf:LCBPMS\">10001</theid>" << endl;
    1356           0 :     out << "<theid name=\"rtf:FCFORMFLDSTTBF\">10001</theid>" << endl;
    1357           0 :     out << "<theid name=\"rtf:LCBFORMFLDSTTBF\">10001</theid>" << endl;
    1358           0 :     out << "<theid name=\"rtf:FCPLCFENDREF\">10001</theid>" << endl;
    1359           0 :     out << "<theid name=\"rtf:LCBPLCFENDREF\">10001</theid>" << endl;
    1360           0 :     out << "<theid name=\"rtf:FCPLCFENDTXT\">10001</theid>" << endl;
    1361           0 :     out << "<theid name=\"rtf:LCBPLCFENDTXT\">10001</theid>" << endl;
    1362           0 :     out << "<theid name=\"rtf:FCPLCFFLDEDN\">10001</theid>" << endl;
    1363           0 :     out << "<theid name=\"rtf:LCBPLCFFLDEDN\">10001</theid>" << endl;
    1364           0 :     out << "<theid name=\"rtf:FCPLCFPGDEDN\">10001</theid>" << endl;
    1365           0 :     out << "<theid name=\"rtf:LCBPLCFPGDEDN\">10001</theid>" << endl;
    1366           0 :     out << "<theid name=\"rtf:FCDGGINFO\">10001</theid>" << endl;
    1367           0 :     out << "<theid name=\"rtf:LCBDGGINFO\">10001</theid>" << endl;
    1368           0 :     out << "<theid name=\"rtf:FCSTTBFRMARK\">10001</theid>" << endl;
    1369           0 :     out << "<theid name=\"rtf:LCBSTTBFRMARK\">10001</theid>" << endl;
    1370           0 :     out << "<theid name=\"rtf:FCSTTBFCAPTION\">10001</theid>" << endl;
    1371           0 :     out << "<theid name=\"rtf:LCBSTTBFCAPTION\">10001</theid>" << endl;
    1372           0 :     out << "<theid name=\"rtf:FCSTTBFAUTOCAPTION\">10001</theid>" << endl;
    1373           0 :     out << "<theid name=\"rtf:LCBSTTBFAUTOCAPTION\">10001</theid>" << endl;
    1374           0 :     out << "<theid name=\"rtf:FCPLCFWKB\">10001</theid>" << endl;
    1375           0 :     out << "<theid name=\"rtf:LCBPLCFWKB\">10001</theid>" << endl;
    1376           0 :     out << "<theid name=\"rtf:FCPLCFSPL\">10001</theid>" << endl;
    1377           0 :     out << "<theid name=\"rtf:LCBPLCFSPL\">10001</theid>" << endl;
    1378           0 :     out << "<theid name=\"rtf:FCPLCFTXBXTXT\">10001</theid>" << endl;
    1379           0 :     out << "<theid name=\"rtf:LCBPLCFTXBXTXT\">10001</theid>" << endl;
    1380           0 :     out << "<theid name=\"rtf:FCPLCFFLDTXBX\">10001</theid>" << endl;
    1381           0 :     out << "<theid name=\"rtf:LCBPLCFFLDTXBX\">10001</theid>" << endl;
    1382           0 :     out << "<theid name=\"rtf:FCPLCFHDRTXBXTXT\">10001</theid>" << endl;
    1383           0 :     out << "<theid name=\"rtf:LCBPLCFHDRTXBXTXT\">10001</theid>" << endl;
    1384           0 :     out << "<theid name=\"rtf:FCPLCFFLDHDRTXBX\">10001</theid>" << endl;
    1385           0 :     out << "<theid name=\"rtf:LCBPLCFFLDHDRTXBX\">10001</theid>" << endl;
    1386           0 :     out << "<theid name=\"rtf:FCSTWUSER\">10001</theid>" << endl;
    1387           0 :     out << "<theid name=\"rtf:LCBSTWUSER\">10001</theid>" << endl;
    1388           0 :     out << "<theid name=\"rtf:FCSTTBTTMBD\">10001</theid>" << endl;
    1389           0 :     out << "<theid name=\"rtf:LCBSTTBTTMBD\">10001</theid>" << endl;
    1390           0 :     out << "<theid name=\"rtf:FCUNUSED\">10001</theid>" << endl;
    1391           0 :     out << "<theid name=\"rtf:LCBUNUSED\">10001</theid>" << endl;
    1392           0 :     out << "<theid name=\"rtf:FCPGDMOTHER\">10001</theid>" << endl;
    1393           0 :     out << "<theid name=\"rtf:LCBPGDMOTHER\">10001</theid>" << endl;
    1394           0 :     out << "<theid name=\"rtf:FCBKDMOTHER\">10001</theid>" << endl;
    1395           0 :     out << "<theid name=\"rtf:LCBBKDMOTHER\">10001</theid>" << endl;
    1396           0 :     out << "<theid name=\"rtf:FCPGDFTN\">10001</theid>" << endl;
    1397           0 :     out << "<theid name=\"rtf:LCBPGDFTN\">10001</theid>" << endl;
    1398           0 :     out << "<theid name=\"rtf:FCBKDFTN\">10001</theid>" << endl;
    1399           0 :     out << "<theid name=\"rtf:LCBBKDFTN\">10001</theid>" << endl;
    1400           0 :     out << "<theid name=\"rtf:FCPGDEDN\">10001</theid>" << endl;
    1401           0 :     out << "<theid name=\"rtf:LCBPGDEDN\">10001</theid>" << endl;
    1402           0 :     out << "<theid name=\"rtf:FCBKDEDN\">10001</theid>" << endl;
    1403           0 :     out << "<theid name=\"rtf:LCBBKDEDN\">10001</theid>" << endl;
    1404           0 :     out << "<theid name=\"rtf:FCSTTBFINTLFLD\">10001</theid>" << endl;
    1405           0 :     out << "<theid name=\"rtf:LCBSTTBFINTLFLD\">10001</theid>" << endl;
    1406           0 :     out << "<theid name=\"rtf:FCROUTESLIP\">10001</theid>" << endl;
    1407           0 :     out << "<theid name=\"rtf:LCBROUTESLIP\">10001</theid>" << endl;
    1408           0 :     out << "<theid name=\"rtf:FCSTTBSAVEDBY\">10001</theid>" << endl;
    1409           0 :     out << "<theid name=\"rtf:LCBSTTBSAVEDBY\">10001</theid>" << endl;
    1410           0 :     out << "<theid name=\"rtf:FCSTTBFNM\">10001</theid>" << endl;
    1411           0 :     out << "<theid name=\"rtf:LCBSTTBFNM\">10001</theid>" << endl;
    1412           0 :     out << "<theid name=\"rtf:FCPLCFLST\">10001</theid>" << endl;
    1413           0 :     out << "<theid name=\"rtf:LCBPLCFLST\">10001</theid>" << endl;
    1414           0 :     out << "<theid name=\"rtf:FCPLFLFO\">10001</theid>" << endl;
    1415           0 :     out << "<theid name=\"rtf:LCBPLFLFO\">10001</theid>" << endl;
    1416           0 :     out << "<theid name=\"rtf:FCPLCFTXBXBKD\">10001</theid>" << endl;
    1417           0 :     out << "<theid name=\"rtf:LCBPLCFTXBXBKD\">10001</theid>" << endl;
    1418           0 :     out << "<theid name=\"rtf:FCPLCFTXBXHDRBKD\">10001</theid>" << endl;
    1419           0 :     out << "<theid name=\"rtf:LCBPLCFTXBXHDRBKD\">10001</theid>" << endl;
    1420           0 :     out << "<theid name=\"rtf:FCDOCUNDO\">10001</theid>" << endl;
    1421           0 :     out << "<theid name=\"rtf:LCBDOCUNDO\">10001</theid>" << endl;
    1422           0 :     out << "<theid name=\"rtf:FCRGBUSE\">10001</theid>" << endl;
    1423           0 :     out << "<theid name=\"rtf:LCBRGBUSE\">10001</theid>" << endl;
    1424           0 :     out << "<theid name=\"rtf:FCUSP\">10001</theid>" << endl;
    1425           0 :     out << "<theid name=\"rtf:LCBUSP\">10001</theid>" << endl;
    1426           0 :     out << "<theid name=\"rtf:FCUSKF\">10001</theid>" << endl;
    1427           0 :     out << "<theid name=\"rtf:LCBUSKF\">10001</theid>" << endl;
    1428           0 :     out << "<theid name=\"rtf:FCPLCUPCRGBUSE\">10001</theid>" << endl;
    1429           0 :     out << "<theid name=\"rtf:LCBPLCUPCRGBUSE\">10001</theid>" << endl;
    1430           0 :     out << "<theid name=\"rtf:FCPLCUPCUSP\">10001</theid>" << endl;
    1431           0 :     out << "<theid name=\"rtf:LCBPLCUPCUSP\">10001</theid>" << endl;
    1432           0 :     out << "<theid name=\"rtf:FCSTTBGLSYSTYLE\">10001</theid>" << endl;
    1433           0 :     out << "<theid name=\"rtf:LCBSTTBGLSYSTYLE\">10001</theid>" << endl;
    1434           0 :     out << "<theid name=\"rtf:FCPLGOSL\">10001</theid>" << endl;
    1435           0 :     out << "<theid name=\"rtf:LCBPLGOSL\">10001</theid>" << endl;
    1436           0 :     out << "<theid name=\"rtf:FCPLCOCX\">10001</theid>" << endl;
    1437           0 :     out << "<theid name=\"rtf:LCBPLCOCX\">10001</theid>" << endl;
    1438           0 :     out << "<theid name=\"rtf:FCPLCFBTELVC\">10001</theid>" << endl;
    1439           0 :     out << "<theid name=\"rtf:LCBPLCFBTELVC\">10001</theid>" << endl;
    1440           0 :     out << "<theid name=\"rtf:DWLOWDATETIME\">10001</theid>" << endl;
    1441           0 :     out << "<theid name=\"rtf:DWHIGHDATETIME\">10001</theid>" << endl;
    1442           0 :     out << "<theid name=\"rtf:FCPLCFLVC\">10001</theid>" << endl;
    1443           0 :     out << "<theid name=\"rtf:LCBPLCFLVC\">10001</theid>" << endl;
    1444           0 :     out << "<theid name=\"rtf:FCPLCASUMY\">10001</theid>" << endl;
    1445           0 :     out << "<theid name=\"rtf:LCBPLCASUMY\">10001</theid>" << endl;
    1446           0 :     out << "<theid name=\"rtf:FCPLCFGRAM\">10001</theid>" << endl;
    1447           0 :     out << "<theid name=\"rtf:LCBPLCFGRAM\">10001</theid>" << endl;
    1448           0 :     out << "<theid name=\"rtf:FCSTTBLISTNAMES\">10001</theid>" << endl;
    1449           0 :     out << "<theid name=\"rtf:LCBSTTBLISTNAMES\">10001</theid>" << endl;
    1450           0 :     out << "<theid name=\"rtf:FCSTTBFUSSR\">10001</theid>" << endl;
    1451           0 :     out << "<theid name=\"rtf:LCBSTTBFUSSR\">10001</theid>" << endl;
    1452           0 :     out << "<theid name=\"rtf:fcPlcfTch\">10001</theid>" << endl;
    1453           0 :     out << "<theid name=\"rtf:lcbPlcfTch\">10001</theid>" << endl;
    1454           0 :     out << "<theid name=\"rtf:fcRmdThreading\">10001</theid>" << endl;
    1455           0 :     out << "<theid name=\"rtf:lcbRmdThreading\">10001</theid>" << endl;
    1456           0 :     out << "<theid name=\"rtf:fcMid\">10001</theid>" << endl;
    1457           0 :     out << "<theid name=\"rtf:lcbMid\">10001</theid>" << endl;
    1458           0 :     out << "<theid name=\"rtf:fcSttbRgtplc\">10001</theid>" << endl;
    1459           0 :     out << "<theid name=\"rtf:lcbSttbRgtplc\">10001</theid>" << endl;
    1460           0 :     out << "<theid name=\"rtf:fcMsoEnvelope\">10001</theid>" << endl;
    1461           0 :     out << "<theid name=\"rtf:flcbMsoEnvelope\">10001</theid>" << endl;
    1462           0 :     out << "<theid name=\"rtf:fcPlcfLad\">10001</theid>" << endl;
    1463           0 :     out << "<theid name=\"rtf:lcbPlcfLad\">10001</theid>" << endl;
    1464           0 :     out << "<theid name=\"rtf:fcRgDofr\">10001</theid>" << endl;
    1465           0 :     out << "<theid name=\"rtf:lcbRgDofr\">10001</theid>" << endl;
    1466           0 :     out << "<theid name=\"rtf:fcPlcosl\">10001</theid>" << endl;
    1467           0 :     out << "<theid name=\"rtf:lcbPlcosl\">10001</theid>" << endl;
    1468           0 :     out << "<theid name=\"rtf:fcPlcfCookieOld\">10001</theid>" << endl;
    1469           0 :     out << "<theid name=\"rtf:lcbPlcfCookieOld\">10001</theid>" << endl;
    1470           0 :     out << "<theid name=\"rtf:fcPgdMotherOld\">10001</theid>" << endl;
    1471           0 :     out << "<theid name=\"rtf:flcbPgdMotherOld\">10001</theid>" << endl;
    1472           0 :     out << "<theid name=\"rtf:fcPgdFtnOld\">10001</theid>" << endl;
    1473           0 :     out << "<theid name=\"rtf:lcbPgdFtnOld\">10001</theid>" << endl;
    1474           0 :     out << "<theid name=\"rtf:fcBkdFtnOld\">10001</theid>" << endl;
    1475           0 :     out << "<theid name=\"rtf:lcbBkdFtnOld\">10001</theid>" << endl;
    1476           0 :     out << "<theid name=\"rtf:fcPgdEdnOld\">10001</theid>" << endl;
    1477           0 :     out << "<theid name=\"rtf:lcbPgdEdnOld\">10001</theid>" << endl;
    1478           0 :     out << "<theid name=\"rtf:fcBkdEdnOld\">10001</theid>" << endl;
    1479           0 :     out << "<theid name=\"rtf:lcbBkdEdnOld\">10001</theid>" << endl;
    1480           0 :     out << "<theid name=\"rtf:IBKL\">10001</theid>" << endl;
    1481           0 :     out << "<theid name=\"rtf:ITCFIRST\">10001</theid>" << endl;
    1482           0 :     out << "<theid name=\"rtf:FPUB\">10001</theid>" << endl;
    1483           0 :     out << "<theid name=\"rtf:ITCLIM\">10001</theid>" << endl;
    1484           0 :     out << "<theid name=\"rtf:FCOL\">10001</theid>" << endl;
    1485           0 :     out << "<theid name=\"rtf:FN\">10001</theid>" << endl;
    1486           0 :     out << "<theid name=\"rtf:FCSEPX\">10001</theid>" << endl;
    1487           0 :     out << "<theid name=\"rtf:FNMPR\">10001</theid>" << endl;
    1488           0 :     out << "<theid name=\"rtf:FCMPR\">10001</theid>" << endl;
    1489           0 :     out << "<theid name=\"rtf:ICOFORE\">10001</theid>" << endl;
    1490           0 :     out << "<theid name=\"rtf:ICOBACK\">10001</theid>" << endl;
    1491           0 :     out << "<theid name=\"rtf:IPAT\">10001</theid>" << endl;
    1492           0 :     out << "<theid name=\"rtf:SHDFORECOLOR\">10001</theid>" << endl;
    1493           0 :     out << "<theid name=\"rtf:SHDBACKCOLOR\">10001</theid>" << endl;
    1494           0 :     out << "<theid name=\"rtf:SHDPATTERN\">10001</theid>" << endl;
    1495           0 :     out << "<theid name=\"rtf:DPTLINEWIDTH\">10001</theid>" << endl;
    1496           0 :     out << "<theid name=\"rtf:BRCTYPE\">10001</theid>" << endl;
    1497           0 :     out << "<theid name=\"rtf:ICO\">10001</theid>" << endl;
    1498           0 :     out << "<theid name=\"rtf:DPTSPACE\">10001</theid>" << endl;
    1499           0 :     out << "<theid name=\"rtf:FSHADOW\">10001</theid>" << endl;
    1500           0 :     out << "<theid name=\"rtf:FFRAME\">10001</theid>" << endl;
    1501           0 :     out << "<theid name=\"rtf:UNUSED2_15\">10001</theid>" << endl;
    1502           0 :     out << "<theid name=\"rtf:FFIRSTMERGED\">10001</theid>" << endl;
    1503           0 :     out << "<theid name=\"rtf:FMERGED\">10001</theid>" << endl;
    1504           0 :     out << "<theid name=\"rtf:FVERTICAL\">10001</theid>" << endl;
    1505           0 :     out << "<theid name=\"rtf:FBACKWARD\">10001</theid>" << endl;
    1506           0 :     out << "<theid name=\"rtf:FROTATEFONT\">10001</theid>" << endl;
    1507           0 :     out << "<theid name=\"rtf:FVERTMERGE\">10001</theid>" << endl;
    1508           0 :     out << "<theid name=\"rtf:FVERTRESTART\">10001</theid>" << endl;
    1509           0 :     out << "<theid name=\"rtf:VERTALIGN\">10001</theid>" << endl;
    1510           0 :     out << "<theid name=\"rtf:FUNUSED\">10001</theid>" << endl;
    1511           0 :     out << "<theid name=\"rtf:CellPrefferedSize\">10001</theid>" << endl;
    1512           0 :     out << "<theid name=\"rtf:BRCTOP\">10001</theid>" << endl;
    1513           0 :     out << "<theid name=\"rtf:BRCLEFT\">10001</theid>" << endl;
    1514           0 :     out << "<theid name=\"rtf:BRCBOTTOM\">10001</theid>" << endl;
    1515           0 :     out << "<theid name=\"rtf:BRCRIGHT\">10001</theid>" << endl;
    1516           0 :     out << "<theid name=\"rtf:LINECOLOR\">10001</theid>" << endl;
    1517           0 :     out << "<theid name=\"rtf:LINEWIDTH\">10001</theid>" << endl;
    1518           0 :     out << "<theid name=\"rtf:LINETYPE\">10001</theid>" << endl;
    1519           0 :     out << "<theid name=\"rtf:TLC\">10001</theid>" << endl;
    1520           0 :     out << "<theid name=\"rtf:UNUSED0_6\">10001</theid>" << endl;
    1521           0 :     out << "<theid name=\"rtf:MM\">10001</theid>" << endl;
    1522           0 :     out << "<theid name=\"rtf:XEXT\">10001</theid>" << endl;
    1523           0 :     out << "<theid name=\"rtf:YEXT\">10001</theid>" << endl;
    1524           0 :     out << "<theid name=\"rtf:HMF\">10001</theid>" << endl;
    1525           0 :     out << "<theid name=\"rtf:unknown\">10001</theid>" << endl;
    1526           0 :     out << "<theid name=\"rtf:dropdownIndex\">10001</theid>" << endl;
    1527           0 :     out << "<theid name=\"rtf:tooltip\">10001</theid>" << endl;
    1528           0 :     out << "<theid name=\"rtf:nomark\">10001</theid>" << endl;
    1529           0 :     out << "<theid name=\"rtf:useSize\">10001</theid>" << endl;
    1530           0 :     out << "<theid name=\"rtf:numbersOnly\">10001</theid>" << endl;
    1531           0 :     out << "<theid name=\"rtf:dateOnly\">10001</theid>" << endl;
    1532           0 :     out << "<theid name=\"rtf:unused\">10001</theid>" << endl;
    1533           0 :     out << "<theid name=\"rtf:size\">10001</theid>" << endl;
    1534           0 :     out << "<theid name=\"rtf:hpsCheckbox\">10001</theid>" << endl;
    1535           0 :     out << "<theid name=\"rtf:fftitle\">10001</theid>" << endl;
    1536           0 :     out << "<theid name=\"rtf:LCB\">10001</theid>" << endl;
    1537           0 :     out << "<theid name=\"rtf:CBHEADER\">10001</theid>" << endl;
    1538           0 :     out << "<theid name=\"rtf:MFP\">10001</theid>" << endl;
    1539           0 :     out << "<theid name=\"rtf:BM_RCWINMF\">10001</theid>" << endl;
    1540           0 :     out << "<theid name=\"rtf:DXAGOAL\">10001</theid>" << endl;
    1541           0 :     out << "<theid name=\"rtf:DYAGOAL\">10001</theid>" << endl;
    1542           0 :     out << "<theid name=\"rtf:MX\">10001</theid>" << endl;
    1543           0 :     out << "<theid name=\"rtf:MY\">10001</theid>" << endl;
    1544           0 :     out << "<theid name=\"rtf:DXACROPLEFT\">10001</theid>" << endl;
    1545           0 :     out << "<theid name=\"rtf:DYACROPTOP\">10001</theid>" << endl;
    1546           0 :     out << "<theid name=\"rtf:DXACROPRIGHT\">10001</theid>" << endl;
    1547           0 :     out << "<theid name=\"rtf:DYACROPBOTTOM\">10001</theid>" << endl;
    1548           0 :     out << "<theid name=\"rtf:BRCL\">10001</theid>" << endl;
    1549           0 :     out << "<theid name=\"rtf:FFRAMEEMPTY\">10001</theid>" << endl;
    1550           0 :     out << "<theid name=\"rtf:FBITMAP\">10001</theid>" << endl;
    1551           0 :     out << "<theid name=\"rtf:FDRAWHATCH\">10001</theid>" << endl;
    1552           0 :     out << "<theid name=\"rtf:FERROR\">10001</theid>" << endl;
    1553           0 :     out << "<theid name=\"rtf:BPP\">10001</theid>" << endl;
    1554           0 :     out << "<theid name=\"rtf:DXAORIGIN\">10001</theid>" << endl;
    1555           0 :     out << "<theid name=\"rtf:DYAORIGIN\">10001</theid>" << endl;
    1556           0 :     out << "<theid name=\"rtf:CPROPS\">10001</theid>" << endl;
    1557           0 :     out << "<theid name=\"rtf:SPID\">10001</theid>" << endl;
    1558           0 :     out << "<theid name=\"rtf:XALEFT\">10001</theid>" << endl;
    1559           0 :     out << "<theid name=\"rtf:YATOP\">10001</theid>" << endl;
    1560           0 :     out << "<theid name=\"rtf:XARIGHT\">10001</theid>" << endl;
    1561           0 :     out << "<theid name=\"rtf:YABOTTOM\">10001</theid>" << endl;
    1562           0 :     out << "<theid name=\"rtf:FHDR\">10001</theid>" << endl;
    1563           0 :     out << "<theid name=\"rtf:BX\">10001</theid>" << endl;
    1564           0 :     out << "<theid name=\"rtf:BY\">10001</theid>" << endl;
    1565           0 :     out << "<theid name=\"rtf:WR\">10001</theid>" << endl;
    1566           0 :     out << "<theid name=\"rtf:WRK\">10001</theid>" << endl;
    1567           0 :     out << "<theid name=\"rtf:FRCASIMPLE\">10001</theid>" << endl;
    1568           0 :     out << "<theid name=\"rtf:FBELOWTEXT\">10001</theid>" << endl;
    1569           0 :     out << "<theid name=\"rtf:FANCHORLOCK\">10001</theid>" << endl;
    1570           0 :     out << "<theid name=\"rtf:CTXBX\">10001</theid>" << endl;
    1571           0 :     out << "<theid name=\"rtf:CH\">10001</theid>" << endl;
    1572           0 :     out << "<theid name=\"rtf:UNUSED0_5\">10001</theid>" << endl;
    1573           0 :     out << "<theid name=\"rtf:shpLeft\">10001</theid>" << endl;
    1574           0 :     out << "<theid name=\"rtf:shpTop\">10001</theid>" << endl;
    1575           0 :     out << "<theid name=\"rtf:shpRight\">10001</theid>" << endl;
    1576           0 :     out << "<theid name=\"rtf:shpBottom\">10001</theid>" << endl;
    1577           0 :     out << "<theid name=\"rtf:shppid\">10001</theid>" << endl;
    1578           0 :     out << "<theid name=\"rtf:shpfBid\">10001</theid>" << endl;
    1579           0 :     out << "<theid name=\"rtf:shpfComplex\">10001</theid>" << endl;
    1580           0 :     out << "<theid name=\"rtf:shpop\">10001</theid>" << endl;
    1581           0 :     out << "<theid name=\"rtf:shpspidMax\">10001</theid>" << endl;
    1582           0 :     out << "<theid name=\"rtf:shpcidcl\">10001</theid>" << endl;
    1583           0 :     out << "<theid name=\"rtf:shpcspSaved\">10001</theid>" << endl;
    1584           0 :     out << "<theid name=\"rtf:shpcdgSaved\">10001</theid>" << endl;
    1585           0 :     out << "<theid name=\"rtf:shpdgid\">10001</theid>" << endl;
    1586           0 :     out << "<theid name=\"rtf:shpcspidCur\">10001</theid>" << endl;
    1587           0 :     out << "<theid name=\"rtf:shpbtWin32\">10001</theid>" << endl;
    1588           0 :     out << "<theid name=\"rtf:shpbtMacOS\">10001</theid>" << endl;
    1589           0 :     out << "<theid name=\"rtf:shprgbUid\">10001</theid>" << endl;
    1590           0 :     out << "<theid name=\"rtf:shptag\">10001</theid>" << endl;
    1591           0 :     out << "<theid name=\"rtf:shpsize\">10001</theid>" << endl;
    1592           0 :     out << "<theid name=\"rtf:shpcRef\">10001</theid>" << endl;
    1593           0 :     out << "<theid name=\"rtf:shpfoDelay\">10001</theid>" << endl;
    1594           0 :     out << "<theid name=\"rtf:shpusage\">10001</theid>" << endl;
    1595           0 :     out << "<theid name=\"rtf:shpcbName\">10001</theid>" << endl;
    1596           0 :     out << "<theid name=\"rtf:shpunused2\">10001</theid>" << endl;
    1597           0 :     out << "<theid name=\"rtf:shpunused3\">10001</theid>" << endl;
    1598           0 :     out << "<theid name=\"rtf:FRD\">10001</theid>" << endl;
    1599           0 :     out << "<theid name=\"rtf:IBST\">10001</theid>" << endl;
    1600           0 :     out << "<theid name=\"rtf:AK\">10001</theid>" << endl;
    1601           0 :     out << "<theid name=\"rtf:UNUSED22_2\">10001</theid>" << endl;
    1602           0 :     out << "<theid name=\"rtf:GRFBMC\">10001</theid>" << endl;
    1603           0 :     out << "<theid name=\"rtf:LTAGBKMK\">10001</theid>" << endl;
    1604           0 :     out << "<theid name=\"rtf:INEXTREUSE\">10001</theid>" << endl;
    1605           0 :     out << "<theid name=\"rtf:CREUSABLE\">10001</theid>" << endl;
    1606           0 :     out << "<theid name=\"rtf:FREUSABLE\">10001</theid>" << endl;
    1607           0 :     out << "<theid name=\"rtf:TXIDUNDO\">10001</theid>" << endl;
    1608           0 :     out << "<theid name=\"rtf:csp\">10001</theid>" << endl;
    1609           0 :     out << "<theid name=\"rtf:spidCur\">10001</theid>" << endl;
    1610           0 :     out << "<theid name=\"rtf:ilgbdM1\">10001</theid>" << endl;
    1611           0 :     out << "<theid name=\"rtf:fcPic\">10001</theid>" << endl;
    1612           0 :     out << "<theid name=\"rtf:FONT\">10001</theid>" << endl;
    1613           0 :     out << "<theid name=\"rtf:CHAR\">10001</theid>" << endl;
    1614           0 :     out << "<theid name=\"rtf:itl\">10001</theid>" << endl;
    1615           0 :     out << "<theid name=\"rtf:fatlBorders\">10001</theid>" << endl;
    1616           0 :     out << "<theid name=\"rtf:fatlShading\">10001</theid>" << endl;
    1617           0 :     out << "<theid name=\"rtf:fatlFont\">10001</theid>" << endl;
    1618           0 :     out << "<theid name=\"rtf:fatlColor\">10001</theid>" << endl;
    1619           0 :     out << "<theid name=\"rtf:fatlBestFit\">10001</theid>" << endl;
    1620           0 :     out << "<theid name=\"rtf:fatlHdrRows\">10001</theid>" << endl;
    1621           0 :     out << "<theid name=\"rtf:fatlLastRow\">10001</theid>" << endl;
    1622           0 :     out << "<theid name=\"rtf:fatlHdrCols\">10001</theid>" << endl;
    1623           0 :     out << "<theid name=\"rtf:fatlLastCol\">10001</theid>" << endl;
    1624           0 :     out << "<theid name=\"rtf:fatlNoRowBands\">10001</theid>" << endl;
    1625           0 :     out << "<theid name=\"rtf:fatlNoColBands\">10001</theid>" << endl;
    1626           0 :     out << "<theid name=\"rtf:LINEPROPSTOP\">10001</theid>" << endl;
    1627           0 :     out << "<theid name=\"rtf:LINEPROPSLEFT\">10001</theid>" << endl;
    1628           0 :     out << "<theid name=\"rtf:LINEPROPSBOTTOM\">10001</theid>" << endl;
    1629           0 :     out << "<theid name=\"rtf:LINEPROPSRIGHT\">10001</theid>" << endl;
    1630           0 :     out << "<theid name=\"rtf:LINEPROPSHORIZONTAL\">10001</theid>" << endl;
    1631           0 :     out << "<theid name=\"rtf:LINEPROPSVERTICAL\">10001</theid>" << endl;
    1632           0 :     out << "<theid name=\"rtf:BRCBETWEEN\">10001</theid>" << endl;
    1633           0 :     out << "<theid name=\"rtf:LINEPROPSBETWEEN\">10001</theid>" << endl;
    1634           0 :     out << "<theid name=\"rtf:LINEPROPS\">10001</theid>" << endl;
    1635           0 :     out << "<theid name=\"rtf:unit\">10001</theid>" << endl;
    1636           0 :     out << "<theid name=\"rtf:preferredWidth\">10001</theid>" << endl;
    1637           0 :     out << "<theid name=\"rtf:trleft\">10001</theid>" << endl;
    1638           0 :     out << "<theid name=\"rtf:fcEastAsianLayout\">10001</theid>" << endl;
    1639           0 :     out << "<theid name=\"rtf:ftsWidth\">10001</theid>" << endl;
    1640           0 :     out << "<theid name=\"rtf:wWidth\">10001</theid>" << endl;
    1641           0 :     out << "<theid name=\"rtf:itc\">10001</theid>" << endl;
    1642           0 :     out << "<theid name=\"rtf:grfbrc\">10001</theid>" << endl;
    1643           0 :     out << "<theid name=\"rtf:padding\">10001</theid>" << endl;
    1644           0 :     out << "<theid name=\"rtf:pcVert\">10001</theid>" << endl;
    1645           0 :     out << "<theid name=\"rtf:pcHorz\">10001</theid>" << endl;
    1646           0 :     out << "<theid name=\"rtf:rectangle\">10001</theid>" << endl;
    1647           0 :     out << "<theid name=\"rtf:shptype\">10001</theid>" << endl;
    1648           0 :     out << "<theid name=\"rtf:shpid\">10001</theid>" << endl;
    1649           0 :     out << "<theid name=\"rtf:shpfGroup\">10001</theid>" << endl;
    1650           0 :     out << "<theid name=\"rtf:shpfChild\">10001</theid>" << endl;
    1651           0 :     out << "<theid name=\"rtf:shpfPatriarch\">10001</theid>" << endl;
    1652           0 :     out << "<theid name=\"rtf:shpfDeleted\">10001</theid>" << endl;
    1653           0 :     out << "<theid name=\"rtf:shpfOleShape\">10001</theid>" << endl;
    1654           0 :     out << "<theid name=\"rtf:shpfHaveMaster\">10001</theid>" << endl;
    1655           0 :     out << "<theid name=\"rtf:shpfFlipH\">10001</theid>" << endl;
    1656           0 :     out << "<theid name=\"rtf:shpfFlipV\">10001</theid>" << endl;
    1657           0 :     out << "<theid name=\"rtf:shpfConnector\">10001</theid>" << endl;
    1658           0 :     out << "<theid name=\"rtf:shpfHaveAnchor\">10001</theid>" << endl;
    1659           0 :     out << "<theid name=\"rtf:shpfBackground\">10001</theid>" << endl;
    1660           0 :     out << "<theid name=\"rtf:shpfHaveSpt\">10001</theid>" << endl;
    1661           0 :     out << "<theid name=\"rtf:shpdgg\">10001</theid>" << endl;
    1662           0 :     out << "<theid name=\"rtf:shpfbse\">10001</theid>" << endl;
    1663           0 :     out << "<theid name=\"rtf:payload\">10001</theid>" << endl;
    1664           0 :     out << "<theid name=\"rtf:fdg\">10001</theid>" << endl;
    1665             :   /* Operations */
    1666           0 :     out << "<theid name=\"rtf:xst\">20001</theid>" << endl;
    1667           0 :     out << "<theid name=\"rtf:LISTLEVEL\">20001</theid>" << endl;
    1668           0 :     out << "<theid name=\"rtf:LFOData\">20001</theid>" << endl;
    1669           0 :     out << "<theid name=\"rtf:F\">20001</theid>" << endl;
    1670           0 :     out << "<theid name=\"rtf:ALTFONTNAME\">20001</theid>" << endl;
    1671           0 :     out << "<theid name=\"rtf:XSZFFN\">20001</theid>" << endl;
    1672           0 :     out << "<theid name=\"rtf:XSTZNAME\">20001</theid>" << endl;
    1673           0 :     out << "<theid name=\"rtf:XSTZNAME1\">20001</theid>" << endl;
    1674           0 :     out << "<theid name=\"rtf:UPXSTART\">20001</theid>" << endl;
    1675           0 :     out << "<theid name=\"rtf:UPX\">20001</theid>" << endl;
    1676           0 :     out << "<theid name=\"rtf:sed\">20001</theid>" << endl;
    1677           0 :     out << "<theid name=\"rtf:FLT\">20001</theid>" << endl;
    1678           0 :     out << "<theid name=\"rtf:ffdefault\">20001</theid>" << endl;
    1679           0 :     out << "<theid name=\"rtf:ffchecked\">20001</theid>" << endl;
    1680           0 :     out << "<theid name=\"rtf:ffformatting\">20001</theid>" << endl;
    1681           0 :     out << "<theid name=\"rtf:ffhelp\">20001</theid>" << endl;
    1682           0 :     out << "<theid name=\"rtf:fftooltip\">20001</theid>" << endl;
    1683           0 :     out << "<theid name=\"rtf:ffdata\">20001</theid>" << endl;
    1684           0 :     out << "<theid name=\"rtf:shape\">20001</theid>" << endl;
    1685           0 :     out << "<theid name=\"rtf:shpname\">20001</theid>" << endl;
    1686           0 :     out << "<theid name=\"rtf:shpvalue\">20001</theid>" << endl;
    1687           0 :     out << "<theid name=\"rtf:shpstringvalue\">20001</theid>" << endl;
    1688           0 :     out << "<theid name=\"rtf:xstUsrInitl\">20001</theid>" << endl;
    1689           0 :     out << "<theid name=\"rtf:dxaDel\">20001</theid>" << endl;
    1690           0 :     out << "<theid name=\"rtf:dxaAdd\">20001</theid>" << endl;
    1691           0 :     out << "<theid name=\"rtf:tbdAdd\">20001</theid>" << endl;
    1692           0 :     out << "<theid name=\"rtf:rgbrc\">20001</theid>" << endl;
    1693           0 :     out << "<theid name=\"rtf:cellx\">20001</theid>" << endl;
    1694           0 :     out << "<theid name=\"rtf:tc\">20001</theid>" << endl;
    1695           0 :     out << "<theid name=\"rtf:shd\">20001</theid>" << endl;
    1696           0 :     out << "<theid name=\"rtf:cellShd\">20001</theid>" << endl;
    1697           0 :     out << "<theid name=\"rtf:cellTopColor\">20001</theid>" << endl;
    1698           0 :     out << "<theid name=\"rtf:cellLeftColor\">20001</theid>" << endl;
    1699           0 :     out << "<theid name=\"rtf:cellBottomColor\">20001</theid>" << endl;
    1700           0 :     out << "<theid name=\"rtf:cellRightColor\">20001</theid>" << endl;
    1701           0 :     out << "<theid name=\"rtf:CELLSHADOW\">20001</theid>" << endl;
    1702           0 :     out << "<theid name=\"rtf:shpopt\">20001</theid>" << endl;
    1703           0 :     out << "<theid name=\"rtf:shpoptextraoffset\">20001</theid>" << endl;
    1704           0 :     out << "<theid name=\"rtf:shptypename\">20001</theid>" << endl;
    1705           0 :     out << "<theid name=\"rtf:shpblipbname\">20001</theid>" << endl;
    1706           0 :     out << "<theid name=\"rtf:blip\">20001</theid>" << endl;
    1707           0 :     out << "<theid name=\"rtf:shptxt\">20001</theid>" << endl;
    1708             :   /* clases */
    1709           0 :     out << "<theid name=\"rtf:LISTTABLE\">30001</theid>" << endl;
    1710           0 :     out << "<theid name=\"rtf:SttbRgtplc\">30001</theid>" << endl;
    1711           0 :     out << "<theid name=\"rtf:LFOTABLE\">30001</theid>" << endl;
    1712           0 :     out << "<theid name=\"rtf:FONTTABLE\">30001</theid>" << endl;
    1713           0 :     out << "<theid name=\"rtf:STYLESHEET\">30001</theid>" << endl;
    1714           0 : }
    1715             :   
    1716          15 : }

Generated by: LCOV version 1.10