Searched refs:nodepath (Results 1 – 5 of 5) sorted by relevance
186 rtl::OUString nodepath; in createInstanceWithArguments() local199 } else if (Arguments.getLength() == 1 && (Arguments[i] >>= nodepath)) { in createInstanceWithArguments()202 if (nodepath.getLength() == 0) { in createInstanceWithArguments()219 if (nodepath.getLength() != 0 || !(value >>= nodepath) || in createInstanceWithArguments()220 nodepath.getLength() == 0) in createInstanceWithArguments()240 if (nodepath.getLength() == 0) { in createInstanceWithArguments()245 if (nodepath[0] != '/') { in createInstanceWithArguments()246 nodepath = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("/")) + nodepath; in createInstanceWithArguments()276 new RootAccess(components, nodepath, locale, update)); in createInstanceWithArguments()283 nodepath), in createInstanceWithArguments()
49 PropertyValue nodepath = new PropertyValue(); in ConfigurationRead() local50 nodepath.Name = "nodepath"; in ConfigurationRead()51 nodepath.Value = rootnode; in ConfigurationRead()52 nodepath.Handle = -1; in ConfigurationRead()53 nodepath.State = PropertyState.DEFAULT_VALUE; in ConfigurationRead()54 nodeArgs[0]=nodepath; in ConfigurationRead()
105 accept a single argument named <code>nodepath</code> of type <atom>string</atom>.125 <dt><code>"nodepath"</code> : <atom>string</atom></dt>159 <BR />selecting a view with <code>nodepath = "/A/B2"</code>,
123 accept a single argument named <code>nodepath</code> of type <atom>string</atom>.
78 must accept a property named <code>nodepath</code> of type98 were called passing one single property named <code>nodepath</code>
Completed in 36 milliseconds