Lines Matching refs:mxStorage

86     Reference< XNameContainer > mxStorage;  member in oox::ole::__anon7cfb4c810111::OleOutputStream
97 mxStorage( rxStorage ), in OleOutputStream()
160 if( !ContainerHelper::insertByName( mxStorage, maElementName, Any( mxTempFile ) ) ) in closeOutput()
204 mxStorage( rxStorage ), in OleStorage()
207 OSL_ENSURE( mxStorage.is(), "OleStorage::OleStorage - missing substorage elements" ); in OleStorage()
256 mxStorage.set( xFactory->createInstanceWithArguments( in initStorage()
273 mxStorage.set( xFactory->createInstanceWithArguments( in initStorage()
285 if( mxStorage.is() ) try in implIsStorage()
290 mxStorage->hasElements(); in implIsStorage()
308 if( mxStorage.is() ) try in implGetElementNames()
310 aNames = mxStorage->getElementNames(); in implGetElementNames()
322 if( mxStorage.is() && (rElementName.getLength() > 0) ) in implOpenSubStorage()
326 … Reference< XNameContainer > xSubElements( mxStorage->getByName( rElementName ), UNO_QUERY_THROW ); in implOpenSubStorage()
361 if( mxStorage.is() ) try in implOpenInputStream()
363 xInStream.set( mxStorage->getByName( rElementName ), UNO_QUERY ); in implOpenInputStream()
374 if( mxStorage.is() && (rElementName.getLength() > 0) ) in implOpenOutputStream()
375 xOutStream.set( new OleOutputStream( mxContext, mxStorage, rElementName ) ); in implOpenOutputStream()
384 Reference< XTransactedObject >( mxStorage, UNO_QUERY_THROW )->commit(); in implCommit()
388 if( mpParentStorage->mxStorage->hasByName( getName() ) ) in implCommit()
391 mpParentStorage->mxStorage->removeByName( getName() ); in implCommit()
392 … Reference< XTransactedObject >( mpParentStorage->mxStorage, UNO_QUERY_THROW )->commit(); in implCommit()
394 mpParentStorage->mxStorage->insertByName( getName(), Any( mxStorage ) ); in implCommit()