/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ #include #include #include #include #include #include #include using namespace css; using namespace css::uno; namespace apitest { void XScenarioEnhanced::testGetRanges() { uno::Reference xSE(getScenarioSpreadsheet(), UNO_QUERY_THROW); uno::Sequence aCellRangeAddr = xSE->getRanges(); CPPUNIT_ASSERT_MESSAGE("No ranges found", aCellRangeAddr.hasElements()); CPPUNIT_ASSERT_EQUAL_MESSAGE("Wrong CellRangeAddres", table::CellRangeAddress(1, 0, 0, 10, 10), aCellRangeAddr[0]); } } /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ value='distro/collabora/co-22.05'>distro/collabora/co-22.05 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-08-24 22:49:15 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-08-24 23:23:22 +0200
commite5a1db22b7e114706f4b7cbeb243c10c96cac3be (patch)
tree74c04946b808510cc8b9cae109e6f50cb0b572ba
parentb55ddde65dfb9374b2c861fa5dcb38bf85087b49 (diff)
update translations for 5.4.1 rc2 libreoffice-5-4-1
and force-fix errors using pocheck Change-Id: I757f8fd738860dc4b9acd543e4e00de668bb1e69 (cherry picked from commit 1f0ab2c64b5590f8d762b41b63f3ce1f8c6ac077)