kspread

AutoFillCommand.cpp File Reference

#include "AutoFillCommand.h"
#include "part/Factory.h"
#include "Localization.h"
#include "Map.h"
#include "Sheet.h"
#include "Value.h"
#include "ValueConverter.h"
#include <kconfig.h>
#include <kconfiggroup.h>
#include <kdebug.h>
#include <QList>
#include <QRegExp>
#include <math.h>
Include dependency graph for AutoFillCommand.cpp:

Go to the source code of this file.

Namespaces

namespace  KSpread

Functions

static void fillSequence (const QList< Cell > &_srcList, const QList< Cell > &_destList, const AutoFillSequence &_seqList, const QList< Value > &deltaSequence, bool down)
static QList< ValuefindInterval (const AutoFillSequence &_seqList)

Function Documentation

static void fillSequence ( const QList< Cell > &  _srcList,
const QList< Cell > &  _destList,
const AutoFillSequence &  _seqList,
const QList< Value > &  deltaSequence,
bool  down 
) [static]

Definition at line 646 of file AutoFillCommand.cpp.

static QList<Value> findInterval ( const AutoFillSequence &  _seqList  )  [static]

Definition at line 560 of file AutoFillCommand.cpp.