Searched refs:BiffObjectBase (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/oox/source/dump/ |
| H A D | biffdumper.cxx | 268 BiffObjectBase::~BiffObjectBase() in ~BiffObjectBase() 272 void BiffObjectBase::construct( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, Biff… in construct() 298 void BiffObjectBase::construct( const BiffObjectBase& rParent ) in construct() 303 bool BiffObjectBase::implIsValid() const in implIsValid() 308 bool BiffObjectBase::implStartRecord( BinaryInputStream&, sal_Int64& ornRecPos, sal_Int64& ornRecId… in implStartRecord() 359 OUString BiffObjectBase::getErrorName( sal_uInt8 nErrCode ) const in getErrorName() 366 sal_Int32 BiffObjectBase::readCol( bool bCol16Bit ) in readCol() 371 sal_Int32 BiffObjectBase::readRow( bool bRow32Bit ) in readRow() 376 void BiffObjectBase::readAddress( Address& orAddress, bool bCol16Bit, bool bRow32Bit ) in readAddress() 382 void BiffObjectBase::readRange( Range& orRange, bool bCol16Bit, bool bRow32Bit ) in readRange() [all …]
|
| /trunk/main/oox/inc/oox/dump/ |
| H A D | biffdumper.hxx | 132 class BiffObjectBase : public RecordObjectBase class 140 inline explicit BiffObjectBase() {} in BiffObjectBase() function in oox::dump::biff::BiffObjectBase 141 virtual ~BiffObjectBase(); 145 void construct( const BiffObjectBase& rParent ); 245 void BiffObjectBase::writeRectItem( const String& rName, in writeRectItem() 258 void BiffObjectBase::dumpRect( const String& rName, in dumpRect() 267 void BiffObjectBase::dumpRectWithGaps( const String& rName, sal_Int32 nGap, in dumpRectWithGaps() 285 class FormulaObject : public BiffObjectBase 288 explicit FormulaObject( const BiffObjectBase& rParent ); 395 class RecordStreamObject : public BiffObjectBase [all …]
|