Home
last modified time | relevance | path

Searched refs:PivotCacheFieldContext (Results 1 – 2 of 2) sorted by relevance

/trunk/main/oox/source/xls/
H A Dpivotcachefragment.cxx43 PivotCacheFieldContext::PivotCacheFieldContext( WorkbookFragmentBase& rFragment, PivotCacheField& r… in PivotCacheFieldContext() function in oox::xls::PivotCacheFieldContext
49 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()
/trunk/main/oox/inc/oox/xls/
H A Dpivotcachefragment.hxx37 class PivotCacheFieldContext : public WorkbookContextBase class
40 explicit PivotCacheFieldContext(

Completed in 20 milliseconds