summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-04-27drop unused comphelper::EventLogger::logpCaolán McNamara2-116/+0
Change-Id: I833210f036356c09d6c2f9f72dde7012064b01ef
2017-04-27drop writeonly unused structCaolán McNamara2-19/+0
Change-Id: I6a7d58899991109264d86059a16b4a3a540f1491
2017-04-27the only use of this argument is sdbcl which is a deleted resource fileCaolán McNamara3-12/+3
Change-Id: I31c140dcab9a291c4ede62e56d296a224dcd47c8
2017-04-27un-default argumentCaolán McNamara1-1/+1
Change-Id: I5d60998b4c30f58ee9c734b37d3f97118db8d7cf
2017-04-27sdbcl is goneCaolán McNamara1-1/+0
Change-Id: Id9c7106d2674a661b16b7772f866b3d103bae327
2017-04-27Resolves: tdf#107241 don't let floating function description grow infinitelyCaolán McNamara1-0/+1
Change-Id: Ief87c15c637d725d25416b64739fb3f5f07cded4
2017-04-27sal: cppunittester: verify that CPPUNIT_TEST_NAME contains a testMichael Stahl1-3/+13
Fail the test if CPPUNIT_TEST_NAME does not contain at least one existing test, which is much better than silently reporting OK(0). Change-Id: If2137764b24aa52dc35fe2368ee8fe38cb7dbece
2017-04-27Resolves: tdf#107411 LibreOffice hangs at RTF import timeCaolán McNamara1-2/+2
regression from... commit b993942622897fc64a1f7462189fa0463eb30e1c Author: Caolán McNamara <caolanm@redhat.com> Date: Sat Apr 1 16:43:04 2017 +0100 ubsan: use WrapTextMode_MAKE_FIXED_SIZE instead of -1 as unset flag cause WrapTextMode_MAKE_FIXED_SIZE is >= 0 Change-Id: I6b5adbcc38cc841c5df9a0af9acdf634d3c6c757
2017-04-27tdf#47243 tdf#39327 tdf#103639 Proper scaling of SetPageTransformBartosz Kosiorek1-13/+6
The EmfPlusSetPageTransform record specifies scaling factors and units for converting page space coordinates to device space coordinates. In previous implementation I made scaling after translating page scaling. For some images it was working correctly (if there wasn't translating). WIth this commit I fixed this issue. Change-Id: I1e9e78ecdab663328f86a960d8547ad0a7fc1314 Reviewed-on: https://gerrit.libreoffice.org/37010 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
2017-04-27Access2Base - Optimize default value in field classJean-Pierre Ledure2-20/+25
Buffer default value to optimize multiple records insertions Change-Id: Ia339e8f4b4d00419978503d6351b331a0b987826
2017-04-27explicitly defining __RSC is no longer necessaryNoel Grandin1-2/+0
since commit 6b448d3634f26224e480c0f30c617eacd7b4e3ab "make __RSC a builtin define for the RSC compiler" Change-Id: I99af239993c3217bf528f5595def0c2de337f01b Reviewed-on: https://gerrit.libreoffice.org/37025 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-04-27sdext: fix loplugin:stringconcat warningMiklos Vajna1-1/+1
Change-Id: I1e9aa0826d8692819fb05d2f572cf3c4e976fe00
2017-04-27comphelper: fix loplugin:unreffun warningMiklos Vajna1-1/+0
Change-Id: Ie3d398568dbb4e237b8d03349c0286f2776e7cdd
2017-04-27tdf#107204: Make sure we always do Unicode BidiKhaled Hosny2-12/+0
Writer seems to have an “optimization” that only applies bidi algorithm if the text direction is nor LTR and there is some characters that we classify as complex script. This is a very simplistic optimization as evidenced by the bug above. We certainly don't want to skip bidi the text differently based on the default direction (whatever that means), and not all RTL scripts are complex ones, even if they are we might be behind Unicode in our script classification. Just trust that bidi algorithm does the right thing and don’t do premature optimization. If this turns out to be a real performance issue, we will need to find a better optimization. Change-Id: Ic0423b61d54de937bded95b369dab50e8fdca0df Reviewed-on: https://gerrit.libreoffice.org/36704 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2017-04-27sw: add test that SwXTextCursor is disposed if header is deletedMichael Stahl1-0/+22
This test failed for 2 reasons: 1) since somewhere between LO 5.0 and 5.1, the PaMCorrAbs sent a SwMsgPoolItem but SwUnoCursorPointer checked for a LegacyModifyHint (fixed in commit a029a479429d334875b73e2fc4e34b314a1ad369) 2) the SwXHeadFootText being registered at the header format prevented its deletion (fixed in preceding commit) Change-Id: I1d36bc2b9ca222b1b68fda94ded65451a677214a
2017-04-27sw: fix always-true condition in lcl_DelHFFormat ...Michael Stahl1-1/+1
... that prevents headers from being deleted if they have a client. (regression from d4267231754c1e6b03c7723a6fecc46750e7c780) Change-Id: I71f52f8806e59c97b81aa14144c700c14c5527b0
2017-04-27Add ICU ticket number for this patchEike Rathke1-0/+1
https://ssl.icu-project.org/trac/ticket/13176 Change-Id: I1bf7a0787f46186895e7ee9144d5f219ea59e2df
2017-04-27Add ICU ticket number for this patchEike Rathke1-0/+1
https://ssl.icu-project.org/trac/ticket/13175 Change-Id: Ib7756f3c41d2395f65d898e39808616c04ee58ee
2017-04-27another name for a nonlocalized string is a stringCaolán McNamara21-536/+144
Change-Id: Ic4ff92720edd1c10dd6d5eff026e79cb02990005
2017-04-27fwk_services.src doesn't existCaolán McNamara1-3/+0
since 748ed65ffba9d69ed333fd1347c30dd7a3a944b8 Change-Id: Ief2efad17b3f485aeb975257e120ce20e67fb5b8
2017-04-27can detangle the sdext graphic resource nowCaolán McNamara5-9/+25
Change-Id: I2992b859bbebfa4bfae3ea5bfe76e8aa62193f69
2017-04-27aSearchPath is write onlyCaolán McNamara3-6/+1
Change-Id: I2dd8c4b9db53ed2c575500d2b00e90d5a99ac6e4
2017-04-27aSysSearchPath is write onlyCaolán McNamara2-20/+0
Change-Id: Ic88f12c1e6cb379150cb9521a9468244d6ce0cc5
2017-04-27no bitmaps in .src files anymoreCaolán McNamara10-61/+0
Change-Id: I0228cae8590366be5d5f0d431cf655942bbb891c
2017-04-27last private:resource ... bitmapex user is goneCaolán McNamara2-55/+1
so drop private:resource ... bitmapex example and update docs Change-Id: I244c575573cffda5eb8ca52afd2f4a04a9b18f14
2017-04-27ImageList python thing unused since WebWizard dropCaolán McNamara2-521/+0
Change-Id: Id4961341def8cc4c242736580154411b5b137885
2017-04-27remove wizards bitmaps from .src filesCaolán McNamara17-203/+35
Change-Id: I4e334ac88e1e060bc07af9b174b9b8fb1401fc80
2017-04-27loadFromResource is now unusedCaolán McNamara2-15/+0
Change-Id: Ibea3defdf8d2642c4ba523db7f4fc8fbc2473488
2017-04-27remove sw bitmaps from .src filesCaolán McNamara42-636/+218
Change-Id: I9ccd69662f9d3a77d1921b3433b0e2f541960a90 Reviewed-on: https://gerrit.libreoffice.org/37020 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-04-27Remove outdated UIHints metacommentsTor Lillqvist1-5/+0
These things haven't been present in the UI for a while (and that is a good thing). Change-Id: I8dbb84060013377469d600dc2faf047fbd199ca9
2017-04-27xmlsecurity pdfverify: go via vcl graphic filterMiklos Vajna2-82/+6
Initially some proof of concept code was implemented here, but then I copied that to VCL and it got fixes there, so call into vcl from here instead of invoking pdfium directly. Change-Id: I8590cbe94876ff6aff3f870535a99062304f3996 Reviewed-on: https://gerrit.libreoffice.org/37016 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-04-27Add custom HIDs for Customize - Toolbars pageGabor Kelemen2-0/+16
All items should have one as this page is reusing the ui file of the Menus page Change-Id: I9b691db70391eda90035761098ebc4d91d6a5b5b Reviewed-on: https://gerrit.libreoffice.org/36397 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2017-04-27tdf#105204: more ShellCheck nitpicks for gIlmari Lauhakangas1-24/+24
Change-Id: I50cb1a403d3aa34434e61a2a995ef043b2f1f82c SC2086: Double quote to prevent globbing and word splitting. SC2145: Argument mixes string and array. Use * or separate argument. Reviewed-on: https://gerrit.libreoffice.org/37023 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2017-04-27Uwinapi is not used any moreTakeshi Abe1-1/+0
since de030cd7a234fd9191364647deb1a4836ca992cb. Change-Id: I4cd908cc08481c5a6cf6d41c89ac8a5fef95f6db Reviewed-on: https://gerrit.libreoffice.org/37021 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-04-27remove svx bitmaps from .src filesCaolán McNamara68-1496/+564
Change-Id: Ie3795870484648e62dea483f9976af31cd1be167 Reviewed-on: https://gerrit.libreoffice.org/37006 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock72-74/+77
Change-Id: I17e5a033de5f0aeb0a726744f7b464cdab6e2ee3 Reviewed-on: https://gerrit.libreoffice.org/36854 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2017-04-27Access2Base - Missing declaration of oObjectJean-Pierre Ledure1-1/+1
Bug in Recordset property in SubForm class Declared by Peter Evans via private mail on OOO forum (27/04/2017) Change-Id: I10b26e942fc3518411e19e1d935ddbe347b96e57
2017-04-27Fix build after 7d71451e8e0226d3f3f523611f55132eda6ec10fStephan Bergmann1-1/+1
"vcl: change pImpl class names to fit with existing convention" Change-Id: Ic02ca5b71a96b852951ac1b14b966b1ba2f006e9
2017-04-27WaE: declaration of ‘nUserId’ shadows a member of ‘StringErrorInfo’David Tardon1-2/+2
Change-Id: I027346fb3c98e830b9515ae842cb5a3fb231420d
2017-04-27vcl: change pImpl class names to fit with existing conventionChris Sherlock2-15/+15
Change-Id: Iec6ce77f922df222d48240be09a817f5289a6662 Reviewed-on: https://gerrit.libreoffice.org/36861 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2017-04-27vcl: move doxygen comment to headerChris Sherlock2-15/+15
Change-Id: I486843fc4b9da3fc5fc161e90768b0443530071a Reviewed-on: https://gerrit.libreoffice.org/36859 Tested-by: Chris Sherlock <chris.sherlock79@gmail.com> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2017-04-27vcl: rearrange order of functions in errinf.cxxChris Sherlock1-135/+134
Change-Id: Ifbde0423e228151e1572e81a443f63355c9bc760 Reviewed-on: https://gerrit.libreoffice.org/36858 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2017-04-27vcl: lUserId -> nUserIdChris Sherlock2-34/+36
Change-Id: I7617b25b1d63fc2926c1b500830ba3c1ddc8105c Reviewed-on: https://gerrit.libreoffice.org/36857 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2017-04-27vcl: minor whitespace cleanup in errinf.hxxChris Sherlock1-6/+6
Change-Id: I00e2fc57f4d277ed03fd3f02614eb6372d272551 Reviewed-on: https://gerrit.libreoffice.org/36856 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2017-04-27vcl: rearrange functions in errinf.hxxChris Sherlock1-37/+39
Change-Id: I55100d90d342c657db7aed34dcf1a40440955381 Reviewed-on: https://gerrit.libreoffice.org/36855 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2017-04-27vcl: move RegisterDisplay() from ErrorHandler to ErrorRegistryChris Sherlock5-40/+59
It is the error registry that should register the display, not the error handler. Move this function to the class that is responsible for it. Change-Id: I95ca1662b907a7f38a42a39ec729b35fd530bb79 Reviewed-on: https://gerrit.libreoffice.org/36853 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2017-04-27tdf#107458 No active item for the overflow subtoolbarMaxim Monastirsky1-3/+9
Item id 0 has two meanings inside ToolBox. Methods like GetCurItemId and GetDownItemId use it as "no item". But that's also the id of a separator item, so calling GetItemPos(0) will find a separator, if the ToolBox has one. Change-Id: I4f2c1fac1759fe0a3ae09d317909707084e16180
2017-04-27Use ToolBox::GetImageSizeMaxim Monastirsky1-6/+1
Change-Id: Iaad0ca0e3957e54f11dfa1687b33b08239451bfb
2017-04-27Fix the copy-pasteMaxim Monastirsky3-13/+6
Use m_xUrlTransformer, and drop the now unneeded m_xContext.is() check. Here is the history of this: - commit ef8f9cfb262a7 (CWS docking1) introduced this code in ToolboxController::execute. - commit a2bbbc5130b80 (CWS docking3) copy-pasted this into GenericToolbarController::execute. - commit 0fc90c8a064f7 (CWS insight02) changed the original code, but not the copy-pasted one. - commit d7afd8e128177 (CWS toolbars2) That CWS didn't have the above change yet, and copy-pasted the old code to yet another place (GenericToolboxController::execute). Change-Id: I7f4e8dfb52b96ea5285ea7b2bb3083847dd84932
2017-04-27vcl: add newline for easier readingChris Sherlock1-0/+1
Change-Id: I871b51d2cca33b3ebcb96f9e2b673dd43a077467 Reviewed-on: https://gerrit.libreoffice.org/36862 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>