summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-08-19svl: refactor string stream helpersJochen Nitschke5-90/+43
functions were declared twice, in stringio.hxx and poolio.hxx. remove unicode functions as they were unused. remove duplicate function declarations in poolio.hxx. move implementations from poolio.cxx to new stringio.cxx. Change-Id: I469346a01d793d22721e62bf7e96fd01e28d560c Reviewed-on: https://gerrit.libreoffice.org/41331 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-19remove dodgy use of ErrCodeNoel Grandin3-59/+36
that wasn't really an ErrCode, just a way to look up localised strings Change-Id: Icd6a142edf0c3e04ac0b5ff968f231288ff8a950 Reviewed-on: https://gerrit.libreoffice.org/41323 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-19drop unused SfxSizeItemJochen Nitschke5-219/+0
unused since commit 48bf5e855ae02fd1bea87938978f29ee6147285c Date: Thu Nov 16 14:30:58 2000 +0000 Remove tests for INET_PROT_FILE Change-Id: I2dc134f529675204caad78c7e50417adb55e8e4f Reviewed-on: https://gerrit.libreoffice.org/41320 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-19templatelocnames.src no more existsAndrea Gelmini1-1/+1
I guess the content now is in sfx2/inc/strings.hxx Change-Id: Ie41f150f95d5da80ed82f09760b812910ac2ab8a Reviewed-on: https://gerrit.libreoffice.org/41316 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2017-08-19sdstring.src no more existsAndrea Gelmini1-10/+0
Change-Id: I9cc937daa135ad35c1abca66a926d2fe40040dc4 Reviewed-on: https://gerrit.libreoffice.org/41315 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2017-08-19Removed ignored includesAndrea Gelmini7-738/+0
By brute force analysis, it seems to me that we can easily remove these not used includes. It passed "make check install" Change-Id: I34ea2aae57e56fb8b2cf1066cf51b08068fa0b53 Reviewed-on: https://gerrit.libreoffice.org/41312 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
2017-08-19Updated coreAdolfo Jayme Barrientos1-0/+0
Project: help dc88353ac9cc2a36294491ec7df8ab6c1065459a Some light proofreading and term update Change-Id: I508f4a33999f6acf9dcf6cf3db1d7b5b7e482b92
2017-08-19tdf#103275 Rename 'Spacing to Content' to 'Padding'Gabor Kelemen2-2/+2
Change-Id: Ib4bdc594f34761c5957e9fb803218946b54e23f7 Reviewed-on: https://gerrit.libreoffice.org/41306 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-08-19Fix typoAndrea Gelmini1-1/+1
Change-Id: Ia4c3ac4fd264d490dd3a91402897560ebd3006be Reviewed-on: https://gerrit.libreoffice.org/41314 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2017-08-19no need to redefine WB_RIGHT_ALIGNEDNoel Grandin1-4/+0
Change-Id: I99387a402354a8d982e1d36e7d2fdbb710658a97 Reviewed-on: https://gerrit.libreoffice.org/41300 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-19convert to WB_SAVEAS to flags on SfxAcceleratorConfigPage::StartFileDialogNoel Grandin3-6/+7
Change-Id: I52ff0b4ba892a74d1dad9ce8c6c7638e3463affe Reviewed-on: https://gerrit.libreoffice.org/41303 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-19convert WB_SLIDERSET to a bool fieldNoel Grandin5-9/+11
Change-Id: I8a3767e162a14069937d52f5eb57ae5cd7f3fa7b Reviewed-on: https://gerrit.libreoffice.org/41302 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-19convert extended WinBits to scoped enumNoel Grandin10-21/+28
Change-Id: If35f4fcda2415c858ba8f963e9f471c87169bc99 Reviewed-on: https://gerrit.libreoffice.org/41301 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-19tdf#107183 Set different dialog title for renaming master slideGabor Kelemen3-4/+12
Change-Id: I351e6db782cce8ece78083e5a79e4c2baaa414ee Reviewed-on: https://gerrit.libreoffice.org/41310 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2017-08-19tdf#100387 Fix OOXML export of animated listsPaul Trojahn3-5/+51
pRg is a paragraph range, not a character range. AnimationExporter::getTargetElementShape is still used by the ppt export filter, so I just moved the relevant parts over to PowerPointExport::WriteAnimationTarget. Change-Id: If477013d62483d57fe142c9da3ab0c75872733af Reviewed-on: https://gerrit.libreoffice.org/40979 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2017-08-19tdf#98700 docxexport: don't force on ParaKeepTogetherJustin Luth3-2/+13
The mere presence of SvxFormatKeepItem was ENABLING it during export, without checking to see if it was actually turned on or off. Both DOC and RTF check the value, and set accordingly, so do the same for DOCX. Merely toggling the setting on and off is enough to create the property, so this is a nasty bug that only affects inquisitive people. Change-Id: I02d83a255f5b4ff8c5124302a52a3126dad40b67 Reviewed-on: https://gerrit.libreoffice.org/41309 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Justin Luth <justin_luth@sil.org>
2017-08-19updater: use forward slashesMarkus Mohrhard1-1/+1
Change-Id: I56b46e55007a4c30eb3e1438f8238bd3271fb993
2017-08-19tdf#98315 Function Wizard showing Breeze icons when in Sifr theme - SVGMatthias Freund5-0/+672
These are the svg (source) files for master Change-Id: Iadeb6a791216799805259f54e3337819bb658323 Reviewed-on: https://gerrit.libreoffice.org/41027 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-08-18Remove refs to deleted src filesJulien Nabet1-251/+21
following https://cgit.freedesktop.org/libreoffice/core/commit/?id=00657aef09d854c74fb426a935a3e8b1fc390bb0 Change-Id: I34a119676257eb3b3caa318eb788f16e7fd1bd4b Reviewed-on: https://gerrit.libreoffice.org/41307 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2017-08-18use o3tl::enumarray for m_aNodeAndEntryImagesNoel Grandin1-56/+53
Change-Id: I508c77562ec92b078d15d2a557af474a93b940de Reviewed-on: https://gerrit.libreoffice.org/41294 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-18tdf#45904 Move Java _XViewFreezable tests to C++Jens Carl7-77/+77
Change-Id: I75a0363304dbaaeb5988f2ec027d8211f4e01a4f Reviewed-on: https://gerrit.libreoffice.org/40872 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-08-18comment out of dateNoel Grandin1-2/+0
ever since the great gettext migration Change-Id: I642f2db4cbe10c5f0584a8f9bf793fd32e19a5e5 Reviewed-on: https://gerrit.libreoffice.org/41293 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-18no need to redefine WB_NO_DIRECTSELECTNoel Grandin1-5/+0
Change-Id: Id9823a4b10982eb0a7c8f31d253a2d71005fa531 Reviewed-on: https://gerrit.libreoffice.org/41299 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-18WB_ANIMATION is deadNoel Grandin2-5/+1
ever since commit 5bb93690aad419ceafbd14a61da1a86f674fdfea INTEGRATION: CWS hedaburemove01 (1.1.2); FILE ADDED Change-Id: Iad592e268644d10944e46bf80eae30042beab6da Reviewed-on: https://gerrit.libreoffice.org/41298 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-18WB_RADIOSEL is deadNoel Grandin2-47/+0
since commit 37229126c0a821a925839bbca4b6ec7245f861e9 Make WB_RADIOSEL style behaviour as default. Change-Id: I606a01f4c8a84780af96265493372bb0df3fc40d Reviewed-on: https://gerrit.libreoffice.org/41297 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-18WB_TOPBORDER,WB_3DTAB are deadNoel Grandin2-27/+1
since commit 8ab086b6cc054501bfbf7ef6fa509c393691e860 initial import Change-Id: Icbbf01de92c6dab4f9f94052cda784326a051ad8 Reviewed-on: https://gerrit.libreoffice.org/41295 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-18tdf#45904 Remove/disable obsolete _XDatabaseRange Java testsJens Carl3-245/+0
The _XDatabaseRange tests are already written in C++ since commit 95780ec73990f96dc16fc677c895d00fa1360008. Change-Id: Ib57cb1f69c0ebc17443c16e7d466ad3ccb535f19 Reviewed-on: https://gerrit.libreoffice.org/41007 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-08-18tdf#45904 Remove/disable obsolete _XDataPilotTable2 Java testsJens Carl3-577/+0
The _XDataPilotTable2 tests are already written in C++ since commit c1589dbd450426928077694346b773b718e6ff78. Change-Id: Ic176f746eb94bff6c1cc7daeffedd8f22061dd96 Reviewed-on: https://gerrit.libreoffice.org/41013 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-08-18tdf#45904 Remove/disable obsolete _XDataPilotDescriptor Java testsJens Carl3-430/+0
The _XDataPilotDescriptor tests are already written in C++ since commit 95780ec73990f96dc16fc677c895d00fa1360008. Change-Id: Id1f219b148dd97455aecda705ad3b388128a0e0c Reviewed-on: https://gerrit.libreoffice.org/41010 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-08-18tdf#45904 Remove/disable obsolete _XDataPilotFieldGrouping Java testsJens Carl3-63/+0
The _XDataPilotFieldGrouping tests are already written in C++ since commit 95780ec73990f96dc16fc677c895d00fa1360008. Change-Id: I93c772d4ce464d542e1c2ec66f12f12e073d08cc Reviewed-on: https://gerrit.libreoffice.org/41011 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-08-18tdf#99692 sw: fix the fix: don't set bNullContent if node was splitMichael Stahl1-1/+2
When showing the redlines in rhbz908615-13.odt, the following assertion happens: Assertion `IDocumentMarkAccess::IsLegalPaMForCrossRefHeadingBookmark(rPaM) && "<CrossRefBookmark::CrossRefBookmark(..)>" "- creation of cross-reference bookmark with an illegal PaM that does not expand over exactly one whole paragraph."' failed. This is because in DocumentContentOperationsManager::MoveRange() the flag bNullContent is set after the node has been split; in this case the nContent is of course always 0. Later the function then restores aSavePam to the index 0 of the next node, when it actually shouldn't do anything because the JoinNext() already positioned it correctly at the merge-index of the re-joined node. (regression from 850795942b3e168cab8ce88b4f2b421945ff29ca) Change-Id: I64d50e70b19e2fd81537a9771fa8706898b17642
2017-08-18fix typosdennisroczek2-2/+2
Change-Id: Ie0228b07bf801faab5241d835bca36676a07682e Reviewed-on: https://gerrit.libreoffice.org/39736 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2017-08-18WB_RANGESELECT,WB_MULTISELECT in Calendar is deadNoel Grandin2-241/+19
since commit 6c759da0442f5123a4a4355e8dc9c926a49d25d7 delete workben Change-Id: Ib9db62ea3fb064b70912318eda2528590c307295 Reviewed-on: https://gerrit.libreoffice.org/41287 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-18WB_BOLDTEXT,WB_FRAMEINFO,WB_WEEKNUMBER are deadNoel Grandin2-97/+1
since commit 6c759da0442f5123a4a4355e8dc9c926a49d25d7 "delete workben" Change-Id: Ie1f399a7a8179c7727491f4ab7b4b2772fd130b8 Reviewed-on: https://gerrit.libreoffice.org/41286 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-18Fix typosAndrea Gelmini2-2/+2
Change-Id: Ic9cbc4a05fa28c63ab2f5a773aa2f9e87757609a Reviewed-on: https://gerrit.libreoffice.org/41285 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2017-08-18don't use boost in compilerpluginsNoel Grandin1-7/+6
Change-Id: Ic1610e99cd2d11d1a536a6f3e66b44417ee59793
2017-08-18loplugin:redundantparenNoel Grandin1-1/+1
Change-Id: Ie1bae8acdd70ba7943d8ae245d95dee16ce2e5d5
2017-08-18new loplugin:expressionalwayszeroNoel Grandin4-3/+156
The code in SvXMLExportItemMapper::exportXML was broken as far back as its introduction in commit 0c28e3c480a95c03b513c55f029b979bcd9c0401 "Move SvXMLAttrContainerItem to SVX, moved writer only code to sw" Change-Id: I90043ce8b7263aa56fd0883d350e29b97eeaf99b Reviewed-on: https://gerrit.libreoffice.org/41282 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-18No libepubgen in org.gnome.Sdk//3.24Stephan Bergmann1-0/+1
Change-Id: I71a9e382b2a36cfba38dbd14e1af303153356d47
2017-08-18WB_QUICKHELPSHOWSDATEINFO is deadNoel Grandin1-2/+0
since commit e8559f07b52f434e081b1ef58a8db097cdd826ee Remove unused code Change-Id: I0dcfe7aea4e0326595d99a781a1029a0c25ed15f Reviewed-on: https://gerrit.libreoffice.org/41281 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-18WB_FORCE_SELECTION is deadNoel Grandin1-2/+0
at least as far back as: commit ac7acb0ab1329913b0cec79790adcde0263960be "Merged SvTreeListBox and SvLBox." Change-Id: I13d8ab413365928749b1c59a0cca0db115b80ffa Reviewed-on: https://gerrit.libreoffice.org/41280 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-18convert ExtendedWinBits to a single bool flagNoel Grandin6-16/+11
Change-Id: I2ff15a7f485ffdfb78eaabd529d19065faeb4c53 Reviewed-on: https://gerrit.libreoffice.org/41277 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-18tdf#105538 Download update to Downloads folder on WindowsTakeshi Abe2-6/+8
instead of Desktop. Change-Id: Ib88b23afdd0b836184b7f0a3f501983137a1405d Reviewed-on: https://gerrit.libreoffice.org/40692 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2017-08-18tdf#109104: respect RFC3986 for newlines in ScEncodeURLJulien Nabet1-1/+8
Quotation of RFC3986: A percent-encoded octet is encoded as a character triplet, consisting of the percent character "%" followed by the two hexadecimal digits representing that octet's numeric value So test the length of the return of OString::number and add "0" if needed ScEncodeURL was added with: https://cgit.freedesktop.org/libreoffice/core/commit/?id=25434372bf56e0ebdb7e7d47ab3c14c68211509f Thank you to Bele (the bugtracker reporter) for code pointer! Change-Id: I8df102eb38b31933c6ebb15bb25c125b423f722b Reviewed-on: https://gerrit.libreoffice.org/41086 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2017-08-18drop unused CntContentTypeItemJochen Nitschke5-259/+0
unused since commit cdae06a664bfc3279bd9f177473357cce316b9b1 Date: Fri Apr 6 11:17:10 2001 +0000 #78400# Template scanning reimplemented using UCB Change-Id: I3e742be5a7c5467628dbe5a19171c4dfcef07c58 Reviewed-on: https://gerrit.libreoffice.org/41274 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-18Remove dead function declarationStephan Bergmann1-7/+0
Change-Id: I6d54179a9faeda77a3c3672978cfade8408cb835 Reviewed-on: https://gerrit.libreoffice.org/41275 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2017-08-18Rename flag to less generic name to prepare adding more flagsUlrich Gemkow5-11/+15
Change-Id: I27663a42890bbae3279847a7da971cd367335cb3 Reviewed-on: https://gerrit.libreoffice.org/40736 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2017-08-18vcl: DockingManager owns ImplDockingWindowWrappersTakeshi Abe2-27/+12
so simplify code with std::unique_ptr. Change-Id: Ieec470e0a5f52c0d652d169c1ced6ca7307f062f Reviewed-on: https://gerrit.libreoffice.org/41217 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-08-18Report full type info (plus the desugared type as "aka")Stephan Bergmann1-1/+1
Change-Id: I647b1c3e479e0be01ed7ea16e1ad3dd9bed9ba6a
2017-08-18loplugin:implicitboolconversion (clang-cl)Stephan Bergmann2-55/+55
...after 2bb282656a19a399a101dbeadf157d10d4d5e4f4 "SalFrame Handle* methods can return bool" Change-Id: I15659eafc27e8402aeb407418e656d546c554f06