summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-06Add error checking in rebuildIndexes. (firebird-sdbc)Andrzej J.R. Hunt
Change-Id: If59c9fe7d7253347717aeb5b1aadf212b7d536a6
2013-09-06Wrong place to apply implicit intersection. Do it at the very last.Kohei Yoshida
Change-Id: I4b1e9d136d45f169ad1c1efee2275bab7dfe0f49
2013-09-06Handle string or edit cells when resolving static reference for group calc.Kohei Yoshida
Change-Id: Ifb2d0d6e7c9f3040bca61b5bdce14d853058d954
2013-09-06Allow storage of string arrays in vector ref tokens.Kohei Yoshida
Change-Id: Id2bc5a0343afeae387d896a9c369586a13081cd5
2013-09-06Correctly handle implicit intersection in group interpretation.Kohei Yoshida
Change-Id: I2ea6f41ad4036a6f3f5d99097e83fd988aacd105
2013-09-06Disable C4702 when doing link-time code generationTor Lillqvist
Change-Id: I7d93c9cbb9a857384629b327c0f82b2e6d530bae
2013-09-05sc: fix exports of scqahelper libraryMichael Stahl
Change-Id: I36d853e9f98ee5ed15d086f6b0fcec5bf3f6f54b
2013-09-05tinderbox is unhappy, let's link sot in this testMichael Stahl
Change-Id: I428545774544826be82459791e2d29d8195d1eb5
2013-09-05ColorControl.hxx: header guards still necessary in 21st centuryMichael Stahl
Change-Id: I27e773327cdcdc80d7cee0591741a7e1f439afbf
2013-09-05.gitattributes: treat .svg and .jcs as binaryMichael Stahl
this is apparently the only way to prevent results from endless base64 encoded lines (svg) or endless line containing all UNO API identifiers (jcs) in "git grep foo". Change-Id: I53326386ece9dbde0fb372d1616e643a89d51a40
2013-09-05Include <sfx2/sidebar/Tools.hxx> for A2STor Lillqvist
It is included in the precompiled svx header, so have to include it explicitly too for A2S to be visible in the non-pch case. Change-Id: Ic90272699979001645b42eebba9bb27dce2b7022
2013-09-05WaE: C4005: 'A2S' : macro redefinitionTor Lillqvist
Change-Id: Ieb670eb832f22e62bcfdbb8ffb8f96e8aad55cf2
2013-09-05tests that ensure the master to be broken arent that helpfulBjoern Michaelsen
Change-Id: Ie59f2ba4daec0375d1d64b765be3b1484e8cba3e
2013-09-05remove duplicate includeThomas Arnhold
Change-Id: I1809d186b9eabb03c8d388cc9361014d16a3080d
2013-09-05update pchThomas Arnhold
Change-Id: I6d5e8d3fd69189935a3338fee19b60022f70a7eb
2013-09-05Add suppressing warnings for preferences activity.Artur Dryomov
Change-Id: I7808e8bbc080b65017dc273e423db51c9151d9f7
2013-09-05vcl: MSVC tinderbox can't tell Window from sd::WindowMichael Stahl
Change-Id: I2afc5e2b69a2ffc649dea5e5343fee63c96a594b
2013-09-05fpicker: try to fix headers to make tinderbox happyMichael Stahl
Change-Id: If0de9b31b4d754dfda4f135a8ffa6df21d7b4314
2013-09-05add missing includeThomas Arnhold
Change-Id: Id28803d431c2f585f46b92888ee5b97293b63a2e
2013-09-05use replaceFirstThomas Arnhold
Change-Id: Ia20eec6e868579ed31e478514b7f2722a0972094 Reviewed-on: https://gerrit.libreoffice.org/5828 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-09-05Remove triggering next transitions on last slide.Artur Dryomov
The current server-side code calls finishing of a slide show multiple times so we cannot rely on this inidicator to exit the slide show. Change-Id: I78b11f62d45d45bcf005e6f0a36f2d632b886900
2013-09-05Add the settings screen.Artur Dryomov
It contains options that can confuse user: * changing transitions using volume keys; * keeping screenon while presenting. Change-Id: I1a9cb9afdf1409fc78e713b899d68ae045db5cb7
2013-09-05fdo#42155: Replace the only use of CAutoUnicodeBuffer part1Julien Nabet
Change-Id: Id6ea78148b7689199540407518f6bcb25af4450d Reviewed-on: https://gerrit.libreoffice.org/5713 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-09-05fdo#68552: try different build-time replacementMichael Stahl
Replace the offending variable at build time in pyAltFCFGMerge. Change-Id: Ie96d780eed8325c6f8399e78025345c0f0369856
2013-09-05Revert "fdo#68552: Don't (attempt to) do run-time expansion of build-time ↵Michael Stahl
parameters" This reverts commit ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0. Unfortunately does not work if BUILDDIR is different from SRCDIR.
2013-09-05Revert "Git rm these two files that are now expanded from corresponding .in"Michael Stahl
This reverts commit f58cf57213a300ced1369b17daebc2e9e8251c06. Uhfortunatley commit ac4e19f9085dbd0103c7336a5318aa1e55b3e3e0 does not work in the case when SRCDIR is not the same as BUILDDIR.
2013-09-05After .ui conversion, this param is not needed anymoreKatarina Behrens
Change-Id: Ifdf2204b0767e5ef7374aa2fef3d0fb906e53eb3
2013-09-05Removed now unneeded .src/.hrc filesKatarina Behrens
Change-Id: I31f0a63e590224848aa5045592b48966dbae7ec7
2013-09-05Don't need resource-using ctor anymoreKatarina Behrens
Change-Id: I2aabbdad061d5560c784c70b667c4c9dc774e170
2013-09-05Converted header+footer dialog to .uiKatarina Behrens
Change-Id: I431ef88cfbff1848dcf8aa83228f74920cf91fa1
2013-09-05-Werror,-Wunused-variable 'empStr'Eike Rathke
Change-Id: I12fc51ad42fde050dffda42c511c6334abd8d310
2013-09-05implementation is com.sun.star.i18n.LocaleDataImplEike Rathke
Change-Id: I9009763225f92ad2b1cca2a042e11942b8e4e6dc
2013-09-05getFallbackStrings() with bIncludeFullBcp47 parameterEike Rathke
so the various places that check the full tag first do not have to get it just to delete it again. Change-Id: Ib4e3cf1b16988464db875f1b6ac5cf4a0ab60fe5
2013-09-05WaE: unused variableCaolán McNamara
Change-Id: Id360f83149ba281c806e4c71ba283603f4480954
2013-09-05CID#1078786: fix memory leakMarkus Mohrhard
Change-Id: I17a257f2abe90e8d489fa1af0e0889934dc3fd47
2013-09-05CID#1078787: fix memory leakMarkus Mohrhard
Change-Id: Ia54965d35ffe29e32b85cd720ecd41495ff72063
2013-09-05CID#1078788: fix memory leakMarkus Mohrhard
Change-Id: I4ac535c4f5dd3b414771d54ba1718ffe5254b525
2013-09-05CID#1079183: unitialized pointer valueMarkus Mohrhard
Change-Id: Ic6f01adb83f1d30bbb3630c7ae4bf1cf5ce91635
2013-09-05CID#705713: fix memory leakMarkus Mohrhard
Change-Id: Ic157c57fcf3fd30fe46c8c09098d532fef9cd4b2
2013-09-05CID#705762: fix memory leakMarkus Mohrhard
Change-Id: I0602b158bb259e27915a46485cdeac471ba6cdf2
2013-09-05CID#736586: fix memory leaksMarkus Mohrhard
Change-Id: I02a10b8b0d18334ce693d0cead0b81d34b4eeeac
2013-09-05CID#1078782: fix memory leakMarkus Mohrhard
Change-Id: I4a98e68b5f74de787e28925e2e55de96f1cb980e
2013-09-05CID#1078783: fix memory leakMarkus Mohrhard
Change-Id: I63a244ececcdaba5837b028bc73cbd26e8555aa4
2013-09-05CID#1078784 and CID#1078785 fix memory leaksMarkus Mohrhard
Change-Id: I5a878bfb0a6947616b1d0bfaad2541bb46903676
2013-09-05String->OUStringIvan Timofeev
Change-Id: I0298ff90654a5778621730801d0952b2ed3ee5e8
2013-09-05use sensible indentationEike Rathke
that always annoyed me Change-Id: I0c439ddb00d78590b465cd47db6e60d1939bd9f7
2013-09-05use get*LocaleServiceNameEike Rathke
Change-Id: I24e10da4b511d0413268fe31ed02afe5f3b3734e
2013-09-05unused 'under'Eike Rathke
Change-Id: Ie924cf6d3ba3b95832b1176582765284acd9d5ea
2013-09-05use get*LocaleServiceNameEike Rathke
Change-Id: I976d6d565c7970858a5a259199fe14075e4f5d2e
2013-09-05use get*LocaleServiceNameEike Rathke
Change-Id: I57e388fcc730b0d5939cf85bcb14cbd5a41ee93e