Home
last modified time | relevance | path

Searched refs:m_nLen (Results 1 – 5 of 5) sorted by path

/trunk/main/comphelper/inc/comphelper/
H A Dsequence.hxx141 sal_Int32 m_nLen; member in comphelper::OSequenceIterator
163 ,m_nLen(0) in OSequenceIterator()
173 ,m_nLen(0) in OSequenceIterator()
192 m_nLen = _rSeq.getLength(); in construct()
200 return m_pCurrent - m_pElements < m_nLen; in hasMoreElements()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx89 sal_uInt16 m_nLen; member
91 WW8_PdAttrDesc() : m_nLen(0), m_nSepxFcPos(0xffffffff) /*default: none*/ in WW8_PdAttrDesc()
1451 pA->m_nLen = pO->Count(); in SetupSectionPositions()
1460 pA->m_nLen = 0; in SetupSectionPositions()
1802 if (pA->m_nLen && bool(pA->m_pData)) in WriteSepx()
1806 ShortToSVBT16( pA->m_nLen, nL ); in WriteSepx()
1808 rStrm.Write( pA->m_pData.get(), pA->m_nLen ); in WriteSepx()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcontainer.hxx48 sal_uInt32 m_nLen,m_nWritePos; member in ftp::MemoryContainer
H A Dftpurl.cxx66 : m_nLen(0), in MemoryContainer()
87 if(m_nLen < tmp) { // enlarge in steps of multiples of 1K in append()
89 m_nLen+=1024; in append()
90 } while(m_nLen < tmp); in append()
92 m_pBuffer = rtl_reallocateMemory(m_pBuffer,m_nLen); in append()
/trunk/main/vcl/unx/generic/fontmanager/
H A DparseAFM.cxx106 unsigned int m_nLen; member in psp::FileInputStream
111 int getChar() { return (m_nPos < m_nLen) ? int(m_pMemory[m_nPos++]) : -1; } in getChar()
127 m_nLen( 0 ) in FileInputStream()
139 m_nLen = (unsigned int)fread( m_pMemory, 1, aStat.st_size, fp ); in FileInputStream()

Completed in 39 milliseconds