Home
last modified time | relevance | path

Searched refs:SC_COND_NOBLANKS (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/inc/
H A Dconditio.hxx42 #define SC_COND_NOBLANKS 1 macro
127 sal_Bool IsIgnoreBlank() const { return ( nOptions & SC_COND_NOBLANKS ) == 0; } in IsIgnoreBlank()
/trunk/main/sc/source/core/data/
H A Dconditio.cxx407 nOptions &= ~SC_COND_NOBLANKS; in SetIgnoreBlank()
409 nOptions |= SC_COND_NOBLANKS; in SetIgnoreBlank()

Completed in 24 milliseconds