Home
last modified time | relevance | path

Searched refs:BinaryInputStream (Results 1 – 25 of 37) sorted by relevance

12

/trunk/main/oox/inc/oox/ole/
H A Daxcontrol.hxx43 class BinaryInputStream;
358 virtual bool importBinaryModel( BinaryInputStream& rInStrm );
370 bool readPartHeader( BinaryInputStream& rInStrm,
375 bool importSizePart( BinaryInputStream& rInStrm );
377 bool importComplexPart( BinaryInputStream& rInStrm );
404 virtual void importControlData( BinaryInputStream& rInStrm );
427 virtual void importControlData( BinaryInputStream& rInStrm );
456 virtual bool importBinaryModel( BinaryInputStream& rInStrm );
479 virtual bool importBinaryModel( BinaryInputStream& rInStrm );
504 virtual bool importBinaryModel( BinaryInputStream& rInStrm );
[all …]
H A Daxbinaryreader.hxx44 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 Dolehelper.hxx31 class BinaryInputStream;
106 static ::rtl::OUString importGuid( BinaryInputStream& rInStrm );
113 BinaryInputStream& rInStrm,
121 BinaryInputStream& rInStrm,
129 BinaryInputStream& rInStrm,
H A Dvbacontrol.hxx52 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 Dvbainputstream.hxx36 class VbaInputStream : public BinaryInputStream
39 explicit VbaInputStream( BinaryInputStream& rInStrm );
66 BinaryInputStream* mpInStrm;
H A Dvbahelper.hxx29 namespace oox { class BinaryInputStream; }
81 BinaryInputStream& rInStrm );
H A Dvbamodule.hxx38 class BinaryInputStream;
68 void importDirRecords( BinaryInputStream& rDirStrm );
/trunk/main/oox/inc/oox/helper/
H A Dbinaryinputstream.hxx45 class BinaryInputStream : public virtual BinaryStreamBase class
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()
278 void BinaryInputStream::skipArray( sal_Int32 nElemCount ) in skipArray()
290 class BinaryXInputStream : public BinaryXSeekableStream, public BinaryInputStream
342 class SequenceInputStream : public SequenceSeekableStream, public BinaryInputStream
390 class RelativeInputStream : public BinaryInputStream
400 BinaryInputStream& rInStrm,
[all …]
H A Dtextinputstream.hxx38 class BinaryInputStream;
52 BinaryInputStream& rInStrm,
/trunk/main/oox/source/helper/
H A Dbinaryinputstream.cxx55 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 Dtextinputstream.cxx53 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()
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx590 bool ComCtlModelBase::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel()
649 bool ComCtlModelBase::importSizePart( BinaryInputStream& rInStrm ) in importSizePart()
676 bool ComCtlModelBase::importComplexPart( BinaryInputStream& rInStrm ) in importComplexPart()
716 void ComCtlScrollBarModel::importControlData( BinaryInputStream& rInStrm ) in importControlData()
800 bool AxFontDataModel::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel()
879 bool AxCommandButtonModel::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel()
942 bool AxLabelModel::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel()
1017 bool AxImageModel::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel()
1374 bool AxSpinButtonModel::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel()
1454 bool AxScrollBarModel::importBinaryModel( BinaryInputStream& rInStrm ) in importBinaryModel()
[all …]
H A Dolehelper.cxx94 OUString lclReadStdHlinkString( BinaryInputStream& rInStrm, bool bUnicode ) in lclReadStdHlinkString()
174 /*static*/ OUString OleHelper::importGuid( BinaryInputStream& rInStrm ) in importGuid()
193 /*static*/ bool OleHelper::importStdFont( StdFontInfo& orFontInfo, BinaryInputStream& rInStrm, bool… in importStdFont()
211 /*static*/ bool OleHelper::importStdPic( StreamDataSequence& orGraphicData, BinaryInputStream& rInS… in importStdPic()
228 /*static*/ bool OleHelper::importStdHlink( StdHlinkInfo& orHlinkInfo, BinaryInputStream& rInStrm, b… in importStdHlink()
H A Daxbinaryreader.cxx46 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 Dvbacontrol.cxx202 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 Dvbahelper.cxx54 …per::readDirRecord( sal_uInt16& rnRecId, StreamDataSequence& rRecData, BinaryInputStream& rInStrm ) in readDirRecord()
/trunk/main/oox/inc/oox/xls/
H A Dbiffinputstream.hxx45 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 Dbiffdetector.hxx38 namespace oox { class BinaryInputStream; }
58 static BiffType detectStreamBiffVersion( BinaryInputStream& rInStream );
H A Ddrawingbase.hxx98 void importBiffAnchor( BinaryInputStream& rStrm );
/trunk/main/oox/source/core/
H A Drecordparser.cxx176 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()
/trunk/main/oox/source/xls/
H A Ddrawingbase.cxx59 BinaryInputStream& operator>>( BinaryInputStream& rStrm, CellAnchorModel& rModel ) in operator >>()
189 void ShapeAnchor::importBiffAnchor( BinaryInputStream& rStrm ) in importBiffAnchor()
H A Dbiffinputstream.cxx43 BiffInputRecordBuffer::BiffInputRecordBuffer( BinaryInputStream& rInStrm ) : in BiffInputRecordBuffer()
167 BiffInputStream::BiffInputStream( BinaryInputStream& rInStream, bool bContLookup ) : in BiffInputStream()
/trunk/main/oox/inc/oox/dump/
H A Dxlsbdumper.hxx54 …virtual bool implReadRecordHeader( BinaryInputStream& rBaseStrm, sal_Int64& ornRecId, sal_I…
91 bool readCompressedInt( BinaryInputStream& rStrm, sal_Int32& ornValue );
H A Ddffdumper.hxx50 …virtual bool implReadRecordHeader( BinaryInputStream& rBaseStrm, sal_Int64& ornRecId, sal_I…
H A Ddumperbase.hxx153 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…

Completed in 145 milliseconds

12