LibreOffice Module test (master)
1
|
#include <unoapi_test.hxx>
Public Member Functions | |
UnoApiTest (const OUString &path) | |
void | createFileURL (std::u16string_view aFileBase, OUString &rFilePath) |
virtual void | setUp () override |
![]() | |
DECL_STATIC_LINK (BootstrapFixture, ImplInitFilterHdl, ConvertData &, bool) | |
BootstrapFixture (bool bAssertOnDialog=true, bool bNeedUCB=true) | |
virtual | ~BootstrapFixture () override |
void | validate (const OUString &rURL, ValidationFormat) const |
![]() | |
BootstrapFixtureBase () | |
virtual | ~BootstrapFixtureBase () override |
const css::uno::Reference< css::uno::XComponentContext > & | getComponentContext () const |
const css::uno::Reference< css::lang::XMultiServiceFactory > & | getMultiServiceFactory () const |
virtual void | tearDown () override |
![]() | |
MacrosTest () | |
~MacrosTest () | |
css::uno::Reference< css::lang::XComponent > | loadFromDesktop (const OUString &rURL, const OUString &rDocService=OUString(), const css::uno::Sequence< css::beans::PropertyValue > &rExtra_args=css::uno::Sequence< css::beans::PropertyValue >()) |
void | setUpNssGpg (const test::Directories &rDirectories, const OUString &rTestName) |
void | tearDownNssGpg () |
Protected Member Functions | |
void | closeDocument (css::uno::Reference< css::lang::XComponent > const &xDocument) |
Private Attributes | |
OUString | m_aBaseString |
Additional Inherited Members | |
![]() | |
static sal_uInt16 | getDefaultDeviceBitCount () |
![]() | |
static void | dispatchCommand (const css::uno::Reference< css::lang::XComponent > &xComponent, const OUString &rCommand, const css::uno::Sequence< css::beans::PropertyValue > &rPropertyValues) |
![]() | |
static bool | IsDefaultDPI () |
![]() | |
css::uno::Reference< css::uno::XComponentContext > | mxComponentContext |
![]() | |
Directories | m_directories |
css::uno::Reference< css::uno::XComponentContext > | m_xContext |
css::uno::Reference< css::lang::XMultiServiceFactory > | m_xSFactory |
css::uno::Reference< css::lang::XMultiComponentFactory > | m_xFactory |
![]() | |
css::uno::Reference< css::frame::XDesktop2 > | mxDesktop |
Definition at line 24 of file unoapi_test.hxx.
UnoApiTest::UnoApiTest | ( | const OUString & | path | ) |
Definition at line 19 of file unoapi_test.cxx.
|
protected |
Definition at line 38 of file unoapi_test.cxx.
void UnoApiTest::createFileURL | ( | std::u16string_view | aFileBase, |
OUString & | rFilePath | ||
) |
Definition at line 33 of file unoapi_test.cxx.
References test::Directories::getSrcRootURL(), m_aBaseString, and test::BootstrapFixtureBase::m_directories.
|
overridevirtual |
Reimplemented from test::BootstrapFixture.
Reimplemented in CalcUnoApiTest.
Definition at line 24 of file unoapi_test.cxx.
References comphelper::getComponentContext(), test::BootstrapFixtureBase::getMultiServiceFactory(), unotest::MacrosTest::mxDesktop, and test::BootstrapFixture::setUp().
Referenced by CalcUnoApiTest::setUp().
|
private |
Definition at line 37 of file unoapi_test.hxx.
Referenced by createFileURL().