| /AOO41X/main/sc/source/filter/lotus/ |
| H A D | lotimpop.cxx | 101 Read( nFileCode ); in Bof() 102 Read( nFileSub ); in Bof() 103 Read( pLotusRoot->aActRange ); in Bof() 104 Read( nSaveCnt ); in Bof() 105 Read( nMajorId ); in Bof() 106 Read( nMinorId ); in Bof() 108 Read( nFlags ); in Bof() 128 Read( nFileCode ); in BofFm3() 129 Read( nFileSub ); in BofFm3() 142 Read( nLTab ); in Columnwidth() [all …]
|
| H A D | lotform.cxx | 307 Read( nRow ); in ReadSRD() 308 Read( nTab ); in ReadSRD() 309 Read( nCol ); in ReadSRD() 431 Read( nOc ); in Convert() 459 Read( nAnz ); in Convert() 474 Read( fDouble ); in Convert() 481 Read( nCol ); in Convert() 482 Read( nRow ); in Convert() 505 Read( nColS ); in Convert() 506 Read( nRowS ); in Convert() [all …]
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | lotimpop.hxx | 72 inline void Read( ScAddress& ); 73 inline void Read( ScRange& ); 75 inline void Read( sal_Char& ); 76 inline void Read( sal_uInt8& ); 77 inline void Read( sal_uInt16& ); 78 inline void Read( sal_Int16& ); 79 inline void Read( sal_uInt32& ); 80 inline void Read( double& ); // 10-Byte-IEEE lesen 81 inline void Read( LotAttrWK3& ); 82 void Read( String& ); // 0-terminierten String einlesen [all …]
|
| H A D | formel.hxx | 226 inline void Read( sal_Char& nByte ); 227 inline void Read( sal_uInt8& nByte ); 228 inline void Read( sal_uInt16& nUINT16 ); 229 inline void Read( sal_Int16& nINT16 ); 230 inline void Read( double& fDouble ); 231 inline void Read( sal_uInt32& nUINT32 ); 255 inline void LotusConverterBase::Read( sal_Char& nByte ) in Read() function in LotusConverterBase 261 inline void LotusConverterBase::Read( sal_uInt8& nByte ) in Read() function in LotusConverterBase 267 inline void LotusConverterBase::Read( sal_uInt16& nUINT16 ) in Read() function in LotusConverterBase 273 inline void LotusConverterBase::Read( sal_Int16& nINT16 ) in Read() function in LotusConverterBase [all …]
|
| H A D | xladdress.hxx | 48 void Read( XclImpStream& rStrm, bool bCol16Bit = true ); 64 rXclPos.Read( rStrm ); in operator >>() 98 void Read( XclImpStream& rStrm, bool bCol16Bit = true ); 114 rXclRange.Read( rStrm ); in operator >>() 134 void Read( XclImpStream& rStrm, bool bCol16Bit = true ); 142 rXclRanges.Read( rStrm ); in operator >>()
|
| /AOO41X/main/sw/source/filter/ww8/dump/ |
| H A D | ww8dout.cxx | 159 rSt.Read( &nPara, sizeof( nPara ) ); in OutBool() 171 rSt.Read( &nPara, sizeof( nPara ) ); in OutBool4() 185 rSt.Read( &nPara, sizeof( nPara ) ); in OutByte() 193 rSt.Read( &nPara, sizeof( nPara ) ); in OutShort() 202 rSt.Read( &nPara, sizeof( nPara ) ); in OutShorts() 211 rSt.Read( &nPara, sizeof( nPara ) ); in OutWord() 220 rSt.Read( &nPara, sizeof( nPara ) ); in OutWords() 229 rSt.Read( &nPara, sizeof( nPara ) ); in OutWordHex() 238 rSt.Read( &nPara, sizeof( nPara ) ); in OutWordsHex() 251 rSt.Read( &nPara, sizeof( nPara ) ); in OutLongsHex() [all …]
|
| H A D | msvbasic.cxx | 93 xVBAProject->Read(test,8); in ConfirmFixedOctect() 102 xVBAProject->Read(test,12); in Confirm12Zeros() 111 xVBAProject->Read(test,12); in ConfirmHalfWayMarker() 126 xVBAProject->Read(test,20); in ConfirmFixedMiddle() 144 xVBAProject->Read(test,20); in ConfirmFixedMiddle2() 188 xVBAProject->Read(headerin,30); in ReadVBAProject() 281 xVBAProject->Read(&junksize,2); // usually 18 02, sometimes 1e 02 in ReadVBAProject() 428 while(xVBAStream->Read(&leadbyte,1)) in DecompressVBA() 516 if (xVBAStream->Read(&aHistory[pos%WINDOWLEN],1)) in DecompressVBA()
|
| /AOO41X/main/automation/source/server/ |
| H A D | scmdstrm.cxx | 50 void SCmdStream::Read (String* &pString) in Read() function in SCmdStream 56 CmdBaseStream::Read( pStr, nLenInChars ); in Read() 62 void SCmdStream::Read (String &aString) in Read() function in SCmdStream 66 CmdBaseStream::Read( pStr, nLenInChars ); in Read() 72 void SCmdStream::Read ( SfxPoolItem *&pItem ) in Read() function in SCmdStream 76 Read(nId); in Read() 82 Read( nType ); in Read() 88 Read (nNr ); in Read() 99 Read (nNr ); in Read() 110 Read (aString); in Read() [all …]
|
| H A D | scmdstrm.hxx | 44 using CmdBaseStream::Read; 45 void Read ( comm_USHORT &nNr ){CmdBaseStream::Read ( nNr );} in Read() function in SCmdStream 46 void Read ( comm_ULONG &nNr ){CmdBaseStream::Read ( nNr );} in Read() function in SCmdStream 48 void Read ( comm_BOOL &bBool ){CmdBaseStream::Read ( bBool );} in Read() function in SCmdStream 50 void Read ( String &aString ); 51 void Read ( SfxPoolItem *&pItem ); 52 void Read ( ::com::sun::star::beans::PropertyValue &rItem ); 54 virtual void Read (String* &pString);
|
| H A D | cmdbasestream.cxx | 203 void CmdBaseStream::Read (comm_USHORT &nNr) in Read() function in CmdBaseStream 214 void CmdBaseStream::Read (comm_ULONG &nNr) in Read() function in CmdBaseStream 225 void CmdBaseStream::Read (comm_UniChar* &aString, comm_USHORT &nLenInChars ) in Read() function in CmdBaseStream 236 pCommStream->Read( aString, ((comm_ULONG)nLenInChars) * sizeof( comm_UniChar ) ); in Read() 245 void CmdBaseStream::Read (comm_BOOL &bBool) in Read() function in CmdBaseStream 325 void CmdBaseStream::Read ( comm_String* &pString ) in Read() function in CmdBaseStream 330 void CmdBaseStream::Read ( rtl::OString* &pId ) in Read() function in CmdBaseStream
|
| /AOO41X/main/sw/source/filter/inc/ |
| H A D | fltbase.hxx | 45 inline void Read( short &rN ); 47 inline void Read( sal_uInt8 &rN0, sal_uInt16 &rN1, sal_uInt16 &rN2 ); 48 inline void Read( sal_uInt16 &rN ); 49 inline void Read( sal_uInt16 &rN1, sal_uInt16 &rN2 ); 50 inline void Read( sal_uInt16 &rN1, sal_uInt16 &rN2, sal_uInt16 &rN3, sal_uInt16 &rN4 ); 51 inline void Read( double &rF ); 52 void Read( String &rS ); // liest 0-terminierten C-String! 79 inline void SwFilterBase::Read( short &rN ) in Read() function in SwFilterBase 85 inline void SwFilterBase::Read( sal_uInt8 &rN0, sal_uInt16 &rN1, sal_uInt16 &rN2 ) in Read() function in SwFilterBase 91 inline void SwFilterBase::Read( sal_uInt16 &rN ) in Read() function in SwFilterBase [all …]
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | metaact.cxx | 164 void MetaAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read() function in MetaAction 245 pAction->Read( rIStm, pData ); in ReadMetaAction() 312 void MetaPixelAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read() function in MetaPixelAction 316 maColor.Read( rIStm, sal_True ); in Read() 378 void MetaPointAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read() function in MetaPointAction 465 void MetaLineAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read() function in MetaLineAction 538 void MetaRectAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read() function in MetaRectAction 610 void MetaRoundRectAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read() function in MetaRoundRectAction 675 void MetaEllipseAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read() function in MetaEllipseAction 749 void MetaArcAction::Read( SvStream& rIStm, ImplMetaReadData* ) in Read() function in MetaArcAction [all …]
|
| /AOO41X/main/filter/source/graphicfilter/idxf/ |
| H A D | dxftblrd.cxx | 41 void DXFLType::Read(DXFGroupReader & rDGR) in Read() function in DXFLType 45 while (rDGR.Read()!=0) in Read() 86 void DXFLayer::Read(DXFGroupReader & rDGR) in Read() function in DXFLayer 88 while (rDGR.Read()!=0) { in Read() 114 void DXFStyle::Read(DXFGroupReader & rDGR) in Read() function in DXFStyle 116 while (rDGR.Read()!=0) { in Read() 171 void DXFVPort::Read(DXFGroupReader & rDGR) in Read() function in DXFVPort 173 while (rDGR.Read()!=0) { in Read() 233 void DXFTables::Read(DXFGroupReader & rDGR) in Read() function in DXFTables 253 while (rDGR.GetG()!=0) rDGR.Read(); in Read() [all …]
|
| H A D | dxfreprd.cxx | 148 sal_Bool DXFRepresentation::Read( SvStream & rIStream, sal_uInt16 nMinPercent, sal_uInt16 nMaxPerce… in Read() function in DXFRepresentation 159 pDGR->Read(); in Read() 162 if (pDGR->Read()!=2) { in Read() 167 else if (strcmp(pDGR->GetS(),"TABLES" )==0) aTables.Read(*pDGR); in Read() 168 else if (strcmp(pDGR->GetS(),"BLOCKS" )==0) aBlocks.Read(*pDGR); in Read() 169 else if (strcmp(pDGR->GetS(),"ENTITIES")==0) aEntities.Read(*pDGR); in Read() 170 else pDGR->Read(); in Read() 172 else pDGR->Read(); in Read() 200 rDGR.Read(); in ReadHeader() 209 rDGR.Read(); in ReadHeader() [all …]
|
| H A D | dxfblkrd.cxx | 47 void DXFBlock::Read(DXFGroupReader & rDGR) in Read() function in DXFBlock 57 while (rDGR.Read()!=0) in Read() 70 DXFEntities::Read(rDGR); in Read() 91 void DXFBlocks::Read(DXFGroupReader & rDGR) in Read() function in DXFBlocks 99 while (rDGR.GetG()!=0) rDGR.Read(); in Read() 104 pB->Read(rDGR); in Read() 108 else rDGR.Read(); in Read()
|
| H A D | dxftblrd.hxx | 51 void Read(DXFGroupReader & rDGR); 71 void Read(DXFGroupReader & rDGR); 96 void Read(DXFGroupReader & rDGR); 144 void Read(DXFGroupReader & rDGR); 164 void Read(DXFGroupReader & rDGR);
|
| /AOO41X/main/idl/source/objects/ |
| H A D | bastype.cxx | 47 if( rInStm.Read( '=' ) ) in ReadRangeSvIdl() 80 sal_uInt32 SvUINT32::Read( SvStream & rStm ) in Read() function in SvUINT32 191 sal_Bool bBraket = rInStm.Read( '(' ); in ReadSvIdl() 192 if( bBraket || rInStm.Read( '=' ) ) in ReadSvIdl() 202 bOk = rInStm.Read( ')' ); in ReadSvIdl() 265 sal_Bool bBraket = rInStm.Read( '(' ); in ReadSvIdl() 266 if( bBraket || rInStm.Read( '=' ) ) in ReadSvIdl() 275 bOk = rInStm.Read( ')' ); in ReadSvIdl() 423 sal_Bool bBraket = rInStm.Read( '(' ); in ReadSvIdl() 424 if( bBraket || rInStm.Read( '=' ) ) in ReadSvIdl() [all …]
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xistream.cxx | 101 sal_uInt16 XclImpDecrypter::Read( SvStream& rStrm, void* pData, sal_uInt16 nBytes ) in Read() function in XclImpDecrypter 113 nRet = static_cast< sal_uInt16 >( rStrm.Read( pData, nBytes ) ); in Read() 204 sal_uInt16 nRet = static_cast< sal_uInt16 >( rStrm.Read( pnData, nBytes ) ); in OnRead() 310 nRet = nRet + static_cast< sal_uInt16 >( rStrm.Read( pnCurrData, nDecBytes ) ); in OnRead() 618 mxDecrypter->Read( mrStrm, &rnValue, 1 ); in operator >>() 631 mxDecrypter->Read( mrStrm, &rnValue, 1 ); in operator >>() 646 mxDecrypter->Read( mrStrm, pnBuffer, 2 ); in operator >>() 663 mxDecrypter->Read( mrStrm, pnBuffer, 2 ); in operator >>() 680 mxDecrypter->Read( mrStrm, pnBuffer, 4 ); in operator >>() 697 mxDecrypter->Read( mrStrm, pnBuffer, 4 ); in operator >>() [all …]
|
| /AOO41X/main/filter/source/graphicfilter/ipcd/ |
| H A D | ipcd.cxx | 194 pPCD->Read( Buf, 7 ); in CheckPCDImagePacFile() 257 pPCD->Read( pL0N, nWidth ); in ReadImage() 258 pPCD->Read( pL1N, nWidth ); in ReadImage() 259 pPCD->Read( pCbN, nW2 ); in ReadImage() 260 pPCD->Read( pCrN, nW2 ); in ReadImage() 275 pPCD->Read( pL0N, nWidth ); in ReadImage() 276 pPCD->Read( pL1N, nWidth ); in ReadImage() 277 pPCD->Read( pCbN, nW2 ); in ReadImage() 278 pPCD->Read( pCrN, nW2 ); in ReadImage()
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | msocximex.cxx | 368 rStrm.Read( rpcCharArr, nBufSize ); in lclReadCharArray() 552 virtual bool Read( OCX_ContainerControl* pContainerControl, SvStorageStream *pS) in Read() function in __anon56f579c60111::ContainerRecReader 653 pS->Read( pName, nNameBufSize ); in Read() 677 pS->Read( pTipName.get(), nTipBufSize ); in Read() 735 pS->Read(aUnknown11, sizeof(aUnknown11)); in handleStandardHdr() 1251 return aFontData.Read(pS); in ReadFontData() 2987 sal_Bool OCX_Control::Read(SvStorageStream *pS) in Read() function in OCX_Control 2998 sal_Bool OCX_ModernControl::Read(SvStorageStream *pS) in Read() function in OCX_ModernControl 3005 pS->Read(pBlockFlags,8); in Read() 3179 pS->Read(pIconHeader,20); in Read() [all …]
|
| /AOO41X/main/tools/source/stream/ |
| H A D | stream.cxx | 128 Read( (char*)&value, sizeof(datatype) );\ 177 sal_Size nTheRead = m_pStream->Read(pBuffer, nCount); in ReadAt() 696 sal_uInt16 nLen = (sal_uInt16)Read( buf, sizeof(buf)-1 ); in ReadLine() 745 sal_Size nLen = Read((char*)&cTemp , sizeof(cTemp) ); in ReadLine() 770 sal_uInt16 nLen = (sal_uInt16)Read( buf, sizeof(buf)-1 ); in ReadLine() 819 sal_Size nLen = Read((char*)&cTemp , sizeof(cTemp) ); in ReadLine() 846 sal_uInt16 nLen = (sal_uInt16)Read( (char*)buf, sizeof(buf)-sizeof(sal_Unicode) ); in ReadUniStringLine() 898 Read( (char*)&cTemp, sizeof(cTemp) ); in ReadUniStringLine() 935 sal_uInt16 nLen = (sal_uInt16)Read( buf, sizeof(buf)-1 ); in ReadCString() 1378 Read( (char*)&r, sizeof(signed char) ); in operator >>() [all …]
|
| /AOO41X/main/sw/source/filter/ww1/ |
| H A D | w1class.cxx | 53 rStream.Read( &aFib, sizeof( aFib )) == sizeof( aFib ); in Ww1Fib() 70 rFib.GetStream().Read( &cRead, sizeof( cRead ) ) == sizeof( cRead ) ) in operator []() 85 rFib.GetStream().Read( aStr.AllocBuffer( static_cast< xub_StrLen >(nLen) ), nLen ) == nLen ) in GetText() 240 && rFib.GetStream().Read(del, cbStshf) == (sal_uLong)cbStshf) in Ww1StyleSheet() 336 if (rFib.GetStream().Read(nCountBytes, sizeof(nCountBytes)) in Ww1Fonts() 345 if (rFib.GetStream().Read(pA, rFib.GetFIB().cbSttbfffnGet() in Ww1Fonts() 405 rFib.GetStream().Read(&aDop, nRead) == (sal_uLong)nRead; in Ww1Dop() 415 if (rStream.Read(&lcb, sizeof(lcb)) == (sal_uLong)sizeof(lcb)) in Ww1Picture() 419 … if (rStream.Read(pPic, SVBT32ToUInt32(lcb)) == (sal_uLong)SVBT32ToUInt32(lcb)) in Ww1Picture() 455 if (rStream.Read(&x, sizeof(x)) == (sal_uLong)sizeof(x)) in Ww1Sprm() [all …]
|
| /AOO41X/main/automation/source/inc/ |
| H A D | cmdbasestream.hxx | 67 void Read ( comm_USHORT &nNr ); 68 void Read ( comm_ULONG &nNr ); 69 void Read (comm_UniChar* &aString, comm_USHORT &nLenInChars ); 70 void Read ( comm_BOOL &bBool ); 79 virtual void Read ( comm_String *&pString ); 80 virtual void Read ( rtl::OString* &pId );
|
| /AOO41X/main/sd/source/filter/ppt/ |
| H A D | propread.cxx | 101 sal_Bool PropItem::Read( String& rString, sal_uInt32 nStringType, sal_Bool bAlign ) in Read() function in PropItem 140 SvMemoryStream::Read( pString, nItemSize ); in Read() 381 aStream.Read( pString, nSize ); in GetDictionary() 420 void Section::Read( SvStorageStream *pStrm ) in Read() function in Section 539 pStrm->Read( pBuf, nPropSize ); in Read() 590 pStrm->Read( pBuf, nSize ); in Read() 669 void PropRead::Read() in Read() function in PropRead 683 mpSvStream->Read( mApplicationCLSID, 16 ); in Read() 691 mpSvStream->Read( pSectCLSID, 16 ); in Read() 696 aSection.Read( mpSvStream ); in Read()
|
| /AOO41X/main/svtools/source/filter/ |
| H A D | sgvmain.cxx | 160 rIStream.Read((char*)&rDtHd.Reserved[0],DtHdSize); in operator >>() 175 rIStream.Read((char*)&rPage.Next,PageSize); in operator >>() 193 rInp.Read((char*)&rObjk.Last,ObjkSize); in operator >>() 209 rInp.Read((char*)&rStrk.Last,StrkSize); in operator >>() 220 rInp.Read((char*)&rRect.Last,RectSize); in operator >>() 235 rInp.Read((char*)&rPoly.Last,PolySize); in operator >>() 246 rInp.Read((char*)&rSpln.Last,SplnSize); in operator >>() 257 rInp.Read((char*)&rCirc.Last,CircSize); in operator >>() 272 rInp.Read((char*)&rText.Last,TextSize); in operator >>() 292 rInp.Read((char*)&rBmap.Last,BmapSize); in operator >>() [all …]
|