#include <sal/config.h>
#include <string_view>
#include <rtl/ref.hxx>
#include <test/bootstrapfixture.hxx>
#include <test/testinteractionhandler.hxx>
#include <unotest/macros_test.hxx>
#include <com/sun/star/lang/XComponent.hpp>
#include <osl/file.hxx>
#include <unotools/tempfile.hxx>
#include <vcl/filter/PDFiumLibrary.hxx>
Go to the source code of this file.
◆ CPPUNIT_ASSERT_RECTANGLE_EQUAL_WITH_TOLERANCE
#define CPPUNIT_ASSERT_RECTANGLE_EQUAL_WITH_TOLERANCE |
( |
|
aExpected, |
|
|
|
aActual, |
|
|
|
aTolerance |
|
) |
| assertRectangleEqual(aExpected, aActual, aTolerance, CPPUNIT_SOURCELINE()) |
◆ assertRectangleEqual()
void assertRectangleEqual |
( |
const tools::Rectangle & |
rExpected, |
|
|
const tools::Rectangle & |
rActual, |
|
|
const sal_Int32 |
nTolerance, |
|
|
const CppUnit::SourceLine & |
rSourceLine |
|
) |
| |
|
inline |