Searched refs:xStorProps (Results 1 – 6 of 6) sorted by relevance
1713 uno::Reference< beans::XPropertySet > xStorProps( xStor, uno::UNO_QUERY_THROW ); in IsODFVersionConsistent() local1717 …xStorProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MediaType" ) ) ) >>= … in IsODFVersionConsistent()1723 … xStorProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "RepairPackage" ) ) ) in IsODFVersionConsistent()1732 … xStorProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Version" ) ) ) in IsODFVersionConsistent()1742 … xStorProps->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Version" ) ), in IsODFVersionConsistent()1748 … xStorProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "IsInconsistent" ) ) ) in IsODFVersionConsistent()
258 uno::Reference< beans::XPropertySet > xStorProps( xStorage, uno::UNO_QUERY_THROW ); in GetXStorageFormat() local261 xStorProps->getPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ) ) >>= aMediaType; in GetXStorageFormat()
335 … uno::Reference< beans::XPropertySet > xStorProps( xTmpStorage, uno::UNO_QUERY_THROW ); in TryToConvertToOOo() local337 … xStorProps->getPropertyValue( ::rtl::OUString::createFromAscii( "MediaType" ) ) >>= aMediaType; in TryToConvertToOOo()
1091 uno::Reference< beans::XPropertySet > xStorProps( pImpl->mxStorage, uno::UNO_QUERY_THROW ); in RemoveEmbeddedObject() local1093 xStorProps->getPropertyValue( s_sMediaType ) >>= aOrigStorMediaType; in RemoveEmbeddedObject()
788 uno::Reference<beans::XPropertySet> xStorProps(m_pImpl->m_xStorage,uno::UNO_QUERY); in IMPLEMENT_FORWARD_REFCOUNT() local789 if ( xStorProps.is()) in IMPLEMENT_FORWARD_REFCOUNT()792 …xStorProps->getPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("MediaType"))) >>= sMedi… in IMPLEMENT_FORWARD_REFCOUNT()794 …xStorProps->setPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("MediaType")),uno::makeA… in IMPLEMENT_FORWARD_REFCOUNT()
664 uno::Reference< beans::XPropertySet > xStorProps( xStorage, uno::UNO_QUERY_THROW ); in DoLoad() local665 …xStorProps->getPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "MediaTypeFallbackUsed… in DoLoad()
Completed in 77 milliseconds