Searched refs:XclExpPCField (Results 1 – 2 of 2) sorted by relevance
207 XclExpPCField::XclExpPCField( in XclExpPCField() function in XclExpPCField243 XclExpPCField::XclExpPCField( in XclExpPCField() function in XclExpPCField245 …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 …]
73 class XclExpPCField : public XclExpRecord, public XclPCField, protected XclExpRoot class77 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 …]