| /AOO41X/main/connectivity/source/drivers/odbcbase/ |
| H A D | OTools.cxx | 86 SQLLEN* pLen = (SQLLEN*)pLenBuffer; in bindParameter() local 92 OTools::bindData(_nODBCtype,_bUseWChar,pDataBuffer,pLen,_pValue,_nTextEncoding,nColumnSize); in bindParameter() 111 pLen); in bindParameter() 119 SQLLEN*& pLen, in bindData() argument 134 *pLen = SQL_NTS; in bindData() 145 *pLen = SQL_NTS; in bindData() 154 *pLen = sizeof(sal_Int64); in bindData() 155 _nColumnSize = *pLen; in bindData() 163 *pLen = _nColumnSize; in bindData() 172 *pLen = _nColumnSize; in bindData() [all …]
|
| /AOO41X/main/registry/source/ |
| H A D | keyimpl.cxx | 667 …RegKey::getLongListValue(const OUString& valueName, sal_Int32** pValueList, sal_uInt32* pLen) const in getLongListValue() 688 *pLen = 0; in getLongListValue() 698 *pLen = 0; in getLongListValue() 705 *pLen = 0; in getLongListValue() 716 *pLen = 0; in getLongListValue() 730 *pLen = 0; in getLongListValue() 737 *pLen = 0; in getLongListValue() 745 *pLen = len; in getLongListValue() 764 …gKey::getStringListValue(const OUString& valueName, sal_Char*** pValueList, sal_uInt32* pLen) const in getStringListValue() 785 *pLen = 0; in getStringListValue() [all …]
|
| H A D | regkey.cxx | 467 sal_uInt32* pLen) in getLongListValue() argument 469 … OSL_PRECOND((pValueList != 0) && (pLen != 0), "registry::getLongListValue(): invalid parameter"); in getLongListValue() 470 *pValueList = 0, *pLen = 0; in getLongListValue() 487 _ret1 = pSubKey->getLongListValue(valueName, pValueList, pLen); in getLongListValue() 497 return pKey->getLongListValue(valueName, pValueList, pLen); in getLongListValue() 506 sal_uInt32* pLen) in getStringListValue() argument 508 …OSL_PRECOND((pValueList != 0) && (pLen != 0), "registry::getStringListValue(): invalid parameter"); in getStringListValue() 509 *pValueList = 0, *pLen = 0; in getStringListValue() 526 _ret1 = pSubKey->getStringListValue(valueName, pValueList, pLen); in getStringListValue() 536 return pKey->getStringListValue(valueName, pValueList, pLen); in getStringListValue() [all …]
|
| H A D | keyimpl.hxx | 88 sal_uInt32* pLen) const; 92 sal_uInt32* pLen) const; 96 sal_uInt32* pLen) const;
|
| /AOO41X/main/basic/source/comp/ |
| H A D | io.cxx | 282 SbiExpression* pLen = NULL; in Open() local 290 pLen = new SbiExpression( this ); in Open() 293 if( !pLen ) pLen = new SbiExpression( this, 128, SbxINTEGER ); in Open() 298 pLen->Gen(); in Open() 303 delete pLen; in Open()
|
| /AOO41X/main/registry/inc/registry/ |
| H A D | registry.h | 233 sal_uInt32* pLen); 248 sal_uInt32* pLen); 263 sal_uInt32* pLen);
|
| /AOO41X/main/tools/source/string/ |
| H A D | strcvt.cxx | 492 sal_Unicode ByteString::ConvertToUnicode( const char* pChar, sal_Size* pLen, rtl_TextEncoding eText… in ConvertToUnicode() argument 505 (const sal_Char*)pChar, *pLen, in ConvertToUnicode() 516 *pLen = nSrcBytes; in ConvertToUnicode() 521 *pLen = 0; in ConvertToUnicode()
|
| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxscan.cxx | 71 sal_uInt16* pLen, sal_Bool bAllowIntntl, sal_Bool bOnlyIntntl ) in ImpScan() argument 233 if( pLen ) in ImpScan() 234 *pLen = (sal_uInt16) ( p - pStart ); in ImpScan() 607 sal_Bool SbxValue::Scan( const XubString& rSrc, sal_uInt16* pLen ) in Scan() argument 616 eRes = ImpScan( rSrc, n, t, pLen ); in Scan()
|
| H A D | sbxconv.hxx | 34 ( const ::rtl::OUString& rSrc, double& nVal, SbxDataType& rType, sal_uInt16* pLen,
|
| /AOO41X/main/jvmfwk/source/ |
| H A D | framework.cxx | 967 rtl_uString *** parOptions, sal_Int32 * pLen) in jfw_getVMParameters() argument 976 if (parOptions == NULL || pLen == NULL) in jfw_getVMParameters() 979 settings.getVmParametersArray(parOptions, pLen); in jfw_getVMParameters() 1088 rtl_uString *** parLocations, sal_Int32 *pLen) in jfw_getJRELocations() argument 1097 if (parLocations == NULL || pLen == NULL) in jfw_getJRELocations() 1100 settings.getJRELocations(parLocations, pLen); in jfw_getJRELocations()
|
| /AOO41X/main/sal/osl/unx/ |
| H A D | profile.c | 149 static sal_Char* stripBlanks(sal_Char* String, sal_uInt32* pLen); 1502 static sal_Char* stripBlanks(sal_Char* String, sal_uInt32* pLen) in stripBlanks() argument 1504 if ( ( pLen != NULL ) && ( *pLen != 0 ) ) in stripBlanks() 1506 while ((String[*pLen - 1] == ' ') || (String[*pLen - 1] == '\t')) in stripBlanks() 1507 (*pLen)--; in stripBlanks() 1512 (*pLen)--; in stripBlanks()
|
| /AOO41X/main/sal/osl/os2/ |
| H A D | profile.c | 161 static const sal_Char* stripBlanks(const sal_Char* String, sal_uInt32* pLen); 1436 static const sal_Char* stripBlanks(const sal_Char* String, sal_uInt32* pLen) in stripBlanks() argument 1438 if ( (pLen != NULL) && ( *pLen != 0 ) ) in stripBlanks() 1440 while ((String[*pLen - 1] == ' ') || (String[*pLen - 1] == '\t')) in stripBlanks() 1441 (*pLen)--; in stripBlanks() 1446 (*pLen)--; in stripBlanks()
|
| /AOO41X/main/sal/osl/w32/ |
| H A D | profile.cxx | 155 static const sal_Char* stripBlanks(const sal_Char* String, sal_uInt32* pLen); 1560 static const sal_Char* stripBlanks(const sal_Char* String, sal_uInt32* pLen) in stripBlanks() argument 1562 if ( (pLen != NULL) && ( *pLen != 0 ) ) in stripBlanks() 1564 while ((String[*pLen - 1] == ' ') || (String[*pLen - 1] == '\t')) in stripBlanks() 1565 (*pLen)--; in stripBlanks() 1570 (*pLen)--; in stripBlanks()
|
| /AOO41X/main/connectivity/source/inc/odbc/ |
| H A D | OTools.hxx | 225 SQLLEN*& pLen, 250 SQLLEN *pLen,
|
| /AOO41X/main/vcl/unx/generic/app/ |
| H A D | saldisp.cxx | 1664 int *pLen, in GetKeySym() argument 1670 memset( pPrintable, 0, *pLen ); in GetKeySym() 1680 *pLen = XLookupString( pEvent, (char*)pPrintable, 1, &nKeySym, NULL ); in GetKeySym() 1684 *pLen = XmbLookupString( aInputContext, in GetKeySym() 1685 pEvent, (char*)pPrintable, *pLen - 1, &nKeySym, pStatusReturn ); in GetKeySym() 1710 *pLen = 1; in GetKeySym()
|
| /AOO41X/main/basic/source/runtime/ |
| H A D | step2.cxx | 932 SbxVariableRef pLen = PopVar(); in StepOPEN() local 933 short nBlkLen = pLen->GetInteger(); in StepOPEN()
|
| /AOO41X/main/vcl/inc/unx/ |
| H A D | saldisp.hxx | 430 int *pLen,
|
| /AOO41X/main/tools/inc/tools/ |
| H A D | string.hxx | 281 static sal_Unicode ConvertToUnicode( const sal_Char* pChar, sal_Size* pLen,
|