Home
last modified time | relevance | path

Searched refs:aStrYes (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dattrib.cxx315 String aStrYes ( ScGlobal::GetRscString(STR_YES) ); in GetValueText() local
320 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() local
357 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()
H A Ddocpool.cxx791 String aStrYes ( ScGlobal::GetRscString(STR_YES) ); in GetPresentation() local
824 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 78 milliseconds