/aoo41x/main/connectivity/source/drivers/odbcbase/ |
H A D | OTools.cxx | 111 pLen); in bindParameter() 119 SQLLEN*& pLen, in bindData() argument 134 *pLen = SQL_NTS; in bindData() 145 *pLen = SQL_NTS; in bindData() 155 _nColumnSize = *pLen; in bindData() 256 SQLLEN *pLen, in bindValue() argument 275 *pLen = SQL_NULL_DATA; in bindValue() 281 pLen in bindValue() 304 *pLen = SQL_NTS; in bindValue() 329 *pLen = _nMaxLen; in bindValue() [all …]
|
/aoo41x/main/registry/source/ |
H A D | keyimpl.cxx | 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() 785 *pLen = 0; in getStringListValue() 795 *pLen = 0; in getStringListValue() 842 *pLen = len; in getStringListValue() [all …]
|
H A D | regkey.cxx | 467 sal_uInt32* pLen) in getLongListValue() argument 470 *pValueList = 0, *pLen = 0; in getLongListValue() 497 return pKey->getLongListValue(valueName, pValueList, pLen); in getLongListValue() 506 sal_uInt32* pLen) in getStringListValue() argument 509 *pValueList = 0, *pLen = 0; in getStringListValue() 545 sal_uInt32* pLen) in getUnicodeListValue() argument 548 *pValueList = 0, *pLen = 0; in getUnicodeListValue() 906 sal_uInt32* pLen) in reg_getLongListValue() argument 911 return getLongListValue(hKey, keyName, pValueList, pLen); in reg_getLongListValue() 920 sal_uInt32* pLen) in reg_getStringListValue() argument [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,
|
/aoo41x/main/oox/source/token/ |
H A D | tokens.txt | 3698 pLen
|