Home
last modified time | relevance | path

Searched refs:nNeededWStrBuffSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/pyuno/zipcore/
H A Dpython.cxx181 int nNeededWStrBuffSize = MultiByteToWideChar(CP_ACP, 0, argv[i], -1, NULL, 0); local
182 WCHAR *buff = new WCHAR[nNeededWStrBuffSize+1];
183 MultiByteToWideChar(CP_ACP, 0, argv[i], -1, buff, nNeededWStrBuffSize);
184 buff[nNeededWStrBuffSize] = 0;
/trunk/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx924 int nNeededWStrBuffSize = MultiByteToWideChar( CP_ACP, 0, szPathA, -1, NULL, 0 ); in IsQuickstarterInstalled() local
927 if ( nNeededWStrBuffSize > 0 ) in IsQuickstarterInstalled()
928 MultiByteToWideChar( CP_ACP, 0, szPathA, -1, aPath, nNeededWStrBuffSize ); in IsQuickstarterInstalled()
953 int nNeededWStrBuffSize = MultiByteToWideChar( CP_ACP, 0, szPathA, -1, NULL, 0 ); in EnableAutostartW32() local
956 if ( nNeededWStrBuffSize > 0 ) in EnableAutostartW32()
957 MultiByteToWideChar( CP_ACP, 0, szPathA, -1, aPath, nNeededWStrBuffSize ); in EnableAutostartW32()

Completed in 20 milliseconds