Home
last modified time | relevance | path

Searched refs:rInFile (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/vcl/unx/generic/fontmanager/
H A Dhelper.cxx251 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()
/aoo41x/main/soldep/source/
H A Dconnctr.cxx223 sal_uInt16 Connector::Load( SvFileStream& rInFile ) in Load() argument
225 rInFile >> mnStartId; in Load()
226 rInFile >> mnEndId; in Load()
H A Dobjwin.cxx619 sal_uInt16 ObjectWin::Load( SvFileStream& rInFile ) in Load() argument
/aoo41x/main/vcl/inc/vcl/
H A Dhelper.hxx46 bool VCL_DLLPUBLIC convertPfbToPfa( osl::File& rInFile, osl::File& rOutFile );
/aoo41x/main/soldep/inc/soldep/
H A Dconnctr.hxx60 sal_uInt16 Load( SvFileStream& rInFile );
H A Dobjwin.hxx114 sal_uInt16 Load( SvFileStream& rInFile );

Completed in 33 milliseconds