LibreOffice Module sc (master) 1
|
#include <excrecds.hxx>
#include <map>
#include <filter/msfilter/countryid.hxx>
#include <svl/numformat.hxx>
#include <sal/log.hxx>
#include <sax/fastattribs.hxx>
#include <string.h>
#include <global.hxx>
#include <document.hxx>
#include <dbdata.hxx>
#include <oox/export/utils.hxx>
#include <oox/token/tokens.hxx>
#include <queryentry.hxx>
#include <queryparam.hxx>
#include <sortparam.hxx>
#include <userlist.hxx>
#include <root.hxx>
#include <xeescher.hxx>
#include <xelink.hxx>
#include <xename.hxx>
#include <xlname.hxx>
#include <xestyle.hxx>
#include <xcl97rec.hxx>
#include <tabprotection.hxx>
#include <scitems.hxx>
#include <attrib.hxx>
Go to the source code of this file.
Functions | |
static const char * | lcl_GetOperator (sal_uInt8 nOper) |
static OString | lcl_GetValue (sal_uInt8 nType, const XclExpString *pStr) |
|
static |
Definition at line 565 of file excrecds.cxx.
References EXC_AFOPER_EQUAL, EXC_AFOPER_GREATER, EXC_AFOPER_GREATEREQUAL, EXC_AFOPER_LESS, EXC_AFOPER_LESSEQUAL, EXC_AFOPER_NONE, and EXC_AFOPER_NOTEQUAL.
Referenced by ExcFilterCondition::SaveXml().
|
static |
Definition at line 580 of file excrecds.cxx.
References EXC_AFTYPE_STRING, nType, and XclXmlUtils::ToOString().
Referenced by ExcFilterCondition::SaveXml().