LibreOffice Module test (master)
1
|
#include <calc_unoapi_test.hxx>
Public Member Functions | |
CalcUnoApiTest (const OUString &path) | |
virtual void | setUp () override |
virtual void | tearDown () override |
![]() | |
UnoApiTest (const OUString &path) | |
void | createFileURL (std::u16string_view aFileBase, OUString &rFilePath) |
![]() | |
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 |
![]() | |
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 () |
Private Attributes | |
css::uno::Reference< css::uno::XInterface > | m_xCalcComponent |
Additional Inherited Members | |
![]() | |
static void | dispatchCommand (const css::uno::Reference< css::lang::XComponent > &xComponent, const OUString &rCommand, const css::uno::Sequence< css::beans::PropertyValue > &rPropertyValues) |
![]() | |
void | closeDocument (css::uno::Reference< css::lang::XComponent > const &xDocument) |
![]() | |
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 17 of file calc_unoapi_test.hxx.
CalcUnoApiTest::CalcUnoApiTest | ( | const OUString & | path | ) |
Definition at line 15 of file calc_unoapi_test.cxx.
|
overridevirtual |
Reimplemented from UnoApiTest.
Definition at line 20 of file calc_unoapi_test.cxx.
References test::BootstrapFixtureBase::getMultiServiceFactory(), m_xCalcComponent, and UnoApiTest::setUp().
|
overridevirtual |
Reimplemented from test::BootstrapFixtureBase.
Definition at line 31 of file calc_unoapi_test.cxx.
References dispose(), m_xCalcComponent, and test::BootstrapFixtureBase::tearDown().
|
private |
Definition at line 26 of file calc_unoapi_test.hxx.
Referenced by setUp(), and tearDown().