LibreOffice Module sc (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
XclImpAutoFilterData Class Reference

#include <excimp8.hxx>

Inheritance diagram for XclImpAutoFilterData:
[legend]
Collaboration diagram for XclImpAutoFilterData:
[legend]

Public Member Functions

 XclImpAutoFilterData (RootData *pRoot, const ScRange &rRange)
 
bool IsActive () const
 
bool IsFiltered () const
 
SCTAB Tab () const
 
SCCOL StartCol () const
 
SCROW StartRow () const
 
SCCOL EndCol () const
 
SCROW EndRow () const
 
void ReadAutoFilter (XclImpStream &rStrm, svl::SharedStringPool &rPool)
 
void Activate ()
 
void SetAdvancedRange (const ScRange *pRange)
 
void SetExtractPos (const ScAddress &rAddr)
 
void SetAutoOrAdvanced ()
 
void Apply ()
 
void EnableRemoveFilter ()
 

Private Member Functions

void SetCellAttribs ()
 
void InsertQueryParam ()
 
- Private Member Functions inherited from ExcRoot
 ExcRoot (RootData *pNexExcRoot)
 
 ExcRoot (const ExcRoot &rCopy)
 

Private Attributes

ScDBDatapCurrDBData
 
ScQueryParam aParam
 
ScRange aCriteriaRange
 
bool bActive:1
 
bool bCriteria:1
 
bool bAutoOrAdvanced:1
 
- Private Attributes inherited from ExcRoot
RootDatapExcRoot
 

Detailed Description

Definition at line 62 of file excimp8.hxx.

Constructor & Destructor Documentation

◆ XclImpAutoFilterData()

XclImpAutoFilterData::XclImpAutoFilterData ( RootData pRoot,
const ScRange rRange 
)

Member Function Documentation

◆ Activate()

void XclImpAutoFilterData::Activate ( )
inline

Definition at line 91 of file excimp8.hxx.

References bActive.

◆ Apply()

void XclImpAutoFilterData::Apply ( )

◆ EnableRemoveFilter()

void XclImpAutoFilterData::EnableRemoveFilter ( )

Definition at line 770 of file excimp8.cxx.

References aParam, ScQueryParamBase::AppendEntry(), bActive, bAutoOrAdvanced, and ScQueryEntry::bDoQuery.

Referenced by Apply().

◆ EndCol()

SCCOL XclImpAutoFilterData::EndCol ( ) const
inline

Definition at line 86 of file excimp8.hxx.

References aParam, and ScQueryParamTable::nCol2.

Referenced by Apply(), and SetCellAttribs().

◆ EndRow()

SCROW XclImpAutoFilterData::EndRow ( ) const
inline

Definition at line 87 of file excimp8.hxx.

References aParam, and ScQueryParamTable::nRow2.

Referenced by Apply(), and XclImpColRowSettings::ConvertHiddenFlags().

◆ InsertQueryParam()

void XclImpAutoFilterData::InsertQueryParam ( )
private

◆ IsActive()

bool XclImpAutoFilterData::IsActive ( ) const
inline

Definition at line 81 of file excimp8.hxx.

References bActive.

Referenced by XclImpColRowSettings::ConvertHiddenFlags().

◆ IsFiltered()

bool XclImpAutoFilterData::IsFiltered ( ) const
inline

Definition at line 82 of file excimp8.hxx.

References bAutoOrAdvanced.

Referenced by XclImpColRowSettings::ConvertHiddenFlags().

◆ ReadAutoFilter()

void XclImpAutoFilterData::ReadAutoFilter ( XclImpStream rStrm,
svl::SharedStringPool rPool 
)

◆ SetAdvancedRange()

void XclImpAutoFilterData::SetAdvancedRange ( const ScRange pRange)

Definition at line 723 of file excimp8.cxx.

References aCriteriaRange, and bCriteria.

◆ SetAutoOrAdvanced()

void XclImpAutoFilterData::SetAutoOrAdvanced ( )
inline

Definition at line 94 of file excimp8.hxx.

References bAutoOrAdvanced.

◆ SetCellAttribs()

void XclImpAutoFilterData::SetCellAttribs ( )
private

◆ SetExtractPos()

void XclImpAutoFilterData::SetExtractPos ( const ScAddress rAddr)

◆ StartCol()

SCCOL XclImpAutoFilterData::StartCol ( ) const
inline

Definition at line 84 of file excimp8.hxx.

References aParam, and ScQueryParamTable::nCol1.

Referenced by Apply(), ReadAutoFilter(), and SetCellAttribs().

◆ StartRow()

SCROW XclImpAutoFilterData::StartRow ( ) const
inline

Definition at line 85 of file excimp8.hxx.

References aParam, and ScQueryParamTable::nRow1.

Referenced by Apply(), XclImpColRowSettings::ConvertHiddenFlags(), and SetCellAttribs().

◆ Tab()

SCTAB XclImpAutoFilterData::Tab ( ) const
inline

Definition at line 83 of file excimp8.hxx.

References aParam, and ScQueryParamTable::nTab.

Referenced by Apply(), and SetCellAttribs().

Member Data Documentation

◆ aCriteriaRange

ScRange XclImpAutoFilterData::aCriteriaRange
private

Definition at line 67 of file excimp8.hxx.

Referenced by Apply(), and SetAdvancedRange().

◆ aParam

ScQueryParam XclImpAutoFilterData::aParam
private

◆ bActive

bool XclImpAutoFilterData::bActive
private

Definition at line 68 of file excimp8.hxx.

Referenced by Activate(), Apply(), EnableRemoveFilter(), and IsActive().

◆ bAutoOrAdvanced

bool XclImpAutoFilterData::bAutoOrAdvanced
private

Definition at line 70 of file excimp8.hxx.

Referenced by EnableRemoveFilter(), IsFiltered(), and SetAutoOrAdvanced().

◆ bCriteria

bool XclImpAutoFilterData::bCriteria
private

Definition at line 69 of file excimp8.hxx.

Referenced by Apply(), and SetAdvancedRange().

◆ pCurrDBData

ScDBData* XclImpAutoFilterData::pCurrDBData
private

Definition at line 65 of file excimp8.hxx.

Referenced by Apply(), and InsertQueryParam().


The documentation for this class was generated from the following files: