Lines Matching refs:aAny

278 …::com::sun::star::uno::Any aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRIN…  in GetFromDescriptor()
280 aAny >>= bTemp ; in GetFromDescriptor()
282aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchCaseSensitive… in GetFromDescriptor()
283 aAny >>= bTemp ; in GetFromDescriptor()
285aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchBackwards") )… in GetFromDescriptor()
286 aAny >>= bTemp ; in GetFromDescriptor()
288aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchInSelection")… in GetFromDescriptor()
289 aAny >>= bTemp ; in GetFromDescriptor()
291aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchRegularExpres… in GetFromDescriptor()
292 aAny >>= bTemp ; in GetFromDescriptor()
294aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarity") … in GetFromDescriptor()
295 aAny >>= bTemp ; in GetFromDescriptor()
297aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarityRel… in GetFromDescriptor()
298 aAny >>= bTemp ; in GetFromDescriptor()
300aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarityExc… in GetFromDescriptor()
302 aAny >>= nTemp ; in GetFromDescriptor()
304aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarityRem… in GetFromDescriptor()
305 aAny >>= nTemp ; in GetFromDescriptor()
307aAny = rDescr->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarityAdd… in GetFromDescriptor()
308 aAny >>= nTemp ; in GetFromDescriptor()
315 ::com::sun::star::uno::Any aAny; in SetToDescriptor()
316 aAny <<= GetWordOnly() ; in SetToDescriptor()
317 rDescr->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchWords") ), aAny ); in SetToDescriptor()
318 aAny <<= GetExact() ; in SetToDescriptor()
319 …r->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchCaseSensitive") ), aAny ); in SetToDescriptor()
320 aAny <<= GetBackward() ; in SetToDescriptor()
321 …rDescr->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchBackwards") ), aAny in SetToDescriptor()
322 aAny <<= GetSelection() ; in SetToDescriptor()
323 …scr->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchInSelection") ), aAny ); in SetToDescriptor()
324 aAny <<= GetRegExp() ; in SetToDescriptor()
325 …etPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchRegularExpression") ), aAny ); in SetToDescriptor()
326 aAny <<= IsLevenshtein() ; in SetToDescriptor()
327 …rDescr->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarity") ), aAny in SetToDescriptor()
328 aAny <<= IsLEVRelaxed() ; in SetToDescriptor()
329 …>setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarityRelax") ), aAny ); in SetToDescriptor()
330 aAny <<= GetLEVOther() ; in SetToDescriptor()
331 …tPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarityExchange") ), aAny ); in SetToDescriptor()
332 aAny <<= GetLEVShorter() ; in SetToDescriptor()
333 …setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarityRemove") ), aAny ); in SetToDescriptor()
334 aAny <<= GetLEVLonger() ; in SetToDescriptor()
335 …r->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarityAdd") ), aAny ); in SetToDescriptor()