summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorChr. Rossmanith <ChrRossmanith@gmx.de>2013-02-26 22:00:44 +0100
committerChr. Rossmanith <ChrRossmanith@gmx.de>2013-02-26 22:01:51 +0100
commit28b5eb13f7e1cf7901686ea024a7a233d03074e1 (patch)
tree978e97dc22bd8b866cc5279f5b2126cc1112a22b /xmloff
parent7dcd14a434fdd6faed6e016fefd2a97824a5ed25 (diff)
removed RTL_CONSTASCII_(U)STRINGPARAM
Change-Id: If6b297b6dd150b698f8f524a071006c571c6cc7a
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/style/xmlimppr.cxx8
-rw-r--r--xmloff/source/style/xmlnume.cxx10
-rw-r--r--xmloff/source/table/XMLTableExport.cxx38
-rw-r--r--xmloff/source/table/XMLTableImport.cxx4
-rw-r--r--xmloff/source/text/XMLCalculationSettingsContext.cxx2
-rw-r--r--xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx28
-rw-r--r--xmloff/source/text/XMLFootnoteImportContext.cxx6
-rw-r--r--xmloff/source/text/XMLIndexAlphabeticalSourceContext.cxx22
-rw-r--r--xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx20
-rw-r--r--xmloff/source/text/XMLIndexMarkExport.cxx24
10 files changed, 81 insertions, 81 deletions
diff --git a/xmloff/source/style/xmlimppr.cxx b/xmloff/source/style/xmlimppr.cxx
index 31d4414108f4..23f8fcc24d78 100644
--- a/xmloff/source/style/xmlimppr.cxx
+++ b/xmloff/source/style/xmlimppr.cxx
@@ -717,16 +717,16 @@ sal_Bool SvXMLImportPropertyMapper::_FillTolerantMultiPropertySet(
switch (aResults[i].Result)
{
case TolerantPropertySetResultType::UNKNOWN_PROPERTY :
- sMessage = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("UNKNOWN_PROPERTY"));
+ sMessage = "UNKNOWN_PROPERTY";
break;
case TolerantPropertySetResultType::ILLEGAL_ARGUMENT :
- sMessage = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ILLEGAL_ARGUMENT"));
+ sMessage = "ILLEGAL_ARGUMENT";
break;
case TolerantPropertySetResultType::PROPERTY_VETO :
- sMessage = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("PROPERTY_VETO"));
+ sMessage = "PROPERTY_VETO";
break;
case TolerantPropertySetResultType::WRAPPED_TARGET :
- sMessage = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("WRAPPED_TARGET"));
+ sMessage = "WRAPPED_TARGET";
break;
};
rImport.SetError(
diff --git a/xmloff/source/style/xmlnume.cxx b/xmloff/source/style/xmlnume.cxx
index 4a6bd2b66c3b..871c7024289a 100644
--- a/xmloff/source/style/xmlnume.cxx
+++ b/xmloff/source/style/xmlnume.cxx
@@ -656,9 +656,9 @@ void SvxXMLNumRuleExport::AddListStyleAttributes()
SvxXMLNumRuleExport::SvxXMLNumRuleExport( SvXMLExport& rExp ) :
rExport( rExp ),
- sNumberingRules( RTL_CONSTASCII_USTRINGPARAM( "NumberingRules" ) ),
- sIsPhysical( RTL_CONSTASCII_USTRINGPARAM( "IsPhysical" ) ),
- sIsContinuousNumbering( RTL_CONSTASCII_USTRINGPARAM( "IsContinuousNumbering" ) ),
+ sNumberingRules( "NumberingRules" ),
+ sIsPhysical( "IsPhysical" ),
+ sIsContinuousNumbering( "IsContinuousNumbering" ),
// Let list style creation depend on Load/Save option "ODF format version" (#i89178#)
mbExportPositionAndSpaceModeLabelAlignment( true )
{
@@ -785,7 +785,7 @@ void SvxXMLNumRuleExport::exportOutline()
xCNSupplier->getChapterNumberingRules(), UNO_QUERY );
if (xNumRulePropSet.is())
{
- const OUString sName( RTL_CONSTASCII_USTRINGPARAM("Name") );
+ const OUString sName( "Name" );
xNumRulePropSet->getPropertyValue( sName ) >>= sOutlineStyleName;
}
}
@@ -840,7 +840,7 @@ void SvxXMLNumRuleExport::exportStyles( sal_Bool bUsed,
if( xFamilies.is() )
{
- const OUString aNumberStyleName( RTL_CONSTASCII_USTRINGPARAM( "NumberingStyles" ));
+ const OUString aNumberStyleName( "NumberingStyles" );
Reference< XIndexAccess > xStyles;
if( xFamilies->hasByName( aNumberStyleName ) )
diff --git a/xmloff/source/table/XMLTableExport.cxx b/xmloff/source/table/XMLTableExport.cxx
index b1b11fc7f029..7d6c4f812464 100644
--- a/xmloff/source/table/XMLTableExport.cxx
+++ b/xmloff/source/table/XMLTableExport.cxx
@@ -167,17 +167,17 @@ XMLTableExport::XMLTableExport(SvXMLExport& rExp, const rtl::Reference< SvXMLExp
mxColumnExportPropertySetMapper = new SvXMLExportPropertyMapper( new XMLPropertySetMapper( getColumnPropertiesMap(), xFactoryRef.get() ) );
mrExport.GetAutoStylePool()->AddFamily(XML_STYLE_FAMILY_TABLE_COLUMN,
- OUString(RTL_CONSTASCII_USTRINGPARAM(XML_STYLE_FAMILY_TABLE_COLUMN_STYLES_NAME)),
+ OUString(XML_STYLE_FAMILY_TABLE_COLUMN_STYLES_NAME),
mxColumnExportPropertySetMapper.get(),
- OUString(RTL_CONSTASCII_USTRINGPARAM(XML_STYLE_FAMILY_TABLE_COLUMN_STYLES_PREFIX)));
+ OUString(XML_STYLE_FAMILY_TABLE_COLUMN_STYLES_PREFIX));
mrExport.GetAutoStylePool()->AddFamily(XML_STYLE_FAMILY_TABLE_ROW,
- OUString(RTL_CONSTASCII_USTRINGPARAM(XML_STYLE_FAMILY_TABLE_ROW_STYLES_NAME)),
+ OUString(XML_STYLE_FAMILY_TABLE_ROW_STYLES_NAME),
mxRowExportPropertySetMapper.get(),
- OUString(RTL_CONSTASCII_USTRINGPARAM(XML_STYLE_FAMILY_TABLE_ROW_STYLES_PREFIX)));
+ OUString(XML_STYLE_FAMILY_TABLE_ROW_STYLES_PREFIX));
mrExport.GetAutoStylePool()->AddFamily(XML_STYLE_FAMILY_TABLE_CELL,
- OUString(RTL_CONSTASCII_USTRINGPARAM(XML_STYLE_FAMILY_TABLE_CELL_STYLES_NAME)),
+ OUString(XML_STYLE_FAMILY_TABLE_CELL_STYLES_NAME),
mxCellExportPropertySetMapper.get(),
- OUString(RTL_CONSTASCII_USTRINGPARAM(XML_STYLE_FAMILY_TABLE_CELL_STYLES_PREFIX)));
+ OUString(XML_STYLE_FAMILY_TABLE_CELL_STYLES_PREFIX));
}
// --------------------------------------------------------------------
@@ -263,9 +263,9 @@ static bool has_states( const std::vector< XMLPropertyState >& xPropStates )
// get style
OUString sParentStyleName;
Reference< XPropertySetInfo > xPropertySetInfo( xCellSet->getPropertySetInfo() );
- if( xPropertySetInfo.is() && xPropertySetInfo->hasPropertyByName( OUString(RTL_CONSTASCII_USTRINGPARAM("Style"))) )
+ if( xPropertySetInfo.is() && xPropertySetInfo->hasPropertyByName( OUString("Style")) )
{
- Reference< XStyle > xStyle( xCellSet->getPropertyValue(OUString(RTL_CONSTASCII_USTRINGPARAM("Style"))), UNO_QUERY );
+ Reference< XStyle > xStyle( xCellSet->getPropertyValue(OUString("Style")), UNO_QUERY );
if( xStyle.is() )
sParentStyleName = xStyle->getName();
}
@@ -480,7 +480,7 @@ void XMLTableExport::exportTableStyles()
XMLStyleExport aStEx(mrExport, OUString(), mrExport.GetAutoStylePool().get());
// write graphic family styles
- aStEx.exportStyleFamily("cell", OUString(RTL_CONSTASCII_USTRINGPARAM(XML_STYLE_FAMILY_TABLE_CELL_STYLES_NAME)), mxCellExportPropertySetMapper.get(), sal_True, XML_STYLE_FAMILY_TABLE_CELL);
+ aStEx.exportStyleFamily("cell", OUString(XML_STYLE_FAMILY_TABLE_CELL_STYLES_NAME), mxCellExportPropertySetMapper.get(), sal_True, XML_STYLE_FAMILY_TABLE_CELL);
exportTableTemplates();
}
@@ -505,15 +505,15 @@ const TableStyleElement* getTableStyleMap()
{
static struct TableStyleElement gTableStyleElements[] =
{
- { XML_FIRST_ROW, OUString( RTL_CONSTASCII_USTRINGPARAM( "first-row" ) ) },
- { XML_LAST_ROW, OUString( RTL_CONSTASCII_USTRINGPARAM( "last-row" ) ) },
- { XML_FIRST_COLUMN, OUString( RTL_CONSTASCII_USTRINGPARAM( "first-column" ) ) },
- { XML_LAST_COLUMN, OUString( RTL_CONSTASCII_USTRINGPARAM( "last-column" ) ) },
- { XML_EVEN_ROWS, OUString( RTL_CONSTASCII_USTRINGPARAM( "even-rows" ) ) },
- { XML_ODD_ROWS, OUString( RTL_CONSTASCII_USTRINGPARAM( "odd-rows" ) ) },
- { XML_EVEN_COLUMNS, OUString( RTL_CONSTASCII_USTRINGPARAM( "even-columns" ) ) },
- { XML_ODD_COLUMNS, OUString( RTL_CONSTASCII_USTRINGPARAM( "odd-columns" ) ) },
- { XML_BODY, OUString( RTL_CONSTASCII_USTRINGPARAM( "body" ) ) },
+ { XML_FIRST_ROW, OUString("first-row") },
+ { XML_LAST_ROW, OUString("last-row") },
+ { XML_FIRST_COLUMN, OUString("first-column") },
+ { XML_LAST_COLUMN, OUString("last-column") },
+ { XML_EVEN_ROWS, OUString("even-rows") },
+ { XML_ODD_ROWS, OUString("odd-rows") },
+ { XML_EVEN_COLUMNS, OUString("even-columns") },
+ { XML_ODD_COLUMNS, OUString("odd-columns") },
+ { XML_BODY, OUString("body") },
{ XML_TOKEN_END, OUString() }
};
@@ -531,7 +531,7 @@ void XMLTableExport::exportTableTemplates()
{
Reference< XStyleFamiliesSupplier > xFamiliesSupp( mrExport.GetModel(), UNO_QUERY_THROW );
Reference< XNameAccess > xFamilies( xFamiliesSupp->getStyleFamilies() );
- const OUString sFamilyName( RTL_CONSTASCII_USTRINGPARAM("table" ) );
+ const OUString sFamilyName( "table" );
Reference< XIndexAccess > xTableFamily( xFamilies->getByName( sFamilyName ), UNO_QUERY_THROW );
for( sal_Int32 nIndex = 0; nIndex < xTableFamily->getCount(); nIndex++ ) try
diff --git a/xmloff/source/table/XMLTableImport.cxx b/xmloff/source/table/XMLTableImport.cxx
index ce84badff112..099b48825b66 100644
--- a/xmloff/source/table/XMLTableImport.cxx
+++ b/xmloff/source/table/XMLTableImport.cxx
@@ -252,8 +252,8 @@ void XMLTableImport::finishStyles()
{
Reference< XStyleFamiliesSupplier > xFamiliesSupp( mrImport.GetModel(), UNO_QUERY_THROW );
Reference< XNameAccess > xFamilies( xFamiliesSupp->getStyleFamilies() );
- const OUString sFamilyName( RTL_CONSTASCII_USTRINGPARAM("table" ) );
- const OUString sCellFamilyName( RTL_CONSTASCII_USTRINGPARAM("cell") );
+ const OUString sFamilyName( "table" );
+ const OUString sCellFamilyName( "cell" );
Reference< XNameContainer > xTableFamily( xFamilies->getByName( sFamilyName ), UNO_QUERY_THROW );
Reference< XNameAccess > xCellFamily( xFamilies->getByName( sCellFamilyName ), UNO_QUERY_THROW );
diff --git a/xmloff/source/text/XMLCalculationSettingsContext.cxx b/xmloff/source/text/XMLCalculationSettingsContext.cxx
index 207e722614d4..8229bdd02820 100644
--- a/xmloff/source/text/XMLCalculationSettingsContext.cxx
+++ b/xmloff/source/text/XMLCalculationSettingsContext.cxx
@@ -79,7 +79,7 @@ void XMLCalculationSettingsContext::EndElement()
if (xTextDoc.is())
{
Reference < XPropertySet > xPropSet ( xTextDoc, UNO_QUERY );
- OUString sTwoDigitYear ( RTL_CONSTASCII_USTRINGPARAM ( "TwoDigitYear" ) );
+ OUString sTwoDigitYear ( "TwoDigitYear" );
Any aAny;
aAny <<= nYear;
xPropSet->setPropertyValue ( sTwoDigitYear, aAny );
diff --git a/xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx b/xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx
index 98b78ced0940..3088962b5595 100644
--- a/xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx
+++ b/xmloff/source/text/XMLFootnoteConfigurationImportContext.cxx
@@ -125,20 +125,20 @@ XMLFootnoteConfigurationImportContext::XMLFootnoteConfigurationImportContext(
const OUString& rLocalName,
const Reference<XAttributeList> & xAttrList)
: SvXMLStyleContext(rImport, nPrfx, rLocalName, xAttrList, XML_STYLE_FAMILY_TEXT_FOOTNOTECONFIG)
-, sPropertyAnchorCharStyleName(RTL_CONSTASCII_USTRINGPARAM("AnchorCharStyleName"))
-, sPropertyCharStyleName(RTL_CONSTASCII_USTRINGPARAM("CharStyleName"))
-, sPropertyNumberingType(RTL_CONSTASCII_USTRINGPARAM("NumberingType"))
-, sPropertyPageStyleName(RTL_CONSTASCII_USTRINGPARAM("PageStyleName"))
-, sPropertyParagraphStyleName(RTL_CONSTASCII_USTRINGPARAM("ParaStyleName"))
-, sPropertyPrefix(RTL_CONSTASCII_USTRINGPARAM("Prefix"))
-, sPropertyStartAt(RTL_CONSTASCII_USTRINGPARAM("StartAt"))
-, sPropertySuffix(RTL_CONSTASCII_USTRINGPARAM("Suffix"))
-, sPropertyPositionEndOfDoc(RTL_CONSTASCII_USTRINGPARAM("PositionEndOfDoc"))
-, sPropertyFootnoteCounting(RTL_CONSTASCII_USTRINGPARAM("FootnoteCounting"))
-, sPropertyEndNotice(RTL_CONSTASCII_USTRINGPARAM("EndNotice"))
-, sPropertyBeginNotice(RTL_CONSTASCII_USTRINGPARAM("BeginNotice"))
-, sNumFormat(RTL_CONSTASCII_USTRINGPARAM("1"))
-, sNumSync(RTL_CONSTASCII_USTRINGPARAM("false"))
+, sPropertyAnchorCharStyleName("AnchorCharStyleName")
+, sPropertyCharStyleName("CharStyleName")
+, sPropertyNumberingType("NumberingType")
+, sPropertyPageStyleName("PageStyleName")
+, sPropertyParagraphStyleName("ParaStyleName")
+, sPropertyPrefix("Prefix")
+, sPropertyStartAt("StartAt")
+, sPropertySuffix("Suffix")
+, sPropertyPositionEndOfDoc("PositionEndOfDoc")
+, sPropertyFootnoteCounting("FootnoteCounting")
+, sPropertyEndNotice("EndNotice")
+, sPropertyBeginNotice("BeginNotice")
+, sNumFormat("1")
+, sNumSync("false")
, pAttrTokenMap(NULL)
, nOffset(0)
, nNumbering(FootnoteNumbering::PER_PAGE)
diff --git a/xmloff/source/text/XMLFootnoteImportContext.cxx b/xmloff/source/text/XMLFootnoteImportContext.cxx
index ca3a84d0063a..4957980a28f4 100644
--- a/xmloff/source/text/XMLFootnoteImportContext.cxx
+++ b/xmloff/source/text/XMLFootnoteImportContext.cxx
@@ -72,7 +72,7 @@ XMLFootnoteImportContext::XMLFootnoteImportContext(
sal_uInt16 nPrfx,
const OUString& rLocalName )
: SvXMLImportContext(rImport, nPrfx, rLocalName)
-, sPropertyReferenceId(RTL_CONSTASCII_USTRINGPARAM("ReferenceId"))
+, sPropertyReferenceId("ReferenceId")
, mbListContextPushed(false)
, rHelper(rHlp)
{
@@ -107,8 +107,8 @@ void XMLFootnoteImportContext::StartElement(
Reference<XInterface> xIfc = xFactory->createInstance(
bIsEndnote ?
- OUString(RTL_CONSTASCII_USTRINGPARAM(sAPI_service_endnote)) :
- OUString(RTL_CONSTASCII_USTRINGPARAM(sAPI_service_footnote)) );
+ OUString(sAPI_service_endnote) :
+ OUString(sAPI_service_footnote) );
// attach footnote to document
Reference<XTextContent> xTextContent(xIfc, UNO_QUERY);
diff --git a/xmloff/source/text/XMLIndexAlphabeticalSourceContext.cxx b/xmloff/source/text/XMLIndexAlphabeticalSourceContext.cxx
index d502f0e176dc..d050131ad381 100644
--- a/xmloff/source/text/XMLIndexAlphabeticalSourceContext.cxx
+++ b/xmloff/source/text/XMLIndexAlphabeticalSourceContext.cxx
@@ -69,17 +69,17 @@ XMLIndexAlphabeticalSourceContext::XMLIndexAlphabeticalSourceContext(
const OUString& rLocalName,
Reference<XPropertySet> & rPropSet)
: XMLIndexSourceBaseContext(rImport, nPrfx, rLocalName, rPropSet, sal_False)
-, sMainEntryCharacterStyleName(RTL_CONSTASCII_USTRINGPARAM(sAPI_MainEntryCharacterStyleName))
-, sUseAlphabeticalSeparators(RTL_CONSTASCII_USTRINGPARAM(sAPI_UseAlphabeticalSeparators))
-, sUseCombinedEntries(RTL_CONSTASCII_USTRINGPARAM(sAPI_UseCombinedEntries))
-, sIsCaseSensitive(RTL_CONSTASCII_USTRINGPARAM(sAPI_IsCaseSensitive))
-, sUseKeyAsEntry(RTL_CONSTASCII_USTRINGPARAM(sAPI_UseKeyAsEntry))
-, sUseUpperCase(RTL_CONSTASCII_USTRINGPARAM(sAPI_UseUpperCase))
-, sUseDash(RTL_CONSTASCII_USTRINGPARAM(sAPI_UseDash))
-, sUsePP(RTL_CONSTASCII_USTRINGPARAM(sAPI_UsePP))
-, sIsCommaSeparated(RTL_CONSTASCII_USTRINGPARAM("IsCommaSeparated"))
-, sSortAlgorithm(RTL_CONSTASCII_USTRINGPARAM(sAPI_SortAlgorithm))
-, sLocale(RTL_CONSTASCII_USTRINGPARAM(sAPI_Locale))
+, sMainEntryCharacterStyleName(sAPI_MainEntryCharacterStyleName)
+, sUseAlphabeticalSeparators(sAPI_UseAlphabeticalSeparators)
+, sUseCombinedEntries(sAPI_UseCombinedEntries)
+, sIsCaseSensitive(sAPI_IsCaseSensitive)
+, sUseKeyAsEntry(sAPI_UseKeyAsEntry)
+, sUseUpperCase(sAPI_UseUpperCase)
+, sUseDash(sAPI_UseDash)
+, sUsePP(sAPI_UsePP)
+, sIsCommaSeparated("IsCommaSeparated")
+, sSortAlgorithm(sAPI_SortAlgorithm)
+, sLocale(sAPI_Locale)
, bMainEntryStyleNameOK(sal_False)
, bSeparators(sal_False)
, bCombineEntries(sal_True)
diff --git a/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx b/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx
index d1b494e2eebe..36f2a1e6847a 100644
--- a/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx
+++ b/xmloff/source/text/XMLIndexBibliographyConfigurationContext.cxx
@@ -54,16 +54,16 @@ XMLIndexBibliographyConfigurationContext::XMLIndexBibliographyConfigurationConte
const Reference<XAttributeList> & xAttrList) :
SvXMLStyleContext(rImport, nPrfx, rLocalName, xAttrList, XML_STYLE_FAMILY_TEXT_BIBLIOGRAPHYCONFIG),
sFieldMaster_Bibliography(
- RTL_CONSTASCII_USTRINGPARAM(sAPI_FieldMaster_Bibliography)),
- sBracketBefore(RTL_CONSTASCII_USTRINGPARAM("BracketBefore")),
- sBracketAfter(RTL_CONSTASCII_USTRINGPARAM("BracketAfter")),
- sIsNumberEntries(RTL_CONSTASCII_USTRINGPARAM("IsNumberEntries")),
- sIsSortByPosition(RTL_CONSTASCII_USTRINGPARAM("IsSortByPosition")),
- sSortKeys(RTL_CONSTASCII_USTRINGPARAM("SortKeys")),
- sSortKey(RTL_CONSTASCII_USTRINGPARAM("SortKey")),
- sIsSortAscending(RTL_CONSTASCII_USTRINGPARAM("IsSortAscending")),
- sSortAlgorithm(RTL_CONSTASCII_USTRINGPARAM("SortAlgorithm")),
- sLocale(RTL_CONSTASCII_USTRINGPARAM("Locale")),
+ sAPI_FieldMaster_Bibliography),
+ sBracketBefore("BracketBefore"),
+ sBracketAfter("BracketAfter"),
+ sIsNumberEntries("IsNumberEntries"),
+ sIsSortByPosition("IsSortByPosition"),
+ sSortKeys("SortKeys"),
+ sSortKey("SortKey"),
+ sIsSortAscending("IsSortAscending"),
+ sSortAlgorithm("SortAlgorithm"),
+ sLocale("Locale"),
sSuffix(),
sPrefix(),
sAlgorithm(),
diff --git a/xmloff/source/text/XMLIndexMarkExport.cxx b/xmloff/source/text/XMLIndexMarkExport.cxx
index 6453fecfea04..bd67bd5b069c 100644
--- a/xmloff/source/text/XMLIndexMarkExport.cxx
+++ b/xmloff/source/text/XMLIndexMarkExport.cxx
@@ -42,18 +42,18 @@ using ::com::sun::star::uno::Any;
XMLIndexMarkExport::XMLIndexMarkExport(
SvXMLExport& rExp)
-: sLevel(RTL_CONSTASCII_USTRINGPARAM("Level"))
-, sUserIndexName(RTL_CONSTASCII_USTRINGPARAM("UserIndexName"))
-, sPrimaryKey(RTL_CONSTASCII_USTRINGPARAM("PrimaryKey"))
-, sSecondaryKey(RTL_CONSTASCII_USTRINGPARAM("SecondaryKey"))
-, sDocumentIndexMark(RTL_CONSTASCII_USTRINGPARAM("DocumentIndexMark"))
-, sIsStart(RTL_CONSTASCII_USTRINGPARAM("IsStart"))
-, sIsCollapsed(RTL_CONSTASCII_USTRINGPARAM("IsCollapsed"))
-, sAlternativeText(RTL_CONSTASCII_USTRINGPARAM("AlternativeText"))
-, sTextReading(RTL_CONSTASCII_USTRINGPARAM("TextReading"))
-, sPrimaryKeyReading(RTL_CONSTASCII_USTRINGPARAM("PrimaryKeyReading"))
-, sSecondaryKeyReading(RTL_CONSTASCII_USTRINGPARAM("SecondaryKeyReading"))
-, sMainEntry(RTL_CONSTASCII_USTRINGPARAM("IsMainEntry"))
+: sLevel("Level")
+, sUserIndexName("UserIndexName")
+, sPrimaryKey("PrimaryKey")
+, sSecondaryKey("SecondaryKey")
+, sDocumentIndexMark("DocumentIndexMark")
+, sIsStart("IsStart")
+, sIsCollapsed("IsCollapsed")
+, sAlternativeText("AlternativeText")
+, sTextReading("TextReading")
+, sPrimaryKeyReading("PrimaryKeyReading")
+, sSecondaryKeyReading("SecondaryKeyReading")
+, sMainEntry("IsMainEntry")
, rExport(rExp)
{
}