Searched refs:aPathArgument (Results 1 – 4 of 4) sorted by relevance
235 aPathArgument.Name = "nodepath"; in createConfigurationView()236 aPathArgument.Value = sPath; in createConfigurationView()239 aArguments[0] = aPathArgument; in createConfigurationView()259 aPathArgument.Name = "nodepath"; in createUpdatableView()260 aPathArgument.Value = sPath; in createUpdatableView()263 aArguments[0] = aPathArgument; in createUpdatableView()943 aPathArgument.Name = "nodepath";944 aPathArgument.Value = cDataSourcesPath ;947 aArguments[0] = aPathArgument;969 aPathArgument.Value = sElementPath;[all …]
64 PropertyValue aPathArgument; in ImpIsTreeAvailable() local65 aPathArgument.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" ) ); in ImpIsTreeAvailable()66 aPathArgument.Value = aAny; in ImpIsTreeAvailable()69 aArguments[ 0 ] <<= aPathArgument; in ImpIsTreeAvailable()133 PropertyValue aPathArgument; in ImpInitTree() local135 aPathArgument.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" ) ); in ImpInitTree()136 aPathArgument.Value = aAny; in ImpInitTree()146 aArguments[ 0 ] <<= aPathArgument; in ImpInitTree()
170 PropertyValue aPathArgument = new PropertyValue(); in getConfigurationRoot() local171 aPathArgument.Name = "nodepath"; in getConfigurationRoot()172 aPathArgument.Value = sPath; in getConfigurationRoot()174 args[0] = aPathArgument; in getConfigurationRoot()
430 beans::PropertyValue aPathArgument; in PrepareConfiguration() local431 aPathArgument.Name = C2U( "nodepath" ); in PrepareConfiguration()432 aPathArgument.Value = aAny; in PrepareConfiguration()434 aArguments[ 0 ] <<= aPathArgument; in PrepareConfiguration()
Completed in 25 milliseconds