Searched refs:pProtAttr (Results 1 – 5 of 5) sorted by relevance
110 const ScProtectionAttr* pProtAttr = NULL; in Reset() local112 (const SfxPoolItem**)&pProtAttr ); in Reset()116 pProtAttr = (const ScProtectionAttr*)&(rCoreAttrs.Get(nWhich)); in Reset()119 bTriEnabled = ( pProtAttr == NULL ); // TriState, wenn DontCare in Reset()131 bProtect = pProtAttr->GetProtection(); in Reset()132 bHideCell = pProtAttr->GetHideCell(); in Reset()133 bHideForm = pProtAttr->GetHideFormula(); in Reset()134 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()
360 …const ScProtectionAttr* pProtAttr = static_cast< const ScProtectionAttr* > (rDoc.GetAttr( aCellPo… in lcl_UnLockComment() local361 bool bProtectAttr = pProtAttr->GetProtection() || pProtAttr->GetHideCell() ; in lcl_UnLockComment()
2148 const ScProtectionAttr* pProtAttr = (const ScProtectionAttr*) in ScCell() local2150 PushInt( pProtAttr->GetProtection() ? 1 : 0 ); in ScCell()
Completed in 184 milliseconds