Searched refs:rProt (Results 1 – 2 of 2) sorted by relevance
2474 const SvxProtectItem& rProt = (const SvxProtectItem& )rSet.Get(RES_PROTECT); in ActivatePage() local2475 sal_Bool bProtCntnt = rProt.IsCntntProtected(); in ActivatePage()3149 const SvxProtectItem& rProt = (const SvxProtectItem& )rSet.Get(RES_PROTECT); in Reset() local3150 aProtectFrameCB.Check(rProt.IsPosProtected()); in Reset()3151 aProtectContentCB.Check(rProt.IsCntntProtected()); in Reset()3152 aProtectSizeCB.Check(rProt.IsSizeProtected()); in Reset()
848 const ScProtectionAttr& rProt = (const ScProtectionAttr&) in DrawBackground() local850 if (rProt.GetProtection() || rProt.GetHideCell()) in DrawBackground()
Completed in 71 milliseconds