Searched refs:rInFile (Results 1 – 2 of 2) sorted by relevance
/aoo42x/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()
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | helper.hxx | 46 bool VCL_DLLPUBLIC convertPfbToPfa( osl::File& rInFile, osl::File& rOutFile );
|
Completed in 17 milliseconds