Home
last modified time | relevance | path

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

/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentbase.cxx192 uno::Reference< util::XProtectable > xProt( getModel(), uno::UNO_QUERY_THROW ); in Protect() local
195 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() local
205 if( !xProt->isProtected() ) in Unprotect()
212 xProt->unprotect( rPassword ); in Unprotect()
214 xProt->unprotect( rtl::OUString() ); in Unprotect()
/trunk/main/sc/source/ui/vba/
H A Dvbaworkbook.cxx264 uno::Reference< util::XProtectable > xProt( getModel(), uno::UNO_QUERY_THROW ); in getProtectStructure() local
265 return xProt->isProtected(); in getProtectStructure()

Completed in 18 milliseconds