summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-10-28Fix python wrapper script on OS XMatthew J. Francis4-8/+11
Change-Id: Icfac94022ee026ad8e9d9d5298e5cc7fbd7121be Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-10-28ICONS: Exchanged icons between tango and human and small change to zoom modeYousuf Philips12-0/+0
Change-Id: Iab3f148258204fefc667e94307adfa0537364ac9 Reviewed-on: https://gerrit.libreoffice.org/12125 Reviewed-by: Matthew Francis <mjay.francis@gmail.com> Tested-by: Matthew Francis <mjay.francis@gmail.com>
2014-10-28loplugin:unreffunStephan Bergmann1-1/+2
Change-Id: I080474c3930d634ff1cf1c8bfd0f51a3ca537992
2014-10-28Revert some changes that affected the bean/com/sun/star/comp APINoel Grandin4-11/+11
from commits 8583da1e934a49791ef8d86668f3d5c3c5dae1d7 "java: remove unused fields" 68cd011c907d00493bf2bfde531c1e244819596b "java: reduce scope, make some methods private" da677dfd59c2b551f3335ee0a5d5dfb33f9869c5 "java: reduce scope, make fields private" e701b3f732fa7f70cb273183e9ae8dbfd840f5e4 "java: reduce scope, make constants private" Change-Id: I7fe0381c0e17b41bad2e4256c5511fe1f7863498
2014-10-28cid#1242780 Uninitialized pointer fieldNoel Grandin1-0/+1
Change-Id: I6478f8f2ead1d87365f84aacdfef2bdcccd61248
2014-10-28rename class field pEntries to mpEntriesNoel Grandin2-22/+22
Change-Id: Iea8643dfa472a663023afb57654fccdda85ca601
2014-10-28cid#738785 Uninitialized pointer fieldNoel Grandin1-8/+3
Change-Id: I5689435a2522e5df64c3798457e4dd2355730236
2014-10-28fdo#85046 - MENU: Edit > Changes should be renamed for better clarityYousuf Philips10-21/+15
Change-Id: I8bb6582cc0e5bac390c18308fea8e647d5a0526d Reviewed-on: https://gerrit.libreoffice.org/12098 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Matthew Francis <mjay.francis@gmail.com> Tested-by: Matthew Francis <mjay.francis@gmail.com>
2014-10-28Remove unused gb_Jar_JAVACOMMANDStephan Bergmann1-1/+0
Change-Id: Iccaf452a16e1971afbca9c7af330d8ab3aa7318d
2014-10-28DocxTableExportContext: allow usage outside DocxAttributeOutputMiklos Vajna2-25/+29
In particular, if push/pop is done in DocxAttributeOutput, then this can be used in DocxExport as well in the future. Change-Id: If1302c7ccc3842ffd0b48149a3173ee864176bb5
2014-10-28fdo#82272 - New 'Chart' toolbar iconYousuf Philips6-0/+617
Change-Id: If1c5ec13bc145f2cd71c0d87bf81fb2f170a8294 Reviewed-on: https://gerrit.libreoffice.org/12112 Reviewed-by: Matthew Francis <mjay.francis@gmail.com> Tested-by: Matthew Francis <mjay.francis@gmail.com>
2014-10-28sal_Int16 as the underlying type of WindowBorderStyleTakeshi Abe2-2/+2
because g++ 4.7.2 generates [-Werror=type-limits] as follows: > [build CXX] vcl/source/window/settings.cxx > [build CXX] vcl/source/window/paint.cxx > [build CXX] vcl/source/window/resource.cxx > [build CXX] vcl/source/window/accel.cxx > [build CXX] vcl/source/window/accmgr.cxx > [build CXX] vcl/source/window/brdwin.cxx > [build CXX] vcl/source/window/accessibility.cxx > [build CXX] vcl/source/window/legacyaccessibility.cxx > [build CXX] vcl/source/window/clipping.cxx > [build CXX] vcl/source/window/stacking.cxx > [build CXX] vcl/source/window/debug.cxx > [build CXX] vcl/source/window/globalization.cxx > [build CXX] vcl/source/window/btndlg.cxx > [build CXX] vcl/source/window/builder.cxx > [build CXX] vcl/source/window/cmdevt.cxx > [build CXX] vcl/source/window/cursor.cxx > [build CXX] vcl/source/window/debugevent.cxx > [build CXX] vcl/source/window/decoview.cxx > In file included from /home/tabe/core/include/rsc/rsc-vcl-shared-types.hxx:24:0, > from /home/tabe/core/include/vcl/keycodes.hxx:23, > from /home/tabe/core/include/vcl/keycod.hxx:26, > from /home/tabe/core/vcl/inc/svdata.hxx:35, > from /home/tabe/core/vcl/source/window/brdwin.cxx:21: > /home/tabe/core/include/o3tl/typed_flags_set.hxx: In instantiation of 'typename o3tl::typed_flags<T>::Wrap operator&(E, E) [with E = WindowBorderStyle; typename o3tl::typed_flags<T>::Wrap = o3tl::is_typed_flags<WindowBorderStyle, 12339>::Wrap]': > /home/tabe/core/vcl/source/window/brdwin.cxx:1027:44: required from here > /home/tabe/core/include/o3tl/typed_flags_set.hxx:105:5: error: comparison is always true due to limited range of data type [-Werror=type-limits] > /home/tabe/core/include/o3tl/typed_flags_set.hxx:106:5: error: comparison is always true due to limited range of data type [-Werror=type-limits] > cc1plus: all warnings being treated as errors > make[1]: *** [/home/tabe/build/workdir/CxxObject/vcl/source/window/brdwin.o] Error 1 > make[1]: *** Waiting for unfinished jobs.... > make: *** [vcl.all] Error 2 > tabe@thunk:~/build$ Cf. a6b01d01f77f84517d267bdfe31de91b9050a70c Change-Id: Ic596eaf886d9aebb8a5b8636b5b90d5935aeadaf
2014-10-28fdo#84938: replace TIMEF_ constants with enumNoel Grandin9-30/+33
Change-Id: Ia6aa4e21fef46b20d1d8996d2f15855b8ba1776e Reviewed-on: https://gerrit.libreoffice.org/12114 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-10-28loplugin: cstylecastNoel Grandin43-471/+471
Change-Id: I42cd0be78478536322357ca7a03cf30e624b1afc
2014-10-28loplugin: cstylecastNoel Grandin40-216/+216
Change-Id: Icc349df0cb3ce45a0985c7c3c27be24ef81e8705
2014-10-28loplugin: cstylecastNoel Grandin24-130/+130
Change-Id: Ib0c5e17c9fba4b876b22c2a6d636d4fd19f3a280
2014-10-28loplugin: cstylecastNoel Grandin19-127/+127
Change-Id: I47adf8a3fc72b4a043724ac40f3637b8dc3878be
2014-10-28loplugin: cstylecastNoel Grandin19-118/+118
Change-Id: I287dcb0ca728747ec91b5c3cdd986e60998e3928
2014-10-28TANGO: add new icons for page break, line spacing, comment, and footnoteYousuf Philips23-0/+0
Change-Id: I222c7df70543de344af73fbc3c8f7e8dae77b196 Reviewed-on: https://gerrit.libreoffice.org/12118 Reviewed-by: Matthew Francis <mjay.francis@gmail.com> Tested-by: Matthew Francis <mjay.francis@gmail.com>
2014-10-27nss: add libnsspem.dylib to macosx-change-install-names.pl callRobert Antoni Buj i Gelonch1-0/+1
Change-Id: If457f9e090a4ef3a5b2b8e4f09ce0b5e3b3d04ec Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2014-10-27Pass ENABLE_DEBUG into external/libetonyekStephan Bergmann3-2/+26
(and consequently fix the argument type of one assert invocation) Change-Id: I8bf5f024cc104a3885f7b9bf6ed63b9f6259d47b
2014-10-27-Werror,-Wtautological-pointer-compareStephan Bergmann1-5/+4
(/usr/include/sys/stat.h annotates __lxstat params as __nonnull) Change-Id: I4297c4a05f54bc35688b65dd1ddcdeb7bc7fc37b
2014-10-27Work around OpenJDK's os::workaround_expand_exec_shield_cs_limitStephan Bergmann1-0/+40
Change-Id: Iea1b6354764db0a22976b3de49bf3e22ccb7243e
2014-10-27fdo#84408 Toolbar: Insert Field dropdown doesn't contain iconsJuergen Funk2-75/+21
Change-Id: I3c8db72a84f2a68f1f68a0be1b21e2454707d84a Reviewed-on: https://gerrit.libreoffice.org/12068 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-10-27Clean up JNI_CreateJavaVM option codeStephan Bergmann1-36/+34
Change-Id: I1902c73a72f29e948e479a2ae4776f2dff77b2b5
2014-10-27fdo#85215: Write test for this.Kohei Yoshida1-1/+33
Change-Id: I789da5d81e6211ed8f5fae1e293833bde5ce375b
2014-10-27fdo#85215: Ensure that formula broadcasting works after sort.Kohei Yoshida1-0/+15
When the reference update on sort is turned off. Change-Id: I547dd1525a638dd447fe331e22583af4a7947308
2014-10-27fix writing const arrays on big endianDavid Tardon1-0/+14
Btw, th unanounced byte-swapping of valuse in the input array in writeArray seems a bit dubious to me... It could too easily cause unintentional memory damage. I just hope it is always called either with data that is not used after that anymore or with a copy of the data. Change-Id: Ica0e9ea16cd101fe87d7e0a8fa696911769e0654
2014-10-27SwIoSystem::GetFileFilter: prevent out of bounds string accessMiklos Vajna1-1/+1
Change-Id: I0f2ebc9cbad16534b50083cc6d13ee042c2ff869
2014-10-27fdo#85282: Write test for this.Kohei Yoshida2-0/+230
Change-Id: I2a0567c2872b503ceb3740127b6b58b1d1789690
2014-10-27fdo#85282: Correct adjustment of range reference on delete & shift.Kohei Yoshida1-6/+61
Change-Id: I6e01c160f77599dfa4a2e55b60e23d256184c822
2014-10-27coverity#706590 Uncaught exceptionCaolán McNamara3-2/+3
Change-Id: I2005b792c74ad5a5f58c831dcc7caa5134280890
2014-10-27coverity#706321 Uncaught exceptionCaolán McNamara1-3/+6
Change-Id: Ie3b66520ab0c859272a4b0291f6c907e7fce61e5
2014-10-27coverity#706537 Uncaught exceptionCaolán McNamara1-2/+5
Change-Id: I687948ef04e4ffdce51a7ac20854d6ebe96f1f25
2014-10-27coverity#1209023 silence Unchecked return value from libraryCaolán McNamara1-1/+1
Change-Id: I7340b9ad9d482f6835ff7a4755df451fd146b86c
2014-10-27coverity#982164 silence Unchecked return value from libraryCaolán McNamara1-2/+2
Change-Id: Ie2479e3dc73a7c7e8d2d0c5c979bde2ea5d05a1e
2014-10-27coverity#735348 silence Unchecked return value from libraryCaolán McNamara2-6/+6
Change-Id: I6da2fccb0c709f08dc4ed321d7b16683e939cac9
2014-10-27coverity#735342 silence Unchecked return value from libraryCaolán McNamara1-2/+2
Change-Id: Id440d30e44aaf986532d4c6debf3876578c53b29
2014-10-27coverity#1249674 Missing break in switchCaolán McNamara1-0/+1
Change-Id: I1e957afe1dc35571128fac4432b54e8ae35aa9ab
2014-10-27WaE: -Werror=sign-compareCaolán McNamara1-1/+1
Change-Id: I3892645b52b1250be73df9359107b5bc28d2afff
2014-10-27see if we can auto-ignore new Sequence false positives as suchCaolán McNamara1-0/+2
Change-Id: I7099dcf15843a80c25c7fb508dd9c0e8df6447e0
2014-10-27Fix indentationStephan Bergmann1-4/+4
Change-Id: Ic058759782f95e330d8c581911aeb163340a7c4b
2014-10-27cid#1247616 Logically dead codeNoel Grandin1-1/+1
Change-Id: I2577bf1d61c24f78070de409c285c8e36dddb3d6
2014-10-27cid#1209201 Logically dead codeNoel Grandin1-2/+0
Change-Id: I8a7a9e23ad33f0c62813ae4ebd84cece3fe75283
2014-10-27cid#735557 Logically dead codeNoel Grandin1-8/+0
Change-Id: I0f6851a4ce5c02ea48110bdb8ed47cdb15853917
2014-10-27cid#735507 Logically dead codeNoel Grandin1-1/+1
Change-Id: Ie251bca3e4fa7c67aa84c8ff3ae451b0aaa57f44
2014-10-27cid#705053 Dereference after null checkNoel Grandin2-6/+4
re-arrange the code to help coverity out Change-Id: Iddc9284cbdcbaae7a0dc17e62d0e8f4b4832297c
2014-10-27cid#705051 Dereference after null checkNoel Grandin1-1/+1
Change-Id: I6b7adb593efa137bb09b3b8d49539f6cd405dd20
2014-10-27sw: deploy some asserts in SwpHints::TryInsertNesting()Michael Stahl1-15/+14
Change-Id: I584edadf13b34edf054e3405865c43bae74a7830
2014-10-27sc: assert SfxPoolItem::operator==Michael Stahl7-19/+19
Change-Id: I69b7d2b9e580b08ebd59866f1244e0e61c4b1dcb