Searched refs:pProtAttr (Results 1 – 5 of 5) sorted by relevance
109 const ScProtectionAttr* pProtAttr = NULL; in Reset() local111 (const SfxPoolItem**)&pProtAttr ); in Reset()115 pProtAttr = (const ScProtectionAttr*)&(rCoreAttrs.Get(nWhich)); in Reset()118 bTriEnabled = ( pProtAttr == NULL ); // TriState, wenn DontCare in Reset()130 bProtect = pProtAttr->GetProtection(); in Reset()131 bHideCell = pProtAttr->GetHideCell(); in Reset()132 bHideForm = pProtAttr->GetHideFormula(); in Reset()133 bHidePrint = pProtAttr->GetHidePrint(); in Reset()
156 …const ScProtectionAttr* pProtAttr = static_cast< const ScProtectionAttr* >( rDoc.GetAttr( rNotePo… in IsNoteCaptionClicked() local157 bool bProtectAttr = pProtAttr->GetProtection() || pProtAttr->GetHideCell(); in IsNoteCaptionClicked()
1827 const ScProtectionAttr* pProtAttr = in AsciiSave() local1830 if ( pProtAttr->GetHideCell() || in AsciiSave()1832 pProtAttr->GetHideFormula() ) ) in AsciiSave()
362 …const ScProtectionAttr* pProtAttr = static_cast< const ScProtectionAttr* > (rDoc.GetAttr( aCellPo… in lcl_UnLockComment() local363 bool bProtectAttr = pProtAttr->GetProtection() || pProtAttr->GetHideCell() ; in lcl_UnLockComment()
2285 const ScProtectionAttr* pProtAttr = (const ScProtectionAttr*) in ScCell() local2287 PushInt( pProtAttr->GetProtection() ? 1 : 0 ); in ScCell()
Completed in 76 milliseconds