Searched refs:_pValue (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | OTools.cxx | 51 void* _pValue, in getValue() argument 60 _pValue, in getValue() 75 const void* _pValue, in bindParameter() argument 120 const void* _pValue, in bindData() argument 178 *((sal_Int8*)_pData) = *(sal_Int8*)_pValue; in bindData() 191 *((float*)_pData) = *(float*)_pValue; in bindData() 196 *((double*)_pData) = *(double*)_pValue; in bindData() 254 const void* _pValue, in bindValue() argument 273 if (columnIndex != 0 && !_pValue) in bindValue() 349 *((float*)_pData) = *(float*)_pValue; in bindValue() [all …]
|
H A D | OResultSet.cxx | 401 const ORowSetValue& OResultSet::getValue(sal_Int32 _nColumnIndex,SQLSMALLINT _nType,void* _pValue,S… in getValue() argument 414 …ment->getOwnConnection(),m_aStatementHandle,_nColumnIndex,_nType,m_bWasNull,**this,_pValue,_rSize); in getValue() 991 void OResultSet::updateValue(sal_Int32 columnIndex,SQLSMALLINT _nType,void* _pValue) throw(SQLExcep… in updateValue() argument 1005 _pValue, in updateValue()
|
/aoo41x/main/connectivity/source/inc/odbc/ |
H A D | OTools.hxx | 210 void* _pValue, 226 const void* _pValue, 238 const void* _pValue, 248 const void* _pValue,
|
H A D | OResultSet.hxx | 166 …void updateValue(sal_Int32 columnIndex,SQLSMALLINT _nType,void* _pValue) throw(::com::sun::star::s… 168 …const ORowSetValue& getValue(sal_Int32 _nColumnIndex,SQLSMALLINT _nType,void* _pValue,SQLINTEGER _…
|
/aoo41x/main/tools/source/debug/ |
H A D | debug.cxx | 402 … void lcl_writeConfigString( FILETYPE _pFile, const sal_Char* _pKeyName, const sal_Char* _pValue ) in lcl_writeConfigString() argument 404 FilePrintF( _pFile, "%s=%s%s", _pKeyName, _pValue, FILE_LINEEND ); in lcl_writeConfigString() 454 …sal_Char* _pLine, size_t _nLineLen, const sal_Char* _pKeyName, sal_Char* _pValue, size_t _nValueLe… in lcl_tryReadConfigString() argument 461 strncpy( _pValue, pValue, ( _nValueLen > nValueLen ) ? nValueLen : _nValueLen ); in lcl_tryReadConfigString() 462 _pValue[ ( _nValueLen > nValueLen ) ? nValueLen : _nValueLen - 1 ] = 0; in lcl_tryReadConfigString() 463 return strlen( _pValue ); in lcl_tryReadConfigString()
|
/aoo41x/main/connectivity/inc/connectivity/ |
H A D | sqlnode.hxx | 246 OSQLParseNode(const sal_Unicode* _pValue,
|
Completed in 31 milliseconds