LibreOffice Module sc (master)
1
|
#include <memory>
#include "xmlcondformat.hxx"
#include "xmlimprt.hxx"
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmlictxt.hxx>
#include <sal/log.hxx>
#include <compiler.hxx>
#include <colorscale.hxx>
#include <conditio.hxx>
#include <document.hxx>
#include <sax/tools/converter.hxx>
#include <rangelst.hxx>
#include <rangeutl.hxx>
#include "XMLConverter.hxx"
#include <stylehelper.hxx>
#include <tokenarray.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK (ScXMLConditionalFormatsContext, FormatDeletedHdl, ScConditionalFormat *, pFormat, void) | |
static bool | HasRelRefIgnoringSheet0Relative (ScDocument *pDoc, const ScTokenArray *pTokens, sal_uInt16 nRecursion=0) |
static bool | HasOneSingleFullyRelativeReference (const ScTokenArray *pTokens, ScSingleRefData &rOffset) |
|
static |
Definition at line 200 of file xmlcondformat.cxx.
References formula::FormulaToken::GetSingleRef(), formula::FormulaToken::GetType(), ScSingleRefData::IsColRel(), ScSingleRefData::IsFlag3D(), ScSingleRefData::IsRowRel(), ScSingleRefData::IsTabRel(), nCount, formula::FormulaTokenArrayPlainIterator::Next(), formula::svSingleRef, and t.
Referenced by ScXMLConditionalFormatContext::endFastElement().
|
static |
Definition at line 141 of file xmlcondformat.cxx.
References ScDocument::FindRangeNameBySheetAndIndex(), formula::FormulaToken::GetDoubleRef(), formula::FormulaToken::GetIndex(), formula::FormulaToken::GetOpCode(), formula::FormulaToken::GetSheet(), formula::FormulaToken::GetSingleRef(), formula::FormulaToken::GetType(), ScSingleRefData::IsColRel(), ScSingleRefData::IsFlag3D(), ScSingleRefData::IsRowRel(), ScSingleRefData::IsTabRel(), formula::FormulaTokenArrayPlainIterator::Next(), ocCell, ocColumn, ocName, ocRow, ocSheet, ScComplexRefData::Ref2, formula::svByte, formula::svDoubleRef, formula::svIndex, formula::svSingleRef, and t.
Referenced by ScXMLConditionalFormatContext::endFastElement().
IMPL_LINK | ( | ScXMLConditionalFormatsContext | , |
FormatDeletedHdl | , | ||
ScConditionalFormat * | , | ||
pFormat | , | ||
void | |||
) |
Definition at line 54 of file xmlcondformat.cxx.