From c82de8f8eb39d72394c82b1a29c8566f42302867 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 12 Jan 2012 04:28:55 +0100 Subject: add test for range name import, related fdo#42624 this adds range names referencing range names that are loaded after the referencing range name --- sc/qa/unit/data/contentCSV/rangeExp_Sheet2.csv | 1 + sc/qa/unit/data/ods/named-ranges-global.ods | Bin 8379 -> 8476 bytes sc/qa/unit/data/xls/named-ranges-global.xls | Bin 7168 -> 7168 bytes sc/qa/unit/data/xlsx/named-ranges-global.xlsx | Bin 5631 -> 5665 bytes 4 files changed, 1 insertion(+) (limited to 'sc') diff --git a/sc/qa/unit/data/contentCSV/rangeExp_Sheet2.csv b/sc/qa/unit/data/contentCSV/rangeExp_Sheet2.csv index 24778a9e8e5e..f6d5971b0fed 100644 --- a/sc/qa/unit/data/contentCSV/rangeExp_Sheet2.csv +++ b/sc/qa/unit/data/contentCSV/rangeExp_Sheet2.csv @@ -3,3 +3,4 @@ 0 1, 2, 3 4, 5, 6 +5 diff --git a/sc/qa/unit/data/ods/named-ranges-global.ods b/sc/qa/unit/data/ods/named-ranges-global.ods index 8a8bbe29c310..84f79ac03161 100644 Binary files a/sc/qa/unit/data/ods/named-ranges-global.ods and b/sc/qa/unit/data/ods/named-ranges-global.ods differ diff --git a/sc/qa/unit/data/xls/named-ranges-global.xls b/sc/qa/unit/data/xls/named-ranges-global.xls index 993c8afad546..7ab1b7bd4065 100644 Binary files a/sc/qa/unit/data/xls/named-ranges-global.xls and b/sc/qa/unit/data/xls/named-ranges-global.xls differ diff --git a/sc/qa/unit/data/xlsx/named-ranges-global.xlsx b/sc/qa/unit/data/xlsx/named-ranges-global.xlsx index e3fa9fb32378..3bb0cbcd7506 100644 Binary files a/sc/qa/unit/data/xlsx/named-ranges-global.xlsx and b/sc/qa/unit/data/xlsx/named-ranges-global.xlsx differ -- cgit ro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unoidl/source/sourcefileprovider.hxx
AgeCommit message (Expand)Author
2022-04-22address review comments on "use more string in unoidl.."Noel Grandin
2022-04-21use more string_view in unoidl,codemakerNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2020-11-18tdf#123936 Formatting files in module unoidl with clang-formatPhilipp Hofer
2020-10-18tdf#124176: Using pragma oncemariamfahmy
2020-05-10compact namespace in ucb..uuiNoel Grandin
2017-10-23loplugin:includeform: unoidlStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2013-11-05fixincludeguards.sh: uno*Thomas Arnhold
2013-09-17WIP: additional unoidl::Provider that directly reads a single .idl fileStephan Bergmann