/aoo41x/main/sc/source/filter/lotus/ |
H A D | lotimpop.cxx | 108 Read( nFlags ); in Bof() 216 Read( aA ); in Errcell() 226 Read( aA ); in Nacell() 238 Read( aA ); in Labelcell() 253 Read( aAddr ); in Numbercell() 254 Read( fVal ); in Numbercell() 266 Read( aAddr ); in Smallnumcell() 267 Read( nVal ); in Smallnumcell() 280 Read( aAddr ); in Formulacell() 363 Read( nNum ); in Font_Face() [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() 481 Read( nCol ); in Convert() 482 Read( nRow ); in Convert() 505 Read( nColS ); in Convert() 506 Read( nRowS ); in Convert() 537 Read( nVal ); 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& ); 81 inline void Read( LotAttrWK3& ); 90 FltError Read(); 110 Read( rRange.aStart ); in Read() [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 ); 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 279 inline void LotusConverterBase::Read( double& fDouble ) 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() 283 rSt.Read( &nDel, sizeof( nDel ) ); in OutTab() 289 rSt.Read( &nPos, sizeof( nPos ) ); in OutTab() 294 rSt.Read( &nIns, sizeof( nIns ) ); in OutTab() 299 rSt.Read( &nPos, sizeof( nPos ) ); in OutTab() 326 rSt.Read( &nPos, sizeof( nPos ) ); in OutTab190() 357 rSt.Read( &nPos, sizeof( nPos ) ); in OutHugeHex() [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 | 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() 122 Read (bBool); in Read() 146 Read(aId); in Read() 159 Read (nNr ); in Read() 170 Read (nNr ); in Read() 181 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 ); 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 97 inline void SwFilterBase::Read( sal_uInt16 &rN1, sal_uInt16 &rN2 ) in Read() function in SwFilterBase [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() 88 while (rDGR.Read()!=0) { in Read() 116 while (rDGR.Read()!=0) { in Read() 173 while (rDGR.Read()!=0) { in Read() 253 while (rDGR.GetG()!=0) rDGR.Read(); in Read() 258 pLT->Read(rDGR); in Read() 264 pLa->Read(rDGR); in Read() 270 pSt->Read(rDGR); in Read() 276 pVP->Read(rDGR); in Read() [all …]
|
H A D | dxfreprd.cxx | 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() 170 else pDGR->Read(); in Read() 172 else pDGR->Read(); in Read() 200 rDGR.Read(); in ReadHeader() 209 rDGR.Read(); in ReadHeader() 223 rDGR.Read(); in ReadHeader() 226 else 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/vcl/source/gdi/ |
H A D | metaact.cxx | 245 pAction->Read( rIStm, pData ); in ReadMetaAction() 316 maColor.Read( rIStm, sal_True ); in Read() 1006 maPoly.Read( rIStm ); in Read() 1088 maPoly.Read( rIStm ); in Read() 1191 aPoly.Read( rIStm ); in Read() 2482 maColor.Read( rIStm, sal_True ); in Read() 3097 maColor.Read( rIStm, sal_True ); in Read() 3155 maColor.Read( rIStm, sal_True ); in Read() 3207 maColor.Read( rIStm, sal_True ); in Read() 3264 maColor.Read( rIStm, sal_True ); in Read() [all …]
|
/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 192 if( bBraket || rInStm.Read( '=' ) ) in ReadSvIdl() 202 bOk = rInStm.Read( ')' ); in ReadSvIdl() 266 if( bBraket || rInStm.Read( '=' ) ) in ReadSvIdl() 275 bOk = rInStm.Read( ')' ); in ReadSvIdl() 424 if( bBraket || rInStm.Read( '=' ) ) in ReadSvIdl() 433 bOk = rInStm.Read( ')' ); in ReadSvIdl() 519 if( bBraket || rInStm.Read( '=' ) ) in ReadSvIdl() 528 bOk = rInStm.Read( ')' ); in ReadSvIdl() [all …]
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xistream.cxx | 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 >>() 714 mxDecrypter->Read( mrStrm, pnBuffer, 4 ); in operator >>() 732 mxDecrypter->Read( mrStrm, pnBuffer, 8 ); in operator >>() 798 sal_Size XclImpStream::Read( void* pData, sal_Size nBytes ) in Read() function in XclImpStream 835 nRet += Read( pnBuffer, nReadSize ); in CopyToStream() [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 | 3005 pS->Read(pBlockFlags,8); in Read() 3179 pS->Read(pIconHeader,20); in Read() 3182 pS->Read(pIcon,nIconLen); in Read() 3204 pS->Read(pBlockFlags,4); in Read() 3270 pS->Read(pIconHeader,20); in Read() 3294 pS->Read(pBlockFlags,4); in Read() 3729 skip.Read( pS ); in Read() 3800 pS->Read(pBlockFlags,4); in Read() 3868 pS->Read(pBlockFlags,4); in Read() 4065 pS->Read(pBlockFlags,4); in Read() [all …]
|
/aoo41x/main/tools/source/stream/ |
H A D | stream.cxx | 128 Read( (char*)&value, sizeof(datatype) );\ 898 Read( (char*)&cTemp, sizeof(cTemp) ); in ReadUniStringLine() 1378 Read( (char*)&r, sizeof(signed char) ); in operator >>() 1395 Read( (char*)&r, sizeof(char) ); in operator >>() 1410 Read( (char*)&r, sizeof(char) ); in operator >>() 1443 nCount = Read( pBuf, cBufLen ); in operator >>() 1611 nCount = rStream.Read( pBuf, cBufLen ); in operator <<() 1637 Read( pStr, nLen << 1 ); in ReadByteString() 1664 nLen = (sal_uInt16)Read( pTmp, nLen ); in ReadByteString() 2071 Read(&aCh, sizeof(char) ); in EatWhite() [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/sw/source/filter/ww1/ |
H A D | w1class.cxx | 53 rStream.Read( &aFib, sizeof( aFib )) == sizeof( aFib ); in Ww1Fib() 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() 455 if (rStream.Read(&x, sizeof(x)) == (sal_uLong)sizeof(x)) in Ww1Sprm() 461 || rStream.Read(p, nCountBytes) == (sal_uLong)nCountBytes) in Ww1Sprm() 824 if (rSt.Read(nCountBytes, sizeof(nCountBytes)) in Ww1StringList() 833 if (rSt.Read(pA, nCb - sizeof(nCountBytes)) in Ww1StringList() 962 if (rStream.Read(aFkp, sizeof(aFkp)) == sizeof(aFkp)) in Ww1Fkp() [all …]
|
/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 …]
|