Home
last modified time | relevance | path

Searched refs:uEndPos (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dinputstream.cxx200 sal_uInt64 uCurrentPos, uEndPos; in getLength() local
210 err = m_aFile.getPos( uEndPos ); in getLength()
218 return sal_Int64( uEndPos ); in getLength()
/trunk/main/ucb/source/ucp/file/
H A Dfilinpstr.cxx253 sal_uInt64 uEndPos; in getLength() local
254 if ( m_aFile.getSize(uEndPos) != osl::FileBase::E_None ) in getLength()
257 return sal_Int64( uEndPos ); in getLength()
H A Dfilstr.cxx372 sal_uInt64 uEndPos; in getLength() local
373 if ( m_aFile.getSize(uEndPos) != osl::FileBase::E_None ) in getLength()
376 return sal_Int64( uEndPos ); in getLength()

Completed in 16 milliseconds