Lines Matching refs:aAny

196 	Any aAny;  in EndElement()  local
200 aAny <<= GetImport().GetStyleDisplayName( in EndElement()
202 rIndexPropertySet->setPropertyValue(sMainEntryCharacterStyleName,aAny); in EndElement()
205 aAny.setValue(&bSeparators, ::getBooleanCppuType()); in EndElement()
206 rIndexPropertySet->setPropertyValue(sUseAlphabeticalSeparators, aAny); in EndElement()
208 aAny.setValue(&bCombineEntries, ::getBooleanCppuType()); in EndElement()
209 rIndexPropertySet->setPropertyValue(sUseCombinedEntries, aAny); in EndElement()
211 aAny.setValue(&bCaseSensitive, ::getBooleanCppuType()); in EndElement()
212 rIndexPropertySet->setPropertyValue(sIsCaseSensitive, aAny); in EndElement()
214 aAny.setValue(&bEntry, ::getBooleanCppuType()); in EndElement()
215 rIndexPropertySet->setPropertyValue(sUseKeyAsEntry, aAny); in EndElement()
217 aAny.setValue(&bUpperCase, ::getBooleanCppuType()); in EndElement()
218 rIndexPropertySet->setPropertyValue(sUseUpperCase, aAny); in EndElement()
220 aAny.setValue(&bCombineDash, ::getBooleanCppuType()); in EndElement()
221 rIndexPropertySet->setPropertyValue(sUseDash, aAny); in EndElement()
223 aAny.setValue(&bCombinePP, ::getBooleanCppuType()); in EndElement()
224 rIndexPropertySet->setPropertyValue(sUsePP, aAny); in EndElement()
226 aAny.setValue(&bCommaSeparated, ::getBooleanCppuType()); in EndElement()
227 rIndexPropertySet->setPropertyValue(sIsCommaSeparated, aAny); in EndElement()
232 aAny <<= sAlgorithm; in EndElement()
233 rIndexPropertySet->setPropertyValue(sSortAlgorithm, aAny); in EndElement()
239 aAny <<= aLocale; in EndElement()
240 rIndexPropertySet->setPropertyValue(sLocale, aAny); in EndElement()