#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>
Go to the source code of this file.
|
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) |
|
◆ DiffSign()
template<typename T >
static short DiffSign |
( |
T |
a, |
|
|
T |
b |
|
) |
| |
|
static |
◆ 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 |