Home
last modified time | relevance | path

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

/trunk/main/package/source/package/zippackage/
H A DZipPackageBuffer.cxx37 , m_nCurrent(0) in ZipPackageBuffer()
51 if (nBytesToRead + m_nCurrent > m_nEnd) in readBytes()
56 m_nCurrent +=nBytesToRead; in readBytes()
71 if (nBytesToSkip + m_nCurrent > m_nEnd) in skipBytes()
74 m_nCurrent+=nBytesToSkip; in skipBytes()
79 return static_cast < sal_Int32 > (m_nEnd - m_nCurrent); in available()
104 m_nCurrent+=nDataLen; in writeBytes()
105 if (m_nCurrent>m_nEnd) in writeBytes()
106 m_nEnd = m_nCurrent; in writeBytes()
121 m_nCurrent = location; in seek()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Ddocxfootnotes.hxx46 sal_Int32 m_nCurrent; member in docx::FootnotesList
52 FootnotesList() : m_nCurrent( -1 ) {} in FootnotesList()
57 m_nCurrent = m_aFootnotes.size() - 1; in add()
65 rId = m_nCurrent + 2; in getCurrent()
68 if ( m_nCurrent < 0 ) in getCurrent()
74 const SwFmtFtn *pFootnote = m_aFootnotes[m_nCurrent]; in getCurrent()
75 m_nCurrent = -1; in getCurrent()
/trunk/main/package/inc/
H A DZipPackageBuffer.hxx44 sal_Int64 m_nBufferSize, m_nEnd, m_nCurrent; member in ZipPackageBuffer

Completed in 22 milliseconds