LibreOffice Module oox (master) 1
Classes | Namespaces
filterbase.cxx File Reference
#include <sal/config.h>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/drawing/XShape.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/io/XStream.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/task/XInteractionHandler.hpp>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <comphelper/documentconstants.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/scopeguard.hxx>
#include <unotools/mediadescriptor.hxx>
#include <osl/diagnose.h>
#include <rtl/uri.hxx>
#include <memory>
#include <mutex>
#include <set>
#include <oox/core/filterbase.hxx>
#include <oox/helper/binaryinputstream.hxx>
#include <oox/helper/binaryoutputstream.hxx>
#include <oox/helper/graphichelper.hxx>
#include <oox/helper/modelobjecthelper.hxx>
#include <oox/ole/oleobjecthelper.hxx>
#include <oox/ole/vbaproject.hxx>
Include dependency graph for filterbase.cxx:

Go to the source code of this file.

Classes

struct  oox::core::FilterBaseImpl
 

Namespaces

namespace  oox
 
namespace  oox::core
 

Variable Documentation

◆ maMutex

std::mutex maMutex

Definition at line 70 of file filterbase.cxx.

◆ maUrl

OUString maUrl
private

Definition at line 92 of file filterbase.cxx.

◆ maUrls

::std::set< OUString > maUrls

Definition at line 71 of file filterbase.cxx.

◆ mbValid

bool mbValid
private

Definition at line 93 of file filterbase.cxx.