Home
last modified time | relevance | path

Searched refs:XclPCItem (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/sc/source/filter/excel/
H A Dxlpivot.cxx47 XclPCItem::XclPCItem() : in XclPCItem() function in XclPCItem
52 XclPCItem::~XclPCItem() in ~XclPCItem()
56 void XclPCItem::SetEmpty() in SetEmpty()
68 void XclPCItem::SetDouble( double fValue ) in SetDouble()
91 void XclPCItem::SetError( sal_uInt16 nError ) in SetError()
109 void XclPCItem::SetBool( bool bValue ) in SetBool()
119 bool XclPCItem::IsEqual( const XclPCItem& rItem ) const in IsEqual()
136 bool XclPCItem::IsEmpty() const in IsEmpty()
141 const String* XclPCItem::GetText() const in GetText()
146 const double* XclPCItem::GetDouble() const in GetDouble()
[all …]
/aoo42x/main/sc/source/filter/inc/
H A Dxlpivot.hxx407 class XclPCItem class
410 explicit XclPCItem();
411 virtual ~XclPCItem();
434 bool IsEqual( const XclPCItem& rItem ) const;
465 inline bool operator==( const XclPCItem& rLeft, const XclPCItem& rRight ) { return rLeft.IsEqual( r… in operator ==()
466 inline bool operator!=( const XclPCItem& rLeft, const XclPCItem& rRight ) { return !(rLeft == rRigh… in operator !=()
H A Dxipivot.hxx37 class XclImpPCItem : public XclPCItem
H A Dxepivot.hxx46 class XclExpPCItem : public XclExpRecord, public XclPCItem

Completed in 40 milliseconds