Lines Matching defs:empty
90 bool empty = true;
92 empty = SP_STRING(item)->string.empty();
96 empty = false;
101 return empty;
436 // TODO: if the split point was at the beginning of a span we have a whole load of empty elements to clean up
584 the existing children or after them. Order is maintained. The empty
882 if (string.empty()) return NULL;
1336 item->getRepr()->setAttribute("style", new_style_string.empty() ? NULL : new_style_string.c_str());
1474 // NB: we might create an empty string here. Doesn't matter, it'll get cleaned up later
1557 /** empty spans: abc<span></span>def
1564 && !(SP_IS_STRING(*item) && !SP_STRING(*item)->string.empty())
1882 return false; // an empty paragraph
2073 if (SP_IS_STRING(obj) && !SP_STRING(obj)->string.empty()) {