summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-05-28More aggressive system malloc memory checking for linux unit tests.Michael Meeks2-0/+2
Change-Id: If8e70dc25c537fcf12de0853d91c30f0e6f92e31 Reviewed-on: https://gerrit.libreoffice.org/15940 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-28fix Windows buildNoel Grandin1-4/+1
Change-Id: I5f0489e2fe8fc08461b3409de2690988826ed334
2015-05-28GetFocusFlags::Cursor->GetFocusFlags::CURSORNoel Grandin4-7/+7
to avoid name-clash with X11 headers Change-Id: I727c523f6d9bd7d4db28fe7427e053903626be00
2015-05-28new clang plugin: loopvartoosmallNoel Grandin50-132/+251
Idea from bubli - look for loops where the index variable is of such size that it cannot cover the range revealed by examining the length part of the condition. So far, I have only run the plugin up till the VCL module. Also the plugin deliberately excludes anything more complicated than a straightforward incrementing for loop. Change-Id: Ifced18b01c03ea537c64168465ce0b8287a42015
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin27-66/+73
Change-Id: I36a53112e75fca9208b2f91e224a7c671695509b
2015-05-28convert INVERT flags to scoped enumNoel Grandin5-16/+24
Change-Id: Iad8faee927de1ad646975157e36c3027c0ba8149
2015-05-28convert STARTTRACK constants to scoped enumNoel Grandin18-47/+54
Change-Id: I9b441688eb59ffd3540b014716a9abe7969c9be4
2015-05-28convert AUTOSCROLL constants to scoped enumNoel Grandin5-23/+31
Change-Id: Id1d2b5c13ad6af05314cba60ba5b9a62e0683f5e
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin26-89/+100
Change-Id: I7c324bb6358be28c119592850eb7607479279f09
2015-05-28Fix memory leakDavid Ostrovsky1-0/+1
The same was done in mork driver [1] and mork driver was derived from mozab driver. [1] 317306710d8f7c16bd6b9edc1e0af7e0e757cbac Change-Id: I64bc85819810707511a3cebd43802066cd94a727
2015-05-28sd: Notify about the part change (when searching) only once.Jan Holesovsky2-6/+11
Change-Id: Iae0e3fa0ec86898f17bc4b595075c3a2384ecfb2
2015-05-28fix calls to RenderContextTomaž Vajngerl2-2/+2
Change-Id: I5ef4b740a9c62d5cc7a2126686df4fd86a4b3492
2015-05-28tdf#91649 call ApplySettings at a more correct placeTomaž Vajngerl1-5/+2
Change-Id: I84a620a845b9338cd830c8929346204e3d88003f
2015-05-28fix highlight rendering for iconview with more effective clippingTomaž Vajngerl1-20/+38
Change-Id: I9d8f2341477b9b9c0acd71a7d33cd5a9a55757d2
2015-05-28fix drawing treelistbox with redefined background in dbaccessTomaž Vajngerl2-5/+13
Change-Id: Ia55797e3e42309f9d37d5335088f7657d99954de
2015-05-28fix Base's titlewindow font, font color and backgroundTomaž Vajngerl2-11/+31
Change-Id: Ide9c30385d15d0b8303f25d1a9eef132a32ec7d2
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung77-181/+181
Replace all calls looking like ADialog(some params).Execute() by ScopedVclPtrInstance<ADialog>::Create(some parms)->Execute() Change-Id: I0b6f0a9ea5ef0a749ffa30ce131e9dc989604639 Reviewed-on: https://gerrit.libreoffice.org/15915 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-28sw: -Werror=shadowMiklos Vajna1-7/+7
Change-Id: If09cc703bf1a922c6b3a1f584f23e5867ea7ad5f
2015-05-28tdf#91671 avoid use of already disposed controlDavid Tardon1-1/+2
Change-Id: I9cf5feeb2fc0ea91c7684aaf8adc2809907fa5d7
2015-05-28sw: prefix HTMLTableCnts membersMiklos Vajna1-33/+33
So that one can stop guessing if pTable or pHTMLTable is the member variable. Change-Id: Ia2c240d15c3e5d6d1a6e2e23373ed57909501070
2015-05-28indentation fixesMiklos Vajna2-2/+2
Change-Id: I267bb8b66c6c568718cec3f292f0b63737693b37
2015-05-28Resolves tdf#67712 form controls and draw objectsHenry Castro6-0/+328
anchored to cell but changes position after reopening Also included tdf#68797 "FILEOPEN lost position of lines anchored to cell". It was marked as duplicate but the step to reproduce are different. Conflicts: sc/qa/unit/subsequent_filters-test.cxx Conflicts: sc/qa/unit/subsequent_export-test.cxx Change-Id: Ia1c4010f118749256077a0ecad6ca16b867d22f7 Reviewed-on: https://gerrit.libreoffice.org/15523 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-05-27skip SkipImages unit test on MacOsJulien Nabet1-1/+1
In fact concerns MacOs TB 10.10_61 If someone wants to revert it go ahead but in this case, please: either fix the problem or disable this TB for the moment Thank you Change-Id: Ie8da48a9b117d7d24cbf27b5b5e8773f79464a31
2015-05-27unit test for pie chart label inside placement for the best fit caseAndras Timar3-0/+345
Change-Id: I7e6f8383ead96f585915afb119b8ee460967c0bc related: tdf#90839 Reviewed-on: https://gerrit.libreoffice.org/15934 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-05-27loplugin:stringconstantStephan Bergmann1-2/+2
Change-Id: I8d5a1b82e7c552385ed22818e5e1a0a962fff2e4
2015-05-27loplugin:staticmethodsStephan Bergmann1-18/+21
Change-Id: Idb1072ecedd9ab0315d67e296da6d306c098b183
2015-05-27disable more annoying log outputMarkus Mohrhard2-18/+18
Change-Id: I9f50b991defe7e241a66a0d52af24c9912508d26
2015-05-27support R1C1 reference for hyperlinksMarkus Mohrhard2-4/+24
Change-Id: Id9f3ae613128bb6f3895ade8b10ae24210439503
2015-05-27add test for tdf#91334Markus Mohrhard2-1/+14
Change-Id: Iaeee4a86e000445a23970986d5750d27adff2e2d
2015-05-27transform calc URLs to OOXML format, related tdf#91334Markus Mohrhard8-14/+152
Change-Id: I497a6600e155200e913ed386a539f284a5c86320
2015-05-27first check current document address conventionMarkus Mohrhard1-6/+18
Might be something else like R1C1 Change-Id: I25419b0d6ce0261b8cb1248671582455331852ac
2015-05-27fix indentationMarkus Mohrhard1-9/+10
Change-Id: Ib686c76e024cccd33614f812e80ad6c16b5287e4
2015-05-27silence annoying log outputMarkus Mohrhard1-17/+18
Change-Id: Ia2f55b85a649e0286573477511016f36bf29a9d5
2015-05-27loplugin:staticmethodsAndrzej Hunt1-1/+1
Change-Id: I8a6a6dcac8355796b984f6b37b791596fe9dca02
2015-05-27Coding style: removing the scope resolution operator in xDocShRef declarationsRobert Antoni Buj Gelonch1-33/+33
Change-Id: Ie88d2f3d6af3553976ebe0d299c4e9f31443cda6 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2015-05-27Resolves: tdf#91403 no wrtshell during initial layoutCaolán McNamara1-1/+4
Change-Id: I0d0b8027e07f9dc2dfff584abd026d1b496d93dd
2015-05-27lokdocview: handle LOK_CALLBACK_DOCUMENT_SIZE_CHANGEDMiklos Vajna1-4/+21
Change-Id: Ib1b99221afbf9810bad5fd49fbf62c7a20fd28e4
2015-05-27LOK: change PAGE_COUNT to a more generic DOCUMENT_SIZEMiklos Vajna3-6/+14
Change-Id: If94af4072c321358d7bd4d678eeed181dc0f44db
2015-05-27Support Azul Zulu JRE (at least on Windows)Stephan Bergmann3-1/+6
(<http://www.azulsystems.com/products/zulu/downloads> also offers it for Linux and Mac OS X, so it could be added to more javavendors_*.xml if need be; I only checked it actually works with a Windows 64-bit LO build) Change-Id: If549a0d5bf1459eba2f6ba2bd545cfd55a20cea6
2015-05-27fprintf -> SAL_INFOStephan Bergmann4-51/+29
Change-Id: I4808e89cf5b90c99df3d4c4474c578a8c8f611a6
2015-05-27Resolves: tdf#89731 numberingChange feature not available in writerCaolán McNamara1-4/+8
Change-Id: Ie779e78fc3c7ccf717117513d9187697c22cc51a
2015-05-27Remove B3IPoint, it's not used anywhereZsolt Bölöny3-198/+0
Change-Id: I7031c126179bbceebc40dcbdab5a0570db5bc29f Reviewed-on: https://gerrit.libreoffice.org/15813 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-27wrong comparison in letter wizardCaolán McNamara1-4/+4
the file name widget is empty when it shouldn't be. the other wizards get this right Change-Id: Icdb629e676a73fcf8d8be4352818abbef455bbaf
2015-05-27loplugin:unreffunStephan Bergmann1-0/+2
Change-Id: Ic0c4bd61aad4354f58cc60e8b584b9d63e397a3b
2015-05-27tdf#90338 related: ignore empty shape handles structAndras Timar1-2/+6
Change-Id: I486564a124cfb0d13a8b20e89cf13e752ccb7237 Reviewed-on: https://gerrit.libreoffice.org/15923 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2015-05-27B3IVector is not used anywhereZsolt Bölöny3-290/+0
Change-Id: Ic439b33c974500f1b351b41a0e391ffec71007b3 Reviewed-on: https://gerrit.libreoffice.org/15808 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-27Remove B3IRange, it's not used anywhereZsolt Bölöny3-232/+0
Change-Id: I19a6835eaab2efba530d30f871f1b4509b683801 Reviewed-on: https://gerrit.libreoffice.org/15812 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-27drop useless field bIsDebugTakeshi Abe2-31/+1
Its last usage was gone with d82fc206c5d27191bc47adc486cf32442908f62d. Change-Id: Ia891dd860edc305689804d02d4c74aa41804e484 Reviewed-on: https://gerrit.libreoffice.org/15911 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-27SwXTextDocument::initializeForTiledRendering: allow having different defaultsMiklos Vajna1-0/+5
SetHardBlank() configures the gray background for non-breaking spaces. Change-Id: I779503189085cc6537b776deb3d30cb93b316acd
2015-05-27Resolves: tdf#91416 setting progress -> resize -> destroy formula contextCaolán McNamara4-7/+35
i.e. setting progress triggers ScTabView::DoResize and an InterpretVisible and InterpretDirtyCells which resets the mpFormulaGroupCxt that the current rCxt points to, which is bad, so disable progress for the duration of the GetResult loop Change-Id: I8e88cee4dd2308ef61dee934d300a38978833703