Searched refs:aStrYes (Results 1 – 2 of 2) sorted by relevance
315 String aStrYes ( ScGlobal::GetRscString(STR_YES) ); in GetValueText() local320 aValue += (bProtection ? aStrYes : aStrNo); aValue += cDelim; in GetValueText()321 aValue += (bHideFormula ? aStrYes : aStrNo); aValue += cDelim; in GetValueText()322 aValue += (bHideCell ? aStrYes : aStrNo); aValue += cDelim; in GetValueText()323 aValue += (bHidePrint ? aStrYes : aStrNo); in GetValueText()340 String aStrYes ( ScGlobal::GetRscString(STR_YES) ); 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()363 rText += (!bHidePrint ? aStrYes : aStrNo); in GetPresentation()
791 String aStrYes ( ScGlobal::GetRscString(STR_YES) ); in GetPresentation() local824 rText += ((const SfxBoolItem&)rItem).GetValue() ? aStrYes : aStrNo ; in GetPresentation()841 rText += ((const SfxBoolItem&)rItem).GetValue() ? aStrYes : aStrNo ; in GetPresentation()858 rText += ((const SfxBoolItem&)rItem).GetValue() ? aStrYes : aStrNo ; in GetPresentation()875 rText += ((const SfxBoolItem&)rItem).GetValue() ? aStrYes : aStrNo ; in GetPresentation()892 rText += ((const SfxBoolItem&)rItem).GetValue() ? aStrYes : aStrNo ; in GetPresentation()
Completed in 25 milliseconds