|
COOPY » Guide
version 0.6.5
|
#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 FULL_COLOR (65535) |
Definition at line 17 of file SheetPatcher.cpp.
Referenced by coopy::cmp::SheetPatcher::changeColumn(), coopy::cmp::SheetPatcher::changeRow(), and coopy::cmp::SheetPatcher::markChanges().
| #define FULL_DEBUG |
Definition at line 20 of file SheetPatcher.cpp.
| #define HALF_COLOR (65535/2) |
Definition at line 18 of file SheetPatcher.cpp.
Referenced by coopy::cmp::SheetPatcher::changeColumn(), coopy::cmp::SheetPatcher::changeRow(), and coopy::cmp::SheetPatcher::markChanges().
| #define WANT_MAP2STRING |
Definition at line 9 of file SheetPatcher.cpp.
| #define WANT_VECTOR2STRING |
Definition at line 10 of file SheetPatcher.cpp.
| 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] |
Definition at line 423 of file SheetPatcher.cpp.
References coopy::store::SheetCell::escaped, and coopy::store::SheetCell::text.
Referenced by coopy::cmp::SheetPatcher::markChanges().
Definition at line 26 of file SheetPatcher.cpp.
| static bool null_like | ( | const SheetCell & | a | ) | [static] |
Definition at line 22 of file SheetPatcher.cpp.
References coopy::store::SheetCell::escaped, and coopy::store::SheetCell::text.
1.7.4