Lines Matching defs:rName

132 void RecordObjectBase::writeBooleanItem( const String& rName, sal_uInt8 nBool )  in writeBooleanItem()
137 void RecordObjectBase::writeErrorCodeItem( const String& rName, sal_uInt8 nErrCode ) in writeErrorCodeItem()
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()
347 void FormulaObject::dumpCellFormula( const String& rName ) in dumpCellFormula()
352 void FormulaObject::dumpNameFormula( const String& rName ) in dumpNameFormula()
472 void FormulaObject::dumpFormula( const String& rName, bool bNameMode ) in dumpFormula()
582 sal_Int32 FormulaObject::dumpTokenCol( const String& rName, bool& rbRelC, bool& rbRelR ) in dumpTokenCol()
591 sal_Int32 FormulaObject::dumpTokenRow( const String& rName ) in dumpTokenRow()
746 void FormulaObject::dumpExpToken( const String& rName ) in dumpExpToken()