Home
last modified time | relevance | path

Searched refs:sal_Size (Results 176 – 200 of 226) sorted by last modified time

12345678910

/trunk/main/linguistic/source/
H A Ddicimp.cxx103 sal_Size nSniffPos = rpStream->Tell(); in ReadDicVersion()
104 static sal_Size nVerOOo7Len = sal::static_int_cast< sal_Size >(strlen( pVerOOo7 )); in ReadDicVersion()
/trunk/main/io/source/TextInputStream/
H A DTextInputStream.cxx310 sal_Size nSrcCvtBytes = 0; in implReadNext()
311 sal_Size nTargetCount = 0; in implReadNext()
312 sal_Size nSourceCount = 0; in implReadNext()
/trunk/main/io/source/TextOutputStream/
H A DTextOutputStream.cxx128 sal_Size nTargetCount = 0; in implConvert()
129 sal_Size nSourceCount = 0; in implConvert()
132 sal_Size nSrcCvtChars; in implConvert()
/trunk/main/forms/source/component/
H A Dimgprod.cxx58 virtual ErrCode ReadAt( sal_Size nPos, void* pBuffer, sal_Size nCount, sal_Size* pRead ) const;
59 …virtual ErrCode WriteAt( sal_Size nPos, const void* pBuffer, sal_Size nCount, sal_Size* pWritten …
61 virtual ErrCode SetSize( sal_Size nSize );
107 ErrCode ImgProdLockBytes::ReadAt( sal_Size nPos, void* pBuffer, sal_Size nCount, sal_Size* pRead ) … in ReadAt()
118 const sal_Size nSeqLen = maSeq.getLength(); in ReadAt()
138 ErrCode ImgProdLockBytes::WriteAt( sal_Size nPos, const void* pBuffer, sal_Size nCount, sal_Size* p… in WriteAt()
158 ErrCode ImgProdLockBytes::SetSize( sal_Size nSize ) in SetSize()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx582 sal_Size nStartPos = pS->Tell(); in Read()
H A Dmsvbasic.cxx346 sal_Size nWasRead = xVBAProject->Read( pByteData, nLen ); in ReadVBAProject()
H A Dmscodec.cxx70 sal_Size lclGetLen( const sal_uInt8* pnPassData, sal_Size nBufferSize ) in lclGetLen()
72 sal_Size nLen = 0; in lclGetLen()
156 sal_Size nIndex; in InitKey()
247 void MSCodec_Xor95::Skip( sal_Size nBytes ) in Skip()
463 const void *pData, sal_Size nDatLen, in Encode()
464 sal_uInt8 *pBuffer, sal_Size nBufLen) in Encode()
475 const void *pData, sal_Size nDatLen, in Decode()
476 sal_uInt8 *pBuffer, sal_Size nBufLen) in Decode()
486 bool MSCodec_Std97::Skip( sal_Size nDatLen ) in Skip()
489 sal_Size nDatLeft = nDatLen; in Skip()
[all …]
H A Ddffpropset.cxx1102 sal_Size nEndOfStream, nEndOfRecord; in ReadPropSet()
1311 sal_Size nOldPos = rStrm.Tell(); in GetPropertyString()
/trunk/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx283 aMemStm.Write(aBuf, sal::static_int_cast< sal_Size >(nCount)); in RenderAsPNGThroughHelper()
/trunk/main/filter/inc/filter/msfilter/
H A Dmscodec.hxx108 virtual void Decode( sal_uInt8* pnData, sal_Size nBytes )=0;
122 void Skip( sal_Size nBytes );
126 sal_Size mnOffset; /// Key offset.
155 virtual void Decode( sal_uInt8* pnData, sal_Size nBytes );
176 virtual void Decode( sal_uInt8* pnData, sal_Size nBytes );
285 const void* pData, sal_Size nDatLen,
286 sal_uInt8* pBuffer, sal_Size nBufLen );
311 const void* pData, sal_Size nDatLen,
312 sal_uInt8* pBuffer, sal_Size nBufLen );
326 bool Skip( sal_Size nDatLen );
/trunk/main/extensions/source/xmlextract/
H A Dxmxtrct.cxx50 virtual ErrCode ReadAt( sal_Size nPos, void* pBuffer, sal_Size nCount, sal_Size* pRead ) const;
51 …virtual ErrCode WriteAt( sal_Size nPos, const void* pBuffer, sal_Size nCount, sal_Size* pWritt…
53 virtual ErrCode SetSize( sal_Size nSize );
92 ErrCode XMXLockBytes::ReadAt( sal_Size nPos, void* pBuffer, sal_Size nCount, sal_Size* pRead ) const in ReadAt()
94 const sal_Size nSeqLen = maSeq.getLength(); in ReadAt()
113 ErrCode XMXLockBytes::WriteAt( sal_Size /*nPos*/, const void* /*pBuffer*/, sal_Size /*nCount*/, sal… in WriteAt() argument
127 ErrCode XMXLockBytes::SetSize( sal_Size /*nSize*/ ) in SetSize() argument
/trunk/main/editeng/source/items/
H A Dtextitem.cxx445 sal_Size nStreamPos = rStrm.Tell(); in Create()
/trunk/main/desktop/source/migration/services/
H A Dwordbookmigration.cxx165 sal_Size nSniffPos = pStream->Tell(); in IsUserWordbook()
166 static sal_Size nVerOOo7Len = sal::static_int_cast< sal_Size >(strlen( pVerOOo7 )); in IsUserWordbook()
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx613 sal_Size nBytes = bytes.getLength(); in replaceOrigin()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx360 for(sal_Size i= 0; i < sizeof(pControls)/sizeof(pControls[0]);++i) in InitCellController()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx406 for(sal_Size i= 0; i < sizeof(pControls)/sizeof(pControls[0]);++i) in Init()
/trunk/main/cppu/source/typelib/
H A Dstatic_types.cxx89 static sal_Int32 nMaxAlignment = (sal_Int32)( (sal_Size)(&((AlignSize_Impl *) 16)->dDouble) - 16);
H A Dtypelib.cxx79 static sal_Int32 nMaxAlignment = (sal_Int32)( (sal_Size)(&((AlignSize_Impl *) 16)->dDouble) - 16);
/trunk/main/cppu/source/uno/
H A Dsequence.cxx47 uno_Sequence * pReallocate, sal_Size nElementSize, sal_Int32 nElements ) in reallocSeq()
/trunk/main/cppu/source/threadpool/
H A Dthreadpool.cxx395 sal_Size operator () ( const uno_ThreadPool &a ) const in operator ()()
397 return (sal_Size) a; in operator ()()
/trunk/main/cppu/inc/uno/
H A Denvironment.h135 typedef void * (SAL_CALL * uno_memAlloc)( sal_Size nBytes );
/trunk/main/canvas/source/tools/
H A Dcanvastools.cxx306 for( sal_Size i=0; i<nLen; i+=4 ) in convertToRGB()
323 for( sal_Size i=0; i<nLen; i+=4 ) in convertToARGB()
340 for( sal_Size i=0; i<nLen; i+=4 ) in convertToPARGB()
354 for( sal_Size i=0; i<nLen; ++i ) in convertFromRGB()
371 for( sal_Size i=0; i<nLen; ++i ) in convertFromARGB()
388 for( sal_Size i=0; i<nLen; ++i ) in convertFromPARGB()
472 for( sal_Size i=0; i<nLen; i+=4 ) in convertIntegerToRGB()
493 for( sal_Size i=0; i<nLen; i+=4 ) in convertIntegerToARGB()
535 for( sal_Size i=0; i<nLen; ++i ) in convertIntegerFromRGB()
553 for( sal_Size i=0; i<nLen; ++i ) in convertIntegerFromARGB()
[all …]
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx1615 for( sal_Size i=0; i<nLen; i+=4 ) in convertToRGB()
1636 for( sal_Size i=0; i<nLen; i+=4 ) in convertToARGB()
1657 for( sal_Size i=0; i<nLen; i+=4 ) in convertToPARGB()
1671 for( sal_Size i=0; i<nLen; ++i ) in convertFromRGB()
1688 for( sal_Size i=0; i<nLen; ++i ) in convertFromARGB()
1705 for( sal_Size i=0; i<nLen; ++i ) in convertFromPARGB()
1789 for( sal_Size i=0; i<nLen; i+=4 ) in convertIntegerToRGB()
1814 for( sal_Size i=0; i<nLen; i+=4 ) in convertIntegerToARGB()
1858 for( sal_Size i=0; i<nLen; ++i ) in convertIntegerFromRGB()
1876 for( sal_Size i=0; i<nLen; ++i ) in convertIntegerFromARGB()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Dcpp2uno.cxx453 sal_Size bridges::cpp_uno::shared::VtableFactory::getBlockSize( in getBlockSize()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Dcpp2uno.cxx451 sal_Size bridges::cpp_uno::shared::VtableFactory::getBlockSize( in getBlockSize()

Completed in 240 milliseconds

12345678910