| /AOO42X/main/oox/inc/oox/ole/ |
| H A D | axcontrol.hxx | 43 class BinaryInputStream; 327 virtual void importPictureData( sal_Int32 nPropId, BinaryInputStream& rInStrm ); 329 virtual bool importBinaryModel( BinaryInputStream& rInStrm ) = 0; 358 virtual bool importBinaryModel( BinaryInputStream& rInStrm ); 362 virtual void importControlData( BinaryInputStream& rInStrm ) = 0; 363 virtual void importCommonExtraData( BinaryInputStream& rInStrm ); 364 virtual void importCommonTrailingData( BinaryInputStream& rInStrm ); 370 bool readPartHeader( BinaryInputStream& rInStrm, 375 bool importSizePart( BinaryInputStream& rInStrm ); 376 bool importCommonPart( BinaryInputStream& rInStrm, sal_uInt32 nPartSize ); [all …]
|
| H A D | axbinaryreader.hxx | 44 class AxAlignedInputStream : public BinaryInputStream 47 explicit AxAlignedInputStream( BinaryInputStream& rInStrm ); 82 BinaryInputStream* mpInStrm; /// The wrapped input stream. 128 bool importBinaryModel( BinaryInputStream& rInStrm ); 131 bool importStdFont( BinaryInputStream& rInStrm ); 134 bool importGuidAndFont( BinaryInputStream& rInStrm ); 144 …explicit AxBinaryPropertyReader( BinaryInputStream& rInStrm, bool b64BitPropFlags = fal…
|
| H A D | olehelper.hxx | 31 class BinaryInputStream; 106 static ::rtl::OUString importGuid( BinaryInputStream& rInStrm ); 113 BinaryInputStream& rInStrm, 121 BinaryInputStream& rInStrm, 129 BinaryInputStream& rInStrm,
|
| H A D | vbacontrol.hxx | 52 bool importBinaryModel( BinaryInputStream& rInStrm ); 124 BinaryInputStream& rInStrm, 142 …void importControlModel( BinaryInputStream& rInStrm, const AxClassTable& rClassTabl… 160 bool importSiteModel( BinaryInputStream& rInStrm ); 163 bool importEmbeddedSiteModels( BinaryInputStream& rInStrm );
|
| H A D | vbainputstream.hxx | 36 class VbaInputStream : public BinaryInputStream 39 explicit VbaInputStream( BinaryInputStream& rInStrm ); 66 BinaryInputStream* mpInStrm;
|
| H A D | vbahelper.hxx | 29 namespace oox { class BinaryInputStream; } 81 BinaryInputStream& rInStrm );
|
| H A D | vbamodule.hxx | 38 class BinaryInputStream; 68 void importDirRecords( BinaryInputStream& rDirStrm );
|
| /AOO42X/main/oox/inc/oox/helper/ |
| H A D | binaryinputstream.hxx | 45 class BinaryInputStream : public virtual BinaryStreamBase class 95 inline BinaryInputStream& operator>>( Type& ornValue ) { readValue( ornValue ); return *this; } in operator >>() 236 inline explicit BinaryInputStream() : BinaryStreamBase( false ) {} in BinaryInputStream() function in oox::BinaryInputStream 239 typedef ::boost::shared_ptr< BinaryInputStream > BinaryInputStreamRef; 244 void BinaryInputStream::readValue( Type& ornValue ) in readValue() 251 sal_Int32 BinaryInputStream::readArray( Type* opnArray, sal_Int32 nElemCount ) in readArray() 264 sal_Int32 BinaryInputStream::readArray( ::com::sun::star::uno::Sequence< Type >& orSequence, sal_In… in readArray() 271 sal_Int32 BinaryInputStream::readArray( ::std::vector< Type >& orVector, sal_Int32 nElemCount ) in readArray() 278 void BinaryInputStream::skipArray( sal_Int32 nElemCount ) in skipArray() 290 class BinaryXInputStream : public BinaryXSeekableStream, public BinaryInputStream [all …]
|
| H A D | textinputstream.hxx | 38 class BinaryInputStream; 52 BinaryInputStream& rInStrm,
|
| /AOO42X/main/oox/source/helper/ |
| H A D | binaryinputstream.cxx | 55 OString BinaryInputStream::readNulCharArray() in readNulCharArray() 63 OUString BinaryInputStream::readNulCharArrayUC( rtl_TextEncoding eTextEnc ) in readNulCharArrayUC() 68 OUString BinaryInputStream::readNulUnicodeArray() in readNulUnicodeArray() 76 OString BinaryInputStream::readCharArray( sal_Int32 nChars, bool bAllowNulChars ) in readCharArray() 93 OUString BinaryInputStream::readCharArrayUC( sal_Int32 nChars, rtl_TextEncoding eTextEnc, bool bAll… in readCharArrayUC() 98 OUString BinaryInputStream::readUnicodeArray( sal_Int32 nChars, bool bAllowNulChars ) in readUnicodeArray() 119 OUString BinaryInputStream::readCompressedUnicodeArray( sal_Int32 nChars, bool bCompressed, bool bA… in readCompressedUnicodeArray() 127 void BinaryInputStream::copyToStream( BinaryOutputStream& rOutStrm, sal_Int64 nBytes, sal_Int32 nAt… in copyToStream() 277 RelativeInputStream::RelativeInputStream( BinaryInputStream& rInStrm, sal_Int64 nSize ) : in RelativeInputStream()
|
| H A D | textinputstream.cxx | 53 explicit UnoBinaryInputStream( BinaryInputStream& rInStrm ); 70 BinaryInputStream* mpInStrm; 75 UnoBinaryInputStream::UnoBinaryInputStream( BinaryInputStream& rInStrm ) : in UnoBinaryInputStream() 129 …::TextInputStream( const Reference< XComponentContext >& rxContext, BinaryInputStream& rInStrm, rt… in TextInputStream()
|
| /AOO42X/main/oox/source/ole/ |
| H A D | axcontrol.cxx | 563 void ControlModelBase::importPictureData( sal_Int32 /*nPropId*/, BinaryInputStream& /*rInStrm*/ ) in importPictureData() argument 590 bool ComCtlModelBase::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel() 617 void ComCtlModelBase::importCommonExtraData( BinaryInputStream& /*rInStrm*/ ) in importCommonExtraData() argument 621 void ComCtlModelBase::importCommonTrailingData( BinaryInputStream& /*rInStrm*/ ) in importCommonTrailingData() argument 636 bool ComCtlModelBase::readPartHeader( BinaryInputStream& rInStrm, sal_uInt32 nExpPartId, sal_uInt16… in readPartHeader() 649 bool ComCtlModelBase::importSizePart( BinaryInputStream& rInStrm ) in importSizePart() 659 bool ComCtlModelBase::importCommonPart( BinaryInputStream& rInStrm, sal_uInt32 nPartSize ) in importCommonPart() 676 bool ComCtlModelBase::importComplexPart( BinaryInputStream& rInStrm ) in importComplexPart() 716 void ComCtlScrollBarModel::importControlData( BinaryInputStream& rInStrm ) in importControlData() 748 void ComCtlProgressBarModel::importControlData( BinaryInputStream& rInStrm ) in importControlData() [all …]
|
| H A D | olehelper.cxx | 88 OUString lclReadStdHlinkString( BinaryInputStream& rInStrm, bool bUnicode ) in lclReadStdHlinkString() 168 /*static*/ OUString OleHelper::importGuid( BinaryInputStream& rInStrm ) in importGuid() 187 /*static*/ bool OleHelper::importStdFont( StdFontInfo& orFontInfo, BinaryInputStream& rInStrm, bool… in importStdFont() 205 /*static*/ bool OleHelper::importStdPic( StreamDataSequence& orGraphicData, BinaryInputStream& rInS… in importStdPic() 222 /*static*/ bool OleHelper::importStdHlink( StdHlinkInfo& orHlinkInfo, BinaryInputStream& rInStrm, b… in importStdHlink()
|
| H A D | axbinaryreader.cxx | 46 AxAlignedInputStream::AxAlignedInputStream( BinaryInputStream& rInStrm ) : in AxAlignedInputStream() 141 bool AxFontData::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel() 156 bool AxFontData::importStdFont( BinaryInputStream& rInStrm ) in importStdFont() 177 bool AxFontData::importGuidAndFont( BinaryInputStream& rInStrm ) in importGuidAndFont() 258 AxBinaryPropertyReader::AxBinaryPropertyReader( BinaryInputStream& rInStrm, bool b64BitPropFlags ) : in AxBinaryPropertyReader()
|
| H A D | vbacontrol.cxx | 202 bool VbaSiteModel::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel() 350 void VbaFormControl::importModelOrStorage( BinaryInputStream& rInStrm, StorageBase& rStrg, const Ax… in importModelOrStorage() 406 void VbaFormControl::importControlModel( BinaryInputStream& rInStrm, const AxClassTable& rClassTabl… in importControlModel() 501 bool VbaFormControl::importSiteModel( BinaryInputStream& rInStrm ) in importSiteModel() 507 bool VbaFormControl::importEmbeddedSiteModels( BinaryInputStream& rInStrm ) in importEmbeddedSiteModels()
|
| H A D | vbahelper.cxx | 54 …per::readDirRecord( sal_uInt16& rnRecId, StreamDataSequence& rRecData, BinaryInputStream& rInStrm ) in readDirRecord()
|
| /AOO42X/main/oox/inc/oox/xls/ |
| H A D | biffinputstream.hxx | 45 explicit BiffInputRecordBuffer( BinaryInputStream& rInStrm ); 48 inline const BinaryInputStream& getBaseStream() const { return mrInStrm; } in getBaseStream() 93 BinaryInputStream& mrInStrm; /// Core input stream. 149 class BiffInputStream : public BinaryInputStream 161 BinaryInputStream& rInStream,
|
| H A D | biffdetector.hxx | 38 namespace oox { class BinaryInputStream; } 58 static BiffType detectStreamBiffVersion( BinaryInputStream& rInStream );
|
| H A D | drawingbase.hxx | 98 void importBiffAnchor( BinaryInputStream& rStrm );
|
| /AOO42X/main/oox/source/core/ |
| H A D | recordparser.cxx | 176 inline bool lclReadByte( sal_uInt8& ornByte, BinaryInputStream& rStrm ) in lclReadByte() 182 bool lclReadCompressedInt( sal_Int32& ornValue, BinaryInputStream& rStrm ) in lclReadCompressedInt() 200 bool lclReadRecordHeader( sal_Int32& ornRecId, sal_Int32& ornRecSize, BinaryInputStream& rStrm ) in lclReadRecordHeader() 207 bool lclReadNextRecord( sal_Int32& ornRecId, StreamDataSequence& orData, BinaryInputStream& rStrm ) in lclReadNextRecord()
|
| /AOO42X/main/oox/source/xls/ |
| H A D | drawingbase.cxx | 53 BinaryInputStream& operator>>( BinaryInputStream& rStrm, CellAnchorModel& rModel ) in operator >>() 183 void ShapeAnchor::importBiffAnchor( BinaryInputStream& rStrm ) in importBiffAnchor()
|
| H A D | biffinputstream.cxx | 43 BiffInputRecordBuffer::BiffInputRecordBuffer( BinaryInputStream& rInStrm ) : in BiffInputRecordBuffer() 167 BiffInputStream::BiffInputStream( BinaryInputStream& rInStream, bool bContLookup ) : in BiffInputStream()
|
| /AOO42X/main/oox/inc/oox/dump/ |
| H A D | xlsbdumper.hxx | 54 …virtual bool implReadRecordHeader( BinaryInputStream& rBaseStrm, sal_Int64& ornRecId, sal_I… 91 bool readCompressedInt( BinaryInputStream& rStrm, sal_Int32& ornValue );
|
| H A D | dffdumper.hxx | 50 …virtual bool implReadRecordHeader( BinaryInputStream& rBaseStrm, sal_Int64& ornRecId, sal_I…
|
| H A D | dumperbase.hxx | 153 inline /*implicit*/ BinaryInputStreamRef( BinaryInputStream* pInStrm ) : in BinaryInputStreamRef() 1908 …virtual bool implStartRecord( BinaryInputStream& rBaseStrm, sal_Int64& ornRecPos, sal_Int64… 1953 …virtual bool implStartRecord( BinaryInputStream& rBaseStrm, sal_Int64& ornRecPos, sal_Int64… 1954 …virtual bool implReadRecordHeader( BinaryInputStream& rBaseStrm, sal_Int64& ornRecId, sal_I…
|