LibreOffice Module sc (master) 1
|
#include <xmlfilti.hxx>
Public Member Functions | |
ScXMLDPFilterContext (ScXMLImport &rImport, const rtl::Reference< sax_fastparser::FastAttributeList > &rAttrList, ScXMLDataPilotTableContext *pTempDataPilotTableContext) | |
virtual | ~ScXMLDPFilterContext () override |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList > &xAttrList) override |
virtual void SAL_CALL | endFastElement (sal_Int32 nElement) override |
void | SetIsCaseSensitive (const bool bTemp) |
void | SetSearchType (const utl::SearchParam::SearchType eTemp) |
void | OpenConnection (const bool bVal) |
void | CloseConnection () |
bool | GetConnection () |
void | AddFilterField (const ScQueryEntry &aFilterField) |
Public Member Functions inherited from ScXMLImportContext | |
ScXMLImportContext (SvXMLImport &rImport) | |
Public Member Functions inherited from SvXMLImportContext | |
SvXMLImportContext (SvXMLImport &rImport) | |
virtual | ~SvXMLImportContext () |
virtual void SAL_CALL | startFastElement (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | startUnknownElement (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | endFastElement (sal_Int32 Element) override |
virtual void SAL_CALL | endUnknownElement (const OUString &Namespace, const OUString &Name) override |
virtual css::uno::Reference< XFastContextHandler > SAL_CALL | createFastChildContext (sal_Int32 Element, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL | createUnknownChildContext (const OUString &Namespace, const OUString &Name, const css::uno::Reference< css::xml::sax::XFastAttributeList > &Attribs) override |
virtual void SAL_CALL | characters (const OUString &aChars) override |
virtual css::uno::Any SAL_CALL | queryInterface (const css::uno::Type &aType) final override |
virtual void SAL_CALL | acquire () noexcept final override |
virtual void SAL_CALL | release () noexcept final override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () final override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () final override |
Private Attributes | |
ScXMLDataPilotTableContext * | pDataPilotTable |
ScQueryParam | aFilterFields |
utl::SearchParam::SearchType | eSearchType |
sal_uInt8 | nFilterFieldCount |
bool | bSkipDuplicates:1 |
bool | bIsCaseSensitive:1 |
bool | bConnectionOr:1 |
bool | bNextConnectionOr:1 |
::std::stack< bool > | aConnectionOrStack |
Additional Inherited Members | |
Protected Member Functions inherited from ScXMLImportContext | |
ScXMLImport & | GetScImport () |
const ScXMLImport & | GetScImport () const |
Protected Member Functions inherited from SvXMLImportContext | |
SvXMLImport & | GetImport () |
const SvXMLImport & | GetImport () const |
Definition at line 151 of file xmlfilti.hxx.
ScXMLDPFilterContext::ScXMLDPFilterContext | ( | ScXMLImport & | rImport, |
const rtl::Reference< sax_fastparser::FastAttributeList > & | rAttrList, | ||
ScXMLDataPilotTableContext * | pTempDataPilotTableContext | ||
) |
Definition at line 484 of file xmlfilti.cxx.
References bSkipDuplicates, IsXMLToken(), Normal, TABLE, XML_CONDITION_SOURCE, XML_CONDITION_SOURCE_RANGE_ADDRESS, XML_DISPLAY_DUPLICATES, XML_ELEMENT, XML_TARGET_RANGE_ADDRESS, and XML_TRUE.
|
overridevirtual |
Definition at line 527 of file xmlfilti.cxx.
void ScXMLDPFilterContext::AddFilterField | ( | const ScQueryEntry & | aFilterField | ) |
Definition at line 569 of file xmlfilti.cxx.
References aFilterFields, ScQueryEntry::bDoQuery, ScQueryParamBase::GetEntry(), nFilterFieldCount, and ScQueryParamBase::Resize().
Referenced by ScXMLDPConditionContext::endFastElement().
|
inline |
Definition at line 192 of file xmlfilti.hxx.
References aConnectionOrStack, bConnectionOr, and bNextConnectionOr.
Referenced by ScXMLDPAndContext::endFastElement(), and ScXMLDPOrContext::endFastElement().
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 531 of file xmlfilti.cxx.
References sax_fastparser::castToFastAttributeList(), ScXMLImportContext::GetScImport(), TABLE, XML_ELEMENT, XML_FILTER_AND, XML_FILTER_CONDITION, and XML_FILTER_OR.
|
overridevirtual |
Reimplemented from SvXMLImportContext.
Definition at line 560 of file xmlfilti.cxx.
References aFilterFields, ScQueryParamBase::bCaseSens, ScQueryParamBase::bDuplicate, bIsCaseSensitive, bSkipDuplicates, ScQueryParamBase::eSearchType, eSearchType, pDataPilotTable, and ScXMLDataPilotTableContext::SetSourceQueryParam().
|
inline |
Definition at line 206 of file xmlfilti.hxx.
References bConnectionOr, and bNextConnectionOr.
Referenced by ScXMLDPConditionContext::endFastElement().
|
inline |
Definition at line 184 of file xmlfilti.hxx.
References aConnectionOrStack, bConnectionOr, and bNextConnectionOr.
Referenced by ScXMLDPAndContext::ScXMLDPAndContext(), and ScXMLDPOrContext::ScXMLDPOrContext().
|
inline |
Definition at line 177 of file xmlfilti.hxx.
References bIsCaseSensitive.
Referenced by ScXMLDPConditionContext::endFastElement().
|
inline |
Definition at line 178 of file xmlfilti.hxx.
References eSearchType, and utl::SearchParam::Normal.
Referenced by ScXMLDPConditionContext::endFastElement().
|
private |
Definition at line 162 of file xmlfilti.hxx.
Referenced by CloseConnection(), and OpenConnection().
|
private |
Definition at line 155 of file xmlfilti.hxx.
Referenced by AddFilterField(), and endFastElement().
|
private |
Definition at line 160 of file xmlfilti.hxx.
Referenced by CloseConnection(), GetConnection(), and OpenConnection().
|
private |
Definition at line 159 of file xmlfilti.hxx.
Referenced by endFastElement(), and SetIsCaseSensitive().
|
private |
Definition at line 161 of file xmlfilti.hxx.
Referenced by CloseConnection(), GetConnection(), and OpenConnection().
|
private |
Definition at line 158 of file xmlfilti.hxx.
Referenced by endFastElement(), and ScXMLDPFilterContext().
|
private |
Definition at line 156 of file xmlfilti.hxx.
Referenced by endFastElement(), and SetSearchType().
|
private |
Definition at line 157 of file xmlfilti.hxx.
Referenced by AddFilterField().
|
private |
Definition at line 153 of file xmlfilti.hxx.
Referenced by endFastElement().