Lines Matching refs:OutputStorageWrapper_Impl
80 class OutputStorageWrapper_Impl : public ::cppu::WeakImplHelper1<XOutputStream> class
89 OutputStorageWrapper_Impl();
90 virtual ~OutputStorageWrapper_Impl();
100 OutputStorageWrapper_Impl::OutputStorageWrapper_Impl() in OutputStorageWrapper_Impl() function in OutputStorageWrapper_Impl
109 OutputStorageWrapper_Impl::~OutputStorageWrapper_Impl() in ~OutputStorageWrapper_Impl()
113 SvStream *OutputStorageWrapper_Impl::GetStream() in GetStream()
120 void SAL_CALL OutputStorageWrapper_Impl::writeBytes( in writeBytes()
128 void SAL_CALL OutputStorageWrapper_Impl::flush() in flush()
135 void SAL_CALL OutputStorageWrapper_Impl::closeOutput() in closeOutput()
497 OutputStorageWrapper_Impl *pOut = 0; in ImplInsertEmbeddedObjectURL()
679 OutputStorageWrapper_Impl *pOut = new OutputStorageWrapper_Impl; in getByName()