summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-28Add comphelper to libmergedMatúš Kukan
Change-Id: I59af9f5a9d0d3e189280f98bb18e522dc9ebf2fb
2015-11-28Make this static WeakReference local to Frame::impl_checkMenuCloser()Matúš Kukan
..to avoid problem shown with comphelper added to libmerged. More info in http://lists.freedesktop.org/archives/libreoffice/2015-November/071189.html Change-Id: I2017d87f64f1ae3a1a1cf2e50bce24c05cff6321
2015-11-28update to mdds 1.0Markus Mohrhard
Change-Id: I5b6e928ab5a5f2bf84d50f3f0221c0585670d972 Reviewed-on: https://gerrit.libreoffice.org/20251 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-11-27tdf#61228: Unit testMike Kaganski
Change-Id: I297e78acca3881cf4c88f679e96d98e985de22bb Reviewed-on: https://gerrit.libreoffice.org/20218 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2015-11-27macosx: typo: it is unittest-failed-MACOSX.sh not .mkNorbert Thiebaud
Change-Id: Ic1e25f3f945e32f2b99c2cfedc4b8d695635bd8b
2015-11-27update creditsChristian Lohmaier
Change-Id: I6f999f36d6ef57dadddd774e6ef60ceb9cb8033c
2015-11-27Resolves: tdf#96072 export Chart format codes in Excel notationEike Rathke
As for the change in chart2/qa/extras/chart2export.cxx Chart2ExportTest::testAxisNumberFormatXLSX() unit test: also Excel writes string parts of format codes quoted, including minus sign in negative subformat. Change-Id: I201bb012df818129cbc65de0eee8eca59e57d829
2015-11-27use SvNumberFormatter::GetFormatStringForExcel()Eike Rathke
Change-Id: I4d5f8aa33fffceaa080d8b2ef6a177b4680cf761
2015-11-27introduce SvNumberFormatter::GetFormatStringForExcel()Eike Rathke
Taking implementation from sc/source/filter/excel/xestyle.cxx GetNumberFormatCode(), slightly modified to ensure valid conversion and force en-US locale data. Also don't unnecessarily convert if format is for system locale and system locale is en-US. Change-Id: I9223eaa655132b4106a35c94cb0005559d7575b1
2015-11-27use proper case "General" keywordEike Rathke
... Excel doesn't seem to care though. Change-Id: I3697a808d8fee2417f0b0e03dba2b94ceea133dd
2015-11-27use SvNumberFormatter::FillKeywordTableForExcel()Eike Rathke
Change-Id: I83b0cd033ba46dabdde92ed2812398518d1895bf
2015-11-27introduce SvNumberFormatter::FillKeywordTableForExcel()Eike Rathke
... to conflate the places that do this on their own. Change-Id: Idde2173780e0515ad982b4be46fc4df23a7577ad
2015-11-27Disable code not needed with new HarfBuzz versionsKhaled Hosny
Change-Id: I0526e2375f41f708ea26b5b81731a59de51825b7 Reviewed-on: https://gerrit.libreoffice.org/20229 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
2015-11-27CID#1326472, CID#1326473, CID#1326474 use try/finalizejan iversen
Coverity requires that closeable objects (use of new) call .close(), git commit 5a29db7a9945c4cd095799451a6c563d5aeeed57 implemented a series of .close etc calls, update to use a single try{}finalize{} instead. Change-Id: Iadc9de13d6a0af4b0aaca2dfdd0e2d0940a5223d Reviewed-on: https://gerrit.libreoffice.org/19807 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-11-27tdf#84628 Generated eclipse setting file for per module.Gulsah Kose
This patch generated a setting file for per module. When imported the eclipsesettingfile.xml, underlined include lines are clearing up. Setting file includes included file paths for per module and provides correct build. .project file generator deleted because eclipse is creating .project file and overriding it. This adds a new property to the parser that stores each module. Change-Id: Ia10bb37c7c3fdb444a5b79ddf502b962e8ee5736 Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
2015-11-27update jenkins' profileNorbert Thiebaud
Change-Id: I9121c02b07eef1b1eddd78dbb0c903b837b82f14
2015-11-27upload libmwaw 0.3.7David Tardon
Change-Id: If0906297e6da53086759f12170bb5d3be69d162b
2015-11-27MSVC fixStephan Bergmann
Change-Id: I41902dbeac80f73f7991c835b66e2bbc7421d3b5
2015-11-27No need to extend css.awt.XToolkitExperimentalStephan Bergmann
Change-Id: Idbaca99c9376ade11cd36526c0f667562a2d9c53
2015-11-27loplugin:passstuffbyrefStephan Bergmann
Change-Id: I10353a94ca12cf4af18f498464610d48477f11f4
2015-11-27type punning is all fun, but lets only use it when its really neededBjoern Michaelsen
Change-Id: Id6726d85f8f99020b7d13d7dc15448379249b2fa
2015-11-27simplify options hereBjoern Michaelsen
Change-Id: I9faa4ea8aec6ecd439751323b76bf2d8b071e4ac
2015-11-27reorder as we are touching this alreadyBjoern Michaelsen
Change-Id: Ie00f27203a28a139de073102428fe9b99db507ea
2015-11-27keep containers in a map to simplify thingsBjoern Michaelsen
Change-Id: I20db506fb232c408b7b96e3b1a54da44f342d8bd
2015-11-27make ResId another member of entries tableBjoern Michaelsen
Change-Id: I80e1047e43e6871520f004ec0f68f96d5a742115
2015-11-27remove boilerplateBjoern Michaelsen
Change-Id: Id06e8bfdff74a9cfecd74bcae4daa70782e684e0
2015-11-27reduce boilerplateBjoern Michaelsen
Change-Id: I726d824d6b6c42e7e395a99a6b3b6019d91e764d
2015-11-27use one styles vector instead of multiple tablesBjoern Michaelsen
Change-Id: I276f2fae8083f3131fa3ff92fc7633c0f88a3ed6
2015-11-27Missing includesStephan Bergmann
Change-Id: I4cefabc51c00b0e6ffd0613c4409cc31e1aa5673
2015-11-27gbuild: document BUILDTOOLTRACE variableMichael Stahl
Change-Id: I17ebccb268e317346ca05d6a112ec33357684876
2015-11-27starmath: Kill unnecessary castTakeshi Abe
Change-Id: I714c11941cfed207f10a5048a14b4cf72b4f255c Reviewed-on: https://gerrit.libreoffice.org/20222 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-11-27Resolves: rhbz#1283426 using vdevs based on now dead physical devs is unsafeCaolán McNamara
This is the same problem that commit 133e04fc1a870c0aad207e82eefeeeceaba5dc6d Author: Caolán McNamara <caolanm@redhat.com> Date: Wed Jun 17 09:23:32 2015 +0100 Resolves: tdf#91880 Invalidate graphics when the gtk window is destroyed not just when the GtkSalFrame is dtored tried to fix, but that just made it more unlikely to fail Change-Id: Icba750c787adb6cd5c5ed0874ef07e6201c4cf25
2015-11-27try to get this working on linux baselineCaolán McNamara
Change-Id: If17327385423d62eeb201e6754a7a45f0640c2f8
2015-11-27tdf#96046 SVG: use the same PPI as in svgioXisco Fauli
Change-Id: I211dcc6fb242cfbd05636d42a811523de8e83be6 Reviewed-on: https://gerrit.libreoffice.org/20182 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
2015-11-27replace a MessBox with a MessageDialogCaolán McNamara
Change-Id: Icf8cf2288f8d7000d885f8f63d39c294a0fc596b
2015-11-27Catch exception when online update is disabled.Michael Meeks
Change-Id: I21d668a288883b739180c6f68397fcc7ecff7885
2015-11-27gengal script calling gengal.bin is not needed on MacStephan Bergmann
Change-Id: If965ab126be497a7b2af227a843aeb746901def2
2015-11-27sw doc model xml dump: recognize RES_TXTATR_METAMiklos Vajna
Change-Id: I9283b8c9aa4bc87b3b65faf18258f590125aa6cc
2015-11-27Adding native number support for Cyrillic numeralsAleksandr Andreev
Change-Id: I054786a97b6f0e6ba3fe3b824ff9ff9748d8be4a Reviewed-on: https://gerrit.libreoffice.org/20013 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-11-27missing string resourceCaolán McNamara
content.cxx loops over CONTEXT_COUNT so there can't be holes here regression from commit 63aa32b726e482c49b2aaae9cad8a7beae3653a4 Author: Caolán McNamara <caolanm@redhat.com> Date: Mon Sep 28 17:05:40 2015 +0100 move strings out of widget Change-Id: Ie189e2a910e02a96bc8e1450a2f2b03afaf466ac
2015-11-27mutex used in post-main dtorCaolán McNamara
Change-Id: Ia4f4def1fd58d82a7c994114e45a36227269671c
2015-11-27crashtesting: we're using OneBitMsbPal as the 1bit format, not OneBitLsbGreyCaolán McNamara
Change-Id: I25c6fe1bd1df568911838ab161a130f8b0571e16
2015-11-27give useful details in non-debug mode tooCaolán McNamara
Change-Id: I5a3be096ad4417735254abb387b21029e636f5b8
2015-11-27try to fix gengal dependenciesMichael Stahl
The component files are not necessary as gb_Executable__register_gengal already adds the service.rdb; the gengal.rc is insufficient as that file references fundamental.rc which is missing, so depend on the Package instead. Also, INSTDIR is wrong for cross-compile. Change-Id: I30711a51e04539832657a242d2573c626b1cf8ec
2015-11-27Revert "write a log file about OpenGL driver"Thorsten Behrens
Caused enduring build breakage on Windows for gallery contents. This reverts commit c0772f7037794e1cea578a8833c79730fbe448c2. Change-Id: I4cd0d51b5dc88426cfef458e1b889c9d8abf9932
2015-11-27CppunitTest_sw_uiwriter: loplugin:stringconstantMiklos Vajna
Change-Id: I818056164f9e41ac3b75a92ebfee06e0a1535b8a
2015-11-27Mend gallery build dependencies for OS/X and add services/services.rdb dep.Michael Meeks
Change-Id: I628b7986253108a6f9ea8eed28ae3b3f0f8b91b1
2015-11-27xmlsecurity: fix DrMemory warningMichael Stahl
Presumably that was the intent? Change-Id: Ibfca90041d6913827d2f329bab448afe4d725b46
2015-11-27xmlsecurity: remove some dead code that is guaranteed to crashMichael Stahl
Fortunately currently XMLSEC_NO_XSLT is defined anyway, but better remove it. Change-Id: I1dd2aa57356274dacc99cc7def2d308884263289
2015-11-27Added Test for tdf#94804 cross ref bookmarks created with wrong prefixVarun Dhall
Change-Id: I9cc5a703ce613c3e0331da9b49fe660e31f64586 Signed-off-by: Michael Stahl <mstahl@redhat.com>