summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-21Add config option used when we try to link one huge object file.Matúš Kukan
In theory, it should not be used, we use it now to mark duplicated symbols from sdi slots as weak. See idl/source/objects/types.cxx. Change-Id: I3c6fccfb96884df6b9e6eb35b8615ba4d66ca208
2014-02-21Allow to set LD_PLUGIN and use it for 'ar' - helps -flto build with clang.Matúš Kukan
So, it's possible to just add LD_PLUGIN=/usr/lib64/LLVMgold.so to autogen.input and it works. Change-Id: I35cdebfc918793c2ff99fd4f6dce9319b459be0e
2014-02-21Do not include pngtest in static png library.Matúš Kukan
Because it contains main function and creates unnecessary problems when experimenting with linking ~everything into one object. It's not mentioned in its tarball's Makefile.in with all the other source files and is not needed. Change-Id: Id8975679db6931c0105fbbaac742582e08ad0f2d
2014-02-21Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
Change-Id: I674b7ee507258555b667657a13db6fda9b8d8372
2014-02-20fix compilation of iostsahi glik
2014-02-20fdo#74584: These tags should be lowercase for correct clipboard handling.Kohei Yoshida
Change-Id: I323b96cecbf7158919fad534a202f158965ca99f
2014-02-20fdo#74584: Revert various previous changes to upcase HTML tags.Kohei Yoshida
This reverts commit 3c84fa61570113d1dfb2523ab88f268eeeb46c3c. commit 96a1f60aeb2a7954533da9b4aa4947efb7a65e70. commit 1f74a3ce201bad68f160584900285e2c087ab2c0. commit 3d481254a07fe82d11953f9825a2f8fc6eeabc0b.
2014-02-20Enable relative paths.Kevin Hunter
The documentation for the --with-external-tar was previously not specific that it required an absolute path. So rather than fix the help text, convert the path to an absolute one. Change-Id: I794cd77235e68a2270acd09895bf994527e847c4 Reviewed-on: https://gerrit.libreoffice.org/8146 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-02-20fdo#66507 - accelerate date calculations as used vs. empty cells.Michael Meeks
Change-Id: I5cd642db4e0595c96e1af8adf7c7a45f589a259e
2014-02-20fdo#72041: Intern strings in the external ref cache with the host document.Kohei Yoshida
To ensure that string comparison with those from the external ref cache works correctly in functions such as VLOOKUP. Change-Id: Ib5a466cb6c4b26439abe61b0c17406fc8139f6c0
2014-02-20fdo#72041: Add test for this.Kohei Yoshida
Change-Id: I3d0f692529c3425aaab6080818882e8fb5326d1b
2014-02-20Move these external reference test to ucalc_formula.cxx.Kohei Yoshida
Change-Id: Iaf8fc14e413eb44de3c796c97112e0868ad672df
2014-02-20vcl: try to make android tinderbox happy tooMichael Stahl
Change-Id: If83b12578ce1e5dcae688589e92a54b96040abdd
2014-02-20fdo#63154 Remove unused solar.h reference in toolsAlexandre Vicenzi
Change-Id: Ic450a82a201cb4da3b0c2992908b597220038871 Reviewed-on: https://gerrit.libreoffice.org/8135 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-02-20Add SvStream::ReadCharAsBoolStephan Bergmann
Change-Id: I9dc0525e04de5ae79205872b779dcd0115a9cc14
2014-02-20Don't attempt to actually do double code removalsStephan Bergmann
...that easily works around the problem that in a rewriter rewriting types of VarDecls like T x, y; it would try to replace T twice. Also, keep the list of removals globally with the (global) rewriter. Change-Id: I55b8d11986c2a29e09ff40132fd114a0cc48dc90
2014-02-20vcl: fix Mac build a little moreMichael Stahl
Change-Id: I29c73865679fbd041fdc033aa1b62495a0ec95c2
2014-02-20vcl: try to fix the Mac build a bitMichael Stahl
Change-Id: Icc4cb23594d9c866a2a73676ceb649db54efab67
2014-02-20vcl: fix windows buildMichael Stahl
Change-Id: Ic55c02f7f17b4d4b2c36e194749bb48bb8fe493d
2014-02-20-Werror,-Wunused-variableStephan Bergmann
Change-Id: Icd55f3d51c94be6b14ab8e6cb66755180db6e290
2014-02-20writerfilter: convert sprm:P{FBiDi,ContextualSpacing,Jc,FrameTextFlow}Miklos Vajna
Change-Id: Id28eed2ecc177cf0724813dca29bd448f5c51d27
2014-02-20DOCX import: fix missing underline in comment textMiklos Vajna
Regression from fb5ee5c9953635a423d3102b901e409d15800096 (sw: Add support for different grab bags at PropertyMap., 2013-11-29), PropertyMap::GetPropertyValues() assumed all XTextRange implementations support the new property, which is not true for at least editeng. Change-Id: Ib5657be522d30f203cecbbbae74d6594cef984fb
2014-02-20writerfilter: Write w14:glow and subelements into a CharGrabBagTomaž Vajngerl
TextEffectsHandler is responsible to add all subelements (using nesting of Sequence and Property objects) of text effects (like w14:glow) into a CharGrabBag. Change-Id: Ie011a059b905b7cd43528dd7d40be186c4fc4229
2014-02-20w14:glow: add simple types so attributes are recognisedTomaž Vajngerl
Change-Id: Id253c442e3c8a79f6ac9f088e6c15d5a9cc323c7
2014-02-20writerfilter: rework w14 elements to use groups for later reuseTomaž Vajngerl
Change-Id: I080f06dc6c7c5d5250bcf5b115841ecf3a1f7ee8
2014-02-20writerfilter: forgot to add resource definitions for glowTomaž Vajngerl
Change-Id: I12562023152dd7e2e94713b2e0344b576b0437e2
2014-02-20writerfilter: added w14 grammar with glow elementTomaž Vajngerl
Change-Id: I540ff861ab492a1ad4c2a9d139834a9e36ca54bc
2014-02-20Add w14 namespace to writerfilterTomaž Vajngerl
Change-Id: I2672ec0bd72f8c443634a0a5df59feb4dd1b679c
2014-02-20Added word 2010 - w14 namespace and w14 elementsTomaž Vajngerl
Change-Id: I8098cc4bd49c3480bd45875a541d8273b9c7f287
2014-02-20fdo#75130: Export cell borders to xls and xlsx correctly.Kohei Yoshida
Change-Id: Ic629fb4852d2ada9724dfee7618e2436c0fa28a8
2014-02-20fdo#75130: Move these tests to the export test and test their export.Kohei Yoshida
Change-Id: Ia6a155f12e3b50c5841211d32e0f8ff2de2bc9c8
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-20DOCX export: handle wp14:sizeRelH/V relativeFrom=margin for shapesMiklos Vajna
Change-Id: I913fe328376a246bf410512c4cfb018fc573094b
2014-02-20DOCX import: handle wp14:sizeRelH/V relativeFrom=marginMiklos Vajna
No explicit code for this was necessary in case for TextFrames, but for drawinglayer shapes the default is relativeFrom=page. To keep things simpler, just always set these, regardless what the LO default is. Change-Id: I9f651d7cce4a12ce7f545e42656b92d078a74327
2014-02-20Add missing files to gallery bullets makefileMaxim Monastirsky
They are used in Bullets & Numbering dialog, and in sidebar Bullets popup. Change-Id: I543cad1108f8c45cc3dcc56a0c42fda2fbeb5467 Reviewed-on: https://gerrit.libreoffice.org/8125 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-20fdo#75195 PDF import: Revert commit 128adf7e5c06fff378c8d72b44ec4be1e462984fVort
Change-Id: Icb03088809e57a388317f98046f9de3197772a41 Reviewed-on: https://gerrit.libreoffice.org/8126 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-20convert chart data dialog to .uiCaolán McNamara
this one was a complete pig to convert with the conflicting home-grown existing layout code. Change-Id: I135bd486d10f7d972e143daae44d6b24a6e8fdb8
2014-02-20implement loading GtkSeparatorToolItemsCaolán McNamara
Change-Id: I8111b154d8358fd4dd667000ccbdd16be38a6dc5
2014-02-20coverity#738800 Uninitialized scalar fieldCaolán McNamara
Change-Id: I1cc6aeba09d260bab9d42e8c2b8f752df0bc5b8d
2014-02-20Resolves: #i121494# Corrected text decomposition when...Armin Le Grand
no text distances for text frame are given (cherry picked from commit 1e403aa7bbfe0353db3d8f02dba5d29ba5876f4d) Change-Id: Ie551211ebec671a32bc6e35e513b07c290d9cb9b
2014-02-20coverity#738801 Uninitialized scalar fieldCaolán McNamara
Change-Id: I90c361d9e3077955546f57861fb4d961cc1127b5
2014-02-20Updated coreCaolán McNamara
Project: help b789fc2c930c10d8a9ac60e7b92680fde990209c
2014-02-20Updated coreAndras Timar
Project: help db935b234688a7d4690246e48530c3d3f99b5fe3
2014-02-20fdo#75118: actually these are floats, compare with approxEqualMichael Stahl
Change-Id: Ib195af3ebd5f602761d1660abb1798d72d0f352d
2014-02-20svx::frame::Style::Set(): typo: subtract if it's _not_ 0Michael Stahl
(regression from 2c91cb08d65cd35fa8ef6eaca3677aa82fb58cbe) Change-Id: I9803b630067de26503fceb32b5d7c6a46f352a7a
2014-02-20svx: these Style members are floatsMichael Stahl
Change-Id: Id1a5e363c8c39b3ad9e61f9b914461d15f5c3028
2014-02-20Combine two subsequent SAL_INFO calls into oneTor Lillqvist
Change-Id: Iec931ddb77ce09df72ee9ce321e443e6f5a785f1
2014-02-20Re-introduce code to try to get GDI metafile replacement imageTor Lillqvist
The code was commented out in 2009 (with any rationale lost from version history) and then cleaned away in 2011. Re-introduce the bit that tries FORMAT_GDIMETAFILE. Seems to work, knock on wood. Change-Id: Ie0cfdde98afb127233ac928e899165209f439a6c
2014-02-20Updated coreAndras Timar
Project: help d7a29031adf51b1ae5eee7cbeb4ff4f33c6e5675
2014-02-20fdo#63154 Remove unused solar.h ref. in toolsAlexandre Vicenzi
Change-Id: Iedcf030178c4bf875db01ba6b1f5202dae18bca2 Reviewed-on: https://gerrit.libreoffice.org/8134 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>