Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/core/misc/
H A Dsdbcoretools.cxx141 Reference< XPropertySet > xStorageProps( _rxStorage, UNO_QUERY_THROW ); in storageIsWritable_nothrow() local
142 xStorageProps->getPropertyValue( in storageIsWritable_nothrow()
/trunk/main/sfx2/source/appl/
H A Dappopen.cxx317 uno::Reference< beans::XPropertySet > xStorageProps( xStorage, uno::UNO_QUERY ); in CheckPasswd_Impl() local
318 if ( xStorageProps.is() ) in CheckPasswd_Impl()
322 xStorageProps->getPropertyValue( ::rtl::OUString::createFromAscii("HasEncryptedEntries") ) in CheckPasswd_Impl()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx300 ::utl::SharedUNOComponent< XPropertySet > xStorageProps( in lcl_determineContentType_nothrow()
302 OSL_VERIFY( xStorageProps->getPropertyValue( INFO_MEDIATYPE ) >>= sContentType ); in lcl_determineContentType_nothrow()
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx845 … uno::Reference<beans::XPropertySet> xStorageProps( pMedium->GetStorage(), uno::UNO_QUERY_THROW ); in DoLoad() local
849xStorageProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Version" ) ) ) >>=… in DoLoad()

Completed in 52 milliseconds