Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/attrdlg/
H A Dtabpages.cxx110 const ScProtectionAttr* pProtAttr = NULL; in Reset() local
112 (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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/sc/source/ui/view/
H A Dgridwin.cxx360 …const ScProtectionAttr* pProtAttr = static_cast< const ScProtectionAttr* > (rDoc.GetAttr( aCellPo… in lcl_UnLockComment() local
361 bool bProtectAttr = pProtAttr->GetProtection() || pProtAttr->GetHideCell() ; in lcl_UnLockComment()
/aoo4110/main/sc/source/core/tool/
H A Dinterpr1.cxx2148 const ScProtectionAttr* pProtAttr = (const ScProtectionAttr*) in ScCell() local
2150 PushInt( pProtAttr->GetProtection() ? 1 : 0 ); in ScCell()

Completed in 88 milliseconds