Searched refs:XclExpPCItem (Results 1 – 2 of 2) sorted by relevance
106 XclExpPCItem::XclExpPCItem( const String& rText ) : in XclExpPCItem() function in XclExpPCItem116 XclExpPCItem::XclExpPCItem( double fValue ) : in XclExpPCItem() function in XclExpPCItem124 XclExpPCItem::XclExpPCItem( const DateTime& rDateTime ) : in XclExpPCItem() function in XclExpPCItem131 XclExpPCItem::XclExpPCItem( sal_Int16 nValue ) : in XclExpPCItem() function in XclExpPCItem138 XclExpPCItem::XclExpPCItem( bool bValue ) : in XclExpPCItem() function in XclExpPCItem147 bool XclExpPCItem::EqualsText( const String& rText ) const in EqualsText()152 bool XclExpPCItem::EqualsDouble( double fValue ) const in EqualsDouble()162 bool XclExpPCItem::EqualsBool( bool bValue ) const in EqualsBool()169 void XclExpPCItem::WriteBody( XclExpStream& rStrm ) in WriteBody()499 InsertOrigItem( new XclExpPCItem( fValue ) ); in InsertOrigDoubleItem()[all …]
46 class XclExpPCItem : public XclExpRecord, public XclPCItem class49 explicit XclExpPCItem( const String& rText );50 explicit XclExpPCItem( double fValue );51 explicit XclExpPCItem( const DateTime& rDateTime );52 explicit XclExpPCItem( sal_Int16 nValue );53 explicit XclExpPCItem( bool bValue );98 const XclExpPCItem* GetItem( sal_uInt16 nItemIdx ) const;111 typedef XclExpRecordList< XclExpPCItem > XclExpPCItemList;130 void InsertOrigItem( XclExpPCItem* pNewItem );142 sal_uInt16 InsertGroupItem( XclExpPCItem* pNewItem );[all …]
Completed in 27 milliseconds