summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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>
2014-09-28fdo#75757: remove inheritance to std::vectorTakeshi Abe1-13/+6
from SfxVerbSlotArr_Impl. Change-Id: I84582f10095638a0fef82aa46f721d57a8b27c27 Reviewed-on: https://gerrit.libreoffice.org/11662 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-28Add tooltips for non-obvious, unlabeled buttons in redlinefilterpage.uiAdolfo Jayme Barrientos1-49/+8
Change-Id: I9a39f6eaa3555e32a64f6c2c479685d98c4087f8 Reviewed-on: https://gerrit.libreoffice.org/11670 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-28Restore missing title in addresstemplatedialog.uiAdolfo Jayme Barrientos1-0/+1
... to what its .src-based equivalent had before fbb1f977 Change-Id: I7db16afe06fca160d798bc1eeac43d6b90c1e1ad Reviewed-on: https://gerrit.libreoffice.org/11667 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-28Avoid leaking dbus objectsMatthew J. Francis1-4/+4
Change-Id: Ifb6a7bb3867bba293fd256c87998528a90053507 Reviewed-on: https://gerrit.libreoffice.org/11678 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-28Resolves: fdo#73608 bail out on loop in style sheet hierarchyCaolán McNamara2-0/+4
Change-Id: I03975d1ce8eaceceb4d5c263eb11c1521bcd57eb
2014-09-28Related: fdo#73608 don't crash on missing table stylesCaolán McNamara2-1/+11
Change-Id: I340b43b7afc4c5c4d6dc8e4ed182279240306540
2014-09-28Fix 64914e407ccac9 - #endif/#else mixupChris Sherlock1-1/+2
Change-Id: Ia99ae45e66984ac0d88b6e9b6ca4514cd68f9634
2014-09-28Use constants for ST_TextDirection valuesMiklos Vajna5-21/+20
Change-Id: I2c6576f8142a8fe3808a156f2047fe425f769cd9
2014-09-28javaunohelper: migrate PropertySet_Test to JUnitRobert Antoni Buj i Gelonch2-1175/+1204
$ make JunitTest_juh Change-Id: Ie6ed5070db01d8c183ddaae1852117667eae02f3 Reviewed-on: https://gerrit.libreoffice.org/11668 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-28WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'Tor Lillqvist1-1/+1
Change-Id: Icaf39aaedab9663353268ee56063f2ed0ebbe57d
2014-09-27DomainMapperTableManager::sprm: fix typoMiklos Vajna1-1/+1
Change-Id: I1cb23d8a1e6568046348377e1852dbadff37f9cc
2014-09-27Updated coreStanislav Horacek1-0/+0
Project: help 2dd0975408b8fbae59c9f924d8e013f48d23da52 update name of label in Hyperlink dialog Change-Id: I715fccf17272c7f905945eb5357da1854c5c9811 Reviewed-on: https://gerrit.libreoffice.org/11655 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-09-27Resolves: fdo#79130 Crash in DomainMapper_Impl::CloseFieldCommandCaolán McNamara1-1/+1
Change-Id: Ia59e0c79ec7f2066891b78657559f41eaeb80a09
2014-09-27vs2012 express support.Norbert Thiebaud5-2/+109
vs2012 express does not have atl so one need to --disable-atl and --disable-activex but then the packaging still try to include a few _x64.dll that are not built. Change-Id: I88ca5b9d23febd5a714fb48321dde5424cafceb6
2014-09-27error C2513: 'const short' : no variable declared before '='Miklos Vajna1-0/+4
com/sun/star/beans/PropertyAttribute.hdl's OPTIONAL had a clash with some of the Windows headers. Change-Id: I26a4fdcd1a1d53596b82ebdaf609e0a0e9309697
2014-09-27border_width from 12 to 6, as the rest of dialogsAdolfo Jayme Barrientos32-122/+107
I know the old GNOME HIG mentions extra spacing for queries, but I’ve never understood why -- not even GNOME itself respects that rule. It just looks inconsistent and wastes space. Change-Id: I181f800957f69b0943369791e460c7273b6b08f6 Reviewed-on: https://gerrit.libreoffice.org/11658 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-27Use oox::drawingml::EMU_PER_HMMMiklos Vajna1-3/+3
Change-Id: I2034f862b5e15ffaa2ba370ae0249628677c587d
2014-09-27Term change: Sound/Movie -> Audio/VideoSamuel Mehrbrodt4-10/+10
Change-Id: I389a3db5ca23718035413cbd0252f62eb8c870c3
2014-09-27Add missing title to the Header and Footer dialogAdolfo Jayme Barrientos1-1/+3
Change-Id: I720bf1be02b9b4decf5373d49de136b0e57c61c9 Reviewed-on: https://gerrit.libreoffice.org/11657 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-27HIG: Correct spacing for several UI options in Print dialogAdolfo Jayme Barrientos1-10/+7
Change-Id: I2492274d5114a26ce802343a3bb9078d0556588b Reviewed-on: https://gerrit.libreoffice.org/11656 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-27fdo#84376 Add missing title to the Template Manager dialogAdolfo Jayme Barrientos1-2/+3
Change-Id: I514cc4354950119caa4c16d0ccb6b9d18290dee3 Reviewed-on: https://gerrit.libreoffice.org/11659 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-27Actually we use C++11 on master so don't need to check std::shared_ptr supportZolnai Tamás1-24/+0
Change-Id: Ie5f0057ef391a6b5caee50c254e317689b810a2f
2014-09-27fdo#53682 Merge 'Insert Image' and 'Insert Audio/Video' in submenuSamuel Mehrbrodt10-12/+16
Change-Id: I4ddbd134ba15a48c0c529a11bcb1cd1f71f3a51a
2014-09-27fdo#84008: make configure fail if no std::shared_ptr available for colladaZolnai Tamás1-1/+4
To avoid that missing std::shared_ptr support disables collada support silently. I guess this caused the prolems with the linux packages. In 4.3.1 packages it causes crash because there disabled collada support was not handled very well (UI part of dae/kmz support was not disabled, so user can insert a file, but the converter libraries are missing) In 4.3.2 packages collada support is also disabled, but in this case the option to insert dae/kmz file is not available either. Change-Id: Ic74e935ab639c348f1c55dc206d5fffa439d240d
2014-09-27fdo#83808 Scale images proportionally by default in CalcSamuel Mehrbrodt1-0/+10
Change-Id: I979d721d2e6617a1214b70138660d657eb1e46b1
2014-09-26svx: convert some horrible code to SolarMutexTryAndBuyGuardMichael Stahl1-10/+3
Try to preserve the existing spin-lock insanity as-is. Change-Id: Ic98aa33d2e56536856892fcf61de672952101ae1
2014-09-26add a RAII class that tries to acquire the SolarMutex and releases itMichael Stahl3-8/+51
Motivated by ScCompiler::IsMacro() which has an error return that does not release the SolarMutex. Change-Id: I064219bb3c0d68839a133101491d5f8828a26c7a