Home
last modified time | relevance | path

Searched refs:t (Results 251 – 275 of 989) sorted by path

1...<<11121314151617181920>>...40

/trunk/main/connectivity/source/drivers/jdbc/
H A DClass.cxx51 SDBThreadAttach t; in forName() local
56 out = t.pEnv->FindClass( sClassName.getStr()); in forName()
57 ThrowSQLException(t.pEnv,0); in forName()
60 return out==0 ? NULL : new java_lang_Class( t.pEnv, out ); in forName()
65 SDBThreadAttach t; in newInstanceObject() local
67 return callObjectMethod(t.pEnv,"newInstance","()Ljava/lang/Object;", mID); in newInstanceObject()
H A DClob.cxx61 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in length() local
70 out = t.pEnv->CallLongMethod( object, mID ); in length()
71 ThrowSQLException(t.pEnv,*this); in length()
79 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getSubString() local
89 ThrowSQLException(t.pEnv,*this); in getSubString()
90 aStr = JavaString2String(t.pEnv,out); in getSubString()
99 SDBThreadAttach t; in getCharacterStream() local
104 return out==0 ? 0 : new java_io_Reader( t.pEnv, out ); in getCharacterStream()
111 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in position() local
124 ThrowSQLException(t.pEnv,*this); in position()
[all …]
H A DDatabaseMetaData.cxx124 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getTables() local
353 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getIndexInfo() local
370 t.pEnv->DeleteLocalRef((jstring)args[0].l); in getIndexInfo()
372 t.pEnv->DeleteLocalRef((jstring)args[1].l); in getIndexInfo()
394 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getBestRowIdentifier() local
511 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getCrossReference() local
599 SDBThreadAttach t; in impl_callResultSetMethod() local
630 SDBThreadAttach t; in impl_callResultSetMethodWithStrings() local
1003 SDBThreadAttach t; in supportsConvert() local
1345 SDBThreadAttach t; in supportsResultSetConcurrency() local
[all …]
H A DDriverPropertyInfo.cxx72 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in name() local
77 aStr = JavaString2String(t.pEnv,(jstring)t.pEnv->GetObjectField( object, id)); in name()
85 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in description() local
90 aStr = JavaString2String(t.pEnv,(jstring)t.pEnv->GetObjectField( object, id)); in description()
98 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in value() local
103 aStr = JavaString2String(t.pEnv,(jstring)t.pEnv->GetObjectField( object, id)); in value()
111 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in required() local
114 jfieldID id = t.pEnv->GetFieldID(getMyClass(),"required","Z"); in required()
116 out = t.pEnv->GetBooleanField( object, id); in required()
123 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in choices() local
[all …]
H A DInputStream.cxx84 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in readBytes() local
87 jbyteArray pByteArray = t.pEnv->NewByteArray(nBytesToRead); in readBytes()
92 obtainMethodId(t.pEnv, cMethodName,cSignature, mID); in readBytes()
93 out = t.pEnv->CallIntMethod( object, mID, pByteArray, 0, nBytesToRead ); in readBytes()
95 ThrowSQLException(t.pEnv,*this); in readBytes()
100 rtl_copyMemory(aData.getArray(),t.pEnv->GetByteArrayElements(pByteArray,&p),out); in readBytes()
102 t.pEnv->DeleteLocalRef((jbyteArray)pByteArray); in readBytes()
H A DJBigDecimal.cxx49 SDBThreadAttach t; in java_math_BigDecimal() local
50 if( !t.pEnv ) in java_math_BigDecimal()
61 t.pEnv->DeleteLocalRef(str); in java_math_BigDecimal()
62 saveRef( t.pEnv, tempObj ); in java_math_BigDecimal()
63 t.pEnv->DeleteLocalRef( tempObj ); in java_math_BigDecimal()
64 ThrowSQLException( t.pEnv, NULL ); in java_math_BigDecimal()
70 SDBThreadAttach t; in java_math_BigDecimal() local
71 if( !t.pEnv ) in java_math_BigDecimal()
80 saveRef( t.pEnv, tempObj ); in java_math_BigDecimal()
81 t.pEnv->DeleteLocalRef( tempObj ); in java_math_BigDecimal()
[all …]
H A DJConnection.cxx285 SDBThreadAttach t; in ~java_sql_Connection() local
296 t.releaseRef(); in ~java_sql_Connection()
423 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getTypeMap() local
463 SDBThreadAttach t; in createStatement() local
504 SDBThreadAttach t; in prepareStatement() local
522 SDBThreadAttach t; in prepareCall() local
540 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in nativeSQL() local
573 SDBThreadAttach t; in getWarnings() local
673 SDBThreadAttach t; in loadDriverFromProperties() local
786 SDBThreadAttach t; in construct() local
[all …]
H A DJStatement.cxx159 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getGeneratedValues() local
160 createStatement(t.pEnv); in getGeneratedValues()
197 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in cancel() local
217 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in clearBatch() local
234 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in execute() local
268 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in executeQuery() local
315 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in addBatch() local
329 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in executeBatch() local
351 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in executeUpdate() local
392 SDBThreadAttach t; in getWarnings() local
[all …]
H A DObject.cxx134 SDBThreadAttach t; in ~java_lang_Object() local
152 SDBThreadAttach t; in clearObject() local
243 SDBThreadAttach t; in callBooleanMethod() local
256 SDBThreadAttach t; in callBooleanMethodWithIntArg() local
275 SDBThreadAttach t; in callIntMethod() local
291 SDBThreadAttach t; in callIntMethodWithIntArg() local
303 SDBThreadAttach t; in callVoidMethod() local
314 SDBThreadAttach t; in callVoidMethodWithIntArg() local
328 SDBThreadAttach t; in callVoidMethodWithBoolArg() local
341 SDBThreadAttach t; in callStringMethod() local
[all …]
H A DPreparedStatement.cxx126 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in setString() local
134 jdbc::LocalRef< jstring > str( t.env(),convertwchar_tToJavaString(t.pEnv,x)); in setString()
154 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in executeQuery() local
169 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in setBoolean() local
182 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in setByte() local
195 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in setDate() local
210 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in setTime() local
224 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in setTimestamp() local
237 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in setDouble() local
250 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in setFloat() local
[all …]
H A DReader.cxx69 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in available() local
76 obtainMethodId(t.pEnv, cMethodName,cSignature, mID); in available()
77 out = t.pEnv->CallBooleanMethod( object, mID); in available()
78 ThrowSQLException(t.pEnv,*this); in available()
93 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in readBytes() local
96 jcharArray pCharArray = t.pEnv->NewCharArray(nBytesToRead); in readBytes()
101 obtainMethodId(t.pEnv, cMethodName,cSignature, mID); in readBytes()
102 out = t.pEnv->CallIntMethod( object, mID, pCharArray, 0, nBytesToRead ); in readBytes()
104 ThrowSQLException(t.pEnv,*this); in readBytes()
111 memcpy(aData.getArray(),t.pEnv->GetCharArrayElements(pCharArray,&p),out); in readBytes()
[all …]
H A DResultSet.cxx122 clearObject(*t.pEnv); in disposing()
156 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getBinaryStream() local
167 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getCharacterStream() local
197 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getBytes() local
214 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getDate() local
268 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getMetaData() local
278 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getArray() local
290 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in getClob() local
574 SDBThreadAttach t; in getWarnings() local
701 SDBThreadAttach t; in updateString() local
[all …]
H A DSQLException.cxx73 SDBThreadAttach t; in getNextException() local
75 jobject out = callObjectMethod(t.pEnv,"getNextException","()Ljava/sql/SQLException;", mID); in getNextException()
79 java_sql_SQLException_BASE warn_base(t.pEnv,out); in getNextException()
H A DString.cxx53 SDBThreadAttach t; in operator ::rtl::OUString() local
54 if(!t.pEnv) in operator ::rtl::OUString()
56 return JavaString2String(t.pEnv,(jstring)object); in operator ::rtl::OUString()
H A DTimestamp.cxx40 SDBThreadAttach t; in java_sql_Date() local
41 if( !t.pEnv ) in java_sql_Date()
57 saveRef( t.pEnv, tempObj ); in java_sql_Date()
58 t.pEnv->DeleteLocalRef( tempObj ); in java_sql_Date()
105 SDBThreadAttach t; in java_sql_Time() local
106 if( !t.pEnv ) in java_sql_Time()
123 saveRef( t.pEnv, tempObj ); in java_sql_Time()
124 t.pEnv->DeleteLocalRef( tempObj ); in java_sql_Time()
155 SDBThreadAttach t; in java_sql_Timestamp() local
156 if( !t.pEnv ) in java_sql_Timestamp()
[all …]
H A Dtools.cxx46 SDBThreadAttach t; OSL_ENSURE(t.pEnv,"Java Enviroment geloescht worden!"); in setProperty() local
61 ThrowSQLException(t.pEnv,NULL); in setProperty()
64 ThrowSQLException(t.pEnv,0); in setProperty()
66 t.pEnv->DeleteLocalRef(out); in setProperty()
86 SDBThreadAttach t; in java_util_Properties() local
87 if( !t.pEnv ) in java_util_Properties()
96 saveRef( t.pEnv, tempObj ); in java_util_Properties()
220 SDBThreadAttach t; in createByteInputStream() local
221 if( !t.pEnv || !x.is() ) in createByteInputStream()
247 SDBThreadAttach t; in createCharArrayReader() local
[all …]
/trunk/main/connectivity/source/inc/java/
H A DGlobalRef.hxx65 SDBThreadAttach t; in operator =() local
66 set( t.env(), _source.get() ); in operator =()
79 SDBThreadAttach t; in reset() local
80 t.env().DeleteGlobalRef( m_object ); in reset()
H A DLocalRef.hxx69 T t = m_object; in release() local
71 return t; in release()
/trunk/main/connectivity/source/inc/java/lang/
H A DObject.hxx148 SDBThreadAttach t; in callMethodWithIntArg() local
149 obtainMethodId(t.pEnv, _pMethodName,_pSignature, _inout_MethodID); in callMethodWithIntArg()
150 T out = (t.pEnv->*pCallMethod)( object, _inout_MethodID,_nArgument); in callMethodWithIntArg()
151 ThrowSQLException( t.pEnv, NULL ); in callMethodWithIntArg()
158 SDBThreadAttach t; in callVoidMethod() local
159 obtainMethodId(t.pEnv, _pMethodName,_pSignature, _inout_MethodID); in callVoidMethod()
160 t.pEnv->CallVoidMethod( object, _inout_MethodID,_nArgument,_aValue); in callVoidMethod()
161 ThrowSQLException( t.pEnv, NULL ); in callVoidMethod()
/trunk/main/connectivity/source/resource/
H A Dconn_shared_res.src91 Text [ en-US ] = "You can't make any changes to Mozilla address book when Mozilla is running." ;
96 …Text [ en-US ] = "Mozilla Address Book has been changed out of this process, we can't modify it in…
101 Text [ en-US ] = "Can't find the requested row." ;
106 Text [ en-US ] = "Can't find the card for the requested row." ;
204 Text [ en-US ] = "It doesn't exist a connection to the database." ;
404 Text [ en-US ] = "The name '$name$' doesn't match SQL naming constraints." ;
521 Text [ en-US ] = "The count of the given parameter values doesn't match the parameters." ;
539 Text [ en-US ] = "The execution of the query doesn't return a valid result set." ;
543 Text [ en-US ] = "The execution of the update statement doesn't effect any rows." ;
610 …Text [ en-US ] = "This user couldn't be deleted. Otherwise the database stays in a inconsistent st…
/trunk/main/connectivity/workben/skeleton/
H A Dhow_to_write_a_driver.txt28 connectivity/source/drivers and rename the first char of the files to one which isn't used so far
/trunk/main/cppu/qa/
H A Dtest_unotype.cxx73 css::uno::Type t; in TEST_F() local
82 t.getTypeName()); in TEST_F()
96 t.getTypeName()); in TEST_F()
105 t.getTypeName()); in TEST_F()
114 t.getTypeName()); in TEST_F()
123 t.getTypeName()); in TEST_F()
148 t = ::cppu::UnoType< in TEST_F()
154 t = ::cppu::UnoType< in TEST_F()
234 t); in TEST_F()
238 t); in TEST_F()
[all …]
/trunk/main/cppuhelper/source/
H A Dmacro_expander.cxx61 rtl::OUString t(text); in expandMacros() local
63 cppu::get_unorc().getHandle(), &t.pData); in expandMacros()
64 return t; in expandMacros()
H A Dpropertysetmixin.cxx250 t = resolveTypedefs(t); in initProperties()
252 if (t->getName().matchAsciiL( in initProperties()
257 } else if (t->getName().matchAsciiL( in initProperties()
262 } else if (t->getName().matchAsciiL( in initProperties()
279 t, in initProperties()
288 t = args[0]; in initProperties()
307 t->getTypeClass(), t->getName()), in initProperties()
328 css::uno::Reference< css::reflection::XTypeDescription > t(type); in resolveTypedefs() local
329 while (t->getTypeClass() == css::uno::TypeClass_TYPEDEF) { in resolveTypedefs()
331 t, css::uno::UNO_QUERY_THROW)->getReferencedType(); in resolveTypedefs()
[all …]
/trunk/main/cui/source/dialogs/
H A Dhlmarkwn.src73 Text [ en-US ] = "Couldn't open the document." ;

Completed in 120 milliseconds

1...<<11121314151617181920>>...40