Home
last modified time | relevance | path

Searched refs:nTell (Results 1 – 5 of 5) sorted by relevance

/trunk/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx500 sal_uIntPtr nTell = rStream.Tell() % 512; in operator <<() local
502 sal_uIntPtr nSize = nBufferSize - nTell; in operator <<()
508 rStream.Seek(nTell); in operator <<()
H A Ddindexnode.cxx922 sal_uIntPtr nTell = rStream.Tell() % PAGE_SIZE; in operator <<() local
924 sal_uIntPtr nRemainSize = nBufferSize - nTell; in operator <<()
930 rStream.Seek(nTell); in operator <<()
/trunk/main/dbaccess/source/ui/misc/
H A DRtfReader.cxx162 … sal_uInt32 nTell = rInput.Tell(); // ver�ndert vielleicht die Position des Streams in NextToken() local
168 rInput.Seek(nTell); in NextToken()
H A DHtmlReader.cxx184 … sal_uInt32 nTell = rInput.Tell(); // ver�ndert vielleicht die Position des Streams in NextToken() local
189 rInput.Seek(nTell); in NextToken()
H A DWTypeSelect.cxx492 sal_uInt32 nTell = m_pParserStream->Tell(); // ver�ndert vielleicht die Position des Streams in fillColumnList() local
501 m_pParserStream->Seek(nTell); in fillColumnList()

Completed in 24 milliseconds