Lines Matching refs:RecordObjectBase

69 RecordObjectBase::RecordObjectBase()  in RecordObjectBase()  function in oox::dump::xlsb::RecordObjectBase
73 RecordObjectBase::~RecordObjectBase() in ~RecordObjectBase()
77 void RecordObjectBase::construct( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, co… in construct()
85 void RecordObjectBase::construct( const RecordObjectBase& rParent ) in construct()
90 bool RecordObjectBase::implReadRecordHeader( BinaryInputStream& rBaseStrm, sal_Int64& ornRecId, sal… in implReadRecordHeader()
99 OUString RecordObjectBase::getErrorName( sal_uInt8 nErrCode ) const in getErrorName()
106 void RecordObjectBase::readAddress( Address& orAddress ) in readAddress()
111 void RecordObjectBase::readRange( Range& orRange ) in readRange()
116 void RecordObjectBase::readRangeList( RangeList& orRanges ) in readRangeList()
132 void RecordObjectBase::writeBooleanItem( const String& rName, sal_uInt8 nBool ) in writeBooleanItem()
137 void RecordObjectBase::writeErrorCodeItem( const String& rName, sal_uInt8 nErrCode ) in writeErrorCodeItem()
142 void RecordObjectBase::writeFontPortions( const FontPortionModelList& rPortions ) in writeFontPortions()
158 void RecordObjectBase::writePhoneticPortions( const PhoneticPortionModelList& rPortions ) in writePhoneticPortions()
177 sal_uInt8 RecordObjectBase::dumpBoolean( const String& rName ) in dumpBoolean()
185 sal_uInt8 RecordObjectBase::dumpErrorCode( const String& rName ) in dumpErrorCode()
193 OUString RecordObjectBase::dumpString( const String& rName, bool bRich, bool b32BitLen ) in dumpString()
224 void RecordObjectBase::dumpColor( const String& rName ) in dumpColor()
240 DateTime RecordObjectBase::dumpPivotDateTime( const String& rName ) in dumpPivotDateTime()
253 sal_Int32 RecordObjectBase::dumpColIndex( const String& rName ) in dumpColIndex()
261 sal_Int32 RecordObjectBase::dumpRowIndex( const String& rName ) in dumpRowIndex()
269 sal_Int32 RecordObjectBase::dumpColRange( const String& rName ) in dumpColRange()
277 sal_Int32 RecordObjectBase::dumpRowRange( const String& rName ) in dumpRowRange()
285 Address RecordObjectBase::dumpAddress( const String& rName ) in dumpAddress()
293 Range RecordObjectBase::dumpRange( const String& rName ) in dumpRange()
301 void RecordObjectBase::dumpRangeList( const String& rName ) in dumpRangeList()
310 bool RecordObjectBase::readCompressedInt( BinaryInputStream& rStrm, sal_Int32& ornValue ) in readCompressedInt()
336 FormulaObject::FormulaObject( const RecordObjectBase& rParent ) : in FormulaObject()
339 RecordObjectBase::construct( rParent ); in FormulaObject()
484 if( RecordObjectBase::implIsValid() ) in constructFmlaObj()
989 RecordObjectBase::construct( rParent, rxStrm, rSysFileName ); in RecordStreamObject()
990 if( RecordObjectBase::implIsValid() ) in RecordStreamObject()
996 return isValid( mxFmlaObj ) && RecordObjectBase::implIsValid(); in implIsValid()