Searched refs:aPathArgument (Results 1 – 4 of 4) sorted by relevance
234 com.sun.star.beans.PropertyValue aPathArgument = new com.sun.star.beans.PropertyValue(); in createConfigurationView() local235 aPathArgument.Name = "nodepath"; in createConfigurationView()236 aPathArgument.Value = sPath; in createConfigurationView()239 aArguments[0] = aPathArgument; in createConfigurationView()258 com.sun.star.beans.PropertyValue aPathArgument = new com.sun.star.beans.PropertyValue(); in createUpdatableView() local259 aPathArgument.Name = "nodepath"; in createUpdatableView()260 aPathArgument.Value = sPath; in createUpdatableView()263 aArguments[0] = aPathArgument; in createUpdatableView()942 com.sun.star.beans.PropertyValue aPathArgument = new com.sun.star.beans.PropertyValue();943 aPathArgument.Name = "nodepath";[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()