LibreOffice Module test (master) 1
|
#include <config_validation.h>
#include <test/bootstrapfixture.hxx>
#include <vcl/errinf.hxx>
#include <sal/log.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/ucb/XContentProvider.hpp>
#include <com/sun/star/ucb/XUniversalContentBroker.hpp>
#include <vcl/outdev.hxx>
#include <vcl/svapp.hxx>
#include <tools/link.hxx>
#include <vcl/graphicfilter.hxx>
#include <osl/file.hxx>
#include <osl/process.h>
#include <unotest/getargument.hxx>
#include <unotools/tempfile.hxx>
#include <vcl/salgtype.hxx>
#include <vcl/scheduler.hxx>
#include <vcl/virdev.hxx>
#include <o3tl/string_view.hxx>
#include <memory>
#include <cstring>
#include "setupvcl.hxx"
Go to the source code of this file.
Functions | |
static void | aBasicErrorFunc (const OUString &rErr, const OUString &rAction) |
static void | test_init_impl (bool bAssertOnDialog, bool bNeedUCB, lang::XMultiServiceFactory *pSFactory) |
SAL_DLLPUBLIC_EXPORT void | test_init (lang::XMultiServiceFactory *pFactory) |
SAL_DLLPUBLIC_EXPORT void | test_deinit () |
IMPL_STATIC_LINK (test::BootstrapFixture, ImplInitFilterHdl, ConvertData &, rData, bool) | |
|
static |
Definition at line 41 of file bootstrapfixture.cxx.
References OUStringToOString().
Referenced by test_init_impl().
IMPL_STATIC_LINK | ( | test::BootstrapFixture | , |
ImplInitFilterHdl | , | ||
ConvertData & | , | ||
rData | , | ||
bool | |||
) |
Definition at line 256 of file bootstrapfixture.cxx.
References Link< typename Arg, typename Ret >::Call(), GraphicFilter::GetFilterCallback(), and GraphicFilter::GetGraphicFilter().
SAL_DLLPUBLIC_EXPORT void test_deinit | ( | ) |
Definition at line 100 of file bootstrapfixture.cxx.
References DeInitVCL().
SAL_DLLPUBLIC_EXPORT void test_init | ( | lang::XMultiServiceFactory * | pFactory | ) |
Definition at line 88 of file bootstrapfixture.cxx.
References test::setUpVcl(), and test_init_impl().
|
static |
Definition at line 63 of file bootstrapfixture.cxx.
References aBasicErrorFunc(), LINK, ErrorRegistry::RegisterDisplay(), and Application::SetFilterHdl().
Referenced by test::BootstrapFixture::setUp(), and test_init().