summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-18gbuild: "make debugrun" starting instdir/program/soffice with ...Michael Stahl
... UserInstallation in test-install/ does not make sense. It already has this: instdir/program/bootstraprc:UserInstallation=$ORIGIN/.. Change-Id: I0d5e952876b80661375cc5ca6f8fbf44539bc83f
2014-02-18vcl: convert some printfs to SAL_INFOMichael Stahl
Change-Id: I0c0ec5242160333a47a4a459c7be5c0a25079f44
2014-02-18chmod spadmin script executableMichael Stahl
Change-Id: I008be78b41a20924c1dabe291157ef9633282fe6
2014-02-18This test now passes. Re-enable it.Kohei Yoshida
Change-Id: I04a499666d1704277c24524f9e7cb827600a47db
2014-02-18fdo#74573: Delete ranges that are non-empty before pasting from clipboard.Kohei Yoshida
The conditional formatting part is still not working. But other bits appear to be working now. Change-Id: Ia8a2cbe57cd2fa9ca9ad46635a91a1d8b99b0e7d
2014-02-18Remove hopefully now unneeded workaround for --enable-lto build.Matúš Kukan
Change-Id: Iaffcc0825415e6aee62029fbc380954449b8bcbf
2014-02-18Tweak lto flags for gcc.Matúš Kukan
Change-Id: I490029f0727e060fdfdfc6e9adccd058b24e6b86
2014-02-18There is no gb_Library_LTOFLAGS.Matúš Kukan
Change-Id: I3b6b18e45aaf88d1cc6038226f6984090163bdee
2014-02-18Remove lto bits from solaris makefile.Matúš Kukan
Change-Id: I5ff79fddce0140791e367fb44afffe3250574efa
2014-02-18writerfilter: sprm:P{Shd,FNoAutoHyph} -> CT_PrBase_{shd,suppressAutoHyphens}Miklos Vajna
Change-Id: I3ca8805428469cebf67737fd9fce9a74641e88ce
2014-02-18Translated German comments - find-german-comments cleanLuc Castermans
Change-Id: I2521bb87dbd0d4f896b99865c741cc4900b4d31c Reviewed-on: https://gerrit.libreoffice.org/8113 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-18Remove from option-dialog the CurrentPage-option (fdo#71601)Rob Snelders
Change-Id: I28a75468b1f43e0219fa0f03fe89601a77d3cd4d Reviewed-on: https://gerrit.libreoffice.org/7842 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-18Removes bogus UNO command AcceptChange and RejectChangeRodolfo Ribeiro Gomes
These are not real commands. The real ones are: - AcceptTracedChange - RejectTracedChange Change-Id: I352cea4a5ffec73947932264783b61ae044f25cf Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/8000 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-18fdo#37246 PDF Import: Color to string conversion fixVort
Change-Id: I5ec9f0246f6c2d1b12a389906d04133b2f5a6f9f Reviewed-on: https://gerrit.libreoffice.org/8106 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-18corrected translation, thanks to Philipp WeissenbacherLuc Castermans
Change-Id: I7b2f9c6ed95d07c2004ece64f5ff24b9a8a003d4 Reviewed-on: https://gerrit.libreoffice.org/8112 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-18tests belong to check targetBjoern Michaelsen
- the CustomTarget seems to be a test, not a build target - worse, it is .PHONY - ... and eats 30% of the top-level build-nocheck time alone - so hopefully, we can we at least make it a check target Change-Id: I113777cbd849aab9e8d0a77184e31194bc07232e Reviewed-on: https://gerrit.libreoffice.org/8111 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-02-18Typo (a/A)dditionaly -> (a/A)dditionallyJulien Nabet
Change-Id: Ic4451b45b86f14bb2fab507503a6fa1e8f515b66
2014-02-18writerfilter: convert sprm:PF{PageBreakBefore,NoLineNumb}Miklos Vajna
Change-Id: I1dd89236e81a7f62bb7abef5503f7520387772a0
2014-02-18DOCX OLE import: inherit anchor type from replacement graphicMiklos Vajna
Change-Id: Ic8b6f423acae5cc7e3799cf20e672b56a9cc8c0c
2014-02-18Clean up DomainMapper_Impl::PushShapeContext()Miklos Vajna
It doesn't make sense to set anchor type here: either the VML import already set it, or it should be set when the anchor/inline token arrives. Additionally, this basically ensured that non-inline pictures are either inline or at-page anchored, and both of those values are incorrect. Change-Id: Ic71aeca9da333665a2749bb0aabbb9b63cee0c00
2014-02-18GCC 4.9, LTO: libvcl uses GZCodec but it is not linked with the implementationJan Hubicka
This is not valid C++ and GCC now resolves the virtual calls and inlines destructor that leads to undefined symbols. Change-Id: I841d25bc6f994f0e73665b174994f9471597131e
2014-02-18fix SIGBUS on mac due to Font Attribute not always availableNorbert Thiebaud
Change-Id: I95c574e6386cacc473cad232100a224ff6a08dbb
2014-02-18coverity#738749 Uninitialized scalar fieldNorbert Thiebaud
Change-Id: I3a75f31e9a7775e3685f168f418a333f40312d78
2014-02-18Any: consistently use explicit specialization instead of overloadingStephan Bergmann
Should be transparent to client code. Change-Id: I5632fba87242ff9cb9a6b3481a179fa3e92c618b
2014-02-18ooxml unit tests: merge two testsZolnai Tamás
Change-Id: Ie37ec829ddeeaeb8882c1a566cc80419edcfa170
2014-02-18drawingML import: fix position of cildren in shape groupsZolnai Tamás
Translate component of parent shapes' transformation have to be applied to children when there is no explicit child transformation. Note. Export also use this concept. Change-Id: I51bd3325fb53ee250402326ee361c8f07038ed07
2014-02-18ulfex: remove unneeded bULF, it is always trueZolnai Tamás
Change-Id: I1401fddfdd42eba96253f4dd19cf60bba8de6802
2014-02-18Related: #i124096# correct LayoutManager::m_xDockingAreaAcceptor clear...Oliver-Rainer Wittmann
on disposing (cherry picked from commit 50b10da7434d774ac463c148bbaeb051d2b3a22d) Conflicts: framework/source/layoutmanager/layoutmanager.cxx Change-Id: I51fe74698f00fadba9afaeb0f8e9f66b85f208cb
2014-02-18Resolves: fdo#75121 align checkbox with message textCaolán McNamara
Change-Id: Ib8379cbdb6cf16f8799c1e34b9bd7ff2e62e27f4
2014-02-18Support OpenJDK "-internal" version suffixStephan Bergmann
...as e.g. produced by java-1.8.0-openjdk.fc20 (Sorting Rel_INTERNAL < Rel_EA is somewhat arbitrary.) Change-Id: I25449ec4da63243fc1044aae366f8fa6c5ef1eb5
2014-02-18deprecated OUString::valueOf -> OUString::numberStephan Bergmann
Change-Id: I363289075b457bafcf821af5d08c234977f8d765
2014-02-18typoStephan Bergmann
Change-Id: I6f324dc684f868736ac9351911f8c7eda9b830f1
2014-02-18Revert "experimentally enable using depcache for full build speedup"Miklos Vajna
This reverts commit 46fa7ac866ee392ed72cfc670f062a8c318d2d92, just the submodule part.
2014-02-18experimentally enable using depcache for full build speedupBjoern Michaelsen
Change-Id: I6c186ba7ca27166a272327bcfe6a94c391c3514f
2014-02-18coverity#738915 Uninitialized scalar fieldCaolán McNamara
Change-Id: I1ac675441b50ceab7df78fb9646e4e1bd8e6e36e
2014-02-18coverity#738917 Uninitialized scalar fieldCaolán McNamara
Change-Id: I6d1b6e201f3ec57c727e93ff69a212c8138998d6
2014-02-18coverity#738933 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ice55badc2d02d2a49feafbff6ffe10c34b41fa52
2014-02-18coverity#738937 Uninitialized scalar fieldCaolán McNamara
Change-Id: I53ef199b8d20fdf6432bd9f8b2603a75bd54a093
2014-02-18coverity#738938 nMouseSensitivity never usedCaolán McNamara
Change-Id: I59193af4c0b4945ef9612862e57a276cc1d89ea4
2014-02-18coverity#738944 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ic4cc2e8e8b1ff21bc4e1d74cf2fddc0c0d85eafd
2014-02-18coverity#738946 Uninitialized scalar fieldCaolán McNamara
Change-Id: I448a6a3f9779b0fcd4ea7231ece00b56b59de901
2014-02-18add missing vim modelinesCaolán McNamara
Change-Id: I72d565b77fad98e176e2f47368201ad1585aef3f
2014-02-18coverity#984079 Uninitialized scalar fieldCaolán McNamara
Change-Id: I48d4b4961b7ef287bec27551de6366a4bdf27ddd
2014-02-18coverity#984081 Uninitialized scalar fieldCaolán McNamara
Change-Id: I076439b3f1f6766f7215ed4342abf97358b09fef
2014-02-18coverity#984082 Uninitialized scalar fieldCaolán McNamara
Change-Id: I9a68f51c5941cdc592a39d4cbe164321cbc05660
2014-02-18coverity#984085 Uninitialized scalar fieldCaolán McNamara
Change-Id: I84ff62f0a592a012fa7963f81f4bafcc0ebf420f
2014-02-18coverity#984086 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ifa94f76edbbede207abd1974c9add4fdf740eecf
2014-02-18coverity#984087 Uninitialized scalar fieldCaolán McNamara
Change-Id: Ib88a068ea49955d48a0945b28b1016e0cccaf437
2014-02-18Resolves: #i123468# Added SdrEndTextEdit before replacing EmptyPresObj...Armin Le Grand
also secured ReplaceObjectAtView to check for active TextEdit, assert this and make an emergency correction (cherry picked from commit 623cd778689bd0851652b2db00b24c308dfb657a) Conflicts: svx/source/svdraw/svdedtv.cxx Change-Id: I0e9ae1b1cd84e04c37c4de38aca7752804782384
2014-02-18coverity#984089 Uninitialized scalar fieldCaolán McNamara
Change-Id: I299cfbe1f53af20f16dc02d3616d284a34da870d