Lines Matching refs:bProtection
204 bProtection(sal_True), in ScProtectionAttr()
216 bProtection(bProtect), in ScProtectionAttr()
228 bProtection = rItem.bProtection; in ScProtectionAttr()
248 aProtection.IsLocked = bProtection; in QueryValue()
256 rVal <<= (sal_Bool ) bProtection; break; in QueryValue()
283 bProtection = aProtection.IsLocked; in PutValue()
296 bRet = (rVal >>= bVal); if (bRet) bProtection=bVal; break; in PutValue()
320 aValue += (bProtection ? aStrYes : aStrNo); aValue += cDelim; in GetValueText()
357 rText += (bProtection ? aStrYes : aStrNo); rText += aStrDelim; in GetPresentation()
379 && (bProtection == ((ScProtectionAttr&)rItem).bProtection) in operator ==()
413 bProtection = bProtect; in SetProtection()