Date: prev next · Thread: first prev next last
August 2016 Archives by date, by thread · List index


Lcov report generator for master - Build # 551 - Fixed:

Changes for Build #550
[tabe] VisitChildren() only for SmStructureNode

[justin_luth] treat even/odd header/footer enabled documents the same as others

[Stephan Bergmann] Break test::setUpVcl into a test-setupvcl library of its own

[Stephan Bergmann] tdf#99402: fix Metafile Font handling

[Stephan Bergmann] Let OUStringLiteral1 take its arg as ctor arg, not template arg

[David Tardon] add vsdx

[David Tardon] drop extraneous acquire

[David Tardon] fix copypasta

[David Tardon] remove useless (and wrong) comment

[Noel Grandin] convert DescriptionGenerator::PropertyType to scoped enum

[Noel Grandin] convert ActionDescriptionProvider::ActionType to scoped enum

[Noel Grandin] convert ExpressionFunct to scoped enum

[Noel Grandin] convert DbGridControl::Option to scoped enum

[Noel Grandin] convert DbGridControl::NavigationBar::State to scoped enum

[Noel Grandin] convert SdrEdgeLineCode to scoped enum

[Noel Grandin] convert RECT_POINT to scoped enum

[tml] Bin noise comment and superfluous newline

[tabe] Every composite node is of type SmStructureNode

[tml] No reason why these functions can't be static, too

[tml] Bin some noise comments

[tml] Clarify what the error code actually is

[Stephan Bergmann] Avoid UBSan "left shift of 65536 by 16 places cannot be represented...

[vmiklos] Related: tdf#44986 DOCX import: handle w:gridAfter by faking cells

[caolanm] fftester: non-contiguous cells

[quikee] tdf#90497 Unhide document themes sidebar design deck

[vmiklos] tdf#91083 ww8import: set table keep/split properties if emulated


Changes for Build #551
[Thorsten Behrens] cleanup: remove bin/lo-generate-source-tarball

[caolanm] Resolves: tdf#96369 don't superscript ordinals for mixed text and

[caolanm] can declare default dtor as virtual now I belive

[caolanm] default dtor and assignment are ok here

[mstahl] sw: fix build, missing fmtlsplt.hxx

[mstahl] tdf#101589 MS import: set 1-row table to don't split if row is set

[Stephan Bergmann] Hack for shaky VCL test under ASan

[Stephan Bergmann] loplugin:implicitboolconversion

[Noel Grandin] loplugin:countusersofdefaultparams

[mstahl] Makefile: improve JAVA_HOME check

[mstahl] tdf#96248 delete SfxPoolItems with Which Id >= 4000

[vmiklos] gtktiledviewer: don't crash on unimplemented tracked change list

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (basic)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (chart2)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (cppcanvas)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (cui)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (desktop)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (editeng)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (filter)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (forms)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (i18npool)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (oox)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (opencl)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (package)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (sax)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (sc)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (scaddins)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (sd)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (starmath)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (svl)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (svtools)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (svx)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (tools)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (unoidl)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (unotools)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1 (vcl)

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1

[Stephan Bergmann] loplugin:stringconstant: adapt to improved OUStringLiteral1

[Stephan Bergmann] Fix placement of EXTRA_ENV_VARS

[Stephan Bergmann] Disable CppunitTest_vcl_wmf_test under --enable-merglibs for now

[vmiklos] sc lok: implement getCommandValues(.uno:AcceptTrackedChanges) API

[mstahl] Translate some German comments and messages

[markus.mohrhard] add HYPERLINK test case

[markus.mohrhard] tdf#64145 Add empty subtitle string as default

[erack] use static LanguageTag::convertTo...() instead of LanguageTag().get...()

[khaledhosny] tdf#56403: Text is right aligned in RTL locales

[erack] Resolves: tdf#83376 do not let linguistic tools fall back to known

[caolanm] default assignment and ctor are fine here

[caolanm] silence coverity#1371204 Missing move assignment operator

[caolanm] rework for coverity#1371269 Missing move assignment operator

[caolanm] coverity#1371300 Missing move assignment operator

[caolanm] declare default dtor as virtual

[caolanm] default assignment operator is fine

[caolanm] no point in these dtors being virtual

[caolanm] default dtors are fine here

[caolanm] Resolves: tdf#97055 hyphenation claims its already active after closing

[erack] Related: tdf#83376 fallback to known in linguistic context is wrong,

[erack] pass the already available bcp47 string instead of yet another

[erack] calling set::find() before set::insert() is unwise

[mstahl] Revert "fftester: non-contiguous cells"

[erack] construct only when needed

[mstahl] tdf#76349 writer: make 1column-as-page break a compatibility option

[anistenis] tdf#101237 SVGIO: Use black as default when parents' fill...

[erack] LanguageType is unsigned int16

[erack] return const&

[mstahl] Revert "fftester: empty tabbox protection"

[gerrit buildbot] Updated core Project: translations 

[Christian Lohmaier] add Venetian (vec) ui language

[Thorsten Behrens] Ignore schema files for src tarball generation

[momonasmon] gtk3: Implement menubar hiding

[Noel Grandin] store : Replace store::swap with std::swap

[Noel Grandin] store: remove STORE_IMPL_ISP2 and STORE_IMPL_CONCAT.

[Noel Grandin] Improve polynomial trendline equation representation

[Noel Grandin] Get rid of a pointless indirect function pointer variable

[Noel Grandin] convert XmlReader::State to scoped enum

[Noel Grandin] remove the SwMoveFnCollection* typedefs

[Noel Grandin] convert SwDocPositions to scoped enum

[Noel Grandin] convert FindRanges to o3tl::typed_flags_set

[Noel Grandin] Get rid of a pointless indirect function pointer variable

[Noel Grandin] Get rid of a pointless indirect function pointer variable

[Noel Grandin] Get rid of a pointless indirect function pointer variable

[Noel Grandin] Get rid of a pointless indirect function pointer variable

[Noel Grandin] Get rid of a pointless indirect function pointer variable

[Noel Grandin] inline some get-function-pointer-collection functions

[Noel Grandin] fix build

[caolanm] fftester: non-contiguous cells, lets keep the test case though

[caolanm] Resolves: tdf#98097 no tooltip for colors in "Recent" colors area

[vmiklos] writerfilter: use sal_Size for offset values in

[caolanm] build fix

[Stephan Bergmann] Remove irrelevant comment

[Noel Grandin] fix windows build

[tabe] Replace use of our own SmNodeIterator with range-based for loop

[Stephan Bergmann] loplugin:stringconstant

[gerrit buildbot] Updated core Project: help  c122aa7574e363c9dce332f1ca8b69b1cccde202

[caolanm] Resolves: tdf#98100 no valueset tooltips with extended tips...

[Stephan Bergmann] loplugin:stringconstant

[quikee] opengl: remove unsused "bitmap ops" in GL backend

[vmiklos] lokdocview: handle empty LOK_CALLBACK_DOCUMENT_SIZE_CHANGED payload




Check console output at http://ci.libreoffice.org/job/internal_lcov_master/551/ to view the results.
-- 
To unsubscribe e-mail to: libreoffice-ci+unsubscribe@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/libreoffice-ci/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.