Home
last modified time | relevance | path

Searched refs:info (Results 26 – 50 of 376) sorted by relevance

12345678910>>...16

/trunk/main/extensions/test/stm/
H A Dmarktest.cxx124 XServiceInfoRef info( TestObject, USR_QUERY ); in testInvariant() local
125 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
126 if( info.is() ) in testInvariant()
128 ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" ); in testInvariant()
129 ERROR_ASSERT( ! info->supportsService( L"bla bluzb" ) , "XServiceInfo test failed" ); in testInvariant()
487 XServiceInfoRef info( TestObject, USR_QUERY ); in testInvariant() local
488 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
489 if( info.is() ) in testInvariant()
491 ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" ); in testInvariant()
492 ERROR_ASSERT( ! info->supportsService( L"bla bluzb" ) , "XServiceInfo test failed" ); in testInvariant()
/trunk/main/io/test/stm/
H A Dmarktest.cxx113 Reference< XServiceInfo > info( TestObject, UNO_QUERY ); in testInvariant() local
114 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
115 if( info.is() ) in testInvariant()
117 ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" ); in testInvariant()
118 ERROR_ASSERT( ! info->supportsService( in testInvariant()
476 Reference <XServiceInfo > info( TestObject, UNO_QUERY ); in testInvariant() local
477 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
478 if( info.is() ) in testInvariant()
480 ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" ); in testInvariant()
482 ! info->supportsService( in testInvariant()
/trunk/main/desktop/unx/source/officeloader/
H A Dofficeloader.cxx77 oslProcessInfo info; in SAL_IMPLEMENT_MAIN() local
79 info.Size = sizeof(info); in SAL_IMPLEMENT_MAIN()
85 error = osl_getProcessInfo( process, osl_Process_EXITCODE, &info ); in SAL_IMPLEMENT_MAIN()
89 if ( info.Fields & osl_Process_EXITCODE ) in SAL_IMPLEMENT_MAIN()
91 exitcode = info.Code; in SAL_IMPLEMENT_MAIN()
/trunk/main/jvmfwk/source/
H A Dframework.hxx57 const JavaInfo *info,
64 const JavaInfo *info,
79 CJavaInfo(::JavaInfo * info, _transfer_ownership);
89 CJavaInfo& operator =(const ::JavaInfo* info);
90 CJavaInfo & operator = (const CJavaInfo& info);
95 static CJavaInfo createWrapper(::JavaInfo* info);
H A Dframework.cxx1168 CJavaInfo::CJavaInfo(const CJavaInfo & info) in CJavaInfo() argument
1170 pInfo = copyJavaInfo(info.pInfo); in CJavaInfo()
1175 pInfo = info; in CJavaInfo()
1177 CJavaInfo CJavaInfo::createWrapper(::JavaInfo* info) in createWrapper() argument
1179 return CJavaInfo(info, TRANSFER); in createWrapper()
1181 void CJavaInfo::attach(::JavaInfo * info) in attach() argument
1184 pInfo = info; in attach()
1230 if (&info == this) in operator =()
1234 pInfo = copyJavaInfo(info.pInfo); in operator =()
1239 if (info == pInfo) in operator =()
[all …]
/trunk/main/autodoc/source/display/html/
H A Dhd_docu.cxx44 using namespace ary::info;
55 C_sTagHeadlines[ ary::info::C_eAtTag_NrOfClasses ] =
178 csv_assert( uintt(i_rData.Std_Id()) < uintt(ary::info::C_eAtTag_NrOfClasses) ); in Display_StdTag()
180 const ary::info::DocuText::TokenList & in Display_StdTag()
182 typedef ary::info::DocuText::TokenList::const_iterator TokenIterator; in Display_StdTag()
291 Docu_Display::Display_SinceTag( const ary::info::SinceTag & i_rData ) in Display_SinceTag()
359 Docu_Display::Display_DT_Xml( const ary::info::DT_Xml & i_rData ) in Display_DT_Xml()
415 Docu_Display::Write_Text( const ary::info::DocuText & i_rDocuText ) in Write_Text()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx203 gr::GlyphInfo info = (*gi); in fill_from() local
205 … fprintf(grLog(),"Glyph %d %f,%f\n", (int)info.logicalIndex(), info.origin(), info.yOffset()); in fill_from()
209 if ((bRtl && ((signed)info.firstChar() <= nNextChar)) || in fill_from()
210 (!bRtl && ((signed)info.lastChar() >= nNextChar))) in fill_from()
219 if (!info.isAttached() || in fill_from()
233 nFirstCharInCluster = (bRtl)? info.lastChar() : info.firstChar(); in fill_from()
245 while ((bRtl && ((signed)info.firstChar() <= nNextChar)) || in fill_from()
246 (!bRtl && (signed)info.lastChar() >= nNextChar)) in fill_from()
259 glyph_set_range_t iAttached = info.attachedClusterGlyphs(); in fill_from()
279 if ((bRtl && ((signed)info.lastChar() > nFirstCharInCluster)) || in fill_from()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/
H A DBasicTestCase.java116 log.println(e.info); in initialize()
117 throw new RuntimeException(e.info); in initialize()
145 log.println(e.info); in createTestEnvironment()
147 throw new RuntimeException(e.info); in createTestEnvironment()
167 oLog.println(e.info); in cleanupTestCase()
168 throw new RuntimeException(e.info); in cleanupTestCase()
/trunk/main/offapi/com/sun/star/embed/
H A DXRelationshipAccess.idl71 in case there is a problem reading the relations info
91 in case there is a problem reading the relations info
112 in case there is a problem reading the relations info
136 in case there is a problem reading the relations info
162 in case there is a problem reading the relations info
181 in case there is a problem reading the relations info
206 in case there is a problem reading/writing the relations info
229 in case there is a problem reading/writing the relations info
255 in case there is a problem reading/writing the relations info
267 in case there is a problem reading/writing the relations info
/trunk/main/bridges/source/jni_uno/
H A Djni_java2uno.cxx45 uno_Interface * pUnoI, JNI_interface_type_info const * info ) const in map_to_java()
57 args[ 1 ].l = info->m_type; in map_to_java()
68 oid.pData, (typelib_InterfaceTypeDescription *)info->m_td.get() ); in map_to_java()
77 typelib_typedescription_acquire( info->m_td.get() ); in map_to_java()
78 args2[ 3 ].j = reinterpret_cast< sal_Int64 >( info->m_td.get() ); in map_to_java()
79 args2[ 4 ].l = info->m_type; in map_to_java()
81 args2[ 6 ].l = info->m_proxy_ctor; in map_to_java()
449 JNI_type_info const * info = in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() local
451 if (typelib_TypeClass_INTERFACE != info->m_td.get()->eTypeClass) in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
457 static_cast< JNI_interface_type_info const * >( info ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
H A Djni_data.cxx57 JNI_type_info const * info /* maybe 0 */, bool assign) in createDefaultUnoValue() argument
157 if (info == 0) { in createDefaultUnoValue()
221 JNI_type_info const * info /* maybe 0 */, in map_to_uno() argument
750 if (0 == info) in map_to_uno()
751 info = m_jni_info->get_type_info( jni, type ); in map_to_uno()
1190 if (0 == info) in map_to_uno()
1224 JNI_type_info const * info /* maybe 0 */, in map_to_java() argument
1914 if (0 == info) in map_to_java()
1915 info = m_jni_info->get_type_info( jni, type ); in map_to_java()
2531 if (0 == info) in map_to_java()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbcx/
H A D_XDataDefinitionSupplier.java62 PropertyValue[] info = null; field in _XDataDefinitionSupplier
79 info = (PropertyValue[])tEnv.getObjRelation("XDriver.INFO"); in before()
80 if (info == null) { in before()
105 connection = xDriver.connect(url, info); in _getDataDefinitionByConnection()
153 xTS = oObj.getDataDefinitionByURL(url, info); in _getDataDefinitionByURL()
162 xTS = oObj.getDataDefinitionByURL(wrongUrl, info); in _getDataDefinitionByURL()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_informationprovider.cxx222 dp_misc::UpdateInfo const & info = i->second; in isUpdateAvailable() local
225 if (info.info.is()) in isUpdateAvailable()
228 dp_misc::DescriptionInfoset infoset(mxContext, info.info); in isUpdateAvailable()
232 sOnlineVersion = info.version; in isUpdateAvailable()
241 dp_misc::getIdentifier(info.extension), info.extension->getName(), in isUpdateAvailable()
/trunk/main/sal/textenc/
H A Dconvertsinglebytetobmpunicode.cxx41 sal_uInt32 flags, sal_uInt32 * info, sal_Size * srcCvtBytes) in rtl_textenc_convertSingleByteToBmpUnicode() argument
82 if (info != 0) { in rtl_textenc_convertSingleByteToBmpUnicode()
83 *info = infoFlags; in rtl_textenc_convertSingleByteToBmpUnicode()
94 sal_Size destBytes, sal_uInt32 flags, sal_uInt32 * info, in rtl_textenc_convertBmpUnicodeToSingleByte() argument
200 if (info != 0) { in rtl_textenc_convertBmpUnicodeToSingleByte()
201 *info = infoFlags; in rtl_textenc_convertBmpUnicodeToSingleByte()
/trunk/main/test/source/cpp/
H A Duniquepipename.cxx36 oslProcessInfo info; in uniquePipeName() local
37 info.Size = sizeof info; in uniquePipeName()
40 osl_getProcessInfo(0, osl_Process_IDENTIFIER, &info)); in uniquePipeName()
41 return name + rtl::OUString::valueOf(static_cast< sal_Int64 >(info.Ident)); in uniquePipeName()
H A Dofficeconnection.cxx155 oslProcessInfo info; in tearDown() local
156 info.Size = sizeof info; in tearDown()
159 osl_getProcessInfo(process_, osl_Process_EXITCODE, &info)); in tearDown()
160 CPPUNIT_ASSERT_EQUAL(oslProcessExitCode(0), info.Code); in tearDown()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DTableWindowAccessibility.java141 PropertyValue[] info = new PropertyValue[2]; in createTestEnvironment() local
142 info[0] = new PropertyValue(); in createTestEnvironment()
143 info[0].Name = "user"; in createTestEnvironment()
144 info[0].Value = user; in createTestEnvironment()
145 info[1] = new PropertyValue(); in createTestEnvironment()
146 info[1].Name = "password"; in createTestEnvironment()
147 info[1].Value = password; in createTestEnvironment()
154 propSetDBSource.setPropertyValue("Info", info); in createTestEnvironment()
H A DJoinViewAccessibility.java144 PropertyValue[] info = new PropertyValue[2]; in createTestEnvironment() local
145 info[0] = new PropertyValue (); in createTestEnvironment()
146 info[0].Name = "user"; in createTestEnvironment()
147 info[0].Value = user; in createTestEnvironment()
148 info[1] = new PropertyValue (); in createTestEnvironment()
149 info[1].Name = "password"; in createTestEnvironment()
150 info[1].Value = password; in createTestEnvironment()
158 propSetDBSource.setPropertyValue ("Info", info); in createTestEnvironment()
H A DConnectionLineAccessibility.java146 PropertyValue[] info = new PropertyValue[2]; in createTestEnvironment() local
147 info[0] = new PropertyValue(); in createTestEnvironment()
148 info[0].Name = "user"; in createTestEnvironment()
149 info[0].Value = user; in createTestEnvironment()
150 info[1] = new PropertyValue(); in createTestEnvironment()
151 info[1].Name = "password"; in createTestEnvironment()
152 info[1].Value = password; in createTestEnvironment()
160 propSetDBSource.setPropertyValue("Info", info); in createTestEnvironment()
/trunk/main/sal/osl/w32/
H A Dthread.c402 } info; in osl_setThreadName() local
404 info.dwType = 0x1000; in osl_setThreadName()
405 info.szName = name; in osl_setThreadName()
406 info.dwThreadID = (DWORD) -1; in osl_setThreadName()
407 info.dwFlags = 0; in osl_setThreadName()
410 0x406D1388, 0, sizeof info / sizeof (ULONG_PTR), in osl_setThreadName()
411 (ULONG_PTR *) &info); in osl_setThreadName()
/trunk/main/connectivity/qa/complex/connectivity/
H A DHsqlDriverTest.java95 com.sun.star.beans.PropertyValue[] info = null; in test() local
101 info = new com.sun.star.beans.PropertyValue[]{ in test()
108 TestCacheSize test = new TestCacheSize(((XMultiServiceFactory)param.getMSF()),info,drv); in test()
129 com.sun.star.beans.PropertyValue[] info = null; in test2() local
132 info = new com.sun.star.beans.PropertyValue[]{ in test2()
137 TestCacheSize test = new TestCacheSize(((XMultiServiceFactory)param.getMSF()),info,drv); in test2()
/trunk/main/autodoc/inc/ary/doc/
H A Dd_oldcppdocu.hxx36 namespace info namespace
50 using ::ary::info::AtTag;
51 using ::ary::info::E_AtTagId;
68 info::DocuStore & o_rDocuStore );
101 unsigned char nTags[ary::info::C_eAtTag_NrOfClasses];
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dsunjavaplugin.cxx125 JavaInfo* createJavaInfo(const rtl::Reference<VendorBase> & info) in createJavaInfo() argument
130 rtl::OUString sVendor = info->getVendor(); in createJavaInfo()
133 rtl::OUString sHome = info->getHome(); in createJavaInfo()
136 rtl::OUString sVersion = info->getVersion(); in createJavaInfo()
139 pInfo->nFeatures = info->supportsAccessibility() ? 1 : 0; in createJavaInfo()
140 pInfo->nRequirements = info->needsRestart() ? JFW_REQUIRE_NEEDRESTART : 0; in createJavaInfo()
142 buf.append(info->getRuntimeLibrary()); in createJavaInfo()
143 if (info->getLibraryPaths().getLength() > 0) in createJavaInfo()
146 buf.append(info->getLibraryPaths()); in createJavaInfo()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DMultiPropertyTest.java152 XPropertySetInfo info = oObj.getPropertySetInfo(); in testProperty() local
154 if (info != null) in testProperty()
156 final boolean bHasProperty = info.hasPropertyByName(propName); in testProperty()
183 Property prop = info.getPropertyByName(propName); in testProperty()
288 XPropertySetInfo info = oObj.getPropertySetInfo(); in checkResult() local
289 if (info == null) in checkResult()
295 Property prop = info.getPropertyByName(propName); in checkResult()
/trunk/main/connectivity/source/cpool/
H A DZDriverWrapper.cxx88 …er::connect( const ::rtl::OUString& url, const Sequence< PropertyValue >& info ) throw (SQLExcepti… in connect() argument
93 xConnection = m_pConnectionPool->getConnectionWithInfo( url, info ); in connect()
95 xConnection = m_xDriver->connect( url, info ); in connect()
107 …ropertyInfo( const ::rtl::OUString& url, const Sequence< PropertyValue >& info ) throw (SQLExcepti… in getPropertyInfo() argument
111 aInfo = m_xDriver->getPropertyInfo(url, info); in getPropertyInfo()

Completed in 130 milliseconds

12345678910>>...16