Date: prev next · Thread: first prev next last
September 2015 Archives by date, by thread · List index


Tinderbox on Master for Windows - Build # 3548 - Fixed:

Changes for Build #3537
[michael.meeks] OpenGL: use CHECK_GL_ERROR() only when a context is bound.


Changes for Build #3538
[michael.meeks] OpenGL: use CHECK_GL_ERROR() only when a context is bound.

[gerrit buildbot] Updated core

[erack] TableRef: for header-less ScDBData generate table column names already

[erack] TableRef: add unit tests for column names updates and header-less

[erack] factor out duplicated code into NamedDBs::initInserted()


Changes for Build #3539
[markus.mohrhard] tdf#39468 translated german comments in hintwin.cxx and notemark.cxx

[markus.mohrhard] tdf#39468 translated german comments in printfun.cxx and tabcont.cxx

[markus.mohrhard] tdf#39468 translated german comments in preview.cxx and prevwsh.cxx


Changes for Build #3540
No changes

Changes for Build #3541
[Stephan Bergmann] Remove unused function params

[Stephan Bergmann] Get rid of OSL_UNUSED

[Stephan Bergmann] Get rid of connectivity's diagnose_ex.h

[tml] WaE: loplugin:stringconstant


Changes for Build #3542
[vmiklos] sw: use std::unique_ptr<> in undo

[andras.timar] tdf#90839: support for wrapped text in data labels and for centered data value

[tml] WaE: loplugin:stringconstant

[Noel Grandin] convert Link<> to typed

[Noel Grandin] convert Link<> to typed

[Noel Grandin] convert Link<> to typed

[Noel Grandin] convert Link<> to typed

[Noel Grandin] convert Link<> to typed

[Stephan Bergmann] clang-analyzer-deadcode.DeadStores

[Noel Grandin] remove unused Link<> fields

[Noel Grandin] remove unused Link<> field

[Noel Grandin] convert Link<> to typed

[Noel Grandin] tdf#93243 replace boost::bind with C++11 lambdas in drawsh2.cxx

[Noel Grandin] testtools: tdf#88206 replace cppu::WeakImplHelper*

[caolanm] speed up eps testing

[Noel Grandin] unotools: tdf#88206 replace cppu::WeakImplHelper*

[Noel Grandin] ucb: tdf#88206 replace cppu::WeakImplHelper* etc.

[Noel Grandin] sw: tdf#88206 replace cppu::WeakImplHelper* etc.

[Stephan Bergmann] clang-analyzer-deadcode.DeadStores

[caolanm] Resolves: tdf#93887 distinguish between empty selection lost selection

[Stephan Bergmann] Fix previous commit

[Stephan Bergmann] Avoid needless incompatible change

[Katarina.Behrens] tdf#92649: Converted pointers to unique_ptr's in vcl/unx/kde4

[Stephan Bergmann] clang-analyzer-deadcode.DeadStores

[Stephan Bergmann] clang-analyzer-deadcode.DeadStores

[tml] Revert "add some warnings to non-implemented features"

[caolanm] stray debugging lines

[vmiklos] vcl: restore lost hunk in Scheduler::ImplStartTimer()

[caolanm] no point in reminding me now, we shipped a while back

[Stephan Bergmann] SdrObjEditView::IsTextEditHit effectively ignores its nTol argument

[mstahl] tdf#92036: sw: fix idle spelling loop


Changes for Build #3543
[Stephan Bergmann] clang-analyzer-deadcode.DeadStores

[mstahl] externals: remove various obsolete MSVC2012 specific flags

[Stephan Bergmann] clang-analyzer-deadcode.DeadStores

[mstahl] sw: Help vs 2015 with virtual base inheritance

[mihai.varga] LOK: moved the decalaration of LibLODocument_Impl to make it visible

[gerrit buildbot] Updated core

[Stephan Bergmann] Missing break?

[Stephan Bergmann] clang-analyzer-deadcode.DeadStores

[Stephan Bergmann] clang-analyzer-deadcode.DeadStores

[mstahl] sw: replace boost::ptr_vector with std::vector


Changes for Build #3544
[markus.mohrhard] structure for vba export

[markus.mohrhard] export first vba records

[markus.mohrhard] really call the vba export

[markus.mohrhard] PROJECTLCID record

[markus.mohrhard] PROJECTLCIDINVOKE record

[markus.mohrhard] PROJECT CODE PAGE record

[markus.mohrhard] work on correct codepage handling

[markus.mohrhard] PROJECTNAME record

[markus.mohrhard] 0x02 is OSX, 32bit Windows is 0x01

[markus.mohrhard] better string export

[markus.mohrhard] PROJECTDOCSTRING record

[markus.mohrhard] PROJECT HELP FILE PATH record

[markus.mohrhard] PROJECT HELP CONTEXT record

[markus.mohrhard] PROJECT LIBFLAGS record

[markus.mohrhard] PROJECT VERSION record

[markus.mohrhard] PROJECT CONSTANTS record

[markus.mohrhard] implement utf16 string export

[markus.mohrhard] implement VBA Compression algorithm

[markus.mohrhard] reference name 1

[markus.mohrhard] add two todo for later

[markus.mohrhard] reference registered record

[markus.mohrhard] next reference record

[markus.mohrhard] project modules record - project cookie record

[markus.mohrhard] add more todo

[markus.mohrhard] module name record

[markus.mohrhard] module name unicode record

[markus.mohrhard] add more todo

[markus.mohrhard] module stream name record

[markus.mohrhard] add todo

[markus.mohrhard] module doc string record

[markus.mohrhard] module offset record

[markus.mohrhard] more todo

[markus.mohrhard] module help context record

[markus.mohrhard] module cookie record

[markus.mohrhard] module type record

[markus.mohrhard] termination

[markus.mohrhard] modified to implement more module records

[markus.mohrhard] implementing the second module

[markus.mohrhard] implementing the third module - sheet1

[markus.mohrhard] implementing the fourth module - sheet2

[markus.mohrhard] implementing the fifth module - sheet3

[markus.mohrhard] termination of dir stream

[markus.mohrhard] fix small glitch

[markus.mohrhard] extract compression methods to make them testable

[markus.mohrhard] also write the chunks to the compressed stream

[markus.mohrhard] fix my horrible chunk header code

[markus.mohrhard] add first vba compression test

[markus.mohrhard] write compressed stream to a temporary file

[markus.mohrhard] add one more test for vba compression

[markus.mohrhard] fix some of the vba compression tests

[markus.mohrhard] add complext vba compression test

[markus.mohrhard] forgot to add the test makefile

[markus.mohrhard] list all libraries used in the document

[markus.mohrhard] also log the module type

[markus.mohrhard] export the vba OLE container correctly

[markus.mohrhard] add test from the VBA spec for the compression algorithm

[markus.mohrhard] add another test from the VBA spec for the compression code

[markus.mohrhard] add remaining test from spec for vba compression

[markus.mohrhard] small refactoring in the vba export code

[markus.mohrhard] get correct vba project name

[markus.mohrhard] we don't need that code anymore

[markus.mohrhard] no need to warn anymore as we can save VBA now

[markus.mohrhard] remove more warnings about vba export

[markus.mohrhard] introduce mode to save vba stream also to xls files

[markus.mohrhard] handle different callers for vba export code

[markus.mohrhard] Write _VBA_PROJECT stream to a binary file

[markus.mohrhard] also dump the module source code

[markus.mohrhard] Make the existing code generic

[markus.mohrhard] Export the module streams

[markus.mohrhard] Fix the module export code

[markus.mohrhard] Export PROJECTwm stream

[markus.mohrhard] remove unused using statements

[markus.mohrhard] copy the vba stream to the xlsx file

[markus.mohrhard] the correct stream name is PROJECTwm

[markus.mohrhard] Export the PROJECT stream

[markus.mohrhard] pass objects by const reference

[markus.mohrhard] remove vba header from source code

[markus.mohrhard] always write \r\n instead of \n for source code in vba export

[markus.mohrhard] remove old comment

[markus.mohrhard] Related: tdf#93676 in msword chart appears with axis positioned between ticks

[Stephan Bergmann] Remove unused "#ifndef ENUM_*_DECLARED" wrapping

[tml] WaE: Unreferenced externally visible function definition [loplugin:unreffun]

[david] oox: workaround C2249 error on MSVC 14.0

[Noel Grandin] convert Link<> to typed

[Noel Grandin] remove unused Link<> field

[Noel Grandin] convert Link<> to typed

[Noel Grandin] convert Link<> to typed, and introduce LinkParamNone

[Noel Grandin] convert Link<> to typed

[Noel Grandin] convert Link<> to typed

[Noel Grandin] loplugin:cstylecast

[Noel Grandin] loplugin:literaltoboolconversion

[Noel Grandin] loplugin:staticmethods

[Noel Grandin] loplugin:cstylecast

[Noel Grandin] -Werror,-Wunused-variable

[Stephan Bergmann] Missing include

[Noel Grandin] tdf#93243 replace boost::bind with C++11 lambdas in unoshape.cxx

[vmiklos] desktop: enable CppunitTest_desktop_lib only on Linux

[vmiklos] sw: use std::unique_ptr<> in text

[caolanm] fix size check related hang

[michael.meeks] Fixup low-prio idle's effect on min-period.

[mihai.mv13] LOK: added a general getCommandValues method

[mihai.mv13] LOK: getFonts method

[Stephan Bergmann] Attempt at making CppunitTest_sc_macros_test work again


Changes for Build #3545
[markus.mohrhard] oox: work around Android build problem

[caolanm] Wizzard->Wizzard


Changes for Build #3546
[caolanm] fix windows build


Changes for Build #3547
[caolanm] include algorithm for std::min

[Noel Grandin] convert Link<> to typed


Changes for Build #3548
[caolanm] this FindFlyFrm variant returns the Selected FlyFrm

[Noel Grandin] remove unused Link<> field

[vmiklos] windows opengl: mpCurrentProgram seen as 0

[vmiklos] windows opengl: mpProgram seen as 0

[mstahl] vcl: fix utterly mysterious error C2064 term does not evaluate




Check console output at http://ci.libreoffice.org/job/lo_tb_master_win/3548/ 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.