LibreOffice Module sc (master) 1
Functions
table2.cxx File Reference
#include <algorithm>
#include <memory>
#include <table.hxx>
#include <patattr.hxx>
#include <docpool.hxx>
#include <formulacell.hxx>
#include <document.hxx>
#include <drwlayer.hxx>
#include <olinetab.hxx>
#include <stlpool.hxx>
#include <attarray.hxx>
#include <markdata.hxx>
#include <dociter.hxx>
#include <conditio.hxx>
#include <chartlis.hxx>
#include <fillinfo.hxx>
#include <bcaslot.hxx>
#include <postit.hxx>
#include <sheetevents.hxx>
#include <segmenttree.hxx>
#include <dbdata.hxx>
#include <tokenarray.hxx>
#include <clipcontext.hxx>
#include <types.hxx>
#include <editutil.hxx>
#include <mtvcellfunc.hxx>
#include <refupdatecontext.hxx>
#include <scopetools.hxx>
#include <tabprotection.hxx>
#include <columnspanset.hxx>
#include <rowheightcontext.hxx>
#include <listenercontext.hxx>
#include <compressedarray.hxx>
#include <refdata.hxx>
#include <docsh.hxx>
#include <scitems.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/editobj.hxx>
#include <o3tl/safeint.hxx>
#include <o3tl/unit_conversion.hxx>
#include <osl/diagnose.h>
#include <sal/log.hxx>
#include <svl/poolcach.hxx>
#include <unotools/charclass.hxx>
#include <math.h>
Include dependency graph for table2.cxx:

Go to the source code of this file.

Functions

static void lcl_SetTransposedPatternInRows (ScTable *pTransClip, SCROW nAttrRow1, SCROW nAttrRow2, SCCOL nCol1, SCROW nRow1, SCROW nCombinedStartRow, SCCOL nCol, const ScPatternAttr &rPatternAttr, bool bIncludeFiltered, const std::vector< SCROW > &rFilteredRows, SCROW nRowDestOffset)
 
template<typename T >
static short DiffSign (T a, T b)
 

Function Documentation

◆ DiffSign()

template<typename T >
static short DiffSign ( a,
b 
)
static

Definition at line 4028 of file table2.cxx.

References a.

Referenced by ScTable::DoAutoOutline().

◆ lcl_SetTransposedPatternInRows()

static void lcl_SetTransposedPatternInRows ( ScTable pTransClip,
SCROW  nAttrRow1,
SCROW  nAttrRow2,
SCCOL  nCol1,
SCROW  nRow1,
SCROW  nCombinedStartRow,
SCCOL  nCol,
const ScPatternAttr rPatternAttr,
bool  bIncludeFiltered,
const std::vector< SCROW > &  rFilteredRows,
SCROW  nRowDestOffset 
)
static

Definition at line 1020 of file table2.cxx.

References ScTable::SetPattern().

Referenced by ScTable::TransposeColPatterns().