Home
last modified time | relevance | path

Searched refs:nDataSize (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx496 if (nDataSize!=0xffffffff) nDataSize+=10; in ReadPixPattern()
505 nDataSize=16; in ReadPixPattern()
1225 nDataSize=0; in ReadData()
1259 nDataSize=2; in ReadData()
1276 nDataSize=1; in ReadData()
1280 nDataSize=2; in ReadData()
1284 nDataSize=4; in ReadData()
1290 nDataSize=4; in ReadData()
1310 nDataSize=2; in ReadData()
1325 nDataSize=4; in ReadData()
[all …]
/trunk/main/svl/source/numbers/
H A Dnumhead.cxx109 sal_uInt32 nDataSize; in ImpSvNumMultipleReadHeader() local
110 rStream >> nDataSize; in ImpSvNumMultipleReadHeader()
114 rStream.SeekRel(nDataSize); in ImpSvNumMultipleReadHeader()
147 sal_uInt32 nDataSize; in Skip() local
148 rStream >> nDataSize; in Skip()
149 rStream.SeekRel( nDataSize ); in Skip()
203 nDataSize = nDefault; in ImpSvNumMultipleWriteHeader()
204 rStream << nDataSize; in ImpSvNumMultipleWriteHeader()
220 if ( nDataEnd - nDataPos != nDataSize ) // Default getroffen? in ~ImpSvNumMultipleWriteHeader()
222 nDataSize = nDataEnd - nDataPos; in ~ImpSvNumMultipleWriteHeader()
[all …]
H A Dnumhead.hxx89 sal_uInt32 nDataSize; member in ImpSvNumMultipleWriteHeader
/trunk/main/sc/source/core/tool/
H A Drechead.cxx43 sal_uInt32 nDataSize; in ScMultipleReadHeader() local
44 rStream >> nDataSize; in ScMultipleReadHeader()
46 nTotalEnd = nDataPos + nDataSize; in ScMultipleReadHeader()
49 rStream.SeekRel(nDataSize); in ScMultipleReadHeader()
129 nDataSize = nDefault; in ScMultipleWriteHeader()
130 rStream << nDataSize; in ScMultipleWriteHeader()
144 if ( nDataEnd - nDataPos != nDataSize ) // Default getroffen? in ~ScMultipleWriteHeader()
146 nDataSize = nDataEnd - nDataPos; in ~ScMultipleWriteHeader()
149 rStream << nDataSize; // Groesse am Anfang eintragen in ~ScMultipleWriteHeader()
/trunk/main/filter/source/graphicfilter/egif/
H A Dgiflzwc.cxx154 nDataSize = nPixelSize; in StartCompression()
156 if( nDataSize < 2 ) in StartCompression()
157 nDataSize=2; in StartCompression()
159 nClearCode=1<<nDataSize; in StartCompression()
162 nCodeSize=nDataSize+1; in StartCompression()
164 pIDOS=new GIFImageDataOutputStream(rGIF,(sal_uInt8)nDataSize); in StartCompression()
217 nCodeSize=nDataSize+1; in Compress()
H A Dgiflzwc.hxx45 sal_uInt16 nDataSize; member in GIFLZWCompressor
/trunk/main/svtools/source/filter/igif/
H A Ddecode.cxx45 nDataSize ( cDataSize ) in GIFLZWDecompressor()
49 nClearCode = 1 << nDataSize; in GIFLZWDecompressor()
52 nCodeSize = nDataSize + 1; in GIFLZWDecompressor()
185 nCodeSize = nDataSize + 1; in ProcessOneCode()
H A Ddecode.hxx48 sal_uInt8 nDataSize; member in GIFLZWDecompressor
/trunk/main/vcl/source/gdi/
H A Dpngwrite.cxx284 sal_uInt32 nDataSize = aBeg->aData.size(); in Write() local
285 if ( nDataSize ) in Write()
286 nCRC = rtl_crc32( nCRC, &aBeg->aData[ 0 ], nDataSize ); in Write()
287 rOStm << nDataSize in Write()
289 if ( nDataSize ) in Write()
290 rOStm.Write( &aBeg->aData[ 0 ], nDataSize ); in Write()
H A Dcvtsvm.cxx1341 sal_uInt32 nDataSize; in ImplConvertFromSVM1() local
1345 rIStm >> aComment >> nValue >> nDataSize; in ImplConvertFromSVM1()
1347 if( nDataSize ) in ImplConvertFromSVM1()
1349 pData = new sal_uInt8[ nDataSize ]; in ImplConvertFromSVM1()
1350 rIStm.Read( pData, nDataSize ); in ImplConvertFromSVM1()
1357 rMtf.AddAction( new MetaCommentAction( aComment, nValue, pData, nDataSize ) ); in ImplConvertFromSVM1()
2443 const sal_uInt32 nDataSize = pA->GetDataSize(); in ImplWriteActions() local
2454 rOStm << pA->GetComment() << pA->GetValue() << nDataSize; in ImplWriteActions()
2456 if( nDataSize ) in ImplWriteActions()
2457 rOStm.Write( pA->GetData(), nDataSize ); in ImplWriteActions()
H A Dgfxlink.cxx395 ImpSwap::ImpSwap( sal_uInt8* pData, sal_uLong nDataSize ) : in ImpSwap() argument
396 mnDataSize( nDataSize ), in ImpSwap()
H A Dmetaact.cxx4031 …ion( const ByteString& rComment, sal_Int32 nValue, const sal_uInt8* pData, sal_uInt32 nDataSize ) : in MetaCommentAction() argument
4036 ImplInitDynamicData( pData, nDataSize ); in MetaCommentAction()
4041 MetaCommentAction::MetaCommentAction( const sal_uInt8* pData, sal_uInt32 nDataSize ) : in MetaCommentAction() argument
4045 ImplInitDynamicData( pData, nDataSize ); in MetaCommentAction()
4058 void MetaCommentAction::ImplInitDynamicData( const sal_uInt8* pData, sal_uInt32 nDataSize ) in ImplInitDynamicData() argument
4060 if ( nDataSize && pData ) in ImplInitDynamicData()
4062 mnDataSize = nDataSize, mpData = new sal_uInt8[ mnDataSize ]; in ImplInitDynamicData()
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx94 sal_uInt16 nDataSize; member in TIFFWriter
517 nDataSize = 8; in StartCompression()
519 nClearCode = 1 << nDataSize; in StartCompression()
522 nCodeSize = nDataSize + 1; in StartCompression()
573 nCodeSize = nDataSize + 1; in Compress()
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx917 sal_Int64 nDataSize = rStrm.readuInt32(); in importObjBiff8() local
918 nDataSize -= rStrm.getRemaining(); in importObjBiff8()
920 … while( (nDataSize > 0) && (rStrm.getNextRecId() == BIFF_ID_CONT) && rStrm.startNextRecord() ) in importObjBiff8()
922 …OSL_ENSURE( nDataSize >= rStrm.getRemaining(), "BiffDrawingObjectBase::importObjBiff8 - CONTINUE t… in importObjBiff8()
923 nDataSize -= ::std::min( rStrm.getRemaining(), nDataSize ); in importObjBiff8()
925 … OSL_ENSURE( nDataSize == 0, "BiffDrawingObjectBase::importObjBiff8 - missing CONTINUE records" ); in importObjBiff8()
/trunk/main/embeddedobj/source/msole/
H A Downview.cxx359 sal_uInt32 nDataSize = (sal_uInt8)aReadSeq[0] in ReadContentsAndGenerateTempFile() local
366 while ( nRead < nDataSize ) in ReadContentsAndGenerateTempFile()
368 sal_uInt32 nToRead = ( nDataSize - nRead > 32000 ) ? 32000 : nDataSize - nRead; in ReadContentsAndGenerateTempFile()
/trunk/main/filter/source/msfilter/
H A Ddffpropset.cxx1192 sal_uInt32 nDataSize = (sal_uInt32)( nSize * nNumElem ); in ReadPropSet() local
1195 if ( nDataSize == nContent ) in ReadPropSet()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx942 sal_uInt32 nDataSize; in ImplReadObj8() local
944 rStrm >> nDataSize; in ImplReadObj8()
945 nDataSize -= rStrm.GetRecLeft(); in ImplReadObj8()
947 while( (nDataSize > 0) && (rStrm.GetNextRecId() == EXC_ID_CONT) && rStrm.StartNextRecord() ) in ImplReadObj8()
949 …DBG_ASSERT( nDataSize >= rStrm.GetRecLeft(), "XclImpDrawObjBase::ImplReadObj8 - CONTINUE too long"… in ImplReadObj8()
950 nDataSize -= ::std::min< sal_uInt32 >( rStrm.GetRecLeft(), nDataSize ); in ImplReadObj8()
952 DBG_ASSERT( nDataSize == 0, "XclImpDrawObjBase::ImplReadObj8 - missing CONTINUE records" ); in ImplReadObj8()
3743 sal_uInt32 nDataSize; in ReadImgData() local
3744 rStrm >> nFormat >> nEnv >> nDataSize; in ReadImgData()
3745 if( nDataSize <= rStrm.GetRecLeft() ) in ReadImgData()
/trunk/main/connectivity/source/inc/adabas/
H A DBDriver.hxx70 sal_Int32 nDataSize; member
75 …DatabaseStruct() : nDataIncrement(0),nDataSize(0),nLogSize(0),bShutDown(sal_False),bRestoreDatabas… in DatabaseStruct()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx1488 SAL_DLLPRIVATE void ImplInitDynamicData( const sal_uInt8* pData, sal_uInt32 nDataSize );
1497 …ring& rComment, sal_Int32 nValue = 0L, const sal_uInt8* pData = NULL, sal_uInt32 nDataSize = 0UL );
1498 explicit MetaCommentAction( const sal_uInt8* pData, sal_uInt32 nDataSize );
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx156 sal_uInt16 nDataSize; member in PSWriter
2631 nDataSize = 8; in StartCompression()
2633 nClearCode = 1 << nDataSize; in StartCompression()
2636 nCodeSize = nDataSize + 1; in StartCompression()
2686 nCodeSize = nDataSize + 1; in Compress()
/trunk/main/oox/inc/oox/dump/
H A Doledumper.hxx404 …perty( LargePropertyType ePropType, const String& rItemName, sal_uInt32 nDataSize, ::rtl::OUString… in LargeProperty()
405 …mePropType( ePropType ), maItemName( rItemName ), mnDataSize( nDataSize ), mpItemValue( pItemValue… in LargeProperty()
/trunk/main/connectivity/source/drivers/adabas/
H A DBDriver.cxx208 pIter->Value >>= _rDBInfo.nDataSize; in fillInfo()
1036 int nRet = CreateFile(_aInfo.sSysDevSpace,_aInfo.nDataSize/50) ? 0 : -9; in CreateFiles()
1040 nRet = CreateFile(_aInfo.sDataDevName,_aInfo.nDataSize) ? 0 : -11; in CreateFiles()
1395 (*pFileStream) << ::rtl::OString::valueOf(_aDBInfo.nDataSize); in getDatabaseInitFile()
/trunk/main/sc/source/ui/view/
H A Dviewfun5.cxx637 ByteString lcl_GetSubString( sal_Char* pData, long nStart, long nDataSize ) in lcl_GetSubString() argument
639 if ( nDataSize <= nStart /* || pData[nDataSize] != 0 */ ) in lcl_GetSubString()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx422 sal_Size nDataSize = aLink.GetDataSize(); in WriteImage() local
477 nDataSize = aStream.GetSize(); in WriteImage()
497 xOutStream->writeBytes( Sequence< sal_Int8 >( (const sal_Int8*) aData, nDataSize ) ); in WriteImage()
/trunk/main/sc/inc/
H A Drechead.hxx153 sal_uInt32 nDataSize; member in ScMultipleWriteHeader

Completed in 163 milliseconds

12