Home
last modified time | relevance | path

Searched refs:m_nLength (Results 1 – 13 of 13) sorted by relevance

/aoo4110/main/ucb/source/ucp/ftp/
H A Dftpinpstr.cxx49 , m_nLength( 0 ) in FTPInputStream()
59 m_nLength = nFileSize; in FTPInputStream()
85 …if ( 0 == ( nBytesRequested = std::min< sal_uInt64 >( m_nLength - nBeforePos, nBytesRequested ) ) ) in readBytes()
130 return sal::static_int_cast<sal_Int32>(m_nLength - getPosition()); in available()
184 return m_nLength; in getLength()
H A Dftpinpstr.hxx134 sal_uInt64 m_nLength; member in ftp::FTPInputStream
/aoo4110/main/connectivity/source/drivers/evoab2/
H A DNResultSet.cxx110 ,m_nLength(0) in OEvoabResultSet()
558 m_nLength = g_list_length( m_pContacts ); in construct()
559 OSL_TRACE( "Query return %d records", m_nLength ); in construct()
762 if (m_nIndex+1 < m_nLength) { in next()
799 return m_nIndex >= m_nLength; in isAfterLast()
815 return m_nIndex == m_nLength - 1; in isLast()
831 m_nIndex = m_nLength; in afterLast()
850 m_nIndex = m_nLength - 1; in last()
858 if (row < m_nLength) { in absolute()
871 if ((m_nIndex+row) < m_nLength) { in relative()
H A DNResultSet.hxx88 sal_Int32 m_nLength; member in connectivity::evoab::OEvoabResultSet
/aoo4110/main/store/source/
H A Dstorlckb.cxx182 sal_uInt32 nLength = sal_uInt32(aDescr.m_nLength); in readAt()
201 sal_uInt32 nLength = sal_uInt32(aDescr.m_nLength); in readAt()
274 sal_uInt32 nLength = sal_uInt32(aDescr.m_nLength); in writeAt()
301 sal_uInt32 nLength = sal_uInt32(aDescr.m_nLength); in writeAt()
410 0, aDescr.m_nLength); in setSize()
H A Dstordir.cxx208 sal_Size k = rFindData.m_nLength; in iterate()
219 rFindData.m_nLength = n; in iterate()
H A Dstordata.hxx642 sal_uInt16 m_nLength; member
650 m_nLength = nCapacity - m_nOffset; in ChunkDescriptor()
/aoo4110/main/store/workben/
H A Dt_base.cxx247 sal_Int32 m_nLength; member
266 if (it.m_nLength > n) in __store_testUnicode()
268 &it.m_pszName[n], ((it.m_nLength - n) * sizeof(sal_Unicode))); in __store_testUnicode()
269 it.m_nLength = n; in __store_testUnicode()
H A Dt_store.cxx190 rtl::OString aName (it.m_pszName, it.m_nLength, RTL_TEXTENCODING_UTF8); in visit()
197 OUString aName (it.m_pszName, it.m_nLength); in visit()
/aoo4110/main/writerfilter/source/dmapper/
H A DGraphicImport.cxx73 const sal_Int32 m_nLength; member in writerfilter::dmapper::XInputStreamHelper
94 m_nLength( len ), in XInputStreamHelper()
127 if( nMaxBytesToRead > (m_nLength + m_nHeaderLength) - m_nPosition ) in readSomeBytes()
128 nRet = (m_nLength + m_nHeaderLength) - m_nPosition; in readSomeBytes()
155 if( nBytesToSkip < 0 || m_nPosition + nBytesToSkip > (m_nLength + m_nHeaderLength)) in skipBytes()
164 return ( m_nLength + m_nHeaderLength ) - m_nPosition; in available()
/aoo4110/main/tools/inc/tools/
H A Durlobj.hxx1302 sal_Int32 m_nLength; member in INetURLObject::SubString
1307 m_nBegin(nTheBegin), m_nLength(nTheLength) {} in SubString()
1311 inline bool isEmpty() const { return m_nLength == 0; } in isEmpty()
1315 inline sal_Int32 getLength() const { return m_nLength; } in getLength()
1317 inline sal_Int32 getEnd() const { return m_nBegin + m_nLength; } in getEnd()
/aoo4110/main/tools/source/fsys/
H A Durlobj.cxx268 sal_Int32 nDelta = -m_nLength; in clear()
270 m_nLength = 0; in clear()
286 sal_Int32 nDelta = rSubString.getLength() - m_nLength; in set()
288 rString = rString.replaceAt(m_nBegin, m_nLength, rSubString); in set()
290 m_nLength = rSubString.getLength(); in set()
314 sal_Int32 len = std::min(m_nLength, rOther.m_nLength); in compare()
327 return m_nLength < rOther.m_nLength ? -1 in compare()
328 : m_nLength > rOther.m_nLength ? 1 in compare()
/aoo4110/main/store/inc/store/
H A Dtypes.h129 sal_Int32 m_nLength; member

Completed in 102 milliseconds