Searched refs:sCellProt (Results 1 – 1 of 1) sorted by relevance
536 rtl::OUString sCellProt( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLPRO ) ); in setLocked() local537 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in setLocked()539 mxPropertySet->setPropertyValue(sCellProt, uno::makeAny( aCellProtection ) ); in setLocked()556 rtl::OUString sCellProt( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLPRO ) ); in setFormulaHidden() local557 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in setFormulaHidden()559 mxPropertySet->setPropertyValue(sCellProt,uno::makeAny(aCellProtection)); in setFormulaHidden()574 rtl::OUString sCellProt( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLPRO ) ); in getLocked() local576 if (!isAmbiguous(sCellProt)) in getLocked()589 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in getLocked()609 if (!isAmbiguous(sCellProt)) in getFormulaHidden()[all …]
Completed in 9 milliseconds