Searched refs:bHideCell (Results 1 – 4 of 4) sorted by relevance
206 bHideCell(sal_False), in ScProtectionAttr()218 bHideCell(bHCell), in ScProtectionAttr()230 bHideCell = rItem.bHideCell; in ScProtectionAttr()250 aProtection.IsHidden = bHideCell; in QueryValue()260 rVal <<= (sal_Bool ) bHideCell; break; in QueryValue()285 bHideCell = aProtection.IsHidden; in PutValue()300 bRet = (rVal >>= bVal); if (bRet) bHideCell=bVal; break; in PutValue()322 aValue += (bHideCell ? aStrYes : aStrNo); aValue += cDelim; in GetValueText()361 rText += (bHideCell ? aStrYes : aStrNo); rText += aStrDelim; in GetPresentation()381 && (bHideCell == ((ScProtectionAttr&)rItem).bHideCell) in operator ==()[all …]
72 bTriEnabled = bDontCare = bProtect = bHideForm = bHideCell = bHidePrint = sal_False; in ScTabPageProtection()127 bHideForm = bHideCell = bHidePrint = sal_False; in Reset()132 bHideCell = pProtAttr->GetHideCell(); in Reset()161 aProtAttr.SetHideCell( bHideCell ); in FillItemSet()206 bHideCell = bOn; in IMPL_LINK()236 aBtnHideCell.SetState( bHideCell ? STATE_CHECK : STATE_NOCHECK ); in UpdateButtons()
112 sal_Bool bHideCell; // Zelle nicht Anzeigen member in ScProtectionAttr143 sal_Bool GetHideCell() const { return bHideCell; } in GetHideCell()151 bHideCell = rProtection.bHideCell; in operator =()
69 sal_Bool bHideCell; member in ScTabPageProtection
Completed in 27 milliseconds