Searched refs:xStorageProps (Results 1 – 4 of 4) sorted by relevance
141 Reference< XPropertySet > xStorageProps( _rxStorage, UNO_QUERY_THROW ); in storageIsWritable_nothrow() local142 xStorageProps->getPropertyValue( in storageIsWritable_nothrow()
317 uno::Reference< beans::XPropertySet > xStorageProps( xStorage, uno::UNO_QUERY ); in CheckPasswd_Impl() local318 if ( xStorageProps.is() ) in CheckPasswd_Impl()322 xStorageProps->getPropertyValue( ::rtl::OUString::createFromAscii("HasEncryptedEntries") ) in CheckPasswd_Impl()
300 ::utl::SharedUNOComponent< XPropertySet > xStorageProps( in lcl_determineContentType_nothrow()302 OSL_VERIFY( xStorageProps->getPropertyValue( INFO_MEDIATYPE ) >>= sContentType ); in lcl_determineContentType_nothrow()
845 … uno::Reference<beans::XPropertySet> xStorageProps( pMedium->GetStorage(), uno::UNO_QUERY_THROW ); in DoLoad() local849 …xStorageProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Version" ) ) ) >>=… in DoLoad()
Completed in 66 milliseconds