loplugin:includeform: test
Change-Id: Ibcbb5b002e8326c484547a825cb295d0f5158a3b
This commit is contained in:
parent
4c8eac645b
commit
34307a8a7d
@ -7,8 +7,8 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "test/beans/xpropertyset.hxx"
|
#include <test/beans/xpropertyset.hxx>
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
#include <com/sun/star/uno/Type.h>
|
#include <com/sun/star/uno/Type.h>
|
||||||
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
#include <com/sun/star/beans/PropertyAttribute.hpp>
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#include <unotools/tempfile.hxx>
|
#include <unotools/tempfile.hxx>
|
||||||
#include <vcl/scheduler.hxx>
|
#include <vcl/scheduler.hxx>
|
||||||
|
|
||||||
#include <isheadless.hxx>
|
#include "isheadless.hxx"
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#include <test/container/xelementaccess.hxx>
|
#include <test/container/xelementaccess.hxx>
|
||||||
#include <com/sun/star/container/XElementAccess.hpp>
|
#include <com/sun/star/container/XElementAccess.hpp>
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
using namespace css::uno;
|
using namespace css::uno;
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#include <test/container/xindexaccess.hxx>
|
#include <test/container/xindexaccess.hxx>
|
||||||
#include <com/sun/star/container/XIndexAccess.hpp>
|
#include <com/sun/star/container/XIndexAccess.hpp>
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
using namespace css::uno;
|
using namespace css::uno;
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#include <com/sun/star/container/XNameContainer.hpp>
|
#include <com/sun/star/container/XNameContainer.hpp>
|
||||||
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
|
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#include <com/sun/star/container/XNamed.hpp>
|
#include <com/sun/star/container/XNamed.hpp>
|
||||||
#include <test/container/xnamed.hxx>
|
#include <test/container/xnamed.hxx>
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
using namespace css::uno;
|
using namespace css::uno;
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#include <test/container/xnamereplace.hxx>
|
#include <test/container/xnamereplace.hxx>
|
||||||
#include <com/sun/star/container/XNameReplace.hpp>
|
#include <com/sun/star/container/XNameReplace.hpp>
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
using namespace css::uno;
|
using namespace css::uno;
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
#define USE_CPPUNIT 1
|
#define USE_CPPUNIT 1
|
||||||
|
|
||||||
#include "test/xmldiff.hxx"
|
#include <test/xmldiff.hxx>
|
||||||
|
|
||||||
#include <libxml/xpath.h>
|
#include <libxml/xpath.h>
|
||||||
#include <libxml/parser.h>
|
#include <libxml/parser.h>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "test/screenshot_test.hxx"
|
#include <test/screenshot_test.hxx>
|
||||||
|
|
||||||
#include <com/sun/star/util/XCloseable.hpp>
|
#include <com/sun/star/util/XCloseable.hpp>
|
||||||
#include <com/sun/star/frame/Desktop.hpp>
|
#include <com/sun/star/frame/Desktop.hpp>
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#include <unotools/syslocaleoptions.hxx>
|
#include <unotools/syslocaleoptions.hxx>
|
||||||
#include <vcl/svapp.hxx>
|
#include <vcl/svapp.hxx>
|
||||||
|
|
||||||
#include <isheadless.hxx>
|
#include "isheadless.hxx"
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#include <com/sun/star/sheet/XAreaLink.hpp>
|
#include <com/sun/star/sheet/XAreaLink.hpp>
|
||||||
#include <com/sun/star/uno/Reference.hxx>
|
#include <com/sun/star/uno/Reference.hxx>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace com::sun::star;
|
using namespace com::sun::star;
|
||||||
using namespace com::sun::star::uno;
|
using namespace com::sun::star::uno;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||||
#include <com/sun/star/table/CellVertJustify.hpp>
|
#include <com/sun/star/table/CellVertJustify.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#include <com/sun/star/table/CellRangeAddress.hpp>
|
#include <com/sun/star/table/CellRangeAddress.hpp>
|
||||||
#include <com/sun/star/uno/Reference.hxx>
|
#include <com/sun/star/uno/Reference.hxx>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace com::sun::star;
|
using namespace com::sun::star;
|
||||||
using namespace com::sun::star::uno;
|
using namespace com::sun::star::uno;
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include <com/sun/star/sheet/DataPilotFieldAutoShowInfo.hpp>
|
#include <com/sun/star/sheet/DataPilotFieldAutoShowInfo.hpp>
|
||||||
|
|
||||||
#include <rtl/ustring.hxx>
|
#include <rtl/ustring.hxx>
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#include <com/sun/star/container/XIndexAccess.hpp>
|
#include <com/sun/star/container/XIndexAccess.hpp>
|
||||||
#include <com/sun/star/uno/Reference.hxx>
|
#include <com/sun/star/uno/Reference.hxx>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace com::sun::star;
|
using namespace com::sun::star;
|
||||||
using namespace com::sun::star::uno;
|
using namespace com::sun::star::uno;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#include <com/sun/star/table/CellRangeAddress.hpp>
|
#include <com/sun/star/table/CellRangeAddress.hpp>
|
||||||
#include <com/sun/star/uno/Reference.hxx>
|
#include <com/sun/star/uno/Reference.hxx>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace com::sun::star;
|
using namespace com::sun::star;
|
||||||
using namespace com::sun::star::uno;
|
using namespace com::sun::star::uno;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#include <com/sun/star/table/CellAddress.hpp>
|
#include <com/sun/star/table/CellAddress.hpp>
|
||||||
#include <com/sun/star/uno/Reference.hxx>
|
#include <com/sun/star/uno/Reference.hxx>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace com::sun::star;
|
using namespace com::sun::star;
|
||||||
using namespace com::sun::star::uno;
|
using namespace com::sun::star::uno;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#include <com/sun/star/sheet/XCellAddressable.hpp>
|
#include <com/sun/star/sheet/XCellAddressable.hpp>
|
||||||
#include <com/sun/star/table/CellAddress.hpp>
|
#include <com/sun/star/table/CellAddress.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace com::sun::star;
|
using namespace com::sun::star;
|
||||||
using namespace com::sun::star::uno;
|
using namespace com::sun::star::uno;
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include <test/sheet/xcellrangedata.hxx>
|
#include <test/sheet/xcellrangedata.hxx>
|
||||||
#include <com/sun/star/sheet/XCellRangeData.hpp>
|
#include <com/sun/star/sheet/XCellRangeData.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
using namespace css::uno;
|
using namespace css::uno;
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#include <com/sun/star/table/XCellRange.hpp>
|
#include <com/sun/star/table/XCellRange.hpp>
|
||||||
#include <com/sun/star/sheet/XCellRangeAddressable.hpp>
|
#include <com/sun/star/sheet/XCellRangeAddressable.hpp>
|
||||||
#include <com/sun/star/sheet/XCellRangeReferrer.hpp>
|
#include <com/sun/star/sheet/XCellRangeReferrer.hpp>
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
using namespace css::uno;
|
using namespace css::uno;
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#include <com/sun/star/table/CellAddress.hpp>
|
#include <com/sun/star/table/CellAddress.hpp>
|
||||||
#include <com/sun/star/sheet/CellFlags.hpp>
|
#include <com/sun/star/sheet/CellFlags.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace com::sun::star;
|
using namespace com::sun::star;
|
||||||
using namespace com::sun::star::uno;
|
using namespace com::sun::star::uno;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#include <com/sun/star/sheet/XCellSeries.hpp>
|
#include <com/sun/star/sheet/XCellSeries.hpp>
|
||||||
#include <com/sun/star/table/XCellRange.hpp>
|
#include <com/sun/star/table/XCellRange.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace com::sun::star;
|
using namespace com::sun::star;
|
||||||
using namespace com::sun::star::uno;
|
using namespace com::sun::star::uno;
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include <com/sun/star/table/XColumnRowRange.hpp>
|
#include <com/sun/star/table/XColumnRowRange.hpp>
|
||||||
|
|
||||||
#include <rtl/ustring.hxx>
|
#include <rtl/ustring.hxx>
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
|
@ -7,14 +7,14 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "test/sheet/xdatapilotdescriptor.hxx"
|
#include <test/sheet/xdatapilotdescriptor.hxx>
|
||||||
|
|
||||||
#include <com/sun/star/sheet/XDataPilotDescriptor.hpp>
|
#include <com/sun/star/sheet/XDataPilotDescriptor.hpp>
|
||||||
#include <com/sun/star/table/CellRangeAddress.hpp>
|
#include <com/sun/star/table/CellRangeAddress.hpp>
|
||||||
#include <com/sun/star/sheet/DataPilotFieldOrientation.hpp>
|
#include <com/sun/star/sheet/DataPilotFieldOrientation.hpp>
|
||||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
#include <rtl/ustring.hxx>
|
#include <rtl/ustring.hxx>
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#include <com/sun/star/sheet/XDataPilotFieldGrouping.hpp>
|
#include <com/sun/star/sheet/XDataPilotFieldGrouping.hpp>
|
||||||
#include <com/sun/star/sheet/DataPilotFieldGroupBy.hpp>
|
#include <com/sun/star/sheet/DataPilotFieldGroupBy.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
using namespace css::uno;
|
using namespace css::uno;
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
#include <com/sun/star/sheet/XCellRangeData.hpp>
|
#include <com/sun/star/sheet/XCellRangeData.hpp>
|
||||||
#include <com/sun/star/sheet/DataResult.hpp>
|
#include <com/sun/star/sheet/DataResult.hpp>
|
||||||
#include <com/sun/star/beans/XPropertySet.hpp>
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
using namespace css::uno;
|
using namespace css::uno;
|
||||||
|
@ -7,12 +7,12 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "test/sheet/xgoalseek.hxx"
|
#include <test/sheet/xgoalseek.hxx>
|
||||||
#include <com/sun/star/sheet/XGoalSeek.hpp>
|
#include <com/sun/star/sheet/XGoalSeek.hpp>
|
||||||
#include <com/sun/star/sheet/GoalResult.hpp>
|
#include <com/sun/star/sheet/GoalResult.hpp>
|
||||||
#include <com/sun/star/table/CellAddress.hpp>
|
#include <com/sun/star/table/CellAddress.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
using namespace css::uno;
|
using namespace css::uno;
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include <com/sun/star/sheet/Border.hpp>
|
#include <com/sun/star/sheet/Border.hpp>
|
||||||
#include <com/sun/star/sheet/NamedRangeFlag.hpp>
|
#include <com/sun/star/sheet/NamedRangeFlag.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
#include <rtl/ustring.hxx>
|
#include <rtl/ustring.hxx>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include <com/sun/star/sheet/NamedRangeFlag.hpp>
|
#include <com/sun/star/sheet/NamedRangeFlag.hpp>
|
||||||
|
|
||||||
#include <rtl/ustring.hxx>
|
#include <rtl/ustring.hxx>
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include <test/sheet/xprintareas.hxx>
|
#include <test/sheet/xprintareas.hxx>
|
||||||
#include <com/sun/star/sheet/XPrintAreas.hpp>
|
#include <com/sun/star/sheet/XPrintAreas.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
#include <rtl/ustring.hxx>
|
#include <rtl/ustring.hxx>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include <com/sun/star/table/CellAddress.hpp>
|
#include <com/sun/star/table/CellAddress.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
#include <rtl/ustring.hxx>
|
#include <rtl/ustring.hxx>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#include <com/sun/star/sheet/XSheetAnnotation.hpp>
|
#include <com/sun/star/sheet/XSheetAnnotation.hpp>
|
||||||
#include <com/sun/star/text/XTextRange.hpp>
|
#include <com/sun/star/text/XTextRange.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
#include <rtl/ustring.hxx>
|
#include <rtl/ustring.hxx>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#include <com/sun/star/drawing/XShape.hpp>
|
#include <com/sun/star/drawing/XShape.hpp>
|
||||||
#include <com/sun/star/sheet/XSheetAnnotationShapeSupplier.hpp>
|
#include <com/sun/star/sheet/XSheetAnnotationShapeSupplier.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace com::sun::star;
|
using namespace com::sun::star;
|
||||||
using namespace com::sun::star::uno;
|
using namespace com::sun::star::uno;
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#include <com/sun/star/sheet/XSheetCellRanges.hpp>
|
#include <com/sun/star/sheet/XSheetCellRanges.hpp>
|
||||||
#include <com/sun/star/sheet/XCellRangesQuery.hpp>
|
#include <com/sun/star/sheet/XCellRangesQuery.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
#include <rtl/ustring.hxx>
|
#include <rtl/ustring.hxx>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#include <com/sun/star/sheet/XSpreadsheets.hpp>
|
#include <com/sun/star/sheet/XSpreadsheets.hpp>
|
||||||
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
|
#include <com/sun/star/sheet/XSpreadsheetDocument.hpp>
|
||||||
#include <com/sun/star/container/XIndexAccess.hpp>
|
#include <com/sun/star/container/XIndexAccess.hpp>
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
using namespace css::uno;
|
using namespace css::uno;
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
#include <com/sun/star/container/XNamed.hpp>
|
#include <com/sun/star/container/XNamed.hpp>
|
||||||
#include <com/sun/star/sheet/XSpreadsheets.hpp>
|
#include <com/sun/star/sheet/XSpreadsheets.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace com::sun::star;
|
using namespace com::sun::star;
|
||||||
using namespace com::sun::star::uno;
|
using namespace com::sun::star::uno;
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#include <com/sun/star/util/XCloseable.hpp>
|
#include <com/sun/star/util/XCloseable.hpp>
|
||||||
|
|
||||||
#include <rtl/ustring.hxx>
|
#include <rtl/ustring.hxx>
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
using namespace css::uno;
|
using namespace css::uno;
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
#include <com/sun/star/style/XStyle.hpp>
|
#include <com/sun/star/style/XStyle.hpp>
|
||||||
|
|
||||||
#include <rtl/ustring.hxx>
|
#include <rtl/ustring.hxx>
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
using namespace css::uno;
|
using namespace css::uno;
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#include <com/sun/star/uno/Reference.hxx>
|
#include <com/sun/star/uno/Reference.hxx>
|
||||||
#include <com/sun/star/uno/Sequence.hxx>
|
#include <com/sun/star/uno/Sequence.hxx>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace com::sun::star;
|
using namespace com::sun::star;
|
||||||
using namespace com::sun::star::uno;
|
using namespace com::sun::star::uno;
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#include <com/sun/star/container/XIndexAccess.hpp>
|
#include <com/sun/star/container/XIndexAccess.hpp>
|
||||||
#include <com/sun/star/sheet/XUniqueCellFormatRangesSupplier.hpp>
|
#include <com/sun/star/sheet/XUniqueCellFormatRangesSupplier.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace com::sun::star;
|
using namespace com::sun::star;
|
||||||
using namespace com::sun::star::uno;
|
using namespace com::sun::star::uno;
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#include <com/sun/star/table/CellRangeAddress.hpp>
|
#include <com/sun/star/table/CellRangeAddress.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace com::sun::star;
|
using namespace com::sun::star;
|
||||||
using namespace com::sun::star::uno;
|
using namespace com::sun::star::uno;
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include <com/sun/star/sheet/XViewFreezable.hpp>
|
#include <com/sun/star/sheet/XViewFreezable.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace com::sun::star;
|
using namespace com::sun::star;
|
||||||
using namespace com::sun::star::uno;
|
using namespace com::sun::star::uno;
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#include <com/sun/star/sheet/XViewPane.hpp>
|
#include <com/sun/star/sheet/XViewPane.hpp>
|
||||||
#include <com/sun/star/table/CellRangeAddress.hpp>
|
#include <com/sun/star/table/CellRangeAddress.hpp>
|
||||||
|
|
||||||
#include "cppunit/TestAssert.h"
|
#include <cppunit/TestAssert.h>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
using namespace css::uno;
|
using namespace css::uno;
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include <com/sun/star/sheet/XViewSplitable.hpp>
|
#include <com/sun/star/sheet/XViewSplitable.hpp>
|
||||||
|
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace com::sun::star;
|
using namespace com::sun::star;
|
||||||
using namespace com::sun::star::uno;
|
using namespace com::sun::star::uno;
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "test/text/xtext.hxx"
|
#include <test/text/xtext.hxx>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
using namespace css::uno;
|
using namespace css::uno;
|
||||||
|
@ -7,11 +7,11 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "test/text/xtextcontent.hxx"
|
#include <test/text/xtextcontent.hxx>
|
||||||
#include <com/sun/star/text/XTextContent.hpp>
|
#include <com/sun/star/text/XTextContent.hpp>
|
||||||
#include <com/sun/star/text/XTextRange.hpp>
|
#include <com/sun/star/text/XTextRange.hpp>
|
||||||
#include <com/sun/star/lang/IllegalArgumentException.hpp>
|
#include <com/sun/star/lang/IllegalArgumentException.hpp>
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
using namespace css::uno;
|
using namespace css::uno;
|
||||||
|
@ -7,9 +7,9 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "test/text/xtextfield.hxx"
|
#include <test/text/xtextfield.hxx>
|
||||||
#include <com/sun/star/text/XTextField.hpp>
|
#include <com/sun/star/text/XTextField.hpp>
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
using namespace css;
|
using namespace css;
|
||||||
using namespace css::uno;
|
using namespace css::uno;
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "test/unoapi_test.hxx"
|
#include <test/unoapi_test.hxx>
|
||||||
|
|
||||||
#include <com/sun/star/util/XCloseable.hpp>
|
#include <com/sun/star/util/XCloseable.hpp>
|
||||||
#include <com/sun/star/frame/Desktop.hpp>
|
#include <com/sun/star/frame/Desktop.hpp>
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#include <com/sun/star/util/XReplaceable.hpp>
|
#include <com/sun/star/util/XReplaceable.hpp>
|
||||||
#include <com/sun/star/util/XReplaceDescriptor.hpp>
|
#include <com/sun/star/util/XReplaceDescriptor.hpp>
|
||||||
#include <com/sun/star/util/XSearchDescriptor.hpp>
|
#include <com/sun/star/util/XSearchDescriptor.hpp>
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
#include <com/sun/star/util/XSearchable.hpp>
|
#include <com/sun/star/util/XSearchable.hpp>
|
||||||
#include <com/sun/star/util/XSearchDescriptor.hpp>
|
#include <com/sun/star/util/XSearchDescriptor.hpp>
|
||||||
#include <com/sun/star/container/XIndexAccess.hpp>
|
#include <com/sun/star/container/XIndexAccess.hpp>
|
||||||
#include "cppunit/extensions/HelperMacros.h"
|
#include <cppunit/extensions/HelperMacros.h>
|
||||||
|
|
||||||
#include <test/util/xsearchable.hxx>
|
#include <test/util/xsearchable.hxx>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#include <vcl/svapp.hxx>
|
#include <vcl/svapp.hxx>
|
||||||
#include <comphelper/threadpool.hxx>
|
#include <comphelper/threadpool.hxx>
|
||||||
|
|
||||||
#include <isheadless.hxx>
|
#include "isheadless.hxx"
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user