summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-09-29vcl: use WT_EXECUTEINTIMERTHREAD for Timer QueueMichael Stahl1-1/+1
Currently the timer callback is running on a separate thread, but that is unnecessary since it just does a PostMessage(). Every thread stack stack mysteriously eats 10M of VM apparently despite dumpbin -headers soffice.bin: "989680 size of stack reserve, 1000 size of stack commit" Change-Id: I6eac3f6fa45939cd5dbb3dfbec61f9a504bdaa8b
2014-09-29Set relative heights for all default heading stylesLászló Németh1-1/+1
The relative height "100%" (used only by Heading 3 now) is converted silently to absolute height (btw, also in the dialogs and in OOo, too). Using 101% instead of 100% fixes this problem, so setting a new height in the parent style "Heading" (for example, by Tools->Options-> LibreOffice Writer->Basic fonts (western)->Heading->Size) can change the heights of all default headings, including Heading 3. Change-Id: Ia44ac9d24041b75f0aedd7b56340dd41caf0020e
2014-09-29Resolves: fdo#80468 and fdo#81223 image/frame backgrounds wrongCaolán McNamara5-19/+16
writer has code to fill in missing new properties from the old properties if they exist. But xmloff is stripping them out before they get there. Don't strip them out, and add in a missing check for one of the archaic bg colors and add a regression test for fdo#81223 Change-Id: I9a541a9bee0a01c90f2c33383f1144ecd8b0bfff
2014-09-29revert hunk that makes sw_ooxmlexport tests failCaolán McNamara1-4/+12
though it did seem on the face of it a good additional safety check Change-Id: I76e613c0f42662d87f976d9b3bf98a4cb44b3c4e
2014-09-29scp2: define BUILD_X64 for winexplorerext.Michael Meeks2-1/+5
Change-Id: I06c253cc53121559730f23906fd3ff34a4593d27
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann18-89/+86
...producing error messages about trying to access private undefined unique_ptr copy ctor etc. Partial revert of 014e7933af751bfe0a03867373b82efa806f3a3d "svtools: std::auto_ptr -> std::unique_ptr: ...changing HTMLOptions to std::vector<std::unique_ptr<...>> because boost::ptr_vector<...>::push_back only supports auto_ptr, not unique_ptr," going the awkward std::unique_ptr x(...); push_back(x.get()); x.release(); route instead (which could be simplified if boost::ptr_vector::push_back ever started to support unique_ptr). Change-Id: I15693030a0bbfdedbfdfbe76ede5d0c74f4e5b41
2014-09-29svx: std::auto_ptr -> std::unique_ptrStephan Bergmann19-51/+33
Change-Id: Ib70d974817bcdd9a582e9be28d28b007cdc3a7a7
2014-09-29Resolves: fdo#81277 missing table cell background color in doc/html importCaolán McNamara13-33/+82
a regression from one of the DrawingLayer FillAttributes changes of... commit 7d9bb549d498d6beed2c4050c402d09643febdfa Author: Armin Le Grand <alg@apache.org> Date: Mon Jun 2 15:00:50 2014 +0000 Related: #i124638# Second step of DrawingLayer FillAttributes... for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes commit 4a0b5e569d070c286daefb0fdfe45c0dd15d241c Author: Armin Le Grand <alg@apache.org> Date: Thu Apr 17 16:44:58 2014 +0000 i#124638 support for DrawingLayre FillStyle for GraphicFrames and ... ... EmbeddedObjectFrames in Writer commit 6e61ecd09679a66060f932835622821d39e92f01 Author: Armin Le Grand <alg@apache.org> Date: Wed Mar 19 16:17:02 2014 +0000 Merge back branch alg_writerframes to trunk all of which set all RES_FLYFRMFMT and RES_FRMFMT SwFmts to use the new fill attributes, but a) didn't change the aTableBoxSetRange for SwTableBoxFmt to include the XFILL attributes, so importing cell bgs from .doc got dropped b) didn't make any effort in the uno api for XCells to do the same sort of mapping that was done for XFrames its unclear to me if SwDrawFrmFmt is actually adapted or not, I've assumed that it is here Change-Id: I8d71def2aef6163099a16591f9e53ba2b430bd06
2014-09-29Fix java.util.Calendar.set in integration.forms.DateValidatorRobert Antoni Buj i Gelonch1-1/+1
Change-Id: I1bd87c623b923469c325ebfcba4ba82e2a648ae2 Reviewed-on: https://gerrit.libreoffice.org/11694 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-29forms: getMonth() and getYear() are deprecated in java.util.DateRobert Antoni Buj i Gelonch1-7/+6
Change-Id: I31664bbd8c1c3b02e8a7381226d4d558b37466a2 Reviewed-on: https://gerrit.libreoffice.org/11690 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann29-98/+102
...changing HTMLOptions to std::vector<std::unique_ptr<...>> because boost::ptr_vector<...>::push_back only supports auto_ptr, not unique_ptr. Change-Id: Ie5f92bc40ce5425dc1c634b17addc2b0dd9bbda3
2014-09-29We can forget the iOS 6 SDK nowTor Lillqvist1-23/+4
Change-Id: Ifefcf5c69ecacce0fb9538900ee67a9c086959e6
2014-09-29loplugin: cstylecastNoel Grandin10-259/+261
Change-Id: I20358c271e32b4af11d3258c950bde836596933a
2014-09-29loplugin: cstylecastNoel Grandin4-55/+55
Change-Id: I31bbeb5f068754d6dc77c22d759058089b03c9b1
2014-09-29loplugin: cstylecastNoel Grandin6-26/+28
Change-Id: I28443b688f8ab752162846e5cea661f26d269cad
2014-09-29loplugin: cstylecastNoel Grandin39-215/+221
Change-Id: Iea517d2287bded4a702c73dfdd1f182023425d67
2014-09-29loplugin: cstylecastNoel Grandin14-24/+23
Change-Id: I53b69a488c70769cbb841db519bc28fd211dc087
2014-09-29cstylecast plugin: ignore templates, improve messageNoel Grandin1-2/+8
Change-Id: I8347010d5607dc2cbb113b33f1cb2cc78ec106d2
2014-09-29loplugin: cstylecastNoel Grandin10-53/+53
Change-Id: I20eb45dda584c1c3a2e5d72425e49627fb7c3866
2014-09-29loplugin: cstylecastNoel Grandin74-700/+706
Change-Id: I58ec00d6f8a4cc6188877db1330c5e32c9db12e5
2014-09-29fdo#70998 Fix capitalizationSamuel Mehrbrodt1-4/+4
Change-Id: Ie0dc41bd091cedcc6bd8a20aff16a9d0e4b73689
2014-09-29fdo#70998 Fix capitalizationSamuel Mehrbrodt6-30/+30
Change-Id: I17d3f512309ab0cd5d717b2e7ca3e8d51165c8a4
2014-09-29fix more Java1.5 incompatibilityNoel Grandin2-3/+9
Change-Id: I32881e06d278df6319822a5ecf282aa97cf24bc8
2014-09-29[API CHANGE] Remove internal-only osl/diagnose.hxx from SDKStephan Bergmann1-1/+0
...which should ideally have no effect on external code anyway, given it only contains internal-only code. Its use of boost/unordered_set.hpp apparently started to cause problems in combination with C++98-enforcing CppunitTest_odk_checkapi, cf. <http://lists.freedesktop.org/archives/libreoffice/2014-September/063637.html> "Re: Performance samples for LibreOffice ..." Change-Id: I8b5623950330180fb0ae158903ccecedaed57dfe
2014-09-29fix more Java1.5 incompatibilityNoel Grandin1-2/+6
Change-Id: I9d750f525fe73d59c150b322401418dfbd0822dd
2014-09-29fix more Java1.5 incompatibilityNoel Grandin2-31/+53
Change-Id: I9c4d62e4d3703e4e1015efe2b2917d54f82bc83f
2014-09-29Avoid deadlock in a convoluted situation with an IME and a URP clientJan Holesovsky1-2/+6
Change-Id: I0338d1c68fe6be8793777a3a238c750560bcf7fe
2014-09-29fix Java1.5 incompatibilityNoel Grandin2-7/+15
the java.io.IOException(Throwable) constructor was only introduced in 1.6 Change-Id: Icd40e91cce7a2e89e4a70ad55f31baaa86eebfe2
2014-09-29connectivity: Use chain of .append methodsRobert Antoni Buj i Gelonch1-3/+3
Change-Id: I15604e97dc38f1fcfa62c3d86208e72a86dda23e Reviewed-on: https://gerrit.libreoffice.org/11688 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-29forms: Pass array of length equal to the size of the collectionRobert Antoni Buj i Gelonch1-1/+3
Change-Id: Id880953105f6100b15cd78f48ce0c8dbcb7ffb8d Reviewed-on: https://gerrit.libreoffice.org/11687 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-29sfx2: std::auto_ptr -> std::unique_ptrStephan Bergmann10-23/+15
Change-Id: I7bac4105494cdbbadd4c4d78ce1fcf03b8ccae6c
2014-09-29unotest: remove import from the same packageRobert Antoni Buj i Gelonch1-2/+0
Change-Id: I00b0f5624f5b03d53ff01660ca96dc355238b10c Reviewed-on: https://gerrit.libreoffice.org/11685 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-29Use constants for ST_TabJc valuesMiklos Vajna3-16/+18
Change-Id: Idfb554f2ee77e0315b3ed69c4fae8ad4e8e87b3f
2014-09-28vcl: cleanup headers - remove comments, tabifyChris Sherlock13-759/+817
Change-Id: I718832960abe07450bc9fdda15297cb5e56f84e4 Reviewed-on: https://gerrit.libreoffice.org/11674 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-09-28fdo#70998 Termchange: Picture->ImageSamuel Mehrbrodt14-16/+16
Change-Id: I4113d35e2a4778c9833e659b1e4ff4fbb1ab9734
2014-09-28android: minimize the rounding error, clean-up MultiTileLayerTomaž Vajngerl3-48/+23
Change-Id: Ib167acf5914596b69ee240255aaab173a0570038
2014-09-28android: LayerRendered - rename member to mScreenShotLayerTomaž Vajngerl1-23/+31
Change-Id: I16fbda06c75bbf80e7d2c2b045418297589c6ff7
2014-09-28android: revert ScreenshotLayer draw method backTomaž Vajngerl1-2/+58
Own draw method expands the picture correctly but for some reason the SingleTileLayer draw method does not so revert back. Change-Id: Ie8e39fc46b84ae410439a781928ff79bc1503d10
2014-09-28android: replace with ImmutableViewportMetrics (Fennec import)Tomaž Vajngerl10-193/+227
Change-Id: I46509f8be4dc49dac45eb98059dad25e150988dd
2014-09-28android: Improve panning smoothness (Fennec import)Tomaž Vajngerl2-74/+88
Change-Id: I3983709651548eb97e588ebe2c2de608a4a4dfc7
2014-09-28android: solve black screen on load - call setForceRedrawTomaž Vajngerl1-3/+11
Change-Id: Ia9ae05a14c0c751fde961186be350d57d5308519
2014-09-28android: remove notifyLayerClientOfGeometryChange (Fennec import)Tomaž Vajngerl3-20/+5
Change-Id: Ibc1f4d11dcfdf177cd45fcf689b518d975b13709
2014-09-28android: move scrollBy & scaleWithFocus to PZC (Fennec Import)Tomaž Vajngerl3-36/+32
Change-Id: Ie0d23b302994134f9d382e255b0408f7c9f1c1fb
2014-09-28android: add PanZoomTarget (Fennec import)Tomaž Vajngerl3-37/+67
Change-Id: Ib946b7a95cd59833a732e3da6c139e848778e1bc
2014-09-28android: remove getViewport and getZoomFactor (Fennec import)Tomaž Vajngerl4-14/+6
Change-Id: Id28994e51adf779bd5462901c23c488e3465f91b
2014-09-28android: add ZoomConstraints (Fennec import)Tomaž Vajngerl7-79/+89
Change-Id: I7bb840f74675a2e23fd7ee45aad4d48a705e567e
2014-09-28border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos35-35/+35
Second pass. Change-Id: Ic4702d2ca7a9d54ee4712dcd073006f16b2d5d1d Reviewed-on: https://gerrit.libreoffice.org/11669 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-28fdo#60123: Make rotation angle spinbox wrapKatarina Behrens1-0/+1
like all the other rotation-setting spinboxes elsewhere do Change-Id: I9df819abbafecb975bf9db698d0da99de851f5a7
2014-09-28jurt: remove constructor in AnyConverter_Test (JUnit)Robert Antoni Buj i Gelonch1-15/+31
Change-Id: I4393b59d7d3a285160d6090847d9a16676f41f4d Reviewed-on: https://gerrit.libreoffice.org/11677 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2014-09-28ridljar: Any_Test & UnoRuntime_Test (JUnit)Robert Antoni Buj i Gelonch2-6/+10
Modify exception test in Any_Test. Replace assertTrue with AsserSame & AssertNotSame for equality operator in UnoRuntime_Test. $ make JunitTest_ridljar_uno Change-Id: I42a8380e7c4aed79af976165224c2af25c50fbce Reviewed-on: https://gerrit.libreoffice.org/11673 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>