Searched refs:bHCell (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | attrib.cxx | 214 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()
|
/aoo41x/main/sc/inc/ |
H A D | attrib.hxx | 119 sal_Bool bHCell = sal_False, 144 sal_Bool SetHideCell( sal_Bool bHCell);
|
/aoo41x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 1389 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 31 milliseconds