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()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 …]
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
Completed in 36 milliseconds