Searched refs:wroteSomething (Results 1 – 2 of 2) sorted by relevance
191 bool wroteSomething = false; in writeBlockIndent() local203 return wroteSomething; in writeBlockIndent()227 wroteSomething = true; in writeBlockIndent()229 return wroteSomething; in writeBlockIndent()
84 bool wroteSomething = false; in descriptionOut() local110 wroteSomething = true; in descriptionOut()130 wroteSomething |= this->writeBlockIndent(commentLen, commentStart, false); in descriptionOut()152 wroteSomething = true; in descriptionOut()166 wroteSomething = true; in descriptionOut()173 wroteSomething |= this->writeBlockIndent(prop->length(), prop->fContentStart, true); in descriptionOut()175 if (wroteSomething && fReturnOnWrite) { in descriptionOut()198 wroteSomething = true; in descriptionOut()213 wroteSomething = true; in descriptionOut()225 … wroteSomething |= this->descriptionOut(column, SkipFirstLine::kNo, Phrase::kNo); in descriptionOut()[all …]