/aoo41x/main/store/source/ |
H A D | lockbyte.cxx | 435 if (uSize > m_nSize) in writeAt_Impl() 442 rnSize = m_nSize; in getSize_Impl() 452 m_nSize = nSize; in setSize_Impl() 475 sal_uInt32 m_nSize; member 481 return ((m_pAddr != rhs.m_pAddr) || (m_nSize != rhs.m_nSize)); in operator !=() 530 sal_uInt32 m_nSize; member in store::MappedLockBytes 577 : m_pData (rMapping.m_pAddr), m_nSize (rMapping.m_nSize), m_nPageSize(0) in MappedLockBytes() 658 rnSize = m_nSize; in getSize_Impl() 687 sal_uInt32 m_nSize; member in store::MemoryLockBytes 822 rnSize = m_nSize; in getSize_Impl() [all …]
|
H A D | storbase.hxx | 245 sal_uInt16 m_nSize; member 255 m_nSize (store::htons(nSize)), in OStorePageDescriptor() 262 store::swap(m_nSize, rhs.m_nSize); in swap() 268 m_nSize (rhs.m_nSize), in OStorePageDescriptor() 275 m_nSize = rhs.m_nSize; in operator =() 285 (m_nSize == rhs.m_nSize) ); in operator ==() 291 (store::ntohs(m_nSize) <= store::ntohs(rhs.m_nSize)) ); in operator <=() 297 return (store::ntohs(m_nSize) < store::ntohs(rhs.m_nSize)); in operator <() 468 return store::ntohs(m_aDescr.m_nSize); in size()
|
H A D | storbios.cxx | 659 rnPageSize = store::ntohs(m_pSuper->m_aSuperOne.m_aDescr.m_nSize); in initialize_Impl() 1042 rCtx.m_nSize = 0; in scanBegin() 1060 rCtx.m_aDescr.m_nSize = store::ntohs(rCtx.m_aDescr.m_nSize); in scanBegin() 1061 rCtx.m_aDescr.m_nAddr = rCtx.m_aDescr.m_nSize; in scanBegin() 1064 eErrCode = size (rCtx.m_nSize); in scanBegin() 1066 rCtx.m_nSize = ((sal_uInt32)(~0)); in scanBegin() 1094 rCtx.m_aDescr.m_nAddr += rCtx.m_aDescr.m_nSize; in scanNext()
|
H A D | storbios.hxx | 145 sal_uInt32 m_nSize; member 247 : m_aDescr (0, 0, 0), m_nSize (0), m_nMagic (0) in ScanContext() 252 return (m_aDescr.m_nAddr < m_nSize); in isValid()
|
H A D | stordata.hxx | 68 return (store::ntohs(rDescr.m_nSize) - self::thePageSize); in capacity() 158 return (store::ntohs(rDescr.m_nSize) - self::thePageSize); in capacity() 583 return (store::ntohs(base::m_aDescr.m_nSize) - self::thePageSize); in capacity()
|
H A D | stordir.cxx | 221 rFindData.m_nSize = aPage.dataLength(); in iterate()
|
H A D | stortree.hxx | 133 return (store::ntohs(base::m_aDescr.m_nSize) - self::thePageSize); in capacity()
|
/aoo41x/main/comphelper/source/streaming/ |
H A D | seqstream.cxx | 150 ,m_nSize(0) // starting at position 0 in OSequenceOutputStream() 172 if (m_nSize + _rData.getLength() > m_rSequence.getLength()) in writeBytes() 186 if (nNewLength < m_nSize + _rData.getLength()) in writeBytes() 195 if (nNewGrowth + nCurrentLength < m_nSize + _rData.getLength()) in writeBytes() 197 nNewGrowth = m_nSize + _rData.getLength() - nCurrentLength; in writeBytes() 208 OSL_ENSURE(m_rSequence.getLength() >= m_nSize + _rData.getLength(), in writeBytes() 211 memcpy(m_rSequence.getArray() + m_nSize, _rData.getConstArray(), _rData.getLength()); in writeBytes() 212 m_nSize += _rData.getLength(); in writeBytes() 223 m_rSequence.realloc(m_nSize); in flush() 234 m_rSequence.realloc(m_nSize); in closeOutput()
|
/aoo41x/main/store/workben/ |
H A D | t_page.cxx | 1177 sal_uInt32 m_nSize; member in MemoryPageAccess 1273 if (!(src_lo <= m_pData + m_nSize)) in peekAt_Impl() 1277 if (!(src_hi <= m_pData + m_nSize)) in peekAt_Impl() 1300 if (uSize > m_nSize) in pokeAt_Impl() 1309 if (!(dst_lo <= m_pData + m_nSize)) in pokeAt_Impl() 1313 if (!(dst_hi <= m_pData + m_nSize)) in pokeAt_Impl() 1322 rnSize = m_nSize; in getSize_Impl() 1327 if (nSize != m_nSize) in setSize_Impl() 1332 if (nSize > m_nSize) in setSize_Impl() 1333 memset (pData + m_nSize, 0, sal::static_int_cast< size_t >(nSize - m_nSize)); in setSize_Impl() [all …]
|
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpdirp.cxx | 514 rEntry.m_nSize = nSize; in parseDOS() 702 nSize = 10 * rEntry.m_nSize + (*p++ - '0'); in parseVMS() 703 rEntry.m_nSize = 512 * nSize; in parseVMS() 914 if (parseUNIX_isSizeField (p1, p2, rEntry.m_nSize)) in parseUNIX() 921 else if (!parseUNIX_isSizeField (p1, p2, rEntry.m_nSize)) in parseUNIX() 932 else if (parseUNIX_isSizeField (p1, p2, rEntry.m_nSize)) in parseUNIX() 943 pDayStart, pDayEnd, rEntry.m_nSize) && in parseUNIX() 947 else if (parseUNIX_isSizeField (p1, p2, rEntry.m_nSize)) in parseUNIX()
|
H A D | ftpdirp.hxx | 96 sal_uInt32 m_nSize; member 101 m_nSize((sal_uInt32)(-1)) { } in FTPDirentry() 107 m_nSize = sal_uInt32(-1); in clear()
|
H A D | ftpresultsetI.cxx | 88 dirvec[n].m_nSize); in ResultSetI()
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | db.cxx | 42 m_nSize = nSize; in copyToBuffer() 44 m_pBuffer = new char[m_nSize+1]; in copyToBuffer() 45 memcpy( m_pBuffer, pSrcData, m_nSize ); in copyToBuffer() 46 m_pBuffer[m_nSize] = 0; in copyToBuffer()
|
H A D | db.hxx | 50 int m_nSize; member in helpdatafileproxy::HDFData 57 : m_nSize( 0 ) in HDFData() 64 { return m_nSize; } in getSize()
|
/aoo41x/main/icc/ |
H A D | SampleICC-1.3.2.patch | 1575 for (i=0; i<m_nSize; i++) { 1586 if (!m_nSize) { 1615 if (m_nSize == 1 ) { 1624 for (i=0; i<m_nSize; i++) { 1631 if (!m_nSize) { 1713 if (m_nSize == 1 ) { 1749 if (m_nSize == 1 ) { 2182 if (!m_nSize) { 2189 else if (m_nSize==1) { 2227 if (!m_nSize) { [all …]
|
/aoo41x/main/cui/source/dialogs/ |
H A D | hangulhanjadlg.cxx | 1282 sal_uInt16 m_nSize; member in svx::SuggestionList 1313 m_nSize = _nNumOfElements; in SuggestionList() 1315 m_ppElements = new String*[ m_nSize ]; in SuggestionList() 1335 bool bRet = _nNumOfElement < m_nSize; in Set() 1353 bool bRet = _nNumOfElement < m_nSize; in Reset() 1372 if( _nNumOfElement < m_nSize ) in Get() 1385 sal_uInt16 nCnt = m_nSize; in Clear() 1405 while( m_nAct < m_nSize && !pRet ) in _Next()
|
/aoo41x/main/tools/source/stream/ |
H A D | stream.cxx | 287 sal_Size nTheCount = std::min(nPos < m_nSize ? m_nSize - nPos : 0, nCount); in ReadAt() 304 sal_Size nTheCount = std::min(nPos < m_nSize ? m_nSize - nPos : 0, nCount); in WriteAt() 318 ErrCode nError = SvOpenLockBytes::WriteAt(m_nSize, pBuffer, nCount, in FillAppend() 321 m_nSize += nTheWritten; in FillAppend() 332 m_nSize = nPos; in Seek() 333 return m_nSize; in Seek()
|
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/ |
H A D | util.cxx | 220 m_aGuard(rHandle), m_nSize(0), m_nIndex(0), m_bLf(false) {} 229 int m_nSize; member in jfw_plugin::FileHandleReader 242 if (m_nIndex == m_nSize) in readLine() 257 m_nSize = static_cast< int >(nRead); in readLine() 272 while (m_nIndex != m_nSize) in readLine()
|
/aoo41x/main/basic/source/inc/ |
H A D | codegen.hxx | 67 T m_nSize; // member in PCodeBuffConvertor 77 …PCodeBuffConvertor( sal_uInt8* pCode, T nSize ): m_nSize( nSize ), m_pStart( pCode ), m_pCnvtdBuf… in PCodeBuffConvertor()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.hxx | 185 sal_Int32 m_nSize; member 189 BitmapID() : m_nSize( 0 ), m_nChecksum( 0 ), m_nMaskChecksum( 0 ) {} in BitmapID() 194 m_nSize = rCopy.m_nSize; in operator =() 203 m_nSize == rComp.m_nSize && in operator ==()
|
/aoo41x/main/tools/inc/tools/ |
H A D | stream.hxx | 207 sal_Size m_nSize; member in SvAsyncLockBytes 214 SvOpenLockBytes(pStream, bOwner), m_nSize(0), m_bTerminated(sal_False) {} in SvAsyncLockBytes() 225 virtual sal_Size Tell() const { return m_nSize; } in Tell()
|
/aoo41x/main/scripting/source/stringresource/ |
H A D | stringresource.cxx | 1509 sal_Int32 m_nSize; member in stringresource::BinaryInput 1535 m_nSize = m_aData.getLength(); in BinaryInput() 1541 if( m_nCurPos + nSize <= m_nSize ) in getInputStreamForSection() 1565 if( nPos <= m_nSize ) in seek() 1575 if( m_nCurPos + 2 <= m_nSize ) in readInt16() 1589 if( m_nCurPos + 4 <= m_nSize ) in readInt32() 1607 if( m_nCurPos + 2 <= m_nSize ) in readUnicodeChar()
|
/aoo41x/main/store/inc/store/ |
H A D | types.h | 140 sal_uInt32 m_nSize; member
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLTableContext.cxx | 144 m_nSize( rOutData.getLength()) in lcl_ApplyCellToData() 151 if( m_nIndex < m_nSize ) in operator ()() 169 sal_Int32 m_nSize; member
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | ucblockbytes.hxx | 118 sal_uInt32 m_nSize; member in utl::UcbLockBytes
|