Home
last modified time | relevance | path

Searched refs:aNodePath (Results 1 – 3 of 3) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/common/
H A DDesktop.java332 PropertyValue[] aNodePath = new PropertyValue[1]; in getRegistryKeyContent() local
334 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()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavprovider.cxx90 beans::NamedValue aNodePath; in ContentProvider() local
91 aNodePath.Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" ) ); in ContentProvider()
92aNodePath.Value <<= rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("/org.openoffice.Setup/Product")); in ContentProvider()
95 aArgs[0] <<= aNodePath; in ContentProvider()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java184 PropertyValue[] aNodePath = new PropertyValue[1]; in getRegistryKeyContent() local
186 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 38 milliseconds