LibreOffice Module chart2 (master) 1
|
#include <MediaDescriptorHelper.hxx>
Public Member Functions | |
MediaDescriptorHelper (const css::uno::Sequence< css::beans::PropertyValue > &rMediaDescriptor) | |
const css::uno::Sequence< css::beans::PropertyValue > & | getReducedForModel () const |
Public Attributes | |
css::uno::Sequence< css::beans::PropertyValue > | m_aModelProperties |
OUString | FilterName |
bool | ISSET_FilterName |
OUString | HierarchicalDocumentName |
css::uno::Reference< css::io::XOutputStream > | OutputStream |
bool | ISSET_OutputStream |
css::uno::Reference< css::io::XInputStream > | InputStream |
bool | ISSET_InputStream |
bool | ReadOnly |
OUString | URL |
bool | ISSET_URL |
css::uno::Reference< css::embed::XStorage > | Storage |
bool | ISSET_Storage |
css::uno::Reference< css::io::XStream > | Stream |
bool | ISSET_Stream |
Private Member Functions | |
SAL_DLLPRIVATE void | impl_init () |
Definition at line 46 of file MediaDescriptorHelper.hxx.
apphelper::MediaDescriptorHelper::MediaDescriptorHelper | ( | const css::uno::Sequence< css::beans::PropertyValue > & | rMediaDescriptor | ) |
Definition at line 32 of file MediaDescriptorHelper.cxx.
References FilterName, getLength(), HierarchicalDocumentName, impl_init(), InputStream, ISSET_FilterName, ISSET_InputStream, ISSET_OutputStream, ISSET_Storage, ISSET_Stream, ISSET_URL, m_aModelProperties, OutputStream, ReadOnly, Storage, Stream, and URL.
|
inline |
Definition at line 51 of file MediaDescriptorHelper.hxx.
|
private |
Definition at line 209 of file MediaDescriptorHelper.cxx.
References ISSET_FilterName, ISSET_InputStream, ISSET_OutputStream, ISSET_Storage, ISSET_Stream, ISSET_URL, and ReadOnly.
Referenced by MediaDescriptorHelper().
OUString apphelper::MediaDescriptorHelper::FilterName |
Definition at line 59 of file MediaDescriptorHelper.hxx.
Referenced by chart::XMLFilter::isOasisFormat(), chart::XMLReportFilterHelper::isOasisFormat(), chart::ChartFrameLoader::load(), and MediaDescriptorHelper().
OUString apphelper::MediaDescriptorHelper::HierarchicalDocumentName |
Definition at line 62 of file MediaDescriptorHelper.hxx.
Referenced by MediaDescriptorHelper().
css::uno::Reference< css::io::XInputStream > apphelper::MediaDescriptorHelper::InputStream |
Definition at line 68 of file MediaDescriptorHelper.hxx.
Referenced by MediaDescriptorHelper().
bool apphelper::MediaDescriptorHelper::ISSET_FilterName |
Definition at line 60 of file MediaDescriptorHelper.hxx.
Referenced by impl_init(), chart::XMLFilter::isOasisFormat(), chart::XMLReportFilterHelper::isOasisFormat(), chart::ChartFrameLoader::load(), and MediaDescriptorHelper().
bool apphelper::MediaDescriptorHelper::ISSET_InputStream |
Definition at line 69 of file MediaDescriptorHelper.hxx.
Referenced by impl_init(), and MediaDescriptorHelper().
bool apphelper::MediaDescriptorHelper::ISSET_OutputStream |
Definition at line 66 of file MediaDescriptorHelper.hxx.
Referenced by impl_init(), and MediaDescriptorHelper().
bool apphelper::MediaDescriptorHelper::ISSET_Storage |
Definition at line 79 of file MediaDescriptorHelper.hxx.
Referenced by impl_init(), and MediaDescriptorHelper().
bool apphelper::MediaDescriptorHelper::ISSET_Stream |
Definition at line 82 of file MediaDescriptorHelper.hxx.
Referenced by impl_init(), and MediaDescriptorHelper().
bool apphelper::MediaDescriptorHelper::ISSET_URL |
Definition at line 74 of file MediaDescriptorHelper.hxx.
Referenced by impl_init(), and MediaDescriptorHelper().
css::uno::Sequence< css::beans::PropertyValue > apphelper::MediaDescriptorHelper::m_aModelProperties |
Definition at line 57 of file MediaDescriptorHelper.hxx.
Referenced by MediaDescriptorHelper().
css::uno::Reference< css::io::XOutputStream > apphelper::MediaDescriptorHelper::OutputStream |
Definition at line 65 of file MediaDescriptorHelper.hxx.
Referenced by MediaDescriptorHelper().
bool apphelper::MediaDescriptorHelper::ReadOnly |
Definition at line 71 of file MediaDescriptorHelper.hxx.
Referenced by impl_init(), and MediaDescriptorHelper().
css::uno::Reference< css::embed::XStorage > apphelper::MediaDescriptorHelper::Storage |
Definition at line 78 of file MediaDescriptorHelper.hxx.
Referenced by MediaDescriptorHelper().
css::uno::Reference< css::io::XStream > apphelper::MediaDescriptorHelper::Stream |
Definition at line 81 of file MediaDescriptorHelper.hxx.
Referenced by MediaDescriptorHelper().
OUString apphelper::MediaDescriptorHelper::URL |
Definition at line 73 of file MediaDescriptorHelper.hxx.
Referenced by MediaDescriptorHelper().