Lines Matching refs:aAny

377 	Any aAny;  in ProcessSettings()  local
381 aAny <<= GetImport().GetStyleDisplayName( in ProcessSettings()
383 rConfig->setPropertyValue(sPropertyCharStyleName, aAny); in ProcessSettings()
388 aAny <<= GetImport().GetStyleDisplayName( in ProcessSettings()
390 rConfig->setPropertyValue(sPropertyAnchorCharStyleName, aAny); in ProcessSettings()
395 aAny <<= GetImport().GetStyleDisplayName( in ProcessSettings()
397 rConfig->setPropertyValue(sPropertyPageStyleName, aAny); in ProcessSettings()
402 aAny <<= GetImport().GetStyleDisplayName( in ProcessSettings()
404 rConfig->setPropertyValue(sPropertyParagraphStyleName, aAny); in ProcessSettings()
407 aAny <<= sPrefix; in ProcessSettings()
408 rConfig->setPropertyValue(sPropertyPrefix, aAny); in ProcessSettings()
410 aAny <<= sSuffix; in ProcessSettings()
411 rConfig->setPropertyValue(sPropertySuffix, aAny); in ProcessSettings()
421 aAny <<= nNumType; in ProcessSettings()
422 rConfig->setPropertyValue(sPropertyNumberingType, aAny); in ProcessSettings()
424 aAny <<= nOffset; in ProcessSettings()
425 rConfig->setPropertyValue(sPropertyStartAt, aAny); in ProcessSettings()
429 aAny.setValue(&bPosition, ::getBooleanCppuType()); in ProcessSettings()
430 rConfig->setPropertyValue(sPropertyPositionEndOfDoc, aAny); in ProcessSettings()
432 aAny <<= nNumbering; in ProcessSettings()
433 rConfig->setPropertyValue(sPropertyFootnoteCounting, aAny); in ProcessSettings()
435 aAny <<= sEndNotice; in ProcessSettings()
436 rConfig->setPropertyValue(sPropertyEndNotice, aAny); in ProcessSettings()
438 aAny <<= sBeginNotice; in ProcessSettings()
439 rConfig->setPropertyValue(sPropertyBeginNotice, aAny); in ProcessSettings()