Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx245 …st ScDPObject& rDPObj, const ScDPSaveGroupDimension& rGroupDim, const XclExpPCField& rBaseField ) : in XclExpPCField() argument
253 DBG_ASSERT( rBaseField.GetFieldName() == rGroupDim.GetSourceDimName(), in XclExpPCField()
256 maFieldInfo.mnGroupBase = rBaseField.GetFieldIndex(); in XclExpPCField()
263 InitStdGroupField( rBaseField, rGroupDim ); in XclExpPCField()
381 void XclExpPCField::InitStdGroupField( const XclExpPCField& rBaseField, const ScDPSaveGroupDimensio… in InitStdGroupField() argument
385 maFieldInfo.mnBaseItems = rBaseField.GetItemCount(); in InitStdGroupField()
401 sal_uInt16 nBaseItemIdx = rBaseField.GetItemIndex( *pElemName ); in InitStdGroupField()
419 if( const XclExpPCItem* pBaseItem = rBaseField.GetItem( nBaseItemIdx ) ) in InitStdGroupField()
/trunk/main/sc/source/filter/inc/
H A Dxepivot.hxx84 const XclExpPCField& rBaseField );
121 …void InitStdGroupField( const XclExpPCField& rBaseField, const ScDPSaveGroupDimensi…

Completed in 26 milliseconds