Searched refs:uEndPos (Results 1 – 3 of 3) sorted by relevance
200 sal_uInt64 uCurrentPos, uEndPos; in getLength() local210 err = m_aFile.getPos( uEndPos ); in getLength()218 return sal_Int64( uEndPos ); in getLength()
253 sal_uInt64 uEndPos; in getLength() local254 if ( m_aFile.getSize(uEndPos) != osl::FileBase::E_None ) in getLength()257 return sal_Int64( uEndPos ); in getLength()
372 sal_uInt64 uEndPos; in getLength() local373 if ( m_aFile.getSize(uEndPos) != osl::FileBase::E_None ) in getLength()376 return sal_Int64( uEndPos ); in getLength()
Completed in 16 milliseconds