LibreOffice Module sc (master) 1
Classes | Namespaces
formulaparser.cxx File Reference
#include <formulaparser.hxx>
#include <com/sun/star/sheet/ComplexReference.hpp>
#include <com/sun/star/sheet/ExternalReference.hpp>
#include <com/sun/star/sheet/ReferenceFlags.hpp>
#include <com/sun/star/sheet/SingleReference.hpp>
#include <com/sun/star/table/CellAddress.hpp>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <oox/core/filterbase.hxx>
#include <oox/token/properties.hxx>
#include <oox/helper/binaryinputstream.hxx>
#include <addressconverter.hxx>
#include <biffhelper.hxx>
#include <defnamesbuffer.hxx>
#include <externallinkbuffer.hxx>
#include <tablebuffer.hxx>
#include <o3tl/string_view.hxx>
Include dependency graph for formulaparser.cxx:

Go to the source code of this file.

Classes

class  oox::xls::FormulaParserImpl
 

Namespaces

namespace  oox
 
namespace  oox::xls
 

Variable Documentation

◆ maApiParser

ApiParserWrapper maApiParser
private

Definition at line 1219 of file formulaparser.cxx.

◆ mbNeedExtRefs

bool mbNeedExtRefs
private

Current stream position for additional data (tExp, tArray, tMemArea).

Definition at line 1221 of file formulaparser.cxx.

◆ mnAddDataPos

sal_Int64 mnAddDataPos
private

Wrapper for the API formula parser object.

Definition at line 1220 of file formulaparser.cxx.