Home
last modified time | relevance | path

Searched refs:pProtAttr (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/ui/attrdlg/
H A Dtabpages.cxx109 const ScProtectionAttr* pProtAttr = NULL; in Reset() local
111 (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()
/trunk/main/sc/source/ui/drawfunc/
H A Dfusel2.cxx156 …const ScProtectionAttr* pProtAttr = static_cast< const ScProtectionAttr* >( rDoc.GetAttr( rNotePo… in IsNoteCaptionClicked() local
157 bool bProtectAttr = pProtAttr->GetProtection() || pProtAttr->GetHideCell(); in IsNoteCaptionClicked()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx1827 const ScProtectionAttr* pProtAttr = in AsciiSave() local
1830 if ( pProtAttr->GetHideCell() || in AsciiSave()
1832 pProtAttr->GetHideFormula() ) ) in AsciiSave()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx362 …const ScProtectionAttr* pProtAttr = static_cast< const ScProtectionAttr* > (rDoc.GetAttr( aCellPo… in lcl_UnLockComment() local
363 bool bProtectAttr = pProtAttr->GetProtection() || pProtAttr->GetHideCell() ; in lcl_UnLockComment()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx2285 const ScProtectionAttr* pProtAttr = (const ScProtectionAttr*) in ScCell() local
2287 PushInt( pProtAttr->GetProtection() ? 1 : 0 ); in ScCell()

Completed in 86 milliseconds