Lines Matching refs:OleStorage

180 OleStorage::OleStorage( const Reference< XComponentContext >& rxContext,  in OleStorage()  function in oox::ole::OleStorage
190 OleStorage::OleStorage( const Reference< XComponentContext >& rxContext, in OleStorage() function in oox::ole::OleStorage
200 OleStorage::OleStorage( const OleStorage& rParentStorage, in OleStorage() function in oox::ole::OleStorage
210 OleStorage::OleStorage( const OleStorage& rParentStorage, in OleStorage() function in oox::ole::OleStorage
219 OleStorage::~OleStorage() in ~OleStorage()
225 void OleStorage::initStorage( const Reference< XInputStream >& rxInStream ) in initStorage()
264 void OleStorage::initStorage( const Reference< XStream >& rxOutStream ) in initStorage()
283 bool OleStorage::implIsStorage() const in implIsStorage()
299 Reference< XStorage > OleStorage::implGetXStorage() const in implGetXStorage()
305 void OleStorage::implGetElementNames( ::std::vector< OUString >& orElementNames ) const in implGetElementNames()
319 StorageRef OleStorage::implOpenSubStorage( const OUString& rElementName, bool bCreateMissing ) in implOpenSubStorage()
327 xSubStorage.reset( new OleStorage( *this, xSubElements, rElementName, true ) ); in implOpenSubStorage()
344 StorageRef xTempStorage( new OleStorage( *this, xTempFile, rElementName ) ); in implOpenSubStorage()
358 Reference< XInputStream > OleStorage::implOpenInputStream( const OUString& rElementName ) in implOpenInputStream()
371 Reference< XOutputStream > OleStorage::implOpenOutputStream( const OUString& rElementName ) in implOpenOutputStream()
379 void OleStorage::implCommit() const in implCommit()