genrule( name = 'juh-src', cmd = ' && '.join([ 'cd $TMP', 'echo "FAKE SOURCE ARCHIVE" > README', 'zip -qr $OUT *', ]), out = 'juh-src.jar', visibility = ['PUBLIC'], ) genrule( name = 'juh-javadoc', cmd = ' && '.join([ 'cd $TMP', 'echo "FAKE JAVADOC ARCHIVE" > README', 'zip -qr $OUT *', ]), out = 'juh-javadoc.jar', visibility = ['PUBLIC'], ) ogo' rowspan='2'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sfx2/source/bastyp/sfxhtml.cxx
AgeCommit message (Expand)Author
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-13use more string_view in sfx2Noel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2020-09-11convert IMAP_OBJ to scoped enumNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: sfx2Stephan Bergmann
2020-01-02tdf#42949 Fix IWYU warnings in sfx2/source/[b-c]*/*cxxGabor Kelemen
2019-02-07loplugin:flatten in sfx2Noel Grandin
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-10Use already available start index of substringMatteo Casalin
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-10-15add SvStream::TellEndNoel Grandin
2018-09-10loplugin:simplifyconstruct in sfx2..starmathNoel Grandin
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke
2018-08-15pass IMapObject around by std::unique_ptrNoel Grandin
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin
2017-10-23loplugin:includeform: sfx2Stephan Bergmann
2017-07-25convert UNO event ids to scoped enumNoel Grandin
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin
2017-05-15loplugin:useuniqueptrNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-21convert HTML_OPTION_IDS to scoped enumNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-06templatize HTMLEnumOption::GetEnum methodsNoel Grandin