Lines Matching refs:ScProtectionAttr
59 TYPEINIT1_AUTOFACTORY(ScProtectionAttr, SfxPoolItem);
202 ScProtectionAttr::ScProtectionAttr(): in ScProtectionAttr() function in ScProtectionAttr
213 ScProtectionAttr::ScProtectionAttr( sal_Bool bProtect, sal_Bool bHFormula, in ScProtectionAttr() function in ScProtectionAttr
225 ScProtectionAttr::ScProtectionAttr(const ScProtectionAttr& rItem): in ScProtectionAttr() function in ScProtectionAttr
234 ScProtectionAttr::~ScProtectionAttr() in ~ScProtectionAttr()
240 sal_Bool ScProtectionAttr::QueryValue( uno::Any& rVal, sal_uInt8 nMemberId ) const in QueryValue()
271 sal_Bool ScProtectionAttr::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
312 String ScProtectionAttr::GetValueText() const in GetValueText()
331 SfxItemPresentation ScProtectionAttr::GetPresentation in GetPresentation()
375 int ScProtectionAttr::operator==( const SfxPoolItem& rItem ) const in operator ==()
379 && (bProtection == ((ScProtectionAttr&)rItem).bProtection) in operator ==()
380 && (bHideFormula == ((ScProtectionAttr&)rItem).bHideFormula) in operator ==()
381 && (bHideCell == ((ScProtectionAttr&)rItem).bHideCell) in operator ==()
382 && (bHidePrint == ((ScProtectionAttr&)rItem).bHidePrint); in operator ==()
387 SfxPoolItem* ScProtectionAttr::Clone( SfxItemPool * ) const in Clone()
389 return new ScProtectionAttr(*this); in Clone()
394 SfxPoolItem* ScProtectionAttr::Create( SvStream& rStream, sal_uInt16 /* n */ ) const in Create()
406 return new ScProtectionAttr(bProtect,bHFormula,bHCell,bHPrint); in Create()
411 sal_Bool ScProtectionAttr::SetProtection( sal_Bool bProtect) in SetProtection()
419 sal_Bool ScProtectionAttr::SetHideFormula( sal_Bool bHFormula) in SetHideFormula()
427 sal_Bool ScProtectionAttr::SetHideCell( sal_Bool bHCell) in SetHideCell()
435 sal_Bool ScProtectionAttr::SetHidePrint( sal_Bool bHPrint) in SetHidePrint()