Home
last modified time | relevance | path

Searched refs:aPathArgument (Results 1 – 4 of 4) sorted by relevance

/trunk/main/odk/examples/DevelopersGuide/Config/
H A DConfigExamples.java235 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 …]
/trunk/main/svtools/source/filter/
H A DFilterConfigItem.cxx64 PropertyValue aPathArgument; in ImpIsTreeAvailable() local
65 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() local
135 aPathArgument.Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "nodepath" ) ); in ImpInitTree()
136 aPathArgument.Value = aAny; in ImpInitTree()
146 aArguments[ 0 ] <<= aPathArgument; in ImpInitTree()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfiguration.java170 PropertyValue aPathArgument = new PropertyValue(); in getConfigurationRoot() local
171 aPathArgument.Name = "nodepath"; in getConfigurationRoot()
172 aPathArgument.Value = sPath; in getConfigurationRoot()
174 args[0] = aPathArgument; in getConfigurationRoot()
/trunk/main/svx/source/smarttags/
H A DSmartTagMgr.cxx430 beans::PropertyValue aPathArgument; in PrepareConfiguration() local
431 aPathArgument.Name = C2U( "nodepath" ); in PrepareConfiguration()
432 aPathArgument.Value = aAny; in PrepareConfiguration()
434 aArguments[ 0 ] <<= aPathArgument; in PrepareConfiguration()

Completed in 40 milliseconds