Searched refs:XclPCItem (Results 1 – 4 of 4) sorted by relevance
47 XclPCItem::XclPCItem() : in XclPCItem() function in XclPCItem52 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 …]
407 class XclPCItem class410 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 !=()
37 class XclImpPCItem : public XclPCItem
46 class XclExpPCItem : public XclExpRecord, public XclPCItem