Searched refs:xProt (Results 1 – 2 of 2) sorted by relevance
192 uno::Reference< util::XProtectable > xProt( getModel(), uno::UNO_QUERY_THROW ); in Protect() local195 xProt->protect( rPassword ); in Protect()197 xProt->protect( rtl::OUString() ); in Protect()204 uno::Reference< util::XProtectable > xProt( getModel(), uno::UNO_QUERY_THROW ); in Unprotect() local205 if( !xProt->isProtected() ) in Unprotect()212 xProt->unprotect( rPassword ); in Unprotect()214 xProt->unprotect( rtl::OUString() ); in Unprotect()
264 uno::Reference< util::XProtectable > xProt( getModel(), uno::UNO_QUERY_THROW ); in getProtectStructure() local265 return xProt->isProtected(); in getProtectStructure()
Completed in 16 milliseconds