Searched refs:SC_COND_NOBLANKS (Results 1 – 2 of 2) sorted by relevance
42 #define SC_COND_NOBLANKS 1 macro127 sal_Bool IsIgnoreBlank() const { return ( nOptions & SC_COND_NOBLANKS ) == 0; } in IsIgnoreBlank()
407 nOptions &= ~SC_COND_NOBLANKS; in SetIgnoreBlank()409 nOptions |= SC_COND_NOBLANKS; in SetIgnoreBlank()
Completed in 10 milliseconds