summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-14callcatcher: more binfilter freed up methodsCaolán McNamara
Change-Id: Iea3716e5c7a21f083f36ce4b8d43ae9fc85227f7
2012-11-14loplugin: unused std::stringsCaolán McNamara
Change-Id: I1b1bbed72cf3e54115ce1a10c31f80eb8e3bea28
2012-11-14add regression tests for .bmps/.rles including EDB-22680Caolán McNamara
Change-Id: If351421b9de11870bb81010626377db8585a1edd
2012-11-14add a regression test for EDB-22681Caolán McNamara
Change-Id: I62adf5eef023de163114266de56c14310f3aad34
2012-11-14callcatcher: neither setNumberFormat is usedCaolán McNamara
Change-Id: I782eace543ae5618004c61b9b84a0646cc463df6
2012-11-14The additional methods of SO2_*_REF over SV_*_REF are now unusedCaolán McNamara
so they can now be replaced by SV_*_REF now Change-Id: I2207d6582cab5f41851064f3d0c773e9421c0078
2012-11-14callcatcher: update unused code post binfilter deathCaolán McNamara
Change-Id: I5b25d14ef2769126f98523551597f43812b9feb7
2012-11-14add a way to extract variables from config_host/build and shell-export themNorbert Thiebaud
usage: . ./bin/get_config_variables [ --host | --build ] variable [variable ...] --host is the default Change-Id: I37d90faf613dfbdb060c18e25370175fde26f3bf
2012-11-14allow hiding of rtl or ltr buttons on toolbars when ctl selected fdo#33356Noel Power
Change-Id: I56ce5da755578e35215aa5ca2d37835dcbffbf7d Reviewed-on: https://gerrit.libreoffice.org/1054 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2012-11-14Clean up removal of binfilter tests from smoketestStephan Bergmann
Change-Id: Ide1d0b6c5cab56d5c383853d349d70b21401a533
2012-11-14fdo#55525 import RTF_TRLEFTMiklos Vajna
Additionally: 1) Make sure cell margins are zero when they are not defined. 2) Handle cellx values in case of a negative left margin. Change-Id: I9b8fb700b6459e622396c98e4344aba79f62c96e
2012-11-14Deliver the right curl librariesFridrich Štrba
Change-Id: I999591422ec9fb26025d7eda19d2e1271b310534
2012-11-14Turn "odd number of Which-IDs" into a true assertStephan Bergmann
...as it leads to crashes anyway (as witnessed with what got fixed with 09ee17974f31ca188df532a2fea33a79ca367ebe "Fix Which-ID range of OfaTreeOptionsDialog item set"). Change-Id: I9ad24d3dd11530ad002a5277d22b60e651e67d70
2012-11-14Cleanup unusedcode.easyJosé Guilherme Vanz
This commit removes some unused code from unusedcode.easy Change-Id: I204edb6a29e23af244e7997622c5a9b3f596cb2f Signed-off-by: José Guilherme Vanz <guilherme.sft@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1052 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-13fix liblangtag for win and cleanup autoconfPeter Foley
Change-Id: I6d69eb2af6a3b1a693ad782f2a0e51f6b0ef932c
2012-11-13pywizards: Use local variablesXisco Fauli
Change-Id: I334244d1729376f25c361327b4103fb59ccc2d09
2012-11-13pyagenda: fix finish wizardXisco Fauli
Change-Id: Ic0a4c4491cfdf0070552f38f706aea0cb53178be
2012-11-13pyagenda: forgot a methodXisco Fauli
Change-Id: I0e6f1239ead11845b0fbad98354022c9ee021ea3
2012-11-13pyagenda: remove unused codeXisco Fauli
Change-Id: I6e43be661c44f24be458e02168557e6cef4dd99a
2012-11-13pyagenda: Fix "the document already exists"Xisco Fauli
Change-Id: Ie91d4d2f50ef1f13759904d6eb862f2d7c2140e7
2012-11-13fix system boostPeter Foley
Change-Id: Id80557cb47ab471a0f3a643a1c11a59e89c14c54
2012-11-13fdo#56776: Change in formula options should cause repaint.Kohei Yoshida
Else Calc would fail to update the column headers due to A1 to R1C1 change (and vise versa). Change-Id: I2c403212f5bc539aea92370e60da96f480549d6d
2012-11-13Avoid global static dataStephan Bergmann
...that (indirectly) allocates memory via rtl/alloc.h, thereby causing the rtl_cache_wsupdate_init thread to be spawned before main, as on Mac OS X that would interfere with the code in sal_detail_initialize to close all file descriptors >= 3 -- on Mac OS X the pthreads implementation makes use of KQUEUE file descriptors. * This commit removes enough global static data to make ui-preview work again on Mac OS X (where it crashed at startup when the main thread closed the KQUEUE fd used by pthreads implementation threads). gengal uses further static data (at least from module sb), so needs further clean-up. * Avoiding global static instances derived from class Application required the introduction of vcl/vclmain.hxx. * That the vcl library was linked against the static vclmain library (which only provides an implementation of main) appears to me to be a historic relic (all executables should either include a SAL_IMPLEMENT_MAIN or link against vclmain), so I removed that. Change-Id: I048aa616208cb3a1b9bd8dcc3b729ba1665729bd
2012-11-13save fixed denominator for fractions fdo#56419Noel Power
Change-Id: I612ff2340b272661067cb6a54106e91443fec91e
2012-11-13Upgrading postgresql to 9.2.1Fridrich Štrba
Change-Id: If6e58db174159111dec9c6ab39258d757a3e6ba5
2012-11-13Make wget a little more independend from the local .wgetrc config.gerhard oettl
wget --config=/dev/null would ignore ALL local settings, but interfers maybe too much - proxy auth for example. So adjust only some settings. -- M download Change-Id: I3dad22c4a4e18a480a7157ad3cc903c6a0725a4e Reviewed-on: https://gerrit.libreoffice.org/1046 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2012-11-13macosx theme has a gap between edit area and up/down areaCaolán McNamara
in spinbuttons, so adding just the width of the up/down buttons will not take into account that intermediate space in determining the optimal size Change-Id: I219a02b3313e87f4c927d52de34eda040b13133e
2012-11-13bcppCheck: redundant assignment and Possible null pointer dereference.jailletc36
I also turned a memmove into a memcpy. The 2 memory areas can not overlap. Change-Id: Id4f984f9eb5dea1ba59631281d6967d259948e5b Reviewed-on: https://gerrit.libreoffice.org/1015 Tested-by: Eike Rathke <erack@redhat.com> Reviewed-by: Eike Rathke <erack@redhat.com>
2012-11-13PlaceEditDialog: removed now useless hrc/src filesCédric Bosdonnat
Change-Id: I6966c621343a9c1c7a7f703c026f7e6d39976154
2012-11-13Fix Which-ID range of OfaTreeOptionsDialog item setStephan Bergmann
...by properly re-merging <http://svn.apache.org/viewvc?view=revision&revision=1172345> "cws mba34issues01: #i117716#: fix missing resources my removing unused code" (changing the start ID from SID_OPTIONS_START to SID_INET_EMAIL_NAME) brought in by 015b29b74aaf16f5bdf6a90f6e7d5c1d210fe281 "re-base on ALv2 code" (but erroneously dropping the start ID) with 5fcecf9b88a0879081d8239cebbc03e30150985a "hrc cleanup: Remove unused defines" (removing unused SID_INET_EMAIL_NAME). Change-Id: I3f10b5ec166a8bf4763ef8e44d3095bb816277d0
2012-11-13resolved fdo#55369 accept fraction input if presetEike Rathke
Accept fraction input without integer portion if the format was preset as fraction, e.g. 1/5 instead of 0 1/5 and don't force to date. Change-Id: I188593c57e5779aae029a1aa2ebd2c18de441804
2012-11-13android: remember displayed page during rotation in DocumentLoaderMiklos Vajna
Change-Id: I1948dcc76026e4c906407932aa67371e5e9e8bb6
2012-11-13Solve scope issues with older gtkFridrich Štrba
Change-Id: Icceb9586b4051009a8843b4672b79daf22e07830
2012-11-13fdo#56954: fix Ignore menu item of grammar mistakesLászló Németh
Change-Id: I5cec602c686d5199b516a7e5135ababeb0751444 Reviewed-on: https://gerrit.libreoffice.org/1024 Reviewed-by: Németh László <nemeth@numbertext.org> Tested-by: Németh László <nemeth@numbertext.org>
2012-11-13fontconfig < 2.4.92 doesn't have FcGetLangs, fallback to old logic in absenceCaolán McNamara
Change-Id: Ie789bdfbf26c9cf652d43d6badfad6fec1a3eb9e
2012-11-13fpicker: moved the PlaceEditDialog to .ui fileCédric Bosdonnat
This is a preliminary step to CMIS server selection simplification. Change-Id: I74f333a9f233bbaabb4d6b6ba48fb8e86df2f508
2012-11-13CMIS: after cancel-checkout mark the document non changedCédric Bosdonnat
Change-Id: I626bd6ab29da29d4cd312b56208e4a2d0697c2fe
2012-11-13static libraries also require boost.Michael Meeks
2012-11-13cppumaker and javamaker also use boost.Michael Meeks
2012-11-13liblangtag really does not need to be a shared libraryFridrich Štrba
Change-Id: I73f9422268f58ded971150f1ef16643885669ea3
2012-11-13Fix the pthread branch of lt-atomic.hFridrich Štrba
Change-Id: I12b8c5e43dbe96fe9e2b2175dc6bb6bf15a8bdf8
2012-11-13Oops, a typoFridrich Štrba
Change-Id: I02dcde7d83df864561a5d4af8cda5e57f30f811a
2012-11-13Shortcircuit liblangtag's builtin detection using config.cacheFridrich Štrba
Change-Id: Ib53ab293d90b9b8a68d97b10d2ad020c69ab46f5
2012-11-13favour expandables over non-expandables for shrinking scenarioCaolán McNamara
if grid contents change their mind and want to be bigger than available space, then somethings got to give, prefer expandables as shrinkables too Change-Id: Iefd87adb722548c11df04f194cf6d6e17665289a
2012-11-13use SetControlForeground instead of SetTextColorCaolán McNamara
because that's persistent across unrelated style changes otherwise setting e.g. alignment will reset the color to default black Change-Id: I2b975c3914a59a93e54d72aa0975a066b5edf533
2012-11-13merge SetDescription into SetTextCaolán McNamara
that way the display text always matches the link text Change-Id: I3f4901803bd9354d2cd0fc29d7d91ccd8e3def54
2012-11-13convert extension dialog to .uiCaolán McNamara
Change-Id: I4d938be9e960f421398dd40bbcf1b3cadc643de1
2012-11-13Fix icu build with GCC versions that don't have the builtin atomics detectedFridrich Štrba
Change-Id: I9f943f807e0966aafa66dbb865941cf975ad9fe2
2012-11-13CosmeticsTor Lillqvist
Change-Id: I6a3762c42d88752c1c3dd0acd6bfb41b1ace062a
2012-11-13Revert "fdo#38878 upgrade xpdf to poppler"Tor Lillqvist
Also revert my two minor follow-up popper commits. Poppler doesn't build on Mac OS X. It uses fontconfig, and we don't depend on that on the Mac. There is a patch from 2009 http://lists.freedesktop.org/archives/poppler/2009-July/004932.html (actual patch at http://lists.freedesktop.org/archives/poppler/attachments/20090712/f3b154d0/attachment-0001.obj ) that makes poppler not use fontconfig on the Mac, but it was never upstreamed. And that patch uses the obsolete ATSUI API, which we want to stop using in LO code, not introduce new uses of. This reverts commit 39f9eb0d856293a974e2f024b29dca20068af073. This reverts commit 0941c211858416f6117548e093b428b64785f98a. This reverts commit a6e9bb4c7bad649cb44efaeef67fa18090348c53.