Home
last modified time | relevance | path

Searched refs:pLen (Results 1 – 19 of 19) sorted by relevance

/trunk/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx111 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 …]
/trunk/main/registry/source/
H A Dkeyimpl.cxx688 *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 Dregkey.cxx467 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 Dkeyimpl.hxx88 sal_uInt32* pLen) const;
92 sal_uInt32* pLen) const;
96 sal_uInt32* pLen) const;
/trunk/main/basic/source/comp/
H A Dio.cxx282 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()
/trunk/main/basic/source/sbx/
H A Dsbxscan.cxx71 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 Dsbxconv.hxx34 ( const ::rtl::OUString& rSrc, double& nVal, SbxDataType& rType, sal_uInt16* pLen,
/trunk/main/tools/source/string/
H A Dstrcvt.cxx492 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()
/trunk/main/registry/inc/registry/
H A Dregistry.h234 sal_uInt32* pLen);
249 sal_uInt32* pLen);
264 sal_uInt32* pLen);
/trunk/main/sal/osl/unx/
H A Dprofile.c149 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()
/trunk/main/jvmfwk/source/
H A Dframework.cxx967 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()
/trunk/main/sal/osl/os2/
H A Dprofile.c161 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()
/trunk/main/sal/osl/w32/
H A Dprofile.cxx155 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()
/trunk/main/connectivity/source/inc/odbc/
H A DOTools.hxx225 SQLLEN*& pLen,
250 SQLLEN *pLen,
/trunk/main/vcl/unx/generic/app/
H A Dsaldisp.cxx1664 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()
/trunk/main/basic/source/runtime/
H A Dstep2.cxx932 SbxVariableRef pLen = PopVar(); in StepOPEN() local
933 short nBlkLen = pLen->GetInteger(); in StepOPEN()
/trunk/main/vcl/inc/unx/
H A Dsaldisp.hxx430 int *pLen,
/trunk/main/tools/inc/tools/
H A Dstring.hxx281 static sal_Unicode ConvertToUnicode( const sal_Char* pChar, sal_Size* pLen,
/trunk/main/oox/source/token/
H A Dtokens.txt3715 pLen

Completed in 142 milliseconds