Home
last modified time | relevance | path

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

/trunk/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()
62 void XclPCItem::SetText( const String& rText ) in SetText()
68 void XclPCItem::SetDouble( double fValue ) in SetDouble()
76 void XclPCItem::SetDateTime( const DateTime& rDateTime ) in SetDateTime()
84 void XclPCItem::SetInteger( sal_Int16 nValue ) in SetInteger()
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()
[all …]
/trunk/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