LibreOffice Module sc (master) 1
Macros | Functions
column2.cxx File Reference
#include <column.hxx>
#include <docsh.hxx>
#include <scitems.hxx>
#include <formulacell.hxx>
#include <document.hxx>
#include <drwlayer.hxx>
#include <attarray.hxx>
#include <patattr.hxx>
#include <cellform.hxx>
#include <editutil.hxx>
#include <subtotal.hxx>
#include <markdata.hxx>
#include <fillinfo.hxx>
#include <segmenttree.hxx>
#include <docparam.hxx>
#include <cellvalue.hxx>
#include <tokenarray.hxx>
#include <formulagroup.hxx>
#include <listenercontext.hxx>
#include <mtvcellfunc.hxx>
#include <progress.hxx>
#include <scmatrix.hxx>
#include <rowheightcontext.hxx>
#include <tokenstringcontext.hxx>
#include <sortparam.hxx>
#include <SparklineGroup.hxx>
#include <SparklineList.hxx>
#include <editeng/eeitem.hxx>
#include <o3tl/safeint.hxx>
#include <o3tl/unit_conversion.hxx>
#include <svx/algitem.hxx>
#include <editeng/editobj.hxx>
#include <editeng/editstat.hxx>
#include <editeng/emphasismarkitem.hxx>
#include <editeng/fhgtitem.hxx>
#include <svx/rotmodit.hxx>
#include <editeng/unolingu.hxx>
#include <editeng/justifyitem.hxx>
#include <svl/numformat.hxx>
#include <svl/zforlist.hxx>
#include <svl/broadcast.hxx>
#include <utility>
#include <vcl/outdev.hxx>
#include <formula/errorcodes.hxx>
#include <formula/vectortoken.hxx>
#include <algorithm>
#include <limits>
#include <memory>
#include <numeric>
Include dependency graph for column2.cxx:

Go to the source code of this file.

Macros

#define SC_ROT_BREAK_FACTOR   6
 

Functions

static bool IsAmbiguousScript (SvtScriptType nScript)
 
static sal_uInt16 lcl_GetAttribHeight (const ScPatternAttr &rPattern, sal_uInt16 nFontHeightId, sal_uInt16 nMinHeight)
 
static void assertNoInterpretNeededHelper (const sc::CellStoreType::value_type &node, size_t nOffset, size_t nDataSize)
 

Macro Definition Documentation

◆ SC_ROT_BREAK_FACTOR

#define SC_ROT_BREAK_FACTOR   6

Definition at line 73 of file column2.cxx.

Function Documentation

◆ assertNoInterpretNeededHelper()

static void assertNoInterpretNeededHelper ( const sc::CellStoreType::value_type &  node,
size_t  nOffset,
size_t  nDataSize 
)
static

◆ IsAmbiguousScript()

static bool IsAmbiguousScript ( SvtScriptType  nScript)
static

Definition at line 75 of file column2.cxx.

Referenced by ScColumn::GetNeededSize().

◆ lcl_GetAttribHeight()

static sal_uInt16 lcl_GetAttribHeight ( const ScPatternAttr rPattern,
sal_uInt16  nFontHeightId,
sal_uInt16  nMinHeight 
)
static