Searched refs:aStrDelim (Results 1 – 1 of 1) sorted by relevance
343 String aStrDelim = String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM( ", " )); in GetPresentation() local357 rText += (bProtection ? aStrYes : aStrNo); rText += aStrDelim; in GetPresentation()359 rText += (!bHideFormula ? aStrYes : aStrNo); rText += aStrDelim; in GetPresentation()361 rText += (bHideCell ? aStrYes : aStrNo); rText += aStrDelim; in GetPresentation()
Completed in 19 milliseconds