summaryrefslogtreecommitdiff
path: root/test/source/sheet
AgeCommit message (Expand)AuthorFilesLines
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: testStephan Bergmann6-31/+31
2023-10-19Presumed loplugin:cppunitassertequalsStephan Bergmann1-4/+4
2023-06-29tdf#73537 - sc: show author and creation date in calc commentsBalazs Varga1-1/+1
2023-06-26new loplugin:constexprliteralNoel Grandin5-20/+20
2023-05-23Don't even bother to introduce unused variablesStephan Bergmann1-2/+1
2023-04-14loplugin:stringviewparam improvementsNoel Grandin1-4/+7
2023-03-13Use a more reasonable type for XDataPilotDescriptor::checkName nIndex parameterStephan Bergmann1-3/+2
2023-02-16Only specialize CppUnit::assetion_traits<T>::toString member functionsStephan Bergmann1-22/+11
2022-10-24UnoApiTest: factor out common codeXisco Fauli1-4/+1
2022-10-06[API CHANGE] Resolves tdf#131136 - Remove option "Use printer metrics"Heiko Tietze1-1/+0
2022-05-03Just use Any ctor instead of makeAny in testStephan Bergmann1-1/+1
2022-05-03tdf#99708 Save formula bar height to documentSamuel Mehrbrodt1-0/+10
2021-11-29tdf#132145: Synchronize ScAppCfg with configurationMike Kaganski1-36/+13
2021-11-28tdf#132145: Synchronize ScPrintCfg with configurationMike Kaganski1-44/+30
2021-11-27tdf#132145: Synchronize ScInputCfg with configurationMike Kaganski1-103/+58
2021-10-31Prepare for removal of non-const operator[] from Sequence in testMike Kaganski17-78/+76
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-1/+1
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski1-1/+1
2021-10-09Typo: *adress* -> *address* (except from not translated German parts)Julien Nabet1-21/+21
2021-10-02tdf#144758: default value for 'table:orientation' attribute is 'row'Mike Kaganski1-1/+1
2021-07-11editengine-columns: tdf#143258 Fix handling rotated textMike Kaganski1-1/+1
2021-06-08editengine-columns: Implement layoutMike Kaganski1-1/+1
2021-04-09tdf#119457 - check for a valid range name and cell referenceAndreas Heinisch1-0/+7
2021-03-25const OUString -> const OUStringLiteralMike Kaganski5-20/+20
2021-03-05tdf#139734 Remove redundant asserts after functions loadFromDesktop and loadMoaz1-3/+0
2021-02-17loplugin:referencecasting in test..toolkitNoel1-4/+2
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-2/+2
2020-12-11Strength-reduce some OUStringToOString("..."+...)Stephan Bergmann1-1/+1
2020-11-18tdf#123936 Formatting files in module test with clang-formatPhilipp Hofer13-131/+111
2020-11-17loplugin:stringviewparam check methods tooNoel1-1/+1
2020-10-31Improve 'resize with cell' handlingRegina Henschel1-1/+1
2020-09-26Fix typo in codeAndrea Gelmini1-2/+2
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-6/+6
2020-08-31Fix typo in codeAndrea Gelmini1-3/+3
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2-9/+9
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-12/+10
2020-08-11loplugin:flattenNoel Grandin1-14/+12
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: testStephan Bergmann1-3/+3
2020-06-05Upcoming loplugin:elidestringvar: testStephan Bergmann5-34/+16
2020-05-29Fix order of some CPPUNIT_ASSERT_EQUAL argumentsStephan Bergmann1-4/+4
2020-05-10Fix typoAndrea Gelmini1-1/+1
2020-04-26Fix typo in codeAndrea Gelmini1-1/+1
2020-03-05Fix typoAndrea Gelmini1-3/+3
2020-03-03remove some dead codeNoel Grandin1-65/+0
2020-02-10cppcheck: redundantInitialization in XSheetCondition::testGetSetOperator()Muhammet Kara1-1/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+2
2019-12-19tdf#42949 Fix IWYU warnings in test/Gabor Kelemen101-176/+99
2019-12-06Test results across all imported and inserted sheets.Eike Rathke1-0/+54
2019-12-06Swap expected and actual valuesEike Rathke1-8/+8