Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx207 XclExpPCField::XclExpPCField( in XclExpPCField() function in XclExpPCField
243 XclExpPCField::XclExpPCField( in XclExpPCField() function in XclExpPCField
245 …const ScDPObject& rDPObj, const ScDPSaveGroupDimension& rGroupDim, const XclExpPCField& rBaseField… in XclExpPCField()
269 XclExpPCField::~XclExpPCField() in ~XclExpPCField()
273 void XclExpPCField::SetGroupChildField( const XclExpPCField& rChildField ) in SetGroupChildField()
281 sal_uInt16 XclExpPCField::GetItemCount() const in GetItemCount()
286 const XclExpPCItem* XclExpPCField::GetItem( sal_uInt16 nItemIdx ) const in GetItem()
291 sal_uInt16 XclExpPCField::GetItemIndex( const String& rItemName ) const in GetItemIndex()
300 sal_Size XclExpPCField::GetIndexSize() const in GetIndexSize()
305 void XclExpPCField::WriteIndex( XclExpStream& rStrm, sal_uInt32 nSrcRow ) const in WriteIndex()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxepivot.hxx73 class XclExpPCField : public XclExpRecord, public XclPCField, protected XclExpRoot class
77 explicit XclExpPCField( const XclExpRoot& rRoot,
81 explicit XclExpPCField( const XclExpRoot& rRoot,
84 const XclExpPCField& rBaseField );
85 virtual ~XclExpPCField();
88 void SetGroupChildField( const XclExpPCField& rChildField );
121 …void InitStdGroupField( const XclExpPCField& rBaseField, const ScDPSaveGroupDimensi…
193 const XclExpPCField* GetField( sal_uInt16 nFieldIdx ) const;
208 XclExpPCField* GetFieldAcc( sal_uInt16 nFieldIdx );
210 XclExpPCField* GetFieldAcc( const String& rFieldName );
[all …]