Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dexcrecds.cxx651 XclExpAutofilter::XclExpAutofilter( const XclExpRoot& rRoot, sal_uInt16 nC ) : in XclExpAutofilter() function in XclExpAutofilter
659 sal_Bool XclExpAutofilter::AddCondition( ScQueryConnect eConn, sal_uInt8 nType, sal_uInt8 nOp, in AddCondition()
679 sal_Bool XclExpAutofilter::AddEntry( const ScQueryEntry& rEntry ) in AddEntry()
786 void XclExpAutofilter::WriteBody( XclExpStream& rStrm ) in WriteBody()
795 void XclExpAutofilter::SaveXml( XclExpXmlStream& rStrm ) in SaveXml()
908XclExpAutofilter* pFilter = GetByCol( static_cast<SCCOL>(rEntry.nField) - aRange.aStart.Col() ); in ExcAutoFilterRecs()
945 XclExpAutofilter* ExcAutoFilterRecs::GetByCol( SCCOL nCol ) in GetByCol()
954 xFilter.reset( new XclExpAutofilter( GetRoot(), static_cast<sal_uInt16>(nCol) ) ); in GetByCol()
/trunk/main/sc/source/filter/inc/
H A Dexcrecds.hxx417 class XclExpAutofilter : public XclExpRecord, protected XclExpRoot class
432 XclExpAutofilter( const XclExpRoot& rRoot, sal_uInt16 nC );
459 XclExpAutofilter* GetByCol( SCCOL nCol ); // always 0-based
463 typedef XclExpRecordList< XclExpAutofilter > XclExpAutofilterList;

Completed in 22 milliseconds