Home
last modified time | relevance | path

Searched refs:arLocations (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/jvmfwk/source/
H A Delements.cxx677 void NodeJava::setJRELocations(rtl_uString * * arLocations, sal_Int32 size) in setJRELocations() argument
679 OSL_ASSERT( !(arLocations == 0 && size != 0)); in setJRELocations()
684 if (arLocations != NULL) in setJRELocations()
688 const rtl::OUString & sLocation = static_cast<rtl_uString*>(arLocations[i]); in setJRELocations()
H A Dframework.cxx1063 rtl_uString ** arLocations, sal_Int32 nLen) in jfw_setJRELocations() argument
1072 if (arLocations == NULL && nLen != 0) in jfw_setJRELocations()
1074 node.setJRELocations(arLocations, nLen); in jfw_setJRELocations()
/aoo41x/main/jvmfwk/inc/jvmfwk/
H A Dframework.h788 rtl_uString ** arLocations, sal_Int32 nSize);

Completed in 30 milliseconds