Searched refs:m_nLen (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/comphelper/inc/comphelper/ |
H A D | sequence.hxx | 141 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()
|
/aoo4110/main/ucb/source/ucp/ftp/ |
H A D | ftpurl.cxx | 66 : 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()
|
H A D | ftpcontainer.hxx | 48 sal_uInt32 m_nLen,m_nWritePos; member in ftp::MemoryContainer
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | wrtw8sty.cxx | 89 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()
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | parseAFM.cxx | 106 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 57 milliseconds