Home
last modified time | relevance | path

Searched refs:bHCell (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dattrib.cxx214 sal_Bool bHCell, sal_Bool bHPrint): in ScProtectionAttr() argument
218 bHideCell(bHCell), in ScProtectionAttr()
398 sal_Bool bHCell; in Create() local
403 rStream >> bHCell; in Create()
406 return new ScProtectionAttr(bProtect,bHFormula,bHCell,bHPrint); in Create()
427 sal_Bool ScProtectionAttr::SetHideCell( sal_Bool bHCell) in SetHideCell() argument
429 bHideCell = bHCell; in SetHideCell()
/trunk/main/sc/inc/
H A Dattrib.hxx119 sal_Bool bHCell = sal_False,
144 sal_Bool SetHideCell( sal_Bool bHCell);
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx1389 sal_Bool bHCell = ( ( pPattern->Flags & paHideAll ) == paHideAll ); in LoadPatternCollection() local
1391 rItemSet.Put( ScProtectionAttr( bProtect, bHFormula, bHCell, bHPrint ) ); in LoadPatternCollection()
2150 sal_Bool bHCell = ((aFlag.pData[i].Value & paHideAll) == paHideAll); in LoadColAttr() local
2153 aScPattern.GetItemSet().Put(ScProtectionAttr(bProtect, bHFormula, bHCell, bHPrint)); in LoadColAttr()

Completed in 38 milliseconds