summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-05-25vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl9-65/+107
The getTTCoverage either leaves the bitset empty or inits it with 128 bits, so it's not particularly dynamic. Change-Id: Iac0aa6a023acc54da86d681e75ca550faf91ef26 Reviewed-on: https://gerrit.libreoffice.org/25456 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2016-05-25Resolves: tdf#97879 loop in style hierarchy on odt loopCaolán McNamara2-1/+7
Change-Id: I0098c434b89b6a57e8b888a4d4f643e4d0865d29
2016-05-25Updated coreChristian Lohmaier1-0/+0
Project: translations b71e619f4c8288d185bbeb7522cb953c9a540934 auto de-fuzz strings with change in context only for sl Change-Id: I1ea4481c8b9df1d53b5ff20257f021ef652f5cff
2016-05-25Updated coreChristian Lohmaier1-0/+0
Project: translations 87fc3ca7cba6ea6be066cc79bed965aaa596f426 update translations for 5.2.0 beta1 and force-fix errors using pocheck Change-Id: I9dac678a4e705f255463e6ba3b127f423e82fd65
2016-05-25tdf#86282 handle both, base name and Sheet1, as external reference sheet nameEike Rathke3-30/+191
While 43030487c45f49bccdfad987c60d9483b938ebac fixed things for older 'name.csv'#Sheet1.A1 references, loading documents that meanwhile stored 'name.csv'#name.A1 lead to #REF! when the external links were updated. Now recognize both, the base file name and Sheet1 name and set up one as the alias of the other, so both variants can be handled. Change-Id: Ie9314e11be19c3316a06e10583777e2d5f5ec1b8
2016-05-25Disable line arrow heads when a shape is selectedRishabh Kumar2-4/+5
Change-Id: Ib2a6056f9739dad5c3b7567ded6c2ba3aca63247 Reviewed-on: https://gerrit.libreoffice.org/25447 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-05-25Resolves: tdf#98895 range search crashes open office if range is nullCaolán McNamara1-3/+3
Change-Id: I12cf1045e1fd606cff58b68254eaf5cba6dee838
2016-05-25tdf#87026: Move accessibility relations to .ui file for LinePropertyPanelBaseMuhammet Kara2-12/+32
Now that all LibO dialogs have been migrated to .ui format, accessibility relations no longer need to be defined in C++ code and can be moved to .ui files. Change-Id: I602907ea0f7f8d40f26a06f6af82a2898693696f Reviewed-on: https://gerrit.libreoffice.org/25454 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2016-05-25Resolves: rhbz#89554 Dragging table to other page causes crashCaolán McNamara1-0/+1
Setting the Cursor pos causes a Calc which deletes the current page and everything blows up, so try a CalcLayout before setting cursor to avoid that. Change-Id: Ia7d132532f19e0164e125a240877caa9cf8bdc04
2016-05-25Window::SetData and Window::GetData are nearly unused nowCaolán McNamara8-39/+8
except for.. a) one use in sw which we can replace with a map b) one use in svx which didn't do anything c) one amusing piece of crazy in cui Change-Id: If66d9f7eab1eaddfb2bdab7815c3a6f22f4d7745
2016-05-25new src file has ExtraLong in use anymoreCaolán McNamara3-12/+4
Change-Id: I1d31fb41a8f7def6a95a46dd61d0be4b608c6994
2016-05-25no src file has BorderStyle in use anymoreCaolán McNamara3-24/+1
Change-Id: Id2d2d845c73a7c83bef2e66ede542e99b0475af8
2016-05-25tdf#74795 RTF import: handle row-level default cell marginsMiklos Vajna4-0/+88
Change-Id: I5bdd7b8624a9e2ac1aef963ccc5ed457ebda3f84 Reviewed-on: https://gerrit.libreoffice.org/25443 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-05-25this temporary window will never see key inputMarkus Mohrhard1-11/+0
Change-Id: I89942224b708565d098702a85ea841c2736dff40 Reviewed-on: https://gerrit.libreoffice.org/25437 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-05-25remove unused enum ImageColorTransformNoel Grandin1-8/+0
Change-Id: Ifb4a36afaae06f4bdc3ec4f1d4d7886bcccdf45d
2016-05-25sd bccu#1840: .uno: commands for inserting rows / columns in Impress.Jan Holesovsky4-11/+137
Change-Id: Ic07722c3e1f75d909ec8f123919a1898dfde05b0
2016-05-25(nearly) nothing uses GetUniqueId anymore, so remove it.Caolán McNamara60-334/+42
The odd one out is the usage in Formula, which attempts to restore focus to a particular window identified by an unique id. In this case restore focus by keeping a VclPtr to the desired window. Change-Id: I1dc335325c109d75745c6bba2e12662e6ae50638
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin34-690/+697
Change-Id: I751ab762b6e6f961e9e73a8a2ca92a3f5a5eb1c8 Reviewed-on: https://gerrit.libreoffice.org/25189 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-25Convert AUTOCOMPLETE to scoped enumNoel Grandin5-12/+12
Change-Id: I201c8f8b41855b2777f0e7131aeaf33cafb82804 Reviewed-on: https://gerrit.libreoffice.org/25438 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-25-Werror,-Wunused-macrosStephan Bergmann2-2/+0
Change-Id: I321a9e2e51a70517ee344d311eb200540f01a979
2016-05-25Silence clang-cl -Werror,-Wmicrosoft-enum-value in external includeStephan Bergmann1-0/+7
Change-Id: Ic08f063efc27e4bd573c684955e69edb7e4f8bc1
2016-05-25Use VCL_GL_INFO hereTor Lillqvist1-2/+2
Failing to open a cached shader binary is a no reason for a SAL_WARN. It is normal that they don't exist when first trying, that is the very nature of a 'cache'. Change-Id: Iaa40af11f0679b859f1fa8b246665c61640df379
2016-05-25Avoid redundancy: The same information was logged in readProgramBinary()Tor Lillqvist1-1/+0
Change-Id: Id5619c9c102ba72826265c1b5f46ddb58596b8b1
2016-05-25slideshow: appease MSVC 2013 with the std::chrono typesMichael Stahl1-5/+5
Change-Id: I00ecc510192e71b12f746f876d564ac9b7c3a6c5
2016-05-25convert ImageType to scoped enumNoel Grandin5-65/+60
and drop duplicate definition in framework. Change-Id: I6cb95241e659ad58429bffeaaf2f95b07ad12df6 Reviewed-on: https://gerrit.libreoffice.org/25400 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-25Don't claim to be reading a file before trying to open itTor Lillqvist1-2/+2
Change-Id: I8a3332c4b1acaa4dc69ff9349d2e9241fb4f340f
2016-05-25tdf#98792: This assertion is not neededTor Lillqvist1-1/+0
In some cases this assert() even prevents stuff from working nicely. (In a build where assertions are active, obviously, so this commit has no effect on "production" builds.) See bug report for some (fairly clueless) comments by me. Change-Id: Id1847f6e0a7dc30e63e6dd7d5800515c4229b9d1
2016-05-25Convert XmlReader::Result to scoped enumNoel Grandin7-82/+82
Change-Id: I6a0d1dcf5ae51d2ac08aacdfec50865f93e51c21 Reviewed-on: https://gerrit.libreoffice.org/25365 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-25l10ntools: replace boost::crc with rtl_crc32Michael Stahl2-23/+4
Tested with output of "make translations", it apparently computes the same CRC function, despite the documentation specifying different polynomials, but maybe that is just different notations... Change-Id: Ia28a881f5cdf54326fe5051527acd445e7a5771c
2016-05-25slideshow: replace boost::posix_time with C++11 std::chronoMichael Stahl2-25/+22
Change-Id: Ied221b25f1bbe486cac6bb88bbc752a3c19c33ce
2016-05-25remove (un-)definitions of NDEBUG from source filesMichael Stahl5-33/+1
The build system already defines NDEBUG only if OSL_DEBUG_LEVEL=0 AND ASSERT_ALWAYS_ABORT=FALSE so the C++ code shouldn't override that. Change-Id: Ie67a576646cc7e18c3ffac67a3c81b80747ea438
2016-05-25oox: replace boost::array with std::arrayMichael Stahl1-4/+2
Change-Id: Id9a8f7dbbf13890e7c9787d9b0737f1087e4a509
2016-05-25SWITCH returns error if compared value contains an error, tdf#97831 follow-upWinfried Donkers1-7/+3
Partial revert of commit a2aea8bac55cef23297573733ba28f563f5aa791 Change-Id: Ia059dd434a52e959495c0ea6ffc47e68df7a474a Reviewed-on: https://gerrit.libreoffice.org/25165 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-05-25Resolves: tdf#96244 get the right Writer window view for Formula windowCaolán McNamara2-4/+7
if you hit F1 and F2 together, then the help window is a writer window too (in disguise) so asking for the "active view" on processing the F2 in the real writer will get the help window as the active view, which doesn't match expectations. Take the view from the bindings, where its correct from when the event has been dispatched. Investigating a bit further, the F2 formula window only works correctly when its in an "active" window. So get the correct view from the dispatcher but only accept that view if its the active one. Change-Id: I2fd52ca6b68e887d34b07b70b830722f1d00b37a
2016-05-25because pCW->bCreate is always set to true, the conditional isn't usefulCaolán McNamara1-13/+10
Change-Id: Icba66b3832cdf8dbd916604f08cb1d5f9bb81873
2016-05-25tdf#95339 Extend test to distinguish minute/monthLaurent Balland-Poirier1-0/+4
Detect minute in user number format such as SSMM or MMHH Change-Id: Iadb29dabba167b8f59903ff05e7367857378738a Reviewed-on: https://gerrit.libreoffice.org/25222 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-05-25correct description of range argument of MINIFS and MAXIFSStanislav Horacek1-2/+2
Change-Id: Ie319836f1d916d3a53237fdbc80d6530a000afa9 Reviewed-on: https://gerrit.libreoffice.org/25256 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2016-05-25use consistent case for argument names of IFS functionStanislav Horacek1-1/+1
Change-Id: I19480507e90df46deee15a6a4e80b0fcd6a9c70d Reviewed-on: https://gerrit.libreoffice.org/25254 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-05-25Convert Disposal to scoped enumNoel Grandin9-40/+27
and drop unused FULL value Change-Id: I3b9c26cb164785ef86f1a8d57cce962b015c85d6 Reviewed-on: https://gerrit.libreoffice.org/25432 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-25Fix typosAndrea Gelmini24-28/+28
Change-Id: I860cc4aa04b4e5cd1437b2f24176ee2ccdec3266 Reviewed-on: https://gerrit.libreoffice.org/25420 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-25Template Manager: ListView in Save As and Category Selector DialogAkshay Deep4-68/+160
Change-Id: Ie3e12e345096c570be11280833889321d0cf7aa5 Reviewed-on: https://gerrit.libreoffice.org/25370 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-05-25New Template Manager: Remove inheritance of TemplateContainerItemAkshay Deep9-225/+35
Conflicts: include/sfx2/templatelocalview.hxx sfx2/source/control/templatelocalview.cxx Change-Id: I5eb120853be768c3770a71829c40d00c97fcdadb Reviewed-on: https://gerrit.libreoffice.org/25272 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-05-25Template Manager: Filter by Application (Default)Akshay Deep3-17/+82
Change-Id: I3ff4a55e3c53df15079730a8d0a283108a74f212 Reviewed-on: https://gerrit.libreoffice.org/25377 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-05-25Convert SC_MF to scoped enumNoel Grandin38-160/+170
Change-Id: I3089006b502e33710bfb2564f051ebf2892ad08a Reviewed-on: https://gerrit.libreoffice.org/25085 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-25Creating a new category on move should update the category listAkshay Deep1-0/+4
Change-Id: I54ba75056d8fa47ff2153914182ad354da7c07f6 Reviewed-on: https://gerrit.libreoffice.org/25398 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-05-25Template Manager: Tooltips to display categoryAkshay Deep9-50/+27
Display categories in search view or all application filter Change-Id: If4a14ef822a84b4a651ce47d0a448767cfbce80b Reviewed-on: https://gerrit.libreoffice.org/25352 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-05-25tdf#98792: Add the 'Nirmala UI' font as fallback for 'Gautami' for TeluguTor Lillqvist1-6/+29
Nirmala UI is the new pan-Indic font on Windows 8 and newer, and apparently not optional. It supports the Devanagari, Bengali, Gurmukhi, Gujarati, Oriya, Tamil, Telugu, Kannada, Malayalam, and Sinhala scripts. So we should list it in many more places, I guess, not just for Telugu. Note that this commit does not really fix the root issue(s) in tdf#98792, i.e. why the shaping is wrong when, and/or why the font (or glyph?) fallback works differently depending on whether the document is passed on the command line or opened from the Start Centre. See bug report for more notes. Change-Id: Ife361475716123781fb4a4923701890206b28b26
2016-05-25Convert FontHintStyle to scoped enumNoel Grandin4-11/+11
Change-Id: I6e59bf8beacc524897aede45420574148c0fecde Reviewed-on: https://gerrit.libreoffice.org/25397 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-25Convert XMLTextParagraphExport::FrameType to scoped enumNoel Grandin2-14/+14
Change-Id: I9e36f6566310e960a2b49f5a57f4b4491d32bb9a Reviewed-on: https://gerrit.libreoffice.org/25366 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2016-05-25tdf#98753 Find Toolbar does not display "Search key not found"Samuel Mehrbrodt1-7/+22
Revert "Toolbar: Refactor insert toolitem code" This reverts commit 27bdc70d83d4a4f1ebb89429f61b39084e739aaa. Change-Id: I1d46cddfd656ab8c809b6cd6308725a8e67fe538 Reviewed-on: https://gerrit.libreoffice.org/25433 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>