LibreOffice Module sc (master) 1
Functions
xmlcondformat.cxx File Reference
#include <memory>
#include "xmlcondformat.hxx"
#include "xmlimprt.hxx"
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmlictxt.hxx>
#include <xmloff/xmltoken.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>
Include dependency graph for xmlcondformat.cxx:

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)
 

Function Documentation

◆ HasOneSingleFullyRelativeReference()

static bool HasOneSingleFullyRelativeReference ( const ScTokenArray pTokens,
ScSingleRefData rOffset 
)
static

◆ HasRelRefIgnoringSheet0Relative()

static bool HasRelRefIgnoringSheet0Relative ( ScDocument pDoc,
const ScTokenArray pTokens,
sal_uInt16  nRecursion = 0 
)
static

◆ IMPL_LINK()

IMPL_LINK ( ScXMLConditionalFormatsContext  ,
FormatDeletedHdl  ,
ScConditionalFormat ,
pFormat  ,
void   
)

Definition at line 55 of file xmlcondformat.cxx.