|
LibreOffice Module test (master) 1
|
#include <test/sheet/xsheetoutline.hxx>#include <com/sun/star/sheet/XSpreadsheet.hpp>#include <com/sun/star/table/CellRangeAddress.hpp>#include <com/sun/star/table/XCellRange.hpp>#include <com/sun/star/sheet/XCellRangeAddressable.hpp>#include <com/sun/star/table/TableOrientation.hpp>#include <com/sun/star/sheet/XSheetCellRanges.hpp>#include <com/sun/star/sheet/XSheetOutline.hpp>#include <com/sun/star/sheet/XCellRangesQuery.hpp>#include <cppunit/TestAssert.h>#include <rtl/ustring.hxx>Go to the source code of this file.
Namespaces | |
| namespace | apitest |
Functions | |
| static OUString | apitest::getVisibleAddress (uno::Reference< sheet::XSpreadsheet > const &xSheet, const OUString &aLevelRangeString) |
| static table::CellRangeAddress | apitest::getAddressFromRangeString (uno::Reference< sheet::XSpreadsheet > const &xSheet, const OUString &aStringAddress) |
Variables | |
| constexpr OUStringLiteral | apitest::colLevel1 = u"OutlineSheet.A1:Z1" |
| constexpr OUStringLiteral | apitest::colLevel2 = u"OutlineSheet.C1:W1" |
| constexpr OUStringLiteral | apitest::colLevel3 = u"OutlineSheet.E1:U1" |
| constexpr OUStringLiteral | apitest::colLevel4 = u"OutlineSheet.G1:S1" |
| constexpr OUStringLiteral | apitest::rowLevel1 = u"OutlineSheet.A1:A30" |
| constexpr OUStringLiteral | apitest::rowLevel2 = u"OutlineSheet.A3:A27" |