Lines Matching refs:aRet

414     Any aRet;  in GetDirectConfigProperty()  local
418 aRet <<= rBrandName; in GetDirectConfigProperty()
419 return aRet; in GetDirectConfigProperty()
425 aRet <<= rFullProductname; in GetDirectConfigProperty()
426 return aRet; in GetDirectConfigProperty()
432 aRet <<= rProductVersion; in GetDirectConfigProperty()
433 return aRet; in GetDirectConfigProperty()
439 aRet <<= rAboutBoxProductVersion; in GetDirectConfigProperty()
440 return aRet; in GetDirectConfigProperty()
446 aRet <<= rOOOVendor; in GetDirectConfigProperty()
447 return aRet; in GetDirectConfigProperty()
454 aRet <<= rProductExtension; in GetDirectConfigProperty()
455 return aRet; in GetDirectConfigProperty()
461 aRet <<= rXMLFileFormatName; in GetDirectConfigProperty()
462 return aRet; in GetDirectConfigProperty()
468 aRet <<= rXMLFileFormatVersion; in GetDirectConfigProperty()
469 return aRet; in GetDirectConfigProperty()
475 aRet <<= rOpenSourceContext; in GetDirectConfigProperty()
476 return aRet; in GetDirectConfigProperty()
482 aRet <<= rWriterCompatibilityVersionOOo11; in GetDirectConfigProperty()
483 return aRet; in GetDirectConfigProperty()
526 return aRet; in GetDirectConfigProperty()
559 aRet = xDirectAccess->getByName(sProperty); in GetDirectConfigProperty()
576 aRet >>= rBrandName; in GetDirectConfigProperty()
579 aRet >>= rXMLFileFormatName; in GetDirectConfigProperty()
582 aRet >>= rXMLFileFormatVersion; in GetDirectConfigProperty()
585 aRet >>= rProductVersion; in GetDirectConfigProperty()
588 aRet >>= rOOOVendor; in GetDirectConfigProperty()
592 aRet >>= rAboutBoxProductVersion; in GetDirectConfigProperty()
594 aRet <<= rAboutBoxProductVersion; in GetDirectConfigProperty()
598 aRet >>= rProductExtension; in GetDirectConfigProperty()
601 aRet >>= rWriterCompatibilityVersionOOo11; in GetDirectConfigProperty()
604 aRet >>= rOpenSourceContext; in GetDirectConfigProperty()
606 return aRet; in GetDirectConfigProperty()
695 Any aRet; in GetLocalProperty() local
699 aRet = xAccess->getByName(sProperty); in GetLocalProperty()
713 return aRet; in GetLocalProperty()