Searched refs:xStreamProp (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/chart2/source/model/filter/ |
H A D | XMLFilter.cxx | 781 uno::Reference< beans::XPropertySet > xStreamProp( xOutputStream, uno::UNO_QUERY ); in impl_ExportStream() local 782 if(xStreamProp.is()) try in impl_ExportStream() 784 xStreamProp->setPropertyValue( C2U("MediaType"), uno::makeAny( C2U("text/xml") ) ); in impl_ExportStream() 785 xStreamProp->setPropertyValue( C2U("Compressed"), uno::makeAny( sal_True ) );//@todo? in impl_ExportStream() 786 …xStreamProp->setPropertyValue( C2U("UseCommonStoragePasswordEncryption"), uno::makeAny( sal_True )… in impl_ExportStream()
|
/aoo4110/main/dbaccess/source/core/dataaccess/ |
H A D | databasedocument.cxx | 1555 Reference< XPropertySet > xStreamProp( xOutputStream, UNO_QUERY_THROW ); in WriteThroughComponent() local 1556 …xStreamProp->setPropertyValue( INFO_MEDIATYPE, makeAny( ::rtl::OUString( RTL_CONSTASCII_USTRINGPAR… in WriteThroughComponent() 1557 …xStreamProp->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Compressed" ) ), mak… in WriteThroughComponent()
|
/aoo4110/main/reportdesign/source/core/api/ |
H A D | ReportDefinition.cxx | 1724 uno::Reference<beans::XPropertySet> xStreamProp(xOutputStream,uno::UNO_QUERY); in WriteThroughComponent() local 1725 OSL_ENSURE(xStreamProp.is(),"No valid preoperty set for the output stream!"); in WriteThroughComponent() 1727 uno::Reference<io::XSeekable> xSeek(xStreamProp,uno::UNO_QUERY); in WriteThroughComponent() 1738 xStreamProp->setPropertyValue( aPropName, aAny ); in WriteThroughComponent() 1743 …xStreamProp->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Compressed") ), aAny … in WriteThroughComponent() 1747 …xStreamProp->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Encrypted") ), uno::m… in WriteThroughComponent()
|
Completed in 36 milliseconds