Searched refs:aNodePath (Results 1 – 3 of 3) sorted by relevance
332 PropertyValue[] aNodePath = new PropertyValue[1]; in getRegistryKeyContent() local334 aNodePath[0] = new PropertyValue(); in getRegistryKeyContent()335 aNodePath[0].Name = "nodepath"; in getRegistryKeyContent()336 aNodePath[0].Value = KeyName; in getRegistryKeyContent()340 …fig.createInstanceWithArguments("com.sun.star.configuration.ConfigurationUpdateAccess", aNodePath); in getRegistryKeyContent()344 …MSFConfig.createInstanceWithArguments("com.sun.star.configuration.ConfigurationAccess", aNodePath); in getRegistryKeyContent()
97 beans::NamedValue aNodePath; in ContentProvider() local98 aNodePath.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" ) ); in ContentProvider()99 … aNodePath.Value <<= rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Setup/Product")); in ContentProvider()102 aArgs[0] <<= aNodePath; in ContentProvider()
184 PropertyValue[] aNodePath = new PropertyValue[1]; in getRegistryKeyContent() local186 aNodePath[0] = new PropertyValue(); in getRegistryKeyContent()187 aNodePath[0].Name = "nodepath"; in getRegistryKeyContent()188 aNodePath[0].Value = _sKeyName; in getRegistryKeyContent()190 …MSFConfig.createInstanceWithArguments("com.sun.star.configuration.ConfigurationAccess", aNodePath); in getRegistryKeyContent()
Completed in 32 milliseconds