INTEGRATION: CWS i18n24 (1.19.10); FILE MERGED

2006/01/11 19:47:23 khong 1.19.10.1: #i60331 extract index data to external library
This commit is contained in:
Kurt Zenker 2006-01-31 17:46:07 +00:00
parent 3958d5b704
commit f196b0a211

View file

@ -4,9 +4,9 @@
*
* $RCSfile: LocaleNode.cxx,v $
*
* $Revision: 1.20 $
* $Revision: 1.21 $
*
* last change: $Author: rt $ $Date: 2006-01-10 15:55:39 $
* last change: $Author: kz $ $Date: 2006-01-31 18:46:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -834,6 +834,8 @@ void LCIndexNode::generateCode (const OFileWriter &of) const
::rtl::OUString str;
str = currNode->getAttr() -> getValueByName("unoid");
of.writeParameter("IndexID", str, nbOfIndexs);
str = currNode->getAttr() -> getValueByName("module");
of.writeParameter("IndexModule", str, nbOfIndexs);
str = currNode->getValue();
of.writeParameter("IndexKey", str, nbOfIndexs);
str = currNode -> getAttr() -> getValueByName("default");
@ -866,6 +868,10 @@ void LCIndexNode::generateCode (const OFileWriter &of) const
of.writeInt(i);
of.writeAsciiString(",\n");
of.writeAsciiString("\tIndexModule");
of.writeInt(i);
of.writeAsciiString(",\n");
of.writeAsciiString("\tIndexKey");
of.writeInt(i);
of.writeAsciiString(",\n");