Home
last modified time | relevance | path

Searched refs:bHideCell (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/sc/source/core/data/
H A Dattrib.cxx206 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 …]
/aoo42x/main/sc/source/ui/attrdlg/
H A Dtabpages.cxx71 bTriEnabled = bDontCare = bProtect = bHideForm = bHideCell = bHidePrint = sal_False; in ScTabPageProtection()
126 bHideForm = bHideCell = bHidePrint = sal_False; in Reset()
131 bHideCell = pProtAttr->GetHideCell(); in Reset()
160 aProtAttr.SetHideCell( bHideCell ); in FillItemSet()
205 bHideCell = bOn; in IMPL_LINK()
235 aBtnHideCell.SetState( bHideCell ? STATE_CHECK : STATE_NOCHECK ); in UpdateButtons()
/aoo42x/main/sc/inc/
H A Dattrib.hxx112 sal_Bool bHideCell; // Zelle nicht Anzeigen member in ScProtectionAttr
143 sal_Bool GetHideCell() const { return bHideCell; } in GetHideCell()
151 bHideCell = rProtection.bHideCell; in operator =()
/aoo42x/main/sc/source/ui/inc/
H A Dtabpages.hxx69 sal_Bool bHideCell; member in ScTabPageProtection

Completed in 17 milliseconds