Home
last modified time | relevance | path

Searched refs:xStreamProp (Results 1 – 3 of 3) sorted by relevance

/trunk/main/chart2/source/model/filter/
H A DXMLFilter.cxx781 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()
786xStreamProp->setPropertyValue( C2U("UseCommonStoragePasswordEncryption"), uno::makeAny( sal_True )… in impl_ExportStream()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1725 uno::Reference<beans::XPropertySet> xStreamProp(xOutputStream,uno::UNO_QUERY); in WriteThroughComponent() local
1726 OSL_ENSURE(xStreamProp.is(),"No valid preoperty set for the output stream!"); in WriteThroughComponent()
1728 uno::Reference<io::XSeekable> xSeek(xStreamProp,uno::UNO_QUERY); in WriteThroughComponent()
1739 xStreamProp->setPropertyValue( aPropName, aAny ); in WriteThroughComponent()
1744xStreamProp->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Compressed") ), aAny … in WriteThroughComponent()
1748xStreamProp->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Encrypted") ), uno::m… in WriteThroughComponent()
/trunk/main/dbaccess/source/core/dataaccess/
H A Ddatabasedocument.cxx1555 Reference< XPropertySet > xStreamProp( xOutputStream, UNO_QUERY_THROW ); in WriteThroughComponent() local
1556xStreamProp->setPropertyValue( INFO_MEDIATYPE, makeAny( ::rtl::OUString( RTL_CONSTASCII_USTRINGPAR… in WriteThroughComponent()
1557xStreamProp->setPropertyValue( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Compressed" ) ), mak… in WriteThroughComponent()

Completed in 55 milliseconds