summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-15Better document gotcha in find-german-comments.Michael Meeks
Change-Id: I9e6e15cc5a5597586b4a913e0cc75cf337ddfc05
2015-01-15silence -Werror,-Wunused-variableCaolán McNamara
Change-Id: Iaea31af5b7e41367b59fe02d523bcb7e08a8e0fc
2015-01-15Resolves: fdo#85666 when matching existing list indent use matching levelCaolán McNamara
Change-Id: I20bf0fa3a9b1562d46eba6321edca047cf02b128
2015-01-15add unit test for fdo#88398Eike Rathke
Check that grouped area listeners aren't discarded when unsharing a grouped formula. Change-Id: Ic3d3e9acb5b97d927a85ca433de127dd3b74a30c
2015-01-15fdo#88398 disable grouped listeners for nowEike Rathke
Further implementation is needed to re-establish grouped listeners after unshare and split. Change-Id: I861b3f9d63a611ab0e32918ce1b272121bf12988
2015-01-15rhbz#1175027: sw: fix life cycle of SwConnectionDisposedListener_ImplMichael Stahl
The SwDBManager is owned by SwDoc, so if the database thing is still alive when SwDoc dies (which may or may not indicate a leak), the listener will crash when the database stuff is eventually disposed during shutdown. Change-Id: I2bb5eb35f0a403374bc8f123b85ba2d7244016b0
2015-01-15Fix warning about ignoring write() return valLuke Deller
glibc declares write() with the warn_unused_result attribute, so we need to check the return value to avoid a compiler warning. (This warning only seems to occur when gcc optimizations are enabled) Change-Id: I31962aae63d0a12eecfe44bb7920a68b29c05d8a Reviewed-on: https://gerrit.libreoffice.org/13927 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-15Resolves: rhbz#SwDataChanged dtor accesses deleted PaMCaolán McNamara
an old bug that I finally hit on by typing one paragraph of three lines consisting of repeated "Apple " and the cursor at position 0 and click the bullet icon Change-Id: I90e998561f2645ebfa51423bcaab9a4195144338
2015-01-15do not _override_ werror even if LODE_HOME is presentNorbert Thiebaud
Change-Id: I8ea6dbf5fbe6c7706d833dddf43b31128f079017
2015-01-15fdo#87923: Don't hide the rulers completely - show the horizontal one.Jan Holesovsky
Turns out this is still useful to have, let's not be that aggressive :-) Change-Id: Ie9eb8b241594ce470238aa0b769a0afd2418e498
2015-01-15loplugin:implicitboolconversionStephan Bergmann
Change-Id: Idbee7d8c96082a88c9653556ec7f88f4e7ced973
2015-01-15Really remove eventsJulien Nabet
Change-Id: Ie73b7ead02434a0614287f61f0ffd49eeab32aba Reviewed-on: https://gerrit.libreoffice.org/13681 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-01-15PostgreSQL statement: use :cppu::WeakComponentImplHelperLionel Elie Mamane
Change-Id: I081d375b0249a3b0e47c1dd6db3f86fef272e7fd Reviewed-on: https://gerrit.libreoffice.org/13925 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-01-15Graphite: Add link to main development site and issue trackerDavid Ostrovsky
Change-Id: I8f7777c1234a69e1851b8f4f4e8afc8466cc2e06 Reviewed-on: https://gerrit.libreoffice.org/13918 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-01-15PostgreSQL statement: deliver promised XMultipleResults interfaceLionel Elie Mamane
Change-Id: I0bb6df332a6666a0ae96bba38626b2626f880490
2015-01-15Revert "fdo#88157 Remove misused frames from 4 of n dialogs"Caolán McNamara
This reverts commit 8c291bb13335fc73785eab2bba81b37a5161d6b4 because a pile of stuff then crashes, its not sufficient to remove things from .ui files if there are still used but the cxx. e.g. opencl options page Change-Id: Ice608af7e4a3f7798183a45602715ab04afbc87a
2015-01-15remove unnecessary castsNoel Grandin
leftovers from conversion of SvStream operator>> to Write methods Change-Id: Id1d1e60ae42afb689910845a3c6ec75e3388fb56
2015-01-15Silence bogus GCC 4.9 -Werror=strict-overflowStephan Bergmann
Change-Id: Ie116cee9282b3cc73e3bbb9b3fbaa50b1e8e974a
2015-01-15Related: fdo#87551 measure in approx chars and not pixelsCaolán McNamara
Change-Id: Ibf34083d99e0aceee2855ed10939ad3b60b8abae
2015-01-15Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara
if we didn't make use of them. Change-Id: Iee1c2fef5966a614b068c832bf8c6b51973b4c8a
2015-01-15convert sal_uIntPtr to longNoel Grandin
Change-Id: I662f51d8d7c88a6c6f7306c344d99841a3102bb4
2015-01-15protected -> privateTakeshi Abe
Change-Id: I199f4cd8897e3fa7b794f3d6d96077e98ccff51e
2015-01-15no need to compare it with trueTakeshi Abe
Change-Id: I9c825663508abdc7efa9cf2801770acc2b79174a
2015-01-15Factor out SwFmtNoBalancedColumns::dumpAsXml() from docnodeMiklos Vajna
Change-Id: I22f500cb6b62ac4ed7158bc68fa76f84173bc86d
2015-01-15enable-werror for LODE buildNorbert Thiebaud
Change-Id: I4bcdeca96e59e2bc3a2a96f546d060504f020bc7 Reviewed-on: https://gerrit.libreoffice.org/13917 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-01-14Comment these out for now. We'll use them later.Kohei Yoshida
Change-Id: I7e6afeea9368241bea8af141726e73c557475317
2015-01-14Add TODO. Text rendering is still weird.Kohei Yoshida
Change-Id: I2da98a82f2d2407f48960a4e53643cee63b4844d
2015-01-14Adjust zoom level for different output tile size.Kohei Yoshida
Change-Id: I54b9f3ca66035b66509c960ca79391446ecf8778
2015-01-14Set correct grid color.Kohei Yoshida
Change-Id: Ie8ccf61f0b04b718c930b14374843e3858c6278b
2015-01-14Tiled rendering, first cut.Kohei Yoshida
Very simple, without zooming. Change-Id: Ia5bd5c02dab3eedbaad07ebd81c4d7fe3c6a00c1
2015-01-14Implement getDocumentSize(). Cell data only for now.Kohei Yoshida
Change-Id: I31e14f12aaee2d98103d1594ba5b511ebf91e333
2015-01-14Annotate this method.Kohei Yoshida
Change-Id: Ia8f518fd6e61562e95eddacafc9f7e49656826e8
2015-01-14Provide const version that returns a const pointer.Kohei Yoshida
Change-Id: I6a07919af477f2641797b14838ee5ef563ffe532
2015-01-15vcl: make glyph iterator variable names more clear in GenericSalLayoutChris Sherlock
Change-Id: I4af8963ab7a9a53b457ea6054a603257b35a0e6e
2015-01-15sw: SwFntObj::DrawText - comments added and clearer variable namesChris Sherlock
Change-Id: Ibb555f7189e01eac7f0bd4ce0f66e9c30680250f
2015-01-14sc: try to fix build with GCC 4.6Michael Stahl
Change-Id: I80ca8eeb69e06fefc9fd06ea46ea499a999ced6e
2015-01-14Add three sidebar sifr icons.Matthias Freund
Change-Id: I56c943d57cfa4e6da8d0ab866f66bb3c451186bb Reviewed-on: https://gerrit.libreoffice.org/13912 Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-01-14rhbz#1180114: writerfilter: don't crash on w:customXmlDelRangeStart etc.Michael Stahl
We can't do anything sensible with these CustomXML elements but now we have to handle them because. (regression from 9dbf817fe5c5253fba0831aefa17575ae0ba3af1) Change-Id: If4247890ff9961a77434587802670d28608a7922
2015-01-14writerfilter: document action tokenidMichael Stahl
Change-Id: I5c8118682cdb2c6fb5b86c9eafa30dbfd4b67f1f
2015-01-14Be more informativeTor Lillqvist
Change-Id: I58cd259055b87cd78d7c6936b2e479ff2cd1ed40
2015-01-14fdo#88157 Remove misused frames from 4 of n dialogsAdolfo Jayme Barrientos
Frames are meant to group together sets of related controls. It is a mistake to use them to label just a single UI control. Change-Id: I2666eefd6f6986825e48879ed3fb5b8d55f3e0d0 Reviewed-on: https://gerrit.libreoffice.org/13865 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn
This addresses some cppcheck warnings. Change-Id: I800242bbac3092d2dbaa9098fc6355fe675872e1 Reviewed-on: https://gerrit.libreoffice.org/13906 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn
This addresses some cppcheck warnings. Change-Id: I8c63a767c62b3a666ad445a0a3095d1bb1224f5e Reviewed-on: https://gerrit.libreoffice.org/13908 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-14Use the same advanced Ellipse and Rectangle shapes in writer as drawCaolán McNamara
i.e. reconcile writer with draw/impress wrt. commit 0e9faf7a0f8c76b50d9a9354d5fab5d1ad4af821 Author: Petr Mladek <pmladek@suse.cz> Date: Fri Apr 22 16:51:58 2011 +0200 sd-toolbar-advanced-shapes.diff: used advanced Ellipse and Rectangle shapes they allow to wrap text according to the shape which is a very nice feature (bnc#171052) Change-Id: I0bddfe65030f3515bcb5a30f2886d3ad17a72b0d
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara
Change-Id: If47baad0ec31f18fcb55c7db86fb2a316dd0807f
2015-01-14sc: rename ScSTEXY to ScSTEYXLaurent Charrière
The actual Calc function is STEYX. Change-Id: I7c778a3b00e54aa97b61c00e2e7c40c2db48a08b Reviewed-on: https://gerrit.libreoffice.org/13898 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-14fd0#85818: rename SC_OPCODE_NBW to SC_OPCODE_NPVLaurent Charrière
Change-Id: I1f7b51094acf0baf79160f65fdec67c9934930aa Reviewed-on: https://gerrit.libreoffice.org/13897 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-14fdo#85818: rename SC_OPCODE_IKV to SC_OPCODE_IRRLaurent Charrière
Change-Id: I8148081e2f2d89bdd319b5dc7346af672a8cf310 Reviewed-on: https://gerrit.libreoffice.org/13896 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-14fdo#85818: rename SC_OPCODE_GGT to SC_OPCODE_GCDLaurent Charrière
Change-Id: I65a79d4e88f82cb76d9b6ab39f06a11acd4f3e41 Reviewed-on: https://gerrit.libreoffice.org/13895 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-14fdo#85818: rename SC_OPCODE_KGV to SC_OPCODE_LCMLaurent Charrière
Change-Id: I4a49a00a8cc74c7ff0752ef0bffbf855fecb232c Reviewed-on: https://gerrit.libreoffice.org/13894 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>