Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/vba/
H A Dvbaformat.cxx536 rtl::OUString sCellProt( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLPRO ) ); in setLocked() local
537 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() local
557 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() local
576 if (!isAmbiguous(sCellProt)) in getLocked()
589 mxPropertySet->getPropertyValue(sCellProt) >>= aCellProtection; in getLocked()
609 if (!isAmbiguous(sCellProt)) in getFormulaHidden()
[all …]

Completed in 19 milliseconds