COOPY » Guide
version 0.6.5
|
Go to the source code of this file.
Defines | |
#define | FULL_COLOR (65535) |
#define | HALF_COLOR (65535/2) |
Functions | |
static std::string | trim (const std::string &s1) |
static bool | looseCompareUrl (const SheetCell &url, const SheetCell &b) |
static bool | looseCompare (const SheetCell &a, const SheetCell &b) |
#define FULL_COLOR (65535) |
Definition at line 10 of file MergeOutputNovel.cpp.
Referenced by coopy::cmp::MergeOutputNovel::declareLink().
#define HALF_COLOR (65535/2) |
Definition at line 11 of file MergeOutputNovel.cpp.
Referenced by coopy::cmp::MergeOutputNovel::declareLink().
Definition at line 57 of file MergeOutputNovel.cpp.
References coopy::store::SheetCell::escaped, looseCompareUrl(), coopy::store::SheetCell::text, and trim().
Referenced by coopy::cmp::MergeOutputNovel::declareLink().
Definition at line 45 of file MergeOutputNovel.cpp.
References coopy::store::Poly< T >::isValid(), coopy::store::SheetCell::meta, coopy::store::SheetCell::text, and trim().
Referenced by looseCompare().
static std::string trim | ( | const std::string & | s1 | ) | [static] |
Definition at line 14 of file MergeOutputNovel.cpp.
References replace().
Referenced by looseCompare(), and looseCompareUrl().