Home
last modified time | relevance | path

Searched refs:pszString (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svl/source/svdde/
H A Dddewrap.cxx40 HSZ WINAPI DdeCreateStringHandleW_9x( DWORD idInst, LPCWSTR pszString, int ) in DdeCreateStringHandleW_9x() argument
46 nSize = pszString ? WideCharToMultiByte( CP_ACP, 0, pszString, -1, NULL, 0, NULL, NULL ) : 0; in DdeCreateStringHandleW_9x()
50 WideCharToMultiByte( CP_ACP, 0, pszString, -1, pszANSIString, nSize, NULL, NULL ); in DdeCreateStringHandleW_9x()
62 DWORD WINAPI DdeQueryStringW_9x( DWORD idInst, HSZ hsz, LPWSTR pszString, DWORD cchMax, int ) in DdeQueryStringW_9x() argument
72 MultiByteToWideChar( CP_ACP, 0, pszANSIString, -1, pszString, cchMax ); in DdeQueryStringW_9x()
H A Dddewrap.hxx28 typedef HSZ (WINAPI *DdeCreateStringHandleW_PROC)( DWORD idInst, LPCWSTR pszString, int iCodePage );
29 typedef DWORD (WINAPI *DdeQueryStringW_PROC)( DWORD idInst, HSZ hsz, LPWSTR pszString, DWORD cchMax…
/trunk/main/sal/inc/osl/
H A Dprofile.h69 sal_Char* pszString, sal_uInt32 MaxLen,
90 const sal_Char* pszString);
/trunk/main/sal/osl/os2/
H A Dprofile.c416 sal_Char* pszString, sal_uInt32 MaxLen, in osl_readProfileString() argument
457 strncpy(pszString, pStr, MaxLen); in osl_readProfileString()
458 pszString[MaxLen] = '\0'; in osl_readProfileString()
464 pszString, MaxLen); in osl_readProfileString()
552 const sal_Char* pszString) in osl_writeProfileString() argument
606 strcpy(&Line[1 + strlen(pszEntry)], pszString); in osl_writeProfileString()
639 (PCSZ)pszEntry, (PCSZ)pszString); in osl_writeProfileString()
/trunk/main/sal/osl/unx/
H A Dprofile.c485 sal_Char* pszString, sal_uInt32 MaxLen, in osl_readProfileString() argument
549 strncpy(pszString, pStr, MaxLen); in osl_readProfileString()
550 pszString[MaxLen] = '\0'; in osl_readProfileString()
646 const sal_Char* pszString) in osl_writeProfileString() argument
694 Line = (sal_Char*)malloc(strlen(pszEntry)+strlen(pszString)+48); in osl_writeProfileString()
731 strcpy(&Line[1 + strlen(pszEntry)], pszString); in osl_writeProfileString()
/trunk/main/sal/osl/w32/
H A Dprofile.cxx456 sal_Char* pszString, sal_uInt32 MaxLen, in osl_readProfileString() argument
497 strncpy(pszString, pStr, MaxLen); in osl_readProfileString()
498 pszString[MaxLen] = '\0'; in osl_readProfileString()
506 GetPrivateProfileString(pszSection, pszEntry, pszDefault, pszString, MaxLen, aFileName); in osl_readProfileString()
597 const sal_Char* pszString) in osl_writeProfileString() argument
651 strcpy(&Line[1 + strlen(pszEntry)], pszString); in osl_writeProfileString()
687 WritePrivateProfileString(pszSection, pszEntry, pszString, aFileName); in osl_writeProfileString()

Completed in 42 milliseconds