Searched refs:rInFile (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | helper.cxx | 251 bool psp::convertPfbToPfa( ::osl::File& rInFile, ::osl::File& rOutFile ) in convertPfbToPfa() argument 264 rInFile.getPos( nOrgPos ); in convertPfbToPfa() 269 bEof = ((0 != rInFile.read( buffer, 6, nRead)) || (nRead != 6)); in convertPfbToPfa() 278 if( ! rInFile.read( buffer+6, 9, nRead ) && nRead == 9 && in convertPfbToPfa() 285 ! rInFile.read( buffer, sizeof( buffer ), nRead ) && in convertPfbToPfa() 301 if( ! rInFile.read( pBuffer, nBytesToRead, nRead ) && nRead == nBytesToRead ) in convertPfbToPfa()
|
/aoo4110/main/soldep/source/ |
H A D | connctr.cxx | 223 sal_uInt16 Connector::Load( SvFileStream& rInFile ) in Load() argument 225 rInFile >> mnStartId; in Load() 226 rInFile >> mnEndId; in Load()
|
H A D | objwin.cxx | 619 sal_uInt16 ObjectWin::Load( SvFileStream& rInFile ) in Load() argument
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | helper.hxx | 46 bool VCL_DLLPUBLIC convertPfbToPfa( osl::File& rInFile, osl::File& rOutFile );
|
/aoo4110/main/soldep/inc/soldep/ |
H A D | connctr.hxx | 60 sal_uInt16 Load( SvFileStream& rInFile );
|
H A D | objwin.hxx | 114 sal_uInt16 Load( SvFileStream& rInFile );
|
Completed in 30 milliseconds