COOPY » Guide  version 0.6.5
Defines | Functions
/home/paulfitz/cvs/coopy_scm/coopy/src/libcoopy_core/SheetPatcher.cpp File Reference
#include <coopy/SheetPatcher.h>
#include <coopy/NameSniffer.h>
#include <map>
#include <algorithm>
#include <stdio.h>
#include <coopy/Stringer.h>

Go to the source code of this file.

Defines

#define WANT_MAP2STRING
#define WANT_VECTOR2STRING
#define FULL_COLOR   (65535)
#define HALF_COLOR   (65535/2)
#define FULL_DEBUG

Functions

static bool null_like (const SheetCell &a)
static bool is_match (const SheetCell &a, const SheetCell &b)
static string colorEncode (const SheetCell &c)
static string clean (const string &s)

Define Documentation

#define FULL_COLOR   (65535)
#define FULL_DEBUG

Definition at line 20 of file SheetPatcher.cpp.

#define HALF_COLOR   (65535/2)
#define WANT_MAP2STRING

Definition at line 9 of file SheetPatcher.cpp.

#define WANT_VECTOR2STRING

Definition at line 10 of file SheetPatcher.cpp.


Function Documentation

static string clean ( const string &  s) [static]

Definition at line 1131 of file SheetPatcher.cpp.

Referenced by coopy::cmp::SheetPatcher::updateSheet().

static string colorEncode ( const SheetCell c) [static]
static bool is_match ( const SheetCell a,
const SheetCell b 
) [static]

Definition at line 26 of file SheetPatcher.cpp.

static bool null_like ( const SheetCell a) [static]
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines