summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-07-24typosMichael Stahl2-2/+2
Change-Id: I3da5c0c1e9c7ecbb69463e948ac0eb326b112767
2014-07-24jurt: Enhanced For-Loops, code formatting, javadoc & overridesrbuj40-1015/+1221
Signed-off-by: Michael Stahl <mstahl@redhat.com> Conflicts: jurt/com/sun/star/lib/uno/environments/remote/JobQueue.java Change-Id: I6d6324c5597fa472360a1b8bb4153dec647a36f0
2014-07-24fdo#80721: Use the old way of drawing the pilcrow (but with changed color).Jan Holesovsky1-2/+11
This fixes the reported problem (that the pilcrow stopped showning for centered paragraphs), and additionally makes the pilcrow large for large paragraphs (like titles) again. Change-Id: I78d9986c0da6abfb9936984bb8b72d5eba88c9d7
2014-07-24Updated coreAndras Timar1-0/+0
Project: dictionaries 54aa90ef47bd8e2d062aa455dcc5d6f1ae02887b
2014-07-24allow to continue build after removing workdir/DepDavid Tardon1-0/+37
Change-Id: Ia5ccf924979fc3c72ce585af46a7443733be2ad3
2014-07-24Typo: PRECSION->PRECISIONJulien Nabet1-6/+6
Change-Id: I63f8ad597cea2562b567b7df13823b75a6e50dde
2014-07-24compilerplugins: Fix tutorials pluginsJuan Picca6-9/+9
Broken in commit 1f078fcaddd45bb074e4d0a4933db01f6e8b623e Change-Id: Ica93c3b9309b2ae4d973ccc34a84b5accac7472c Reviewed-on: https://gerrit.libreoffice.org/10478 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-07-24it seems that CPPUNIT_PLUGIN_IMPLEMENT can't be in nsDavid Tardon1-2/+2
Change-Id: If0d2622b5d64ccd821ff29356d545d59f5017d21
2014-07-24add test for swapping of GraphicObjectDavid Tardon4-0/+180
Change-Id: I341f52e5dfedb61130545cf30ff61e891abc7e04
2014-07-24move SFX_ITEMS_DIRECT etc. definitions inside the moduleNoel Grandin6-5/+12
These are internal constants, they don't need to be visible to the rest of LO Change-Id: I313def85b8c404948ec9ecb3996fed03b32ff9bf
2014-07-24fix animation for GL3D chartMarkus Mohrhard1-2/+2
Change-Id: Ibcc87329f02c435638cb31f8e969b94b729b7f31
2014-07-24avoid showing the picking frame for too longMarkus Mohrhard1-0/+2
Change-Id: I58a04325ba6ae42fffddf89905c997fb9ff9fd35
2014-07-24we don't need blocking user input anymore with the threaded renderingMarkus Mohrhard2-11/+0
Change-Id: I9cde4c5629f2970b9c24d98897580a2442661bc2
2014-07-24that join was not necessaryMarkus Mohrhard1-4/+0
The join before already makes sure that the thread is not running anymore. Change-Id: I9a8eb9f436412a2bf75f72a33d23a57016394eec
2014-07-24prevent that deadlock by only rpotecting shared resourcesMarkus Mohrhard1-4/+7
Again update may not be protected bt the mutex. Change-Id: I8b9862c8ecafad75eea3b9e041d3063532f7bf63
2014-07-24taking the mutex before calling update is a deadlock as wellMarkus Mohrhard1-1/+0
The mutex is unnecessary as update is calling join in the beginning anyway. Change-Id: I1dc0c415f4405b58ddbe3640fa8870bed9fefef3
2014-07-24icu: un-break installation of Java extensions on Windows (rel. fdo#63756)Michael Stahl4-4/+38
Linking libxml2 against ICU libraries has a nasty side effect: The URE library javavm.dll links against URE libxml2.dll, which is now linked against OOO icuuc53.dll; when a URE program, like uno.exe, tries to load javavm.dll it fails because the OOO layer "program" dir is not on PATH; this breaks the installation of Java extensions. Fix that by splitting up ICU libraries and putting the required ones into URE layer. (regression from 7515b1a90fac9e31733c0fdcc1156adadf0e6f99) Change-Id: If98dd0357162cb632d9762cd2d20162de5eb1a52
2014-07-24sal: avoid STL asserts in create_merged_environmentMichael Stahl1-0/+5
"Assertion failed: sequence not ordered" printed when running smoketest Change-Id: Id9b7541f43342adf62137718dc332c0187c32f57
2014-07-24use BOOST_STATIC_ASSERT for sizeof checkMichael Stahl2-3/+7
Change-Id: Iad00aa47ef65fe163eff407549c26eb3590ab132
2014-07-24remove some unused headers from svgfilter.hxxMichael Stahl1-13/+0
Change-Id: Ide1319b0b3504f8084d2dfb999b5ece35b95be8f
2014-07-23by default we want the non-benchmark modeMarkus Mohrhard1-1/+1
Change-Id: I82c8d0c36f1748158545a2bfa5b816c5bb9d44f0
2014-07-23that mutex is not necessaryMarkus Mohrhard1-1/+2
The join makes sure that the thread is not running anymore Change-Id: I3f900e36833240544005d03ce1ae1f2330365a03
2014-07-23fix one more deadlockMarkus Mohrhard1-1/+2
Change-Id: I1e8e24735f6a57982834f84b26042b7082fa4410
2014-07-23avoid deadlocks in BENCHMARK_MODEMarkus Mohrhard1-0/+19
Change-Id: I1f994ecb6efbd302430062421ccc953dee904741
2014-07-23avoid deadlock in 3D chartsMarkus Mohrhard1-1/+1
taking the mutex before calling join is silly Change-Id: I5a2df82f748aa7ccd13824369da5c81842285076
2014-07-23update creditsChristian Lohmaier1-3165/+3189
Change-Id: Ic972bd73a4022dd4fd4df9336e6270e9bb2b4cba
2014-07-23modify the light to make the sence looks betterweigao2-7/+14
Change-Id: If6badae178ffc9be2192fcfdf41fc7d062dc32c4
2014-07-23add benchmark render threadweigao2-1/+80
Change-Id: I0770db8e2cb5ecb1ef7d3706082196a8fd8f1ede
2014-07-23Revert "opengl charts: Move the init from sc to chart2 ...Markus Mohrhard11-96/+79
This reverts commit 46cea34638b371570073c0e86f79969753c543ed. Conflicts: chart2/source/view/charttypes/GL3DBarChart.cxx Change-Id: Ia29ea6a95b8b9eb870d14538d0cadaa40472582f
2014-07-23Revert "Fix OpenGL chart reinitializing"Markus Mohrhard7-18/+5
This reverts commit cbc50c90ad63f0e59b8cf3bbfb6b5b1f61db09b9.
2014-07-23TyposJulien Nabet9-14/+14
Change-Id: I0c17f40b3e593ae3771fa751a817f84bf2f2323d
2014-07-23make libgltf compile on OSXMarkus Mohrhard5-3/+5
Change-Id: Ie39292137f931bfd557f66c485e104cf5d5089b8
2014-07-24Drop unused #includesTakeshi Abe5-11/+0
Change-Id: I77ca957204bacee95e32a7f2a54c9311002aeef9
2014-07-23Annotate.Kohei Yoshida1-0/+2
Change-Id: I4f0b0e76f720663a7f6ce1d1a5f3806b86165313
2014-07-23Add documentation.Kohei Yoshida1-0/+16
Change-Id: Ifb5060183866d3e8ea8ecaa715b297717d1dd370
2014-07-23svl: avoid warning C4715 "not all control paths return a value"Michael Stahl1-0/+2
Change-Id: Id4b083b202930108c2cdfdae0a549aea29198b5c
2014-07-23SwTbxInsertCtrl: [loplugin:saloverride]Michael Stahl1-2/+1
Change-Id: I79c222a6ac1d68a441666a41af72099611a94a4c
2014-07-23svl: fix comparison in new unit testMichael Stahl1-1/+1
Presumably the test should use the unused variable w, and the result should be 3 since that's how many styles were inserted. Change-Id: I34455020e1fb8c53204b6ee0632138c1077617a2
2014-07-23configure: unused variableMichael Stahl1-1/+0
Change-Id: I0172814081d443c21fc46bb9c5e26a5f459db9fa
2014-07-23configure: stop calling native Win32 make "horribly slow"Michael Stahl1-19/+15
OTOH we do have sufficient data to start name-calling Cygwin make: http://lists.freedesktop.org/archives/libreoffice/2014-June/061727.html Change-Id: I290c39805d237c7da9a7aa954ec45a58c92fa2d2
2014-07-23fdo#39468 Translate German commentsPhilipp Weissenbacher3-250/+201
Change-Id: I305ffe07d96fb5c3edafa219dbdb8ef64f7c2f73 Reviewed-on: https://gerrit.libreoffice.org/10489 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-23fdo#76754 Add return first to IndexedStyleSheets to speed up ods writingTobias Lippert4-3/+40
Change-Id: I6fc9fe8ce78ad9cc1a7c2fe3e13ed38ce468ce6c Reviewed-on: https://gerrit.libreoffice.org/10347 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-07-23remove unused private fieldNoel Grandin1-1/+0
Change-Id: I474458058c1a3d8c93486bf2e647df203d2452cc
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin32-76/+88
and while we're at it - use the enum type all over the place instead of passing around sal_uInt16 - don't use bitwise logic on enum values - use enum values instead of numeric constants Change-Id: I7f24cb4d242e1c00703e7bbcf1a00c18ef1e9fd4
2014-07-23remove dead SfxArgumentError typedefNoel Grandin1-2/+0
Change-Id: I62127b23475dedf081fc981c20e916d5868ab086
2014-07-23move string IO methods out of global headerNoel Grandin10-75/+142
and into a module-local header. It's not like the methods have any actual relationship with the SfxPoolItem class. Change-Id: I1378364a1554642333b0c5c79d869d719b53fa0c
2014-07-23convert SfxPoolItem kind constants to an enumNoel Grandin4-20/+52
Change-Id: I57de8c0cebfd60fdf70c23c72ecf1e47c69d7ecd
2014-07-23remove unused values from SfxFieldUnit enumNoel Grandin1-3/+1
Change-Id: I3cb720b62216f5534d0ff3b524c596158ffe824c
2014-07-23simplify SfxItemPool::GetPresentationNoel Grandin10-136/+24
drop the ePresentation parameter, since all 4 of the callsites use SFX_ITEM_PRESENTATION_COMPLETE as the parameter value, and just inline the value into the method. Change-Id: I42c8eae82837c9f9d4edc886d7c760f57b129125
2014-07-23rename SfxItemDesruptor -> SfxItemDisruptorNoel Grandin2-10/+10
Change-Id: I7cc9fa3ab6aebc541df4708e29b530f8021b14ba