Home
last modified time | relevance | path

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

/aoo4110/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dvendorlist.cxx62 OUString arNames[count]; in END_VENDOR_MAP() local
66 arNames[pos] = OStringToOUString(sVendor, RTL_TEXTENCODING_UTF8); in END_VENDOR_MAP()
68 return Sequence<OUString>(arNames, count); in END_VENDOR_MAP()
74 const OUString * arNames = seqNames.getConstArray(); in isVendorSupported() local
79 if (sVendor.equals(arNames[i])) in isVendorSupported()
H A Dutil.cxx1172 OUString *arNames = sarJavaNames.get(); in createJavaInfoDirScan() local
1174 arNames[i] = OUString(g_arJavaNames[i], strlen(g_arJavaNames[i]), in createJavaInfoDirScan()
1269 OUString usDir3(usDir1 + arNames[j]); in createJavaInfoDirScan()
/aoo4110/main/extensions/source/ole/
H A Doleobjw.cxx1752 OLECHAR ** arNames = saNames.get(); in invokeWithDispIdComTlb() local
1753 arNames[0] = const_cast<OLECHAR*>(reinterpret_cast<LPCOLESTR>(sFuncName.getStr())); in invokeWithDispIdComTlb()
1765arNames[nSizeAr - 1 - cNamedArg++] = const_cast<OLECHAR*>(reinterpret_cast<LPCOLESTR>(arg.Name.get… in invokeWithDispIdComTlb()
1772 HRESULT hr = getTypeInfo()->GetIDsOfNames(arNames, nSizeAr, in invokeWithDispIdComTlb()
1775 …hr = m_spDispatch->GetIDsOfNames(IID_NULL, arNames, nSizeAr, LOCALE_USER_DEFAULT, arDispidNamedArg… in invokeWithDispIdComTlb()
/aoo4110/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DPropertySet_Test.java913 String[] arNames= new String[] {"PropCharA","PropIntClass","PropObjectA"}; in setPropertyValues() local
918 cl.setPropertyValues(arNames, values); in setPropertyValues()
921 arNames= new String[] {"blabla","PropIntClass","PropObjectA"}; in setPropertyValues()
923 cl.setPropertyValues(arNames, values); in setPropertyValues()
/aoo4110/main/cli_ure/qa/climaker/
H A Dclimaker.cs1153 string[] arNames = new string[]{"if", "else"}; in testPolyStructAttributes()
1154 l.assure(attr != null && attr.Parameters.ToString().Equals(arNames.ToString())); in testPolyStructAttributes()

Completed in 59 milliseconds