Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/core/
H A Dxmlimp.cxx1713 uno::Reference< beans::XPropertySet > xStorProps( xStor, uno::UNO_QUERY_THROW ); in IsODFVersionConsistent() local
1717xStorProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MediaType" ) ) ) >>= … in IsODFVersionConsistent()
1723xStorProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "RepairPackage" ) ) ) in IsODFVersionConsistent()
1732xStorProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Version" ) ) ) in IsODFVersionConsistent()
1742xStorProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Version" ) ), in IsODFVersionConsistent()
1748xStorProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsInconsistent" ) ) ) in IsODFVersionConsistent()
/trunk/main/comphelper/source/misc/
H A Dstoragehelper.cxx258 uno::Reference< beans::XPropertySet > xStorProps( xStorage, uno::UNO_QUERY_THROW ); in GetXStorageFormat() local
261 xStorProps->getPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ) ) >>= aMediaType; in GetXStorageFormat()
/trunk/main/embeddedobj/source/msole/
H A Doleembed.cxx335 … uno::Reference< beans::XPropertySet > xStorProps( xTmpStorage, uno::UNO_QUERY_THROW ); in TryToConvertToOOo() local
337xStorProps->getPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ) ) >>= aMediaType; in TryToConvertToOOo()
/trunk/main/comphelper/source/container/
H A Dembeddedobjectcontainer.cxx1091 uno::Reference< beans::XPropertySet > xStorProps( pImpl->mxStorage, uno::UNO_QUERY_THROW ); in RemoveEmbeddedObject() local
1093 xStorProps->getPropertyValue( s_sMediaType ) >>= aOrigStorMediaType; in RemoveEmbeddedObject()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx788 uno::Reference<beans::XPropertySet> xStorProps(m_pImpl->m_xStorage,uno::UNO_QUERY); in IMPLEMENT_FORWARD_REFCOUNT() local
789 if ( xStorProps.is()) in IMPLEMENT_FORWARD_REFCOUNT()
792xStorProps->getPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("MediaType"))) >>= sMedi… in IMPLEMENT_FORWARD_REFCOUNT()
794xStorProps->setPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("MediaType")),uno::makeA… in IMPLEMENT_FORWARD_REFCOUNT()
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx664 uno::Reference< beans::XPropertySet > xStorProps( xStorage, uno::UNO_QUERY_THROW ); in DoLoad() local
665xStorProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MediaTypeFallbackUsed… in DoLoad()

Completed in 88 milliseconds