Searched refs:osl_Pos_End (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/ucb/source/ucp/ftp/ |
H A D | ftpinpstr.cxx | 55 if ( osl_setFilePos( m_tmpfl, osl_Pos_End, 0 ) == osl_File_E_None ) in FTPInputStream()
|
/aoo4110/main/sal/inc/osl/ |
H A D | file.h | 709 #define osl_Pos_End 3 macro
|
H A D | file.hxx | 1019 #define Pos_End osl_Pos_End
|
/aoo4110/main/extensions/source/update/check/ |
H A D | download.cxx | 420 if( osl_File_E_None == osl_setFilePos(out.FileHandle, osl_Pos_End, 0) ) in start()
|
/aoo4110/main/sdext/source/pdfimport/test/ |
H A D | pdfunzip.cxx | 137 if( osl_setFilePos( m_aReadHandle, osl_Pos_End, 0 ) != osl_File_E_None ) in openReadFile()
|
/aoo4110/main/filter/source/placeware/ |
H A D | exporter.cxx | 124 osl::File::RC nRC = rSourceFile.setPos( osl_Pos_End, 0 ); in encodeFile()
|
/aoo4110/main/sdext/source/pdfimport/ |
H A D | filterdet.cxx | 252 osl_Pos_End, in FileEmitContext()
|
/aoo4110/main/sal/osl/w32/ |
H A D | file.cxx | 1058 case osl_Pos_End: in osl_setFilePos()
|
/aoo4110/main/sal/osl/unx/ |
H A D | file.cxx | 1340 case osl_Pos_End: in osl_setFilePos()
|
/aoo4110/main/sal/osl/os2/ |
H A D | file.cxx | 1848 case osl_Pos_End: in osl_setFilePos()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 4099 CHECK_RETURN( (osl_File_E_None == osl_setFilePos( aFontFile, osl_Pos_End, 0 ) ) ); in emitFonts()
|
Completed in 381 milliseconds