Lines Matching refs:rHelper
255 void PivotCacheItem::readString( BiffInputStream& rStrm, const WorkbookHelper& rHelper ) in readString() argument
257 …maValue <<= (rHelper.getBiff() == BIFF8) ? rStrm.readUniString() : rStrm.readByteStringUC( true, r… in readString()
317 PivotCacheItemList::PivotCacheItemList( const WorkbookHelper& rHelper ) : in PivotCacheItemList() argument
318 WorkbookHelper( rHelper ) in PivotCacheItemList()
481 PivotCacheField::PivotCacheField( const WorkbookHelper& rHelper, bool bIsDatabaseField ) : in PivotCacheField() argument
482 WorkbookHelper( rHelper ), in PivotCacheField()
483 maSharedItems( rHelper ), in PivotCacheField()
484 maGroupItems( rHelper ) in PivotCacheField()
1043 PivotCache::PivotCache( const WorkbookHelper& rHelper ) : in PivotCache() argument
1044 WorkbookHelper( rHelper ), in PivotCache()
1451 PivotCacheBuffer::PivotCacheBuffer( const WorkbookHelper& rHelper ) : in PivotCacheBuffer() argument
1452 WorkbookHelper( rHelper ) in PivotCacheBuffer()