COOPY » Guide  version 0.6.5
Defines | Functions
/home/paulfitz/cvs/coopy_scm/coopy/src/libcoopy_core/MergeOutputNovel.cpp File Reference
#include <coopy/MergeOutputNovel.h>
#include <coopy/Stringer.h>
#include <ctype.h>

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 Documentation

#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().


Function Documentation

static bool looseCompare ( const SheetCell a,
const SheetCell b 
) [static]
static bool looseCompareUrl ( const SheetCell url,
const SheetCell b 
) [static]
static std::string trim ( const std::string &  s1) [static]

Definition at line 14 of file MergeOutputNovel.cpp.

References replace().

Referenced by looseCompare(), and looseCompareUrl().

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines