summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I231f0b367bf0b513c6c1ce4c4cfdb7c3dc8660d5
2012-10-12print something when compiling clang plugin tooLuboš Luňák
Change-Id: Ia312533381260a7c506dfd75b9f88c74a8329958
2012-10-12rebuild clang plugin when clang changesLuboš Luňák
Change-Id: Ia4192224d0b217ba2393dc457250cf12febe9306
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I37ab7e25d1a9fcce2009b8e35535fc1d0b02013b
2012-10-12avoid crash on pointers to functionsLuboš Luňák
Clang's dyn_cast<> crashes on NULL, and getParentFunctionOrMethod() is NULL if the parameter is a part of a pointer-to-function declaration. Change-Id: Iee9eef488746f9a46bc090df8d318f27ad65f0ef
2012-10-12do not report unnamed parameters as unusedLuboš Luňák
Change-Id: I0cc44354085fbee15aa94d23c29830fd40e8d939
2012-10-12loplugin: unused string and misleading if/else indentCaolán McNamara
Change-Id: Idd0c4195e5988b3a0ee64282463db44e43d0c597
2012-10-12Resolves: fdo#55685 SvxLanguageBox is in svxcore not in svxCaolán McNamara
Change-Id: I50f68674e057dd358357d611bbbbb3332d8cd00b
2012-10-12Resolves: fdo#55807 crash in tools->outline numberingCaolán McNamara
Change-Id: I4233fa63d49ed0a3ec3de7fe04eadead9fa7d1bf
2012-10-12loplugin: markup some more suitable classes with SAL_WARN_UNUSEDCaolán McNamara
Change-Id: Ia89ef962aed9ecd1e907c9f46e2f05a7018ca8a0
2012-10-12loplugin: unused StringsCaolán McNamara
Change-Id: Ie9c888a48716e4bfd24ae78eef5f6e4a54dd1810
2012-10-12handle ui-previewer on .ui in cwdCaolán McNamara
Change-Id: If13c5494ffb960e943fa8d2c99f2da28b5f95736
2012-10-12do not play stupid games with jpeg vs. jpeglibDavid Tardon
Change-Id: I72ed637ecec5aff7528ff724b2665e22650c224b
2012-10-12Put typedef inside class scope.Kohei Yoshida
Change-Id: Ied6b5c1714b23a7f64b5b8271979deb21350f76b
2012-10-12No need to keep this method.Kohei Yoshida
Change-Id: I5152c6f2888919a6b495bdcf1da7d797d1b1232e
2012-10-12These can be private.Kohei Yoshida
Change-Id: I960477a220db813e86c40008bc9e3ed7ed460595
2012-10-12Less friends.Kohei Yoshida
Change-Id: I40410e401d9edd23d62ee12a9b8076d473d5cd29
2012-10-12Hide (part of) the implementation.Kohei Yoshida
Change-Id: Ia750cb1a6234ff3566728b9e22def65febed4f5c
2012-10-12deliver jpeg headers tooDavid Tardon
jpeg is used by dmake module gdk-pixbuf, so the delivery cannot be bypassed yet. Change-Id: I92d71c6807535b8f4fff75d62fc417d437792e33
2012-10-12gbuildification of jpegDavid Ostrovsky
Change-Id: I466f13f1132103bc20b9918411a54fd3106f4553
2012-10-12fdo#45651: gtk: fix text color with dark themesIvan Timofeev
Change-Id: I959b7791151fd345c250016ae8ad315a4615a871
2012-10-11Remove this boundary comment.Kohei Yoshida
Change-Id: Idc7c252a273dd600e05742f075c84421e0ffb23b
2012-10-11Re-organize the data members of SvTreeListBox.Kohei Yoshida
Change-Id: Iefe8182dc20f22fa65299d9253fba3830cd1a9c5
2012-10-11Let's make these calls explicit too to prevent infinite recursions.Kohei Yoshida
Change-Id: I9671715ce9ed06b032cf236e843c9ea0f09513a9
2012-10-11Prevent infinite recursion during make check.Kohei Yoshida
Change-Id: Ib807c54195c867d5f54e48ae2a1fe7694dfa4882
2012-10-11Another crasher.Kohei Yoshida
Change-Id: I36f537618ae04e651e98fd9e9b0f4cf170faac33
2012-10-11Fix another crash on exit.Kohei Yoshida
Change-Id: If0f26e2e81e7f22c63b5eaba1e51bf10a7d3b603
2012-10-11Fix a crash on tree list instantiation.Kohei Yoshida
Change-Id: Ibef33f15223ba568a2626c74f102ecc022a3ab13
2012-10-11Merged SvTreeListBox and SvLBox.Kohei Yoshida
There is no reason to keep SvLBox separate. Change-Id: I0b34aa8f8ca539d4f4f0f9cea9fa9b8faec241e8
2012-10-11Avoid sub-classing from std container, especially for this.Kohei Yoshida
Use typedef instead. Change-Id: Iafdcdba8cdf77836542141dce0fdcc34e88db210
2012-10-11loplugin: more unused OUString and misleading indentationCaolán McNamara
Change-Id: Ic21ca9e14520f4f16c2d665a07a79ee1a46ab91d
2012-10-11fix sw_subsequent_ooxmlimport after df99bb3Miklos Vajna
Change-Id: Iffe97b25ad8714342a55bbe54909dd1a3d47bdec
2012-10-11Correct misnomer in vclmedit.hxx/.cxxZolnai Tamás
Originally vclmedit was in svtools and during moving it down to vcl sv prefix was not removed everywhere. Change-Id: I7693a33f59d9f31b00f368ad992f86b3fce3a984 Reviewed-on: https://gerrit.libreoffice.org/859 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2012-10-11pywizards: This code does nothing but an exception. Delete itXisco Fauli
Change-Id: If35b68073210d7da368a96623853c3d68d8425b5
2012-10-11Fix fdo#35278 - don't generate hidden primitive rectanglesThorsten Behrens
I'm really rather certain we don't need to generate those non-stroked, non-filled rects in metafiles - at least not for the slideshow. The comment states otherwise, alas, there's no further explanation in any referenced bug etc. Change-Id: If7040b46900ea32515f29cf371897a693858b100
2012-10-11fdo#55493 fix RTF import of specific PNG imageMiklos Vajna
The image was special in that the resulting Graphic's GetPrefMapMode().GetMapUnit() wasn't MAP_PIXEL. Change-Id: I681e344a042721b99f6cb2e599f9c65156d219a4
2012-10-11unowinreg.dll is needed on all platformsMatúš Kukan
Change-Id: I55771733baee432d2ccf75df012552eb2d035acd
2012-10-11sort ooo.lst.inMatúš Kukan
Change-Id: I1fc1908d188589e4437bd287967c6df9d402d17c
2012-10-11ooo.lst: use more variablesMatúš Kukan
Change-Id: I478996c43d069648241d8c5cff64ff78b9230154
2012-10-11add a get_label_widget to VclFrameCaolán McNamara
Change-Id: Ia0561a5f185878342b15be54c6147aa1c81fa9ef
2012-10-11Makefile.top: move compilerplugins dependency to bootstrapMichael Stahl
... as it was always causing ./bootstrap to be run on "make module". Change-Id: If2b04ea415fd644c6a8ff9a3f712ff713d8b12ae
2012-10-11CMIS UCP: fixed crash when cancelling authentication dialogCédric Bosdonnat
Change-Id: Ic7d8382df31e7489497a6bdb14bfa8c6317f11f4
2012-10-11CMIS: Implemented the CheckOut button of the InfoBarCédric Bosdonnat
Implementing it needed: + Adding XCmisDocument::checkOut method and implement it in SfxBaseModel + Moving the CMIS properties loading into a SfxBaseModel private method to factorize code. + Adding the SfxInfoBarContainerChild registration in all modules Change-Id: I35bcb53cd2feff354aa5d9245897d0631cc924a0
2012-10-11fdo#54094: Add a space in sw outline tooltipsCédric Bosdonnat
Change-Id: I1f2046cc52261b717165a2f6838a826acefb7b09
2012-10-11CMIS: Show an infobar when the document isn't checked outCédric Bosdonnat
Telling the user that the document isn't checked out is pretty important as it may cause troubles for the Save operation later (depending on the server policy) Change-Id: Ia101d37cc6266170914ae2cbd90accea1f377f60
2012-10-11CMIS: Provide the CMIS properties in the UNO API of documentsCédric Bosdonnat
Change-Id: Ieb48f615a80e1fa2d49b4efada1f8f9fc4349c29
2012-10-11InfoBars: first implementationCédric Bosdonnat
Change-Id: I4b18f19f5cf13d648a8d10cc31c63bb330a86b6f
2012-10-11loplugin: markup the POD tools classes and UniString with SAL_WARN_UNUSEDCaolán McNamara
Change-Id: Idb0636772e4c93d25259487a130720cb62cca5af
2012-10-11loplugin: more unused OUStrings and so forthCaolán McNamara
Change-Id: I4f3a51e1fd3ddca9442022a7134306fbf32e13ae
2012-10-11regression test for fdo#53814Noel Power
tests sorting when cells in sort range are referred to by other formula cells Change-Id: Ic7b0d9e11193fc09d97aebd54cdd84210bd09061