LibreOffice Module test (master) 1
Functions
bootstrapfixture.cxx File Reference
#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"
Include dependency graph for bootstrapfixture.cxx:

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)
 

Function Documentation

◆ aBasicErrorFunc()

static void aBasicErrorFunc ( const OUString &  rErr,
const OUString &  rAction 
)
static

Definition at line 41 of file bootstrapfixture.cxx.

References OUStringToOString().

Referenced by test_init_impl().

◆ IMPL_STATIC_LINK()

IMPL_STATIC_LINK ( test::BootstrapFixture  ,
ImplInitFilterHdl  ,
ConvertData ,
rData  ,
bool   
)

◆ test_deinit()

SAL_DLLPUBLIC_EXPORT void test_deinit ( )

Definition at line 100 of file bootstrapfixture.cxx.

References DeInitVCL().

◆ test_init()

SAL_DLLPUBLIC_EXPORT void test_init ( lang::XMultiServiceFactory *  pFactory)

Definition at line 88 of file bootstrapfixture.cxx.

References test::setUpVcl(), and test_init_impl().

◆ test_init_impl()

static void test_init_impl ( bool  bAssertOnDialog,
bool  bNeedUCB,
lang::XMultiServiceFactory *  pSFactory 
)
static