summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-06Avoid memcpy completelyFridrich Štrba
Change-Id: I3d27935918930af71f02354696134def6bd052b6
2014-01-06Try not to use ScDocument as a "anything can go in" storage place.Kohei Yoshida
There are things that shouldn't be stored in ScDocument believe it or not. Change-Id: I6a06327549851fae0fdc0defbc716285d8456aa2
2014-01-06fdo#73087: python3: upgrade to version 3.3.3Michael Stahl
- drop obsolete/upstreamed patches: python-3.3.0-ffi-clang.patch.1 python-3.3.0-15833.patch.1 one hunk of python-3.3.0-aix.patch.1 in fficonfig.py.in Change-Id: I12f0f78a172067986b63455847015ea2430a084c Reviewed-on: https://gerrit.libreoffice.org/7278 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-01-06Add unit test for getting data entries. This used to crash at MAXROW.Kohei Yoshida
Change-Id: Ia904f69ddebcbd61e4ad3b97a0ace3db2d3a33e7
2014-01-06Resolves: #i123817# prepare codebase for updating to boost 1.55Herbert Dürr
(cherry picked from commit c31988351c10e9f3fd783730d95da34efd52c153) Conflicts: basic/source/comp/parser.cxx basic/source/comp/token.cxx dbaccess/source/ui/dlg/generalpage.cxx sc/source/ui/unoobj/chart2uno.cxx vcl/quartz/salbmp.cxx Change-Id: Ic9580f2d4a44959cb3e38906eb4153b2c2a54899
2014-01-06fdo#37167 create statement before execute/wasNull/getBooleanLionel Elie Mamane
This populates "object" member variable. The "createStatement" calls were removed in: commit b9392a36645d8632b97ad79240f483b3a1683b61 Author: Ivo Hinkelmann <ihi@openoffice.org> Date: Thu Apr 23 10:42:05 2009 +0000 CWS-TOOLING: integrate CWS dbaperf1 This was most probably in error since the call is not removed from the other modified member functions in this commit and/or failed to aaccount for the scenario of no parameter (and thus no setXXX call before execute). Change-Id: Ic0e7b7b64ea496791f32c1416aa7d4416f909616
2014-01-06convert col or row dialog to .uiCaolán McNamara
Change-Id: I47b0b0abd3cbb992b93cd1db10558fed579e4f1c
2014-01-06Updated coreCaolán McNamara
Project: help 792806c6d7a924bf04ef90aa582ed5966a72b70b
2014-01-06Thinko: The macros must be based on service instead of implementation namesStephan Bergmann
Change-Id: I80fe00310f934fa335ade5fcdef41c44cc6ab69c
2014-01-06translate German variables nUnten, nOben, nMittePhilipp Riemer
Change-Id: Ib8a1a7dee98f39f3fe10c0244f1888ecc55e7ff3
2014-01-06translate German comments and convert them to doxygen stylePhilipp Riemer
Change-Id: I5e77f951b5a34e54d924c785f277ea88d155c56a
2014-01-06remove visual noise in sw/source/core/text/wrong.cxxPhilipp Riemer
Change-Id: I8069602fd9d1fe127213bae118fd6ff358703eb3
2014-01-06Avoid some memcpy when not necessaryFridrich Štrba
Change-Id: I9b838fc8392bc61be4ed911fb1423a1e97af2356
2014-01-06DOCX export: implement drawingML export of TextFrame AutoSizeMiklos Vajna
Change-Id: I180158bfa0bd36ed1360d10788e7921c2fa945a7
2014-01-06oox: handle a:noAutofit/spAutoFit in WpsContextMiklos Vajna
Change-Id: I568e8d95f263b30579a2eec49abe8ae45f7f2e96
2014-01-06pGlyphIDs->pGlyphIdsCaolán McNamara
Change-Id: I6325ef720294e5f3faf239fd1f18a53248d9403d
2014-01-06avoid out of bounds string accessCaolán McNamara
Change-Id: I0a0affea08528fc9bd729ab01cdb5fa6e9f8e18f
2014-01-06CreateScColOrRowDlg is unusedCaolán McNamara
Change-Id: I1194d111eff8eeafb656d743af12d71523a65ac8
2014-01-06cp#2013101510000026: fix file coruption caused by comments' doc exportZolnai Tamás
Plcfbkl contains only character positions. The Plcfbkf is that one which contains additional informations. Change-Id: I9bd8eec5c8e64d9d757764dae51bcb866456cdc9
2014-01-06convert customize tab dialog to .uiCaolán McNamara
Change-Id: I95463021b388e936e8982454b91e58036e3920b5
2014-01-06Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr
Using the central definition adds consistency and cleans up many ad hoc declarations. The type sal_GlyphId will become a class in the future so that its bitfield operations etc. can then be isolated into nice methods. (cherry picked from commit c0a84ad10964fb7a65b6239cbe1cef8698b5d17b) Conflicts: vcl/aqua/source/gdi/salatslayout.cxx vcl/aqua/source/gdi/salgdi.cxx vcl/generic/glyphs/gcach_ftyp.cxx vcl/generic/print/genpspgraphics.cxx vcl/generic/print/glyphset.cxx vcl/generic/print/glyphset.hxx vcl/headless/svptext.cxx vcl/inc/generic/genpspgraphics.h vcl/inc/generic/glyphcache.hxx vcl/inc/os2/salgdi.h vcl/inc/quartz/salgdi.h vcl/inc/salgdi.hxx vcl/inc/sallayout.hxx vcl/inc/unx/salgdi.h vcl/inc/vcl/fontmanager.hxx vcl/inc/win/salgdi.h vcl/os2/source/gdi/os2layout.cxx vcl/os2/source/gdi/salgdi3.cxx vcl/source/gdi/pdfwriter_impl.cxx vcl/source/gdi/sallayout.cxx vcl/source/glyphs/gcach_ftyp.hxx vcl/source/glyphs/gcach_layout.cxx vcl/source/glyphs/glyphcache.cxx vcl/source/glyphs/graphite_layout.cxx vcl/unx/generic/fontmanager/fontmanager.cxx vcl/unx/generic/gdi/gcach_xpeer.cxx vcl/unx/generic/gdi/gcach_xpeer.hxx vcl/unx/generic/gdi/salgdi3.cxx vcl/unx/generic/gdi/xrender_peer.hxx vcl/unx/headless/svpgdi.hxx vcl/unx/headless/svppspgraphics.cxx vcl/unx/headless/svppspgraphics.hxx vcl/win/source/gdi/salgdi3.cxx vcl/win/source/gdi/winlayout.cxx Change-Id: Ic629131950360e2df4c15db30d6a5362193c6330
2014-01-06Bin mysterious FIXME comment and 'if (0) return 0;' lineTor Lillqvist
Change-Id: I41a29ec89b848ea0bfeb9975cd675357a2fcc69f
2014-01-06.gitignore: add test-install/Michael Stahl
Change-Id: I41c617e27f34f730a3905fca67d841bdf237b5fe
2014-01-06convert module and dialog tabpages to .uiCaolán McNamara
Change-Id: I2954a734b44be22d4d7ffae17480dde1c0ac64e7
2014-01-06basctl::CheckBox all loaded from .ui now, drop resid ctorCaolán McNamara
Change-Id: Ie11fdcea9d307518cabfa519ddccc65997250519
2014-01-06Updated coreCaolán McNamara
Project: help e6b3e8a539ae36e71087ae8c26812be103492c8c
2014-01-06fix copy&paste error on UIAndras Timar
Change-Id: Id45ef565883069705bd7dddf5f5ec1c05f4f9b63
2014-01-06Startcenter: add icons for 'Open Files' and 'Templates'Zolnai Tamás
Change-Id: Ic9e584f63e374e977ce18115173d18083d2e44a3
2014-01-06Resolves: #i123629# [ia2] Invalid focus event fired after editing cellSteve Yin
Some Coverity issues fixes (cherry picked from commit 5478c54be2de808663565e53250c8a4055b390c9) Conflicts: sc/source/ui/inc/AccessibleCell.hxx sc/source/ui/inc/tabvwsh.hxx sc/source/ui/view/cellsh4.cxx sc/source/ui/view/tabvwsh4.cxx Rolled back some coverity issue fixes for mac build (cherry picked from commit 15e6a8263ae6181ac4912b94af8cb63adc34a86d) Conflicts: sc/source/ui/inc/AccessibleCell.hxx a727d3c7f819c8d0082a9fb017351d5307877fa6 Change-Id: I03b63c655bd55e5fb92d95490eaa4bb081b8ee7d
2014-01-06$MSM_PATH($msmdir) needs a path separator at the end of the line.Tomofumi Yagi
A error occurs in Visual Studio Express and Windows 7/8/8.1 environment, if a path separator at the end of the line is missing. The registry entry for Merge Module directory has a path separator as suffix. Change-Id: Ic1c51716631980e89f5bfa11a1d76b45c35e920e Reviewed-on: https://gerrit.libreoffice.org/7272 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2014-01-06Move default: to end of switchChris Sherlock
This helps prevent silly people like myself from asking about it on IRC. Basically it is a coding convention, I've moved the default to the end of the switch block. Change-Id: I43ace7cb9fee4cff0b12be8d3f6b3669b270b898 Reviewed-on: https://gerrit.libreoffice.org/7277 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
2014-01-06fdo#73217 : Textbox with picture fill are rendered and saved properly.sushil_shinde
- Bitmap url was not stored propertly for textframes. - Exported background image fill for text box properly. - Added unit test. Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport.cxx Reviewed on: https://gerrit.libreoffice.org/7259 Change-Id: I1fbab24b2a83b22be04fd6950c80ddf274436738
2014-01-06convert lib page to .uiCaolán McNamara
Change-Id: Idd9e3c1ab1c63baa11f503c20d46f3d13e6f78a3
2014-01-06Updated coreCaolán McNamara
Project: help 30a52763d36fe64b9d6c170032404b69f823b5c9
2014-01-06Typo fixes in Math tooltipsAndras Timar
Change-Id: I7623fd53dd60fdfd9afb99135b79adfb434aa72a
2014-01-06Transex3: modify src list localization/merge partZolnai Tamás
Avoid using numbers to identify the list items because using numbers can lead to mixed translations. Use the corresponding string instead. Remove a hacky solution for mixed translations. See: 95ea6cb21a7d7f4f163e642ba4b1e165a427a0d1 Change-Id: I6f1d48bf71fe2146f04f53c6b474dd7c0ce98678
2014-01-06Initialize m_containedObjectsSteve Yin
(cherry picked from commit 795b3bb9e59c9bf049d27538c860cd66633dddcf) Change-Id: I45e495ad8b3513613102b7ce7777803303980fbe
2014-01-06oox: handle pic:pic in WPG groupshape importMiklos Vajna
Change-Id: I7de11251bc4e1b58f9cb308e8b698d4c8c1a58d3
2014-01-06oox: fix XML namespace of drawing::GraphicObjectShape in DML exportMiklos Vajna
Change-Id: Ia7fb126f30ff1c4cd2f5fb8a5c71a87dd5e1d5c9
2014-01-06Updated coreLaurent Balland-Poirier
Project: help 0bc39603e6373140f488a4e0403b83456e4e16d9 Update help for X error bars Change-Id: I732574ad89d5341fb9e8cd988b342bc9daa80191 Reviewed-on: https://gerrit.libreoffice.org/7262 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-01-05Don't crash when entering a value into cell at MAXROW position.Kohei Yoshida
Beucase that would be bad. Change-Id: I7ce22105d88346f1cda12897eb57923dee8bd467
2014-01-05convert callout tabdialog to .uiCaolán McNamara
Change-Id: If16ddb848eb0a46d0d5d91cb6366a6e268cd1b7a
2014-01-05convert callout tabpage to .uiCaolán McNamara
Change-Id: I7f13a14d44cdb9be22cc2e9c6cad02f273729088
2014-01-05Updated coreCaolán McNamara
Project: help 408db7097243c46222e0388430fd809cf01f1b11
2014-01-05translated German commentsLuc Castermans
Change-Id: I75c7611c36c15fb36e00de239f5b322adb182e73 Reviewed-on: https://gerrit.libreoffice.org/7273 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-01-05package: avoid un-necessary modification event work.Michael Meeks
Change-Id: Ia4b4e3edccf661b8c5f474c5c7474b5f9e497fcc
2014-01-05sw: whitespace fixes in docxtablestyleexportMiklos Vajna
Change-Id: I8a1b1dc0e7e6a5ab149c43028a539b636bd87afc
2014-01-05RTF export: write RTF_FTNSEP and RTF_CHFTNSEP if necessaryMiklos Vajna
Change-Id: Ie680436df68ea6287437f792d97259ee0a840ee1
2014-01-05fdo#73117 fix switched true/false explanation for HYPGEOM.DISTWinfried Donkers
in function wizard. Change-Id: I768620967728c619e051e35e8ff472ae12f1404d
2014-01-05remove empty orPhilipp Riemer
This is an additional commit to 66397a4fd222757a8bd651c0c297615319eac4a5 Change-Id: I61df7984090e984f50788d0c2573d3bf8bac233b