Home
last modified time | relevance | path

Searched refs:nodepath (Results 1 – 5 of 5) sorted by relevance

/trunk/main/configmgr/source/
H A Dconfigurationprovider.cxx186 rtl::OUString nodepath; in createInstanceWithArguments() local
199 } 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DConfigurationRead.java49 PropertyValue nodepath = new PropertyValue(); in ConfigurationRead() local
50 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()
/trunk/main/offapi/com/sun/star/configuration/
H A DConfigurationProvider.idl105 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>,
H A DAdministrationProvider.idl123 accept a single argument named <code>nodepath</code> of type <atom>string</atom>.
/trunk/main/offapi/com/sun/star/ucb/
H A DHierarchyDataSource.idl78 must accept a property named <code>nodepath</code> of type
98 were called passing one single property named <code>nodepath</code>

Completed in 32 milliseconds