LibreOffice Module sc (master) 1
|
#include <scitems.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/lineitem.hxx>
#include <editeng/shaditem.hxx>
#include <editeng/brushitem.hxx>
#include <svx/framelink.hxx>
#include <osl/diagnose.h>
#include <fillinfo.hxx>
#include <document.hxx>
#include <table.hxx>
#include <attrib.hxx>
#include <attarray.hxx>
#include <markarr.hxx>
#include <markdata.hxx>
#include <patattr.hxx>
#include <poolhelp.hxx>
#include <docpool.hxx>
#include <conditio.hxx>
#include <stlpool.hxx>
#include <cellvalue.hxx>
#include <mtvcellfunc.hxx>
#include <algorithm>
#include <limits>
#include <vector>
#include <memory>
Go to the source code of this file.
Functions | |
static void | lcl_GetMergeRange (SCCOL nX, SCROW nY, SCSIZE nArrY, const ScDocument *pDoc, RowInfo *pRowInfo, SCCOL nX1, SCROW nY1, SCTAB nTab, SCCOL &rStartX, SCROW &rStartY, SCCOL &rEndX, SCROW &rEndY) |
|
static |
Definition at line 51 of file fillinfo.cxx.
References ATTR_MERGE(), ATTR_MERGE_FLAG(), ScCellInfo::bHOverlapped, ScCellInfo::bVOverlapped, RowInfo::cellInfo(), ScDocument::ColHidden(), ScDocument::GetAttr(), ScMergeAttr::GetColMerge(), GetItem(), ScMergeAttr::GetRowMerge(), Hor, RowInfo::nRowNo, ScCellInfo::pPatternAttr, ScDocument::RowHidden(), and Ver.
Referenced by ScDocument::FillInfo().