Lines Matching refs:rName

163     void                writeBooleanItem( const String& rName, sal_uInt8 nBool );
164 void writeErrorCodeItem( const String& rName, sal_uInt8 nErrCode );
169 void writeRectItem( const String& rName,
177 const String& rName,
181 const String& rName,
184 const String& rName,
189 ::rtl::OUString dumpSegmentedUniString( const String& rName );
190 void dumpSegmentedUniStringArray( const String& rName );
192 sal_uInt8 dumpBoolean( const String& rName = EMPTY_STRING );
193 sal_uInt8 dumpErrorCode( const String& rName = EMPTY_STRING );
195 rtl_TextEncoding dumpCodePage( const String& rName = EMPTY_STRING );
196 void dumpFormulaResult( const String& rName = EMPTY_STRING );
198 sal_Int32 dumpColIndex( const String& rName = EMPTY_STRING, bool bCol16Bit = true );
199 sal_Int32 dumpRowIndex( const String& rName = EMPTY_STRING, bool bRow32Bit = false );
200 sal_Int32 dumpColRange( const String& rName = EMPTY_STRING, bool bCol16Bit = true );
201 sal_Int32 dumpRowRange( const String& rName = EMPTY_STRING, bool bRow32Bit = false );
203 …Address dumpAddress( const String& rName = EMPTY_STRING, bool bCol16Bit = true, bool b…
204 …Range dumpRange( const String& rName = EMPTY_STRING, bool bCol16Bit = true, bool bRo…
205 …void dumpRangeList( const String& rName = EMPTY_STRING, bool bCol16Bit = true, bool…
211 void dumpRect( const String& rName,
215 void dumpRectWithGaps( const String& rName, sal_Int32 nGap,
245 void BiffObjectBase::writeRectItem( const String& rName, in writeRectItem() argument
250 writeEmptyItem( rName ); in writeRectItem()
258 void BiffObjectBase::dumpRect( const String& rName, in dumpRect() argument
263 writeRectItem( rName, nLeft, nTop, nWidth, nHeight, rListWrp, eFmtType ); in dumpRect()
267 void BiffObjectBase::dumpRectWithGaps( const String& rName, sal_Int32 nGap, in dumpRectWithGaps() argument
279 writeRectItem( rName, nLeft, nTop, nWidth, nHeight, rListWrp, eFmtType ); in dumpRectWithGaps()
292 sal_uInt16 dumpFormulaSize( const String& rName = EMPTY_STRING );
294 void dumpCellFormula( const String& rName, sal_uInt16 nSize );
295 void dumpCellFormula( const String& rName = EMPTY_STRING );
296 void dumpNameFormula( const String& rName, sal_uInt16 nSize );
297 void dumpNameFormula( const String& rName = EMPTY_STRING );
305 void dumpFormula( const String& rName, sal_uInt16 nSize, bool bNameMode );
306 void dumpFormula( const String& rName, bool bNameMode );
317 sal_uInt16 dumpTokenCol( const String& rName, bool& rbRelC, bool& rbRelR );
318 sal_uInt16 dumpTokenRow( const String& rName, bool& rbRelC, bool& rbRelR );
345 void dumpExpToken( const String& rName );
427 …::rtl::OUString createFontName( const ::rtl::OUString& rName, sal_uInt16 nHeight, bool bBold, …
429 sal_uInt16 dumpPatternIdx( const String& rName = EMPTY_STRING, bool b16Bit = true );
430 sal_uInt16 dumpColorIdx( const String& rName = EMPTY_STRING, bool b16Bit = true );
431 sal_uInt16 dumpFontIdx( const String& rName = EMPTY_STRING, bool b16Bit = true );
432 sal_uInt16 dumpFormatIdx( const String& rName = EMPTY_STRING );
433 sal_uInt16 dumpXfIdx( const String& rName = EMPTY_STRING, bool bBiff2Style = false );
438 void dumpExtColor( const String& rName = EMPTY_STRING );
439 void dumpExtCfColor( const String& rName = EMPTY_STRING );
442 sal_uInt8 dumpFilterColumnOperator( const String& rName );
444 ::rtl::OUString dumpPivotString( const String& rName, sal_uInt16 nStrLen );
445 ::rtl::OUString dumpPivotString( const String& rName );
479 … void dumpObjRecString( const String& rName, sal_uInt16 nTextLen, bool bRepeatLen );
482 void dumpObjRecFmla( const String& rName, sal_uInt16 nFmlaSize );