Searched refs:dwRead (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/desktop/win32/source/guistdio/ |
H A D | guistdio.inc | 48 DWORD dwRead = 0; 70 dwRead++; 73 bIncompleteWchar = dwRead % 2 ? true : false; 79 (dwRead - 1) / 2, &dwWritten, NULL ); 83 aBuffer[0] = aBuffer[dwRead - 1]; 97 aBuffer, dwRead / 2, &dwWritten, NULL ); 116 DWORD dwRead = 0; 143 DWORD dwRead = 0; 164 DWORD dwRead = 0; 190 readAll += dwRead; [all …]
|
/aoo42x/main/desktop/source/deployment/misc/ |
H A D | dp_misc.cxx | 549 DWORD dwRead = 0; in readConsole() local 551 if (ReadFile( GetStdHandle(STD_INPUT_HANDLE), &aBuffer, sizeof(aBuffer), &dwRead, NULL ) ) in readConsole() 553 OSL_ASSERT((dwRead % 2) == 0); in readConsole() 554 OUString value( aBuffer, dwRead / 2); in readConsole()
|
Completed in 23 milliseconds