Searched refs:PivotCacheFieldContext (Results 1 – 2 of 2) sorted by relevance
43 PivotCacheFieldContext::PivotCacheFieldContext( WorkbookFragmentBase& rFragment, PivotCacheField& r… in PivotCacheFieldContext() function in oox::xls::PivotCacheFieldContext49 ContextHandlerRef PivotCacheFieldContext::onCreateContext( sal_Int32 nElement, const AttributeList&… in onCreateContext()74 void PivotCacheFieldContext::onStartElement( const AttributeList& rAttribs ) in onStartElement()80 ContextHandlerRef PivotCacheFieldContext::onCreateRecordContext( sal_Int32 nRecId, SequenceInputStr… in onCreateRecordContext()108 void PivotCacheFieldContext::onStartRecord( SequenceInputStream& rStrm ) in onStartRecord()144 …if( nElement == XLS_TOKEN( cacheField ) ) return new PivotCacheFieldContext( *this, mrPivotCache.c… in onCreateContext()171 …if( nRecId == BIFF12_ID_PCDFIELD ) return new PivotCacheFieldContext( *this, mrPivotCache.createCa… in onCreateRecordContext()
37 class PivotCacheFieldContext : public WorkbookContextBase class40 explicit PivotCacheFieldContext(
Completed in 10 milliseconds