summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-21Use SAL_WARN instead of printing to stderrTor Lillqvist
Change-Id: I83f2b1d7fbe940917ef2c0b7be225c722fe9df05
2014-01-21warning C4805: != unsafe mix of type 'bool' and type 'sal_Bool' in operationStephan Bergmann
Change-Id: I212ea47cabb5c556b7d822e4f45aacb6c96cb6e8
2014-01-21Coverity: Potential crash (?)Fridrich Štrba
Change-Id: I819b0df446cf95d511d6a7a5a65c381a2a837d00
2014-01-21Use SAL_INFO consistently, bin a random printfTor Lillqvist
Change-Id: I2c7a0d4c3c2714bd1e2773c0749edd20ee38628f
2014-01-21Use boost::scoped_ptr to avoid resource leaks in case of exceptionTakeshi Abe
Change-Id: I05a17a061bfd4c3dbd15fe80c1f1f4f8d8267ea7
2014-01-20fdo#73487: Center thick border lines around cell grid.Kohei Yoshida
This reduces the amount of gap at line joins. Plus it generally looks better this way. Change-Id: Ifd21cd0bc1f61f8a875b1bad9cfb33564c18b9ae
2014-01-21renamed misleading namesEike Rathke
Formula is a formatted text, and RawString isn't raw at all. Change-Id: I2e4455401c47bd1215576b24f6041248cc7f5a90
2014-01-20Fix Mac OS X 64 bit SDK settings.mkStephan Bergmann
...to simply use Xcode clang++ (which implicitly uses libc++). Change-Id: I02578f971e4abddfe74211046674bdcd23d7b279
2014-01-20Simplify code; STATUS_LOADED => component||factory1||factory2Stephan Bergmann
Change-Id: I661eb69551eae3d888d156c6bd4291a532d0b6ab
2014-01-20Fake proper lib ID for macosx-change-install-names into external/curlStephan Bergmann
Change-Id: I4ce1123698ced152c076a4d0e4ad276be9a55bfe
2014-01-20Removed unused solar.h reference in filterAlexandre Vicenzi
Change-Id: Ieffee3f06a12836b8a01dcebe2a6dc097b35dde9 Reviewed-on: https://gerrit.libreoffice.org/7520 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-01-20Removed unused solar.h reference in sotAlexandre Vicenzi
Change-Id: If49a8b583c8805e31abe158c31b3d2c9c79e6e27 Reviewed-on: https://gerrit.libreoffice.org/7518 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-01-20Removed unused solar.h reference in svtoolsAlexandre Vicenzi
Change-Id: Ic1dc7c32bb749888bc8751d4d488ba76e46b155f Reviewed-on: https://gerrit.libreoffice.org/7517 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-01-20Removed unused solar.h reference in linguisticAlexandre Vicenzi
Change-Id: I43a78b0a24d92362100cf9fab956120f01843222 Reviewed-on: https://gerrit.libreoffice.org/7516 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-01-20Removed unused solar.h referenceAlexandre Vicenzi
Change-Id: I1ff7d4bad068a8bc8cdc7f27dbfaee199d0f2e5f Reviewed-on: https://gerrit.libreoffice.org/7513 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-01-20writerfilter: remove unused parts of the FSPA class in doctokMiklos Vajna
Change-Id: I44c4ee0ca9c9986b1479eb2a365d50319771b304
2014-01-20writerfilter: remove unused FOPTE class in doctokMiklos Vajna
Change-Id: I07cbdf3745ac8b2522397b8f013d9dcec8a894df
2014-01-20writerfilter: remove unused FBSE class in doctokMiklos Vajna
Change-Id: I46ad2bee7be304e84622af88bdd975963dcaf7e7
2014-01-20Rest of the incomplete conversion.Jan Holesovsky
What I am doing today?! - sorry for the incomplete push. Change-Id: Idca25b390820527481b1c672a0ad62f2d83a0e13
2014-01-20Handle double lines for screen rendering.Kohei Yoshida
Double lines are always drawn as 2 parallel hair lines that are 1 pixel apart, at any zoom level. Change-Id: I2796477d0ea45c9880aa8057bd1a10104df96673
2014-01-20Ensure that the pixel line is at least 1 pixel wide.Kohei Yoshida
Without this, some dashed lines may not get drawn at all at some zoom levels. Change-Id: I273c1548325d14f56618df8ca4166aac58a3ff3f
2014-01-20Do the same when the pixel thickness is zero.Kohei Yoshida
Change-Id: Icfbb295abb19cf58477f4f14f4a7294a540151c2
2014-01-20Substitute dashed line with a solid line at lower zoom levels.Kohei Yoshida
Change-Id: I0437409b6a5d6163fadf777df5c028950727e786
2014-01-20Better on-screen drawing of vertical dashed lines.Kohei Yoshida
Change-Id: I53d5f8b0278d1228cd941221a07cd360943c5ce6
2014-01-20Same solid line treatment for vertical lines during on-screen drawing.Kohei Yoshida
Change-Id: Idb352dc2afeb2ee7b48620c972c2a186209228ea
2014-01-20Add vertical lines for testing.Kohei Yoshida
Change-Id: I93d3613547b74a37cebbb6e791e0d23ea405401b
2014-01-20Better pixelization of dashed lines for screen rendering.Kohei Yoshida
Now the dashed lines are evenly placed on screen. For now, horizontal lines only. I'll work on vertical lines later. Change-Id: I474e9c8214e5f079ea2cfca12b35381d8fcf2ae1
2014-01-20Draw horizontal solid border lines directly in the pixel processor.Kohei Yoshida
This makes slightly skinnier solid lines which look better on screen. Change-Id: Ia7764be4a53d1dd6bb60ecb3ba5c8966403e4e6c
2014-01-20Forgotten git add, doh!Jan Holesovsky
Change-Id: I6dccc887b400352cc47678d912b5e4d391c96a3b
2014-01-20fwk: Use constructor feature for AutoRecovery.Matúš Kukan
Change-Id: I87a6c1c1c6dc92670dccee3f56302e7f234b281d
2014-01-20fwk: Use constructor feature for JobExecutor.Matúš Kukan
Change-Id: I5087320137dc17f27a382d564a59cec68f1a4f95
2014-01-20gbuild: UnoApi: remove unused sinular gb_UnoApi_add_idlfile etc.Michael Stahl
Change-Id: I9ad8798b205e697a588804de3de758be7203f1a5
2014-01-20gbuild: UnoApi: fix header rebuilds when cppumaker changesMichael Stahl
There needs to be a dependency from the header on cppumaker, because headers do get rebuilt in this case and it's possible that the content chnaged; unfortunately it's not possible to tell whether the content of the headers actually did change, all of them will be touched which will result in a large rebuild. Change-Id: I78ae0631ba9197ca3d3edbd010319b77a6f01074
2014-01-20gbuild: UnoApi: fix rebuilds after IDL changesMichael Stahl
There used to be a dependency between .urd file and .hpp/.hdl files but that was removed; introduce a dependency between .idl files and .hpp/.hdl files to replace it so headers and stuff depending on them get rebuilt. Change-Id: Ibf1fe1db08c36ce42c392d27b794c2bc2a33738c
2014-01-20resolved fdo#73836 do not apply format twice to stringEike Rathke
ScDocument::GetString() already returns the formatted string that then was formatted through number formatter. Format raw string instead. Change-Id: I806b4fc904d04169a6c1dbd4a3d00e2556eda7bd
2014-01-20component-defines.h should be generated.Jan Holesovsky
Change-Id: I759d119e0ad6c5ae2881284c82292d4d9cb7ae87
2014-01-20Revert "svt: Use constructor feature for FilePicker and FolderPicker..."Jan Holesovsky
It does not make a real sense to use constructor for implementations that act as a trampoline; instead, we should do a constructor for the real implementations that hide behind it. This reverts commit 2fbb47156773b2e300fc987efc2da85c66e567d1. This reverts (part of) commit 58ea27124af27bfac21a796b0d13d72354bd0dd3. This reverts (part of) commit 194bdbde25dd70988c94ff5e1af43b530d47d94b. This reverts (part of) commit df002e39f7518036ae1c1d2afec7a525ef902327. This reverts (part of) commit eb89c6f7dcd613cda6a9eee6f7897225e0334a25. This reverts (part of) commit bdeb57c23973f3ef79020847b2fe39f312cf3c0b. This reverts (part of) commit 4337a0664f4fb73f9e1be74f2a632847871da402. Change-Id: Ibd9b1066f3b6ea215d8da9f491d5f026cd75b029
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky
Most of the constructors are supposed to be only a call of new TheInstance(arguments) or an equivalent; so let's just change the constructor caller accordingly, to accept unacquired new instance. If there are exceptions that need to do more heavy lifting, they do not have to use the constructor feature, or there can be a wrapper for the real implementation, doing the additional work in their (C++) constructor. Change-Id: I035c378778aeda60d15af4e56ca3761c586d5ded
2014-01-20Remove unused XInitialization.args dataStephan Bergmann
...now that ModuleUIConfigurationManager no longer implements XInitialization since 72b5343bd16deec540d8cd148cd7aebd74e92c16 "fwk: Use constructor feature for ModuleUIConfigurationManager." Change-Id: I479c6c93e9982d80318e53b794bac99e949a5e46
2014-01-20Typo in PLATFORMID for Linux powerpc64Stephan Bergmann
cf. the list of platform tokens at <https://wiki.openoffice.org/wiki/ Documentation/DevGuide/Extensions/Target_Platform> and in desktop/source/deployment/misc/dp_platform.cxx. Change-Id: Ibfc103bed1f6756654225e2c456ad73ab56c0d5a
2014-01-20SDK settings.mk: Don't guess PLATFORM/PROCTYPEStephan Bergmann
...rather, pass them from the build to the SDK installation via dk.mk. (The SDK installation is already platform-specific anyway, see the binary executables in its bin/ directory, so there is no point in not fixing this at build time. In the future, the shipped settings.mk could of course be stripped to just the parts relevant for a given platform, of course.) Along the way, fixes some apparent "ppc" vs. "powerpc" typos in settings.mk. This is a prerequisite to create a working settings.mk for macosx_x86_64, but does not yet do that. Change-Id: Ib8e0c03ad6dfd610aae58a61e32bdc61c785584f
2014-01-20convert advanced db settings dialog to .ui formatCaolán McNamara
Change-Id: Ia3152b7cc5edd89f37c78841e10bb5feacc6fc12
2014-01-20Updated coreCaolán McNamara
Project: help 934de4f8116eb69e621b7eff487e743a8a1866e2
2014-01-20Add a %age completion.Michael Meeks
Change-Id: I6066d42abddcefc9d7fe4bd19477a11294b138b2
2014-01-20require icu_headers hereCaolán McNamara
Change-Id: I56e161d42f7a58a7931191ab3d0af79f2af9ee5c
2014-01-20Remove unused Window parameter from SystemSettingsChangingChris Sherlock
This took a bit of code archaelogy for me to track down. It turns out that as part of an effort to optimize startup, the line of code in this function was commented out, presumably to be rewritten later. This happened in commit ee3351d78c in July 2001 (!). About three years later, in February 2004, the function was rewritten in commit 189c2388d80. As it turns out, the only two functions that used the Window parameter were vcl/source/window/window.cxx (which passed itself in, but of course this did nothing) and vcl/source/window/winproc.cxx. Furthermore, winproc only ever passed in the first frame, so it didn't really do anything either. Consequently, the function as it stands *now* only notifies the application that system settings have been changed. It doesn't care which window it tells. Therefore, I have excised this parameter from the function. I don't think it made sense when it was implemented anyway, so there is no net loss. After removing the unneeded parameter, I was also able to remove the Window parameter from winproc.cxx's ImplHandleSalSettings function as it was only ever used to set the top level window, which is now irrelevant. Change-Id: I84f2c5c5ff8969387da3af81e4a9c7f9ac6237e1 Reviewed-on: https://gerrit.libreoffice.org/7541 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2014-01-20drawingML export: zero rotation shouldn't alter the shape positionMiklos Vajna
I'm not exactly sure why existing code didn't do this implicitly, but at least this improves the situation. Change-Id: Id2bb169c513827b7ef48640dc88fad90a83d2bee
2014-01-20require icu_headers hereCaolán McNamara
Change-Id: If15c208f23d09dbd55ad0625448f864a7725c553
2014-01-20require icu_headers hereCaolán McNamara
Change-Id: Iee8d757f29c03e71e48c211966daaa89548710b4
2014-01-20Related: #i121289# printer options should have SID_SAVE_ONLY_USED_SYMBOLSTsutomu Uchino
(cherry picked from commit 5c6ef989906c6aa51b2e3702bac0323ef97e9f2d) Change-Id: Ida372f0558fd7e5cdb9c98384c21544e197f88a9