summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-03Resolves: tdf#89885 use a readonly GtkEntry for locationCaolán McNamara
Change-Id: I324d5e0776da942eae62984b96951d9947702b49
2015-04-03Resolves: tdf#90099 group new style and change style together as one undoCaolán McNamara
Change-Id: I978f503fabce69bb08a892c47d07ff8fa43c73b5
2015-04-03Fix "unknown factory" log, declare and use FACTORYNAME_BASICJulien Nabet
Also use FACTORYNAME_STARTMODULE in SvtModuleOptions::ClassifyFactoryByServiceName Change-Id: I1ab87f13a9a1d071bf6abaae137fc6470101d711 Reviewed-on: https://gerrit.libreoffice.org/15113 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-03use UNDO_EMPTY instead of bare 0Caolán McNamara
Change-Id: Ida0b34a28b30eb9b3bab6b1b6a8112eb1c427c67
2015-04-03Resolves: tdf#89785 drop down list sizes locked in too earlyCaolán McNamara
get initial size request after language and sort lists have been filled. We should really queue_resize in list/combo boxes if the StateChanged::DATA gets emitted for them. But we're mostly gotten away with it so far. Change-Id: I37137365e8e71b8f803977edaf46d6c7cfb3fcc2
2015-04-03tdf#51460 Calc fails to set undo step after changing image anchor modeHenry Castro
Fixed. Note that the undo button is still grayed out. Calc has not set an undo step. Change-Id: I7ff713a906b365b460351e5202161c9152542395 Reviewed-on: https://gerrit.libreoffice.org/14489 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-03Parallelized update precompiled headers.Ashod Nakashian
Each pch file is updated independently from the others, giving an opportunity to execute the update logic in parallel. The script uses xargs to run the update script in parallel. The total execution on my particular rig was reduced from ~420 minutes to under 75 mins, using 24 threads on Evo 850 SSD. Change-Id: Ifeb3947e756325756eb786e3025155481da1ea41 Reviewed-on: https://gerrit.libreoffice.org/14802 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-04-03DOCX export: use std::shared_ptr<> in FieldInfos::pFieldMiklos Vajna
Change-Id: I8165adcad90e98cd166e27586f4948deb24b22c9
2015-04-03tdf#90403 PPTX import: use real table sizeAndras Timar
PowerPoint ignores a:ext cx and cy value of p:xfrm, and uses real table width and height. PowerPoint 2010 saves files where cx and cy contains good values, but I found files in the wild whose cx and cy values did not match to actual table width and height, and there was a visible difference between rendering of Impress and PowerPoint. Change-Id: I3f80c0cea4cac46763d449f918bb78dca1a6562d Reviewed-on: https://gerrit.libreoffice.org/15123 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-04-03use correct double to string functionsMarkus Mohrhard
Change-Id: I4fe1dfdb02a28d2d283057921483faa6020caf92
2015-04-03added UI part for minLength and maxLength databar property, tdf#90197Benjamin Ni
Change-Id: I82a3655864b56d9b749e85443ca10ea9ab7a0c36
2015-04-02sw: fix crash on SwUndoDelete after select-all with table at startMichael Stahl
Somehow the Redo leaves the shell cursor at an invalid offset into the paragraph, which then leads to out-of-bounds string access. Noticed that SwUndRng::SetPaM() leaves an invalid nContent.m_nIndex on the start position, due to a surprising omission in SwIndex::ChgValue(). (regression from 555ff26501d1bbd8a7872c20671c6303db1e1701) Change-Id: I6e6ad7f70835d7e9d6da1fb680e2ae15469fad71
2015-04-02tdf#87400: sw: fix ~SwIndexReg assertion in AutoCorrectMichael Stahl
SwAutoFormat::DoUnderline() calls DeleteSel() with a SwPaM that is not corrected, except if it's passed along directly to SwDoc methods. (regression from f9b62506b22c3eb885ffd5a4ec8025c33df7b2d4) Change-Id: I741e0391e7f8e09a64bcfe99ca4d650f1016aaa7
2015-04-02empty element evaluates to 0, tdf#89387 tdf#42481 relatedEike Rathke
Change-Id: Ie3c8663319fe5f9b7aad2e063743a372c0b317ce
2015-04-02we need a more intelligent increment for the iterator, tdf#90391Markus Mohrhard
Change-Id: I5a980f0b1ca47b18ce2e479e46971d7c6690c437 Reviewed-on: https://gerrit.libreoffice.org/15125 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-04-02Kill INetProtocol::NewsTor Lillqvist
Change-Id: I393edc816aaf189b1001e630c76f67dd53fd5be3
2015-04-02Kill INetProtocol::Imap and Pop3Tor Lillqvist
I doubt very much these actually get used. Couldn't find in any of the sample bug docs collected from bugzillas, for instance. Change-Id: I47a586fabb1efdf8315ed5f7bd09cbaea4c860b5
2015-04-02tdf#72337: sfx2: make the SfxMedium stream-reuse hack runtime-optionalMichael Stahl
SfxMedium::GetOutStream() does something different on WNT to solve sharing issues on one kind of file server but that causes issues with some other kind of file server that worked before. Make this runtime-changeable with (undocumented) env variable SFX_MEDIUM_REUSE_STREAM. (regression from 3d12549335229aca1a6a57575292111274709992) Change-Id: Id7a1fc8169dbf09c67a109b36ffa312ef33231c5
2015-04-02loplugin:redundantcastStephan Bergmann
Change-Id: I3ef78881cfed8b66f067e9164efcccf425fb549c
2015-04-02loplugin:redundantcastStephan Bergmann
Change-Id: I6081fb76b0b6fc6fbce9c1f37a5a8103e70c9ef9
2015-04-02loplugin:redundantcastStephan Bergmann
Change-Id: I1555342cb3f8d29a0ea6e8fe51350a1bdc8529ea
2015-04-02loplugin:redundantcastStephan Bergmann
Change-Id: I7eaf3d0fa6abc52a9702dcbe78849d6d1b3963c9
2015-04-02-Werror,-Wdeprecated-declarationsStephan Bergmann
Change-Id: Ia2c37fd20cec9e5b11f4518da33f18065d592783
2015-04-02loplugin:redundantcastStephan Bergmann
Change-Id: I6095d1209f2339387e8562074daa32779089a018
2015-04-02loplugin:redundantcastStephan Bergmann
Change-Id: I43264a975febf0d62271ab4e7d8cc96246956124
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
...to avoid clashes with macros and poor warnings about hiding global FILE Change-Id: I444e8b958f029201b228937e088efabc4b6d3050
2015-04-02test color scale entriesMarkus Mohrhard
Change-Id: I95b8a415e6dea108ac1401447e3c645e8a7b75ef
2015-04-02add test for remaining databar propertiesMarkus Mohrhard
Change-Id: I7188af55ebc48838ea236d482e8809a43a99ba9d
2015-04-02add a test for databar entriesMarkus Mohrhard
Change-Id: I38c025481d3135a708668cad00816f22cdd66cc8
2015-04-02fix error in databar entry type api mapMarkus Mohrhard
Change-Id: Ibf81edf40f1b8a591b48aa77314104e511f0ff49
2015-04-02add properties for new databar propertiesMarkus Mohrhard
Change-Id: Icc65283a1e60ea61af917432e3fb577e7b0370a7
2015-04-02forgot the property definitionMarkus Mohrhard
Change-Id: I60b28152068fa9d5fee9dff0509eb4a3721ce0ca
2015-04-02Resolves: tdf#86399 don't clobber cluster start caret posCaolán McNamara
with other cluster element bounds Change-Id: I2cc976eb6a0ef42a2678be80637c7220e2247921
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
...and fix o3tl::enumarray::operator [] const overload Change-Id: I749b1b9d68686b03a97074253478d9d2d9d32b0b
2015-04-02Model o3tl::enumarray after std::array to allow aggregate initializationStephan Bergmann
...though that requires switching of C++ -Wmissing-braces for Clang and for old GCC (new GCC already dropped it from C++ -Wall, see <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25137#c17>). Change-Id: I92acc4c529d634c4190e0ee4b65d1fbe5b1b521f
2015-04-02Plug the hole in INetProtocolStephan Bergmann
...left by d9cf110dae8030c93c4cc7909b30c779b523359f "Bye bye ODMA." Change-Id: I7537a134299d3b2e9c172dabea1bc1d25b7e05d2
2015-04-02Remove obsolete INET_PROT_PRIVATE aliasStephan Bergmann
Change-Id: I6c82dad9d69e19d5596f23eacfbd20768f9f6442
2015-04-02Remove left-over comment junkStephan Bergmann
...from d9cf110dae8030c93c4cc7909b30c779b523359f "Bye bye ODMA." Change-Id: I2461b0b205df04ad722d0de7d0f357f619cd13f0
2015-04-02sw: [loplugin:stringconstant]Michael Stahl
Change-Id: Idb8a113254574ca5f998980ede91e42f9bd09277
2015-04-02Added test function for Search-and-Replace with TransliterationVarun
This test function checks the search-and-replace operation with some Transliteration Flags enabled. Change-Id: I86e0068e9d91e4fe426f9d6c120baf66e59e2b7e Signed-off-by: Michael Stahl <mstahl@redhat.com>
2015-04-02avoid endless recursion in fdo84763-2.odsCaolán McNamara
Change-Id: I7052ad735ee7f804fe2817ea44527a4b95a2dd04
2015-04-02We can no longer import those formatsKatarina Behrens
so presumably can't paste them from clipboard either Change-Id: I1d544cbf6e19cf7def510383659bc0f6a26905b7
2015-04-02vcl: [loplugin:staticcall]Michael Stahl
Change-Id: I7e3bb7f33e5b5d4d831ae1389b8ef64e160a94ff
2015-04-02editeng: if this should never happen, let's assert thatMichael Stahl
Change-Id: I803282c9f080013ebee33ce1109612fff509fd6e
2015-04-02tdf#85496: editeng: suppress all duplicate attributes during exportMichael Stahl
Since commit 0d57434180db6c8eda8c5b9b704f8a1c18b371df multiple 0-length attributes will be exported by the ODF filter as duplicate attributes. 846b56b6b99e334dfa44f1a24640aa3158509854 was apparently not the only bug that could cause this; unfortunately nobody is able to reproduce the editing operations that result in the newly reported issue, so just take the safe approach and check for duplicates, as is already done in the libreoffice-4-3 and libreoffice-4-2 branches. Change-Id: I1de10a99f6b84a0f4ea793ad55aaf6953b8307d5
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist
Let's see where it actually will be needed. Sal is a "picky" place for new API, even inside LIBO_INTERNAL_ONLY. Change-Id: Ia0c5ee8cfc6ee526c5ad34d2f8aab0b14b5f805b
2015-04-02use helpers some moreBjoern Michaelsen
Change-Id: Ia448046b41d6d7594b1ff6f630dbbd4217e13732
2015-04-02condense item population code down a bitBjoern Michaelsen
- the functor argument is likely overkill, but I havent checked yet if there are sideeffects from the item ctor in the previous late eval Change-Id: I439ac3095013945b725ad02ed04076bf008a71c0
2015-04-02use helpers some moreBjoern Michaelsen
Change-Id: I596f25d3098edeef154917201ba6fd2f351517b3
2015-04-02throw instead of returning an empty AnyBjoern Michaelsen
Change-Id: I299ac48e480517289348c651f28b5c7fc7653362