Lines Matching refs:BiffObjectBase

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()
390 void BiffObjectBase::readRangeList( RangeList& orRanges, bool bCol16Bit, bool bRow32Bit ) in readRangeList()
401 void BiffObjectBase::writeBooleanItem( const String& rName, sal_uInt8 nBool ) in writeBooleanItem()
406 void BiffObjectBase::writeErrorCodeItem( const String& rName, sal_uInt8 nErrCode ) in writeErrorCodeItem()
411 void BiffObjectBase::writeFontPortions( const FontPortionModelList& rPortions ) in writeFontPortions()
428 OUString BiffObjectBase::dumpByteString( const String& rName, BiffStringFlags nFlags, rtl_TextEncod… in dumpByteString()
473 OUString BiffObjectBase::dumpUniString( const String& rName, BiffStringFlags nFlags ) in dumpUniString()
531 OUString BiffObjectBase::dumpString( const String& rName, BiffStringFlags nByteFlags, BiffStringFla… in dumpString()
536 OUString BiffObjectBase::dumpSegmentedUniString( const String& rName ) in dumpSegmentedUniString()
547 void BiffObjectBase::dumpSegmentedUniStringArray( const String& rName ) in dumpSegmentedUniStringArray()
556 sal_uInt8 BiffObjectBase::dumpBoolean( const String& rName ) in dumpBoolean()
564 sal_uInt8 BiffObjectBase::dumpErrorCode( const String& rName ) in dumpErrorCode()
572 rtl_TextEncoding BiffObjectBase::dumpCodePage( const String& rName ) in dumpCodePage()
578 void BiffObjectBase::dumpFormulaResult( const String& rName ) in dumpFormulaResult()
603 sal_Int32 BiffObjectBase::dumpColIndex( const String& rName, bool bCol16Bit ) in dumpColIndex()
610 sal_Int32 BiffObjectBase::dumpRowIndex( const String& rName, bool bRow32Bit ) in dumpRowIndex()
617 sal_Int32 BiffObjectBase::dumpColRange( const String& rName, bool bCol16Bit ) in dumpColRange()
625 sal_Int32 BiffObjectBase::dumpRowRange( const String& rName, bool bRow32Bit ) in dumpRowRange()
633 Address BiffObjectBase::dumpAddress( const String& rName, bool bCol16Bit, bool bRow32Bit ) in dumpAddress()
641 Range BiffObjectBase::dumpRange( const String& rName, bool bCol16Bit, bool bRow32Bit ) in dumpRange()
649 void BiffObjectBase::dumpRangeList( const String& rName, bool bCol16Bit, bool bRow32Bit ) in dumpRangeList()
656 void BiffObjectBase::dumpConstArrayHeader( sal_uInt32& rnCols, sal_uInt32& rnRows ) in dumpConstArrayHeader()
678 OUString BiffObjectBase::dumpConstValue( sal_Unicode cStrQuote ) in dumpConstValue()
710 sal_uInt16 BiffObjectBase::dumpRepeatedRecId() in dumpRepeatedRecId()
715 void BiffObjectBase::dumpFrHeader( bool bWithFlags, bool bWithRange ) in dumpFrHeader()
728 void BiffObjectBase::dumpDffClientRect() in dumpDffClientRect()
733 void BiffObjectBase::dumpEmbeddedDff() in dumpEmbeddedDff()
745 void BiffObjectBase::dumpControl() in dumpControl()
756 FormulaObject::FormulaObject( const BiffObjectBase& rParent ) : in FormulaObject()
759 BiffObjectBase::construct( rParent ); in FormulaObject()
929 if( BiffObjectBase::implIsValid() ) in constructFmlaObj()
1555 BiffObjectBase::construct( rParent, rxStrm, eBiff, rSysFileName ); in construct()
1556 if( BiffObjectBase::implIsValid() ) in construct()
1562 return isValid( mxFmlaObj ) && BiffObjectBase::implIsValid(); in implIsValid()