Searched refs:XclExpAutofilter (Results 1 – 2 of 2) sorted by relevance
651 XclExpAutofilter::XclExpAutofilter( const XclExpRoot& rRoot, sal_uInt16 nC ) : in XclExpAutofilter() function in XclExpAutofilter659 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()908 … XclExpAutofilter* 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()
417 class XclExpAutofilter : public XclExpRecord, protected XclExpRoot class432 XclExpAutofilter( const XclExpRoot& rRoot, sal_uInt16 nC );459 XclExpAutofilter* GetByCol( SCCOL nCol ); // always 0-based463 typedef XclExpRecordList< XclExpAutofilter > XclExpAutofilterList;
Completed in 51 milliseconds