Using prism.js for Basic code highlight http://prismjs.com License MIT (see prism.js) Download page http://prismjs.com/download Theme: Coy Languages to download: Visual Basic + Python + defaults pre-sets Plugins: line numbers, normalize-whitespace: configure after https://prismjs.com/plugins/normalize-whitespace/ Prism.plugins.NormalizeWhitespace = new NormalizeWhitespace({ 'remove-trailing': true, 'remove-indent': true, 'left-trim': true, 'right-trim': true, /*'break-lines': 80, 'indent': 2,*/ 'remove-initial-line-feed': true, /*'tabs-to-spaces': 4, 'spaces-to-tabs': 4*/ }); Usage: Add prism.js and prism.css to html page, Add class 'language-visual-basic' and 'line-numbers' to as in
ro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/reportdesign/qa/complex
nded loplugin:ostr: Automatic rewrite O[U]StringLiteral: testtools
AgeCommit message (Expand)Author
2019-08-12Fix typosAndrea Gelmini
2018-08-15Fix typo: s/an other/another/gAndrea Gelmini
2015-06-05Let JUnit take care of exceptionsNoel Grandin
2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara
2015-01-05java: remove more dead codeNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-08java: remove unused importsNoel Grandin
2014-08-08java: remove unused variablesNoel Grandin
2014-08-08java: remove unused fieldsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
Stephan Bergmann
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski
2023-05-27Use getXWeak in testtoolsMike Kaganski
2023-01-20Related: rhbz#2136459 use a value which is exactly representable as a floatCaolán McNamara
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI
2023-01-04Rudimentary support for dynamic_cast on UNO proxy objectsStephan Bergmann
2023-01-04Missing test dependenciesStephan Bergmann
2023-01-03Move manual bridgetest_inprocess_java to automatic CustomTarget_uno_test checkStephan Bergmann
2022-08-13clang-tidy modernize-pass-by-value in variousNoel Grandin
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann
2022-05-03Just use Any ctor instead of makeAny in testtoolsStephan Bergmann
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-04-02Recheck modules t* with IWYUGabor Kelemen
2022-02-15tdf#145759 Use symbolic constants instead of magic numerical constantsKunal Pawar
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann