summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-12-30writerfilter: boost::shared_ptr -> c++11 std::shared_ptrMiklos Vajna
Change-Id: Ib5649d8979093bb147c61eebcf95a472ad899672
2014-12-30upload libmspub 0.1.2David Tardon
Change-Id: I2cbba2a2dc8d2763ddfe982890be52f9fcea4ae1
2014-12-30i#93570 DOC import: handle commented text ranges via RES_FLTR_ANNOTATIONMARKMiklos Vajna
And add a minimal reproducer that shows how the old way was broken. Change-Id: Ic2dadf9905d603b0fd0573651b235ecd5dd70e71
2014-12-30i#93570 DOC import: tokenize PlcfAtnBkf and PlcfAtnBklMiklos Vajna
So that later SwWW8ImplReader can read these structures in a way similar to bookmarks. Change-Id: I8e5bc804832b944336701ac12fe6cb50e17c6b94
2014-12-30i#93570 sw: add RES_FLTR_ANNOTATIONMARKMiklos Vajna
As commit b1cd83c625a2afeb9da43cc9745d79c01963c797 (fix crash loading ooo#93570-3.doc, 2014-07-04) notes, the way how we map WW8 CP indexes to sw character positions is working only in the very simple cases. However, to do that properly, we need a way to store the start position of an annotation mark before we create it, so add a RES_FLTR_ANNOTATIONMARK that can do so. Change-Id: I7cb3564621803fef9a76edaac48773cab7649ee8
2014-12-30fdo#84229 - don't set error when seeking beyond end of valid data.Michael Meeks
XclImpStream and elsewhere does an initial seek to the end, then a tell to work out the true length of the stream. In order to let us attempt to rescue data from the beginning of otherwise corrupt / truncated streams, we should avoid setting an error here. Interestingly, we also (probably) don't want to return the true length of the valid data - as this is how SotStorage has worked historically. Change-Id: Ie0ff0e183220b81871ae3bf83980a24b57ac8694
2014-12-30fdo#84229 - add sot storage unit test.Michael Meeks
Change-Id: Ic11c397984602bf8a2e292bc901cd7bf71ad555d
2014-12-30DockingWindow will need a timer after allCaolán McNamara
to update layout after initial show when contents change Change-Id: I8edbe84fa366cdb04dbfe5e479dc01cbf04dbf4c
2014-12-30convert RID_SVXFLOAT_3D docking window to .uiCaolán McNamara
This is an epic dialog with lots of moving parts Change-Id: I4e53580ac5b01f4a717d2fe594a18c8e83b45a6f
2014-12-30Updated coreCaolán McNamara
Project: help 45bd6c6e23810a5778b23b3bf1c2f30e37d0021c
2014-12-30Build external libs statically in the DISABLE_DYNLOADING caseTor Lillqvist
Fixes build for iOS. In theory, it is a bit unclear whether DISABLE_DYNLOADING means to 1) not build any dynamic libraries at all, not even of bundled 3rd-party libraries, or 2) not build any own dynamic libraries, including dynamically loaded UNO components, while still building 3rd-party libraries as dynamic. But in practice, a use case for the latter is nonexistent, nobody uses --disable-dynamic-loading in their autogen.input, and DISABLE_DYNLOADING is turned on automatically for iOS and Android. What we want for iOS, for an LO-based app, is to not build any dynamic libraries at all, but produce a single executable. Correspondingly for Android, at least currently, we want to produce a single dynamic library. Change-Id: I7af4c3e53b13439612bb57bbb0fc8b118bda96bd
2014-12-30Access2Base - CommandBars collection - show/hide toolbarsJean-Pierre Ledure
Addition of CommandBars collection Addition of CommandBar class
2014-12-30removed duplicate entries found in menuids3_tmpl.srcYousuf Philips
Change-Id: I28d5bc9e8ddeb7ef42d608e55a63762657dfbf51 Reviewed-on: https://gerrit.libreoffice.org/13700 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-30Related fdo#87789: groups should appear like views and not like tablesJulien Nabet
Change-Id: I4f8d7e2bec006e6d0a0041e2145aa0920f64aa57
2014-12-30upload libwps 0.3.1David Tardon
Change-Id: Ifc0218b76f9b330185986bf4c7137f4f9a2f1081
2014-12-30correct test for fdo#81195Markus Mohrhard
Change-Id: I961603e3ea20aae4f12705c2656864dcbe8e1eca
2014-12-30add test for fdo#81195Markus Mohrhard
Change-Id: If19f4067d53c2c614f6afcc0d6349db6ec2fd602
2014-12-30use the correct tab for sheet local names, fdo#81195Markus Mohrhard
Change-Id: I7e8b7ed552a37c6d9c6ce7c75765267b343d508c
2014-12-30drop an unused defineTakeshi Abe
Change-Id: I8d34dd364de81c7adeddfd3a8ff0fb8c8b08a5d4
2014-12-30add test for fdo#84556Markus Mohrhard
Change-Id: I9b3af4f66513fff437facd17c0758ee92ac5744d
2014-12-30relative refs wrap around in xls, fdo#84556Markus Mohrhard
Change-Id: If84d468d4bd55ed55ccd517d0b078d283a1a9c38
2014-12-29fdo#85182 : default focus on folder rather than filenameSzymon Kłos
Change-Id: I84a2b6dd3f7045f1e95e6d45226797c33231552b Reviewed-on: https://gerrit.libreoffice.org/13685 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-29fdo#86592 Fix radio button’s groupsAdolfo Jayme Barrientos
Change-Id: I861a8f38adf8bb2bda193befe100ba535eef83ba Reviewed-on: https://gerrit.libreoffice.org/13691 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-29MSWordExportBase: Value stored to 'bPostponeWritingText' is never readMiklos Vajna
Change-Id: I8289d728dd60f2fd127c01956990a01250d4e773
2014-12-29HUMAN: improve the look of the default icon set used in ubuntuYousuf Philips
Change-Id: I5de4bce2632a94d0a94b4d8212525e9a35790ca0 Reviewed-on: https://gerrit.libreoffice.org/13689 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-29"NOMINMAX" is not used [-Werror=unused-macros]Julien Nabet
So let's let this for Windows only Change-Id: I1f76e03b0e3431a6954a75f5cb247ef1a1644a28
2014-12-29add test for fdo#80091Markus Mohrhard
Change-Id: I8b62c0980275537adea7a4de44d4fe86995da92f
2014-12-29handle relative refs correctly in xls import, fdo#80091Markus Mohrhard
Change-Id: Ia70f96e1d31e71c56f03c828be0a4e49fff4b198
2014-12-28try to fix windows buildMarkus Mohrhard
2014-12-28std::remove_if not usedJulien Nabet
Change-Id: I363ac477d364a1b428ebe5181973ff28dc3f4a77
2014-12-28Factor out SwFmtCol::dumpAsXml() from docnodeMiklos Vajna
Change-Id: Ic41b981c989aec658e95889b72bd76ecacb13a9a
2014-12-28Factor out SwFmtWrapInfluenceOnObjPos::dumpAsXml() from docnodeMiklos Vajna
Change-Id: I8c52801178c5cf80398a19ebe40d336c69db8065
2014-12-28Factor out SwFmtFollowTextFlow::dumpAsXml() from coreMiklos Vajna
Change-Id: Iafd2db5d878857c517e79f84b8c9c6a806ccfe4b
2014-12-28RtfFilter::filter: don't leak pInMiklos Vajna
Change-Id: I2510cd7faa48c0287498bdbc2511e29dbc62860a
2014-12-28Revert "Resolves: #i124452# correct svg:viewBox for EnhancedCustomShape..."Andras Timar
This reverts commit c6e316f52021cc26d4c5ec9a7b87a07fbf595b62. The bug #i124452# was in AOO only, no need to fix it in LibreOffice. Especially when the "fix" causes regression. The related fdo#76334 should be fixed one day, but that is a different issue. Conflicts: xmloff/source/draw/ximpcustomshape.cxx Change-Id: Ice0bf378f97e2caf0ee8386d0b5c0b8abcbcd1c2
2014-12-28fdo#87754: duplicated strings in an ItemList are not translatedZolnai Tamás
Change-Id: I72c6e234ff999a6dbed48cc62fe7d39aeb798f35
2014-12-28Regression in rendering of flowChartPunchedTape custom shapeZolnai Tamás
Regression from: 20f8006e21943b08f1f152e4a0359c9ebe4786f2 It's not a good idea to create the arc first in small resolution and scale it later, because the result won't be smooth (e.g. in case of flowChartPunchedTape). Both cloud and flowChartPunchedTape rendered well after that change. It seems the problem in case of cloud was with the arc tangent values which should be calculated based on the ARCANGLETO's original values before scaling. Change-Id: I0315afd0452108b6539b4b8ba271d1615810d985
2014-12-28Rework TabBar D&D tab move triangles and make them HiDPI awareTomaž Vajngerl
Change-Id: Ia4165880b0b08b5ca26fe7004f961cd17b3d3e27
2014-12-28HiDPI: TabBar resizer changes size depending on DPI scale factorTomaž Vajngerl
Change-Id: I36a6d22f87b0d96cdbdadd683cd3abeb12e28c77
2014-12-28fdo#84909 moved presentation features to standard toolbarYousuf Philips
Change-Id: Id52e58ad74a521f338204d0b4b21f776dc61ba08 Reviewed-on: https://gerrit.libreoffice.org/13678 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-28splitters no longer loaded from resource filesCaolán McNamara
Change-Id: I84ee0c754118882734301bf1d34c15ba640a3889
2014-12-28callcatcher: update unused codeCaolán McNamara
Change-Id: Idb5df3a8dd89d56ae1b70b05d5c6baf01e27b569
2014-12-28CppunitTest_sw_odfexport: validate export result, except a fewMiklos Vajna
Change-Id: Ie555a72519b251cea3bd98cdfbd6d93295dea079
2014-12-28fdo#83565 addition of wrap left and wrap right to context menuYousuf Philips
Change-Id: I8eb75b736a559c56960864bd0255b96982b9858a Reviewed-on: https://gerrit.libreoffice.org/13677 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com>
2014-12-28kill unused CMD_SID_* definesTakeshi Abe
Change-Id: If263d1e8f5852c03d57c3378084570cfcbb134ce
2014-12-28fix mac build, -Werror,-Wmismatched-tagsMarkus Mohrhard
Change-Id: Id9396eae46c74cd701e19ff7a4f849f6cbb103bb
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara
Change-Id: I28438000c2b0a8e6ce4f5640f861f572c0cb83c8
2014-12-27coverity#984097 Uninitialized pointer fieldCaolán McNamara
Change-Id: I3098e446f0a2a4cd82785d7dcaf101575ed0b476
2014-12-27coverity#735429 Logically dead codeCaolán McNamara
Change-Id: I2f2bd16d04b8058ba0d253eb3d5455fabbad54cd
2014-12-27coverity#1019332 Unchecked dynamic_castCaolán McNamara
Change-Id: I280928da005b8cdd94c8bf33eb5aaa86a5ea2fcd