LibreOffice Module comphelper (master) 1
|
#include <sal/config.h>
#include <comphelper/comphelperdllapi.h>
#include <comphelper/interfacecontainer4.hxx>
#include <comphelper/unoimplbase.hxx>
#include <cppuhelper/weak.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/lang/XTypeProvider.hpp>
#include <mutex>
Go to the source code of this file.
Classes | |
class | comphelper::WeakComponentImplHelperBase |
Serves two purposes (1) extracts code that doesn't need to be templated (2) helps to handle the custom where we have conflicting interfaces e.g. More... | |
class | comphelper::WeakComponentImplHelper< Ifc > |
Namespaces | |
namespace | comphelper |
Functions | |
css::uno::Any | comphelper::WeakComponentImplHelper_query (css::uno::Type const &rType, cppu::class_data *cd, WeakComponentImplHelperBase *pBase) |
WeakComponentImplHelper. More... | |