Home
last modified time | relevance | path

Searched refs:XclExpPCItem (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx106 XclExpPCItem::XclExpPCItem( const String& rText ) : in XclExpPCItem() function in XclExpPCItem
116 XclExpPCItem::XclExpPCItem( double fValue ) : in XclExpPCItem() function in XclExpPCItem
124 XclExpPCItem::XclExpPCItem( const DateTime& rDateTime ) : in XclExpPCItem() function in XclExpPCItem
131 XclExpPCItem::XclExpPCItem( sal_Int16 nValue ) : in XclExpPCItem() function in XclExpPCItem
138 XclExpPCItem::XclExpPCItem( bool bValue ) : in XclExpPCItem() function in XclExpPCItem
147 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 …]
/trunk/main/sc/source/filter/inc/
H A Dxepivot.hxx46 class XclExpPCItem : public XclExpRecord, public XclPCItem class
49 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 23 milliseconds