Lines Matching refs:tmpPosition
64 sal_Int64 tmpPosition = mxSeekable->getPosition(); in tell() local
65 if ((tmpPosition < 0) || (tmpPosition > (std::numeric_limits<long>::max)())) in tell()
67 return (long)tmpPosition; in tell()
76 sal_Int64 tmpPosition = mxSeekable->getPosition(); in seek() local
77 if ((tmpPosition < 0) || (tmpPosition > (std::numeric_limits<long>::max)())) in seek()
82 tmpOffset += tmpPosition; in seek()
120 sal_Int64 tmpPosition = mxSeekable->getPosition(); in isOLEStream() local
128 mxSeekable->seek(tmpPosition); in isOLEStream()
138 sal_Int64 tmpPosition = mxSeekable->getPosition(); in getDocumentOLEStream() local
145 mxSeekable->seek(tmpPosition); in getDocumentOLEStream()
155 mxSeekable->seek(tmpPosition); in getDocumentOLEStream()
159 mxSeekable->seek(tmpPosition); in getDocumentOLEStream()
164 mxSeekable->seek(tmpPosition); in getDocumentOLEStream()