Lines Matching refs:aAny
199 Any aAny; in CreateChildContext() local
204 aAny <<= (sal_Int16)nKey; in CreateChildContext()
205 aNameValue.Value = aAny; in CreateChildContext()
210 aAny.setValue(&bSort, ::getBooleanCppuType()); in CreateChildContext()
211 aSortValue.Value = aAny; in CreateChildContext()
253 Any aAny; in CreateAndInsert() local
255 aAny <<= sSuffix; in CreateAndInsert()
256 xPropSet->setPropertyValue(sBracketAfter, aAny); in CreateAndInsert()
258 aAny <<= sPrefix; in CreateAndInsert()
259 xPropSet->setPropertyValue(sBracketBefore, aAny); in CreateAndInsert()
261 aAny.setValue(&bNumberedEntries, ::getBooleanCppuType()); in CreateAndInsert()
262 xPropSet->setPropertyValue(sIsNumberEntries, aAny); in CreateAndInsert()
264 aAny.setValue(&bSortByPosition, ::getBooleanCppuType()); in CreateAndInsert()
265 xPropSet->setPropertyValue(sIsSortByPosition, aAny); in CreateAndInsert()
270 aAny <<= aLocale; in CreateAndInsert()
271 xPropSet->setPropertyValue(sLocale, aAny); in CreateAndInsert()
276 aAny <<= sAlgorithm; in CreateAndInsert()
277 xPropSet->setPropertyValue(sSortAlgorithm, aAny); in CreateAndInsert()
286 aAny <<= aKeysSeq; in CreateAndInsert()
287 xPropSet->setPropertyValue(sSortKeys, aAny); in CreateAndInsert()