/aoo41x/main/desktop/win32/source/guistdio/ |
H A D | guistdio.inc | 64 while ( ReadFile( hReadPipe, pBuffer, dwToRead, &dwRead, NULL ) ) 66 //If the previous ReadFile call read an odd number of bytes, then the last one was 72 //the number of wchar_t|s as argument. ReadFile, however, reads bytes. 85 //Make sure that ReadFile does not overwrite the first byte the next time 93 //when ReadFile is called. 118 while ( ReadFile( hReadPipe, &aBuffer, sizeof(aBuffer), &dwRead, NULL ) ) 146 while ( ReadFile( hReadPipe, &aBuffer, sizeof(aBuffer), &dwRead, NULL ) ) 186 while ( ReadFile( GetStdHandle( STD_INPUT_HANDLE ), 202 //ReadFile would block until the user presses return, etc. 240 while ( ReadFile( GetStdHandle( STD_INPUT_HANDLE ), &aBuffer, sizeof(aBuffer), &dwRead, NULL ) )
|
/aoo41x/main/solenv/bin/modules/installer/patch/ |
H A D | MsiTable.pm | 58 $self->ReadFile($filename); 137 sub ReadFile ($$) subroutine
|
/aoo41x/main/xml2cmp/source/finder/ |
H A D | dependy.cxx | 80 ReadFile( aFiles[i].str() ); in GatherData() 121 DependencyFinder::ReadFile( const char * i_sFilename ) in ReadFile() function in DependencyFinder
|
H A D | dependy.hxx | 95 void ReadFile(
|
/aoo41x/main/xml2cmp/source/xcd/ |
H A D | cr_index.cxx | 73 ReadFile( i_rInputFileList[i].str() ); in GatherData() 111 Index::ReadFile( const char * i_sFilename ) in ReadFile() function in Index
|
H A D | cr_index.hxx | 55 void ReadFile(
|
/aoo41x/main/sal/systools/win32/uwinapi/ |
H A D | CopyFileExA.cpp | 122 fSuccess = ReadFile( hSourceFile, buffer, BUFSIZE, &dwBytesRead, NULL );
|
/aoo41x/main/tools/source/misc/ |
H A D | pathutils.cxx | 119 BOOL ok = ReadFile(h, p1, MAX_PATH, &n, NULL); in resolveLink()
|
/aoo41x/main/cli_ure/source/native/ |
H A D | path.cxx | 119 BOOL ok = ReadFile(h, p1, MAX_PATH, &n, NULL); in resolveLink()
|
/aoo41x/main/rsc/inc/ |
H A D | rscinst.hxx | 177 ERRTYPE ReadFile();
|
/aoo41x/main/sal/osl/w32/ |
H A D | file.cxx | 316 if (!::ReadFile(m_hFile, pBuffer, nBytesRequested, &dwDone, 0)) in readAt() 372 if (!::ReadFile(m_hFile, pBuffer, nBytesRequested, &dwDone, 0)) in readFileAt()
|
H A D | pipe.c | 485 if (! ReadFile(pPipe->m_File, pBuffer, BytesToRead, &nBytes, &os) && in osl_receivePipe()
|
H A D | pipeimpl.cxx | 429 return !!ReadFile( m_hReadPipe, lpBuffer, dwBytesToRead, lpBytesRead, NULL ); in Read()
|
H A D | profile.cxx | 1437 if (! ReadFile(pFile->m_Handle, &pFile->m_ReadBuf[Bytes], Free, &Max, NULL)) in getLine()
|
/aoo41x/main/tools/source/stream/ |
H A D | strmwnt.cxx | 226 bool bResult = ReadFile(pInstanceData->hFile,(LPVOID)pData,nSize,&nCount,NULL); in GetData()
|
/aoo41x/main/fpicker/source/win32/filepicker/workbench/ |
H A D | Test_fps.cxx | 178 … sal_Bool bSuccess = ReadFile (hFile, aDIB.getArray( ), dwFileSize, &dwBytesRead, NULL) ; in fileSelectionChanged()
|
/aoo41x/main/fpicker/source/win32/filepicker/ |
H A D | PreviewCtrl.cxx | 540 bRet = ReadFile( in loadFile()
|
/aoo41x/main/desktop/win32/source/officeloader/ |
H A D | officeloader.cxx | 299 … fSuccess = ReadFile( hPipe, pBuffer, sizeof(PIPE_TERMINATION_SEQUENCE) - 1, &dwBytesRead, NULL ); in WinMain()
|
/aoo41x/main/rsc/doku/feinkonz.43/ |
H A D | rscinst.doc | 2006 ERRTYPE ReadFile(); 2092 Au0RscHrc::ReadFile() 2094 AliERRTYPE RscHrc::ReadFile(); 2610 aSrc.ReadFile(); 4083 RscHrc::ReadFile() 15
|
/aoo41x/main/desktop/source/deployment/misc/ |
H A D | dp_misc.cxx | 551 if (ReadFile( GetStdHandle(STD_INPUT_HANDLE), &aBuffer, sizeof(aBuffer), &dwRead, NULL ) ) in readConsole()
|
/aoo41x/main/sal/osl/os2/ |
H A D | pipeimpl.cxx | 424 return !!ReadFile( m_hReadPipe, lpBuffer, dwBytesToRead, lpBytesRead, NULL ); in Read()
|