LibreOffice Module sc (master) 1
|
#include <config_features.h>
#include <excimp8.hxx>
#include <scitems.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/sequence.hxx>
#include <unotools/fltrcfg.hxx>
#include <sfx2/docfile.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/docinf.hxx>
#include <sot/storage.hxx>
#include <svl/sharedstringpool.hxx>
#include <rtl/math.hxx>
#include <rtl/ustring.hxx>
#include <unotools/localedatawrapper.hxx>
#include <document.hxx>
#include <attrib.hxx>
#include <dbdata.hxx>
#include <globalnames.hxx>
#include <docoptio.hxx>
#include <xihelper.hxx>
#include <xicontent.hxx>
#include <xilink.hxx>
#include <xiescher.hxx>
#include <xistyle.hxx>
#include <excdefs.hxx>
#include <excform.hxx>
#include <queryentry.hxx>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/container/XIndexContainer.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <cppuhelper/implbase.hxx>
#include "xltoolbar.hxx"
#include <oox/ole/vbaproject.hxx>
#include <oox/ole/olestorage.hxx>
Go to the source code of this file.
Functions | |
static void | ExcelQueryToOooQuery (OUString &aStr, ScQueryEntry &rEntry) |
|
static |
Definition at line 524 of file excimp8.cxx.
References aStr, ScQueryEntry::eOp, SC_BEGINS_WITH, SC_CONTAINS, SC_DOES_NOT_BEGIN_WITH, SC_DOES_NOT_CONTAIN, SC_DOES_NOT_END_WITH, SC_ENDS_WITH, SC_EQUAL, and SC_NOT_EQUAL.
Referenced by XclImpAutoFilterData::ReadAutoFilter().