Home
last modified time | relevance | path

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

/aoo4110/main/svl/source/svdde/
H A Dddewrap.cxx62 DWORD WINAPI DdeQueryStringW_9x( DWORD idInst, HSZ hsz, LPWSTR pszString, DWORD cchMax, int ) in DdeQueryStringW_9x() argument
67 pszANSIString = cchMax ? (LPSTR)HeapAlloc( GetProcessHeap(), 0, cchMax * sizeof(CHAR) ) : NULL; in DdeQueryStringW_9x()
69 dwResult = DdeQueryStringA( idInst, hsz, pszANSIString, cchMax, CP_WINANSI ); in DdeQueryStringW_9x()
72 MultiByteToWideChar( CP_ACP, 0, pszANSIString, -1, pszString, cchMax ); in DdeQueryStringW_9x()
H A Dddewrap.hxx29 typedef DWORD (WINAPI *DdeQueryStringW_PROC)( DWORD idInst, HSZ hsz, LPWSTR pszString, DWORD cchMax
/aoo4110/main/sal/systools/win32/uwinapi/
H A DPathCompactPathExW.cpp33 UINT cchMax,
38 char* pOutA = (LPSTR)_alloca( cchMax * sizeof(CHAR) );
39 BOOL bret = PathCompactPathExA(pOutA, lpPathA, cchMax, dwFlags);
40 MultiByteToWideChar(CP_ACP, 0, pOutA, -1, pszOut, (int) cchMax);
/aoo4110/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx475 …LPWSTR pszPathBuffer, DWORD cchMax, DWORD *pdwPriority, const SIZE *prgSize, DWORD dwRecClrDepth, … in GetLocation() argument
485 wcsncpy(pszPathBuffer, filename_.c_str(), cchMax); in GetLocation()
/aoo4110/main/shell/inc/internal/
H A Dthumbviewer.hxx70 DWORD cchMax,
/aoo4110/main/graphite/
H A Dgraphite-2.3.1.patch471 -void GrEngine::RecordFontRunError(OLECHAR * prgchwErrMsg, int cchMax, GrResult res)
472 +void GrEngine::RecordFontRunError(OLECHAR * prgchwErrMsg, int cchMax, GrResult /*res*/)
474 if (prgchwErrMsg == NULL || cchMax == 0)
1868 - virtual gr::GrResult getFaceName(int ich, unsigned int cchMax,
1869 + virtual gr::GrResult getFaceName(int /*ich*/, unsigned int /*cchMax*/,

Completed in 47 milliseconds