Searched refs:nNeededWStrBuffSize (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/pyuno/zipcore/ |
H A D | python.cxx | 181 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;
|
/aoo42x/main/sfx2/source/appl/ |
H A D | shutdowniconw32.cxx | 924 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