Searched refs:arNames (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | vendorlist.cxx | 62 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 D | util.cxx | 1172 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()
|
/aoo41x/main/extensions/source/ole/ |
H A D | oleobjw.cxx | 1752 OLECHAR ** arNames = saNames.get(); in invokeWithDispIdComTlb() local 1753 arNames[0] = const_cast<OLECHAR*>(reinterpret_cast<LPCOLESTR>(sFuncName.getStr())); in invokeWithDispIdComTlb() 1765 …arNames[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()
|
/aoo41x/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
H A D | PropertySet_Test.java | 913 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()
|
/aoo41x/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 1153 string[] arNames = new string[]{"if", "else"}; in testPolyStructAttributes() 1154 l.assure(attr != null && attr.Parameters.ToString().Equals(arNames.ToString())); in testPolyStructAttributes()
|
Completed in 50 milliseconds