Home
last modified time | relevance | path

Searched refs:m_nSize (Results 1 – 25 of 34) sorted by last modified time

12

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx9998 aID.m_nSize = pStream->Tell(); in drawJPGBitmap()
10000 aID.m_nChecksum = rtl_crc32( 0, pStream->GetData(), aID.m_nSize ); in drawJPGBitmap()
10097 aID.m_nSize = aBitmap.GetBitCount(); in createBitmapEmit()
H A Dpdfwriter_impl.hxx185 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 ==()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx588 sal_uLong m_nSize; member
600 , m_nSize( nSize ) in UCBStorageElement_Impl()
2732 sal_uLong nSize = pElement->m_nSize;
/trunk/main/comphelper/inc/comphelper/
H A Dseqstream.hxx92 sal_Int32 m_nSize; member in comphelper::OSequenceOutputStream
/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx144 m_nSize( rOutData.getLength()) in lcl_ApplyCellToData()
151 if( m_nIndex < m_nSize ) in operator ()()
169 sal_Int32 m_nSize; member
H A DSchXMLExport.cxx778 …lcl_resize( typename T::size_type nSize, typename T::value_type fDefaultValue ) : m_nSize( nSize )… in lcl_resize()
780 { t.resize( m_nSize, m_fDefaultValue ); } in operator ()()
782 typename T::size_type m_nSize; member
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Ddb.cxx42 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 Ddb.hxx50 int m_nSize; member in helpdatafileproxy::HDFData
57 : m_nSize( 0 ) in HDFData()
64 { return m_nSize; } in getSize()
/trunk/main/unotools/inc/unotools/
H A Ducblockbytes.hxx118 sal_uInt32 m_nSize; member in utl::UcbLockBytes
/trunk/main/ucb/source/ucp/ftp/
H A Dftpdirp.cxx514 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 Dftpdirp.hxx96 sal_uInt32 m_nSize; member
101 m_nSize((sal_uInt32)(-1)) { } in FTPDirentry()
107 m_nSize = sal_uInt32(-1); in clear()
H A DftpresultsetI.cxx88 dirvec[n].m_nSize); in ResultSetI()
H A Dftpurl.cxx632 aDirentry.m_nSize = 0; in direntry()
H A Dftpcontent.cxx871 aDirEntry.m_nSize); in getPropertyValues()
/trunk/main/tools/source/stream/
H A Dstream.cxx302 sal_Size nTheCount = std::min(nPos < m_nSize ? m_nSize - nPos : 0, nCount); in ReadAt()
319 sal_Size nTheCount = std::min(nPos < m_nSize ? m_nSize - nPos : 0, nCount); in WriteAt()
333 ErrCode nError = SvOpenLockBytes::WriteAt(m_nSize, pBuffer, nCount, in FillAppend()
336 m_nSize += nTheWritten; in FillAppend()
347 m_nSize = nPos; in Seek()
348 return m_nSize; in Seek()
/trunk/main/tools/inc/tools/
H A Dstream.hxx205 sal_Size m_nSize; member in SvAsyncLockBytes
212 SvOpenLockBytes(pStream, bOwner), m_nSize(0), m_bTerminated(sal_False) {} in SvAsyncLockBytes()
223 virtual sal_Size Tell() const { return m_nSize; } in Tell()
/trunk/main/store/source/
H A Dstorbase.hxx245 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 Dstorbios.cxx659 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 Dstorbios.hxx145 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 Dstordata.hxx68 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 Dstordir.cxx221 rFindData.m_nSize = aPage.dataLength(); in iterate()
H A Dstortree.hxx133 return (store::ntohs(base::m_aDescr.m_nSize) - self::thePageSize); in capacity()
/trunk/main/store/workben/
H A Dt_base.cxx249 sal_uInt32 m_nSize; member
H A Dt_page.cxx1177 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 …]
H A Dt_store.cxx193 aName.pData->buffer, (unsigned int)(it.m_nAttrib), (unsigned int)(it.m_nSize)); in visit()

Completed in 217 milliseconds

12