summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-24convert SfxPopupAction to enum classNoel Grandin
and move it out of the header file, because it's only used inside one .cxx file Change-Id: I94b8cb957b86b1ee51e654b2d247269ef2cec88a
2015-03-24loplugin:constantfunction: dbaccessNoel Grandin
Change-Id: I896f2716cb91169e30f555943174b5aa67e74b20
2015-03-24fix windows buildNoel Grandin
after my commit d7a4135b072a693cb5ebf94c250d34d5beb741e3 "loplugin:constantfunction: lotuswordpro" it appears that Visual Studio does not support this yet Change-Id: Ide04fde905e0991e27ec03c3e216fcbd25b1f10b
2015-03-24Reverts and correct "tdf#88230: Cleanup solar mutex yielding"Pranav Kant
This reverts commit b15b97ee6b21be18d4ba5df396d39b6d3dab57e1. This commit directly used SolarMutexReleaser class which releases the solar mutex first and then acquires the mutex after the destruction of the object. This is not the correct way of replacing the pre-existing code where mutex needs to be acquired first and then released. Additionally, this commit adds a correct replacement for pre-existing code too. Change-Id: I79aff608d94ed2d4736679a691b8c18f8a23c581 Reviewed-on: https://gerrit.libreoffice.org/14981 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-03-24tdf#88230: Remove bogus AcquireSolarMutex fpicker wrapperPranav Kant
Change-Id: I5514c2db57b48d99f7daf410eda11f5ee882438e Reviewed-on: https://gerrit.libreoffice.org/14972 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-03-24tdf#88230: Cleanup solar mutex yieldingPranav Kant
Fallout from 9bb8ba4e0640521253e2f5a4d476cad7777da079 Change-Id: I84fab3d8f12015b5d5a4f93ea0164bc964de17bd Reviewed-on: https://gerrit.libreoffice.org/14973 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-03-24loplugin:constantfunction: lotuswordproNoel Grandin
Change-Id: I16fbba302c7330010f9b4c888f48a868ad6b921e
2015-03-24tdf#87234 Breeze: Tweak the alignment iconsYousuf Philips
Change-Id: I1d920cdd34c806b5f276bbd3984d4977df351a21 Reviewed-on: https://gerrit.libreoffice.org/14976 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-03-23Build libtest on Windows, tooTor Lillqvist
Doesn't as such work properly, as LibreOfficeKit doesn't work on Windows yet. From Juergen Funk's https://gerrit.libreoffice.org/#/c/13017/ . Change-Id: I685fddf0bada072e5dae485262b194b4fa5d26bc
2015-03-23Sanitize a few SAL_INFOsTor Lillqvist
Change-Id: Ib5e7e9250f90a9282c25446b606166499fc9d369
2015-03-23Typo: impemented->implementedJulien Nabet
Change-Id: Ifa031a872bd618c41b0fbb2e0fd5a17e0f7b0a53
2015-03-23Unusedcode.easy: ScBroadcastAreaSlot::AreaBroadcastInRangeJulien Nabet
Change-Id: If3f17ccea65a91199e4d8a0f8c0a241d07788f9c
2015-03-23tdf#75256 fixed formula, added sort, and fixed function wizardYousuf Philips
Change-Id: I5c9ffe337672d55c2b185f84bdd721ff376e1e44 Reviewed-on: https://gerrit.libreoffice.org/14965 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2015-03-23Typo: s/SEPERATOR/SEPARATORTor Lillqvist
Thanks to Jürgen Funk for noticing, on https://gerrit.libreoffice.org/#/c/13017/ . Change-Id: Iff6225d658a9f5c7d3cd95b1f5b0b17606897d15
2015-03-23TyposJulien Nabet
Change-Id: Ie08a26a569b83bfe3ef4351dbb7b6e928745b95d
2015-03-23tdf#88001 -- Default document view, force single page rather than automaticvsfoote
This commit changes sw default to be single page view rather than automatic defaulting to a multi-page view and automatic fit. Also, sets status bar page icon default to single page, and corrects lableing of view to read "multi-page" rather than "two page". Change-Id: I1a2f81150d7066ea56af0870e83c1e4ae66d3404 Reviewed-on: https://gerrit.libreoffice.org/14835 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-03-23SvpSalGraphics::drawRect needs to adjust the rect bounds for line drawingCaolán McNamara
like X11SalGraphicsImpl::drawRect does now the focus borders in the layouts pane of impress update correctly as the border is added/removed as you pass the mouse over them with the gtk3 plugin Change-Id: I1f03065049c2aee2e3c28e7a16777e9b06e34c6e
2015-03-23drawing a vertical/horizontal line does not really damage 0 width/height areasCaolán McNamara
so follow the same logic as drawPixel which equally does not damage a 0 width and height point Change-Id: Ie2c400caf1ad2e3a874f92c6f90f5f071f9c95e3
2015-03-23Turn WB_* macros into WinBits const variablesStephan Bergmann
...to avoid problems with postwin.h #undef'ing WB_LEFT/RIGHT. Ultimately, WinBits should likely be turned into an enum. Change-Id: I48e9151ec1fd3b94fc23c8859cd65e3b7f80abf5
2015-03-23loplugin:saloverrideStephan Bergmann
Change-Id: Ia41415272e12b47ae332c38badd323ad3ab6a5ad
2015-03-23More Windows define whack-a-moleStephan Bergmann
Change-Id: I09bf1cfe22a65b8dbbcc7139cd1055f0e829210d
2015-03-23Avoid KeyFuncType::DELETE shadowed by a macro on WindowsStephan Bergmann
...required to remove the WIN_* defines from postwin.h, so that the latter can be included multiple times; the WIN_* defines appeared to be unused except for one use of WND_FindWindow anyway Change-Id: I2080225c74c196fbc1b7d4f20b636b44e1e12150
2015-03-23WaE: 'rRefDevice' : unreferenced formal parameterTor Lillqvist
Change-Id: If45c91f04caef8cd4387f623c773913ee1a1154d
2015-03-23Quick hack to bypass a test that fails on a Retina MacTor Lillqvist
Change-Id: If4bda345cae62b8f7c809ea8bd56913d436602b6
2015-03-23Add comment about the DPI calculationTor Lillqvist
Change-Id: I791904a50db75ed94c166b0f84d9f08cb088bafe
2015-03-23disable asserts for some HTML export image properties valuesTomaž Vajngerl
The values are DPI dependent and the test fails if the system DPI is set to anything else than 96. Change-Id: I548a193b3c98dc5181539eca40064a52ec15efe7
2015-03-23WaE: struct/class inconsistenceTor Lillqvist
Change-Id: If4788e606900703253780108119c397cca59604b
2015-03-23enable gtk3 to support cairo canvasCaolán McNamara
Change-Id: Ie6edf155288d1514ce7a0c859ba751cdebc93391
2015-03-23move cairo helpers to vcl and make per-plugCaolán McNamara
Change-Id: I4de4d5c3a191784598e93a8cf70e45a3f59ae857 Reviewed-on: https://gerrit.libreoffice.org/14907 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-23tdf#90133 Scientific format: allow variable decimalLaurent Balland-Poirier
This commit treats variable decimal in the same way for scientfic format as for number format Change-Id: Ibc3f88150e2a8e353d35415da78998ec8c201e8b Reviewed-on: https://gerrit.libreoffice.org/14918 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-03-23unittest-failed.sh: Actually just one variable is enough here.Jan Holesovsky
2015-03-23It's good to have Dr.Memory in your PATH.Jan Holesovsky
2015-03-23DEBUGCPPUNIT makes no sense on Windows and OS X.Jan Holesovsky
2015-03-23WaE: comparison between signed and unsigned integer expressionsTor Lillqvist
Change-Id: Ia5c5b1926a73c54a38662b5ac737dbe1ff3cef50
2015-03-23Resolves: rhbz#1204244 group sdb windows together as 'base'Caolán McNamara
Change-Id: Ie0d17e562b24a8108d79d13592fff3bf2b9a6713
2015-03-23fixed a type in NumberingLevelACTom
Change-Id: I98d80f9153abe9f536b818c899008bb865b1bd34 Reviewed-on: https://gerrit.libreoffice.org/14962 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-03-23-Werror,-Winconsistent-missing-overrideStephan Bergmann
Change-Id: Iad15e1e9df25fdace5ca17dde71eb1e9a25ee13e
2015-03-23Revert "make ClientIteratorBase only know about WriterListener"Stephan Bergmann
This reverts commit 0bf4e6e21101a66bb63778ab49006ee90c16ea94, ~SwFmt in sw/source/core/attr/format.cxx contains SwClient* pDepend = (SwClient*)GetDepends(); ... that is unclear to me how to adapt to this commit's changes.
2015-03-23Fix insert footnote and format page tooltipsYousuf Philips
Change-Id: Ic253b78e7ff8d5fa76d63fceefa4fbe5da93e4e7 Reviewed-on: https://gerrit.libreoffice.org/14960 Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-23tdf#90095 Fixed wrong behavior of template delete dialogMichael Horn
The template delete dialog was coded in such a way that the default behavior was to delete the template/folder unless the user pressed no. This caused the template to be deleted if the dialog was closed using the "x" button. I changed the logic so that the dialog will only delete the template if the user presses yes. Any other button press will do nothing but close the dialog. Change-Id: I7977fd48b3e0cc440cc1e15056b448e7ae23476f Reviewed-on: https://gerrit.libreoffice.org/14937 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-23remove trailing blanks rubbishEike Rathke
Change-Id: I97cee7ea1d63375b73f0d4003022e9f09ad38e5f
2015-03-23cppcheck: add some explicitsCaolán McNamara
Change-Id: I4e1fd50f1268f0820fae2bb41c69155ef5c28464
2015-03-23more engineering notation format tests, tdf#30716Eike Rathke
Change-Id: Iefb035af9258c21e4fcc7f9b997f40ec318ed1ff
2015-03-23tdf#30716 Engineering notationLaurent Balland-Poirier
Implement engineering notation: fomat ##0.00E+00 for instance Saved in ODF thanks to https://gerrit.libreoffice.org/14875/ Change-Id: I1e401183a95ce05481a9af52e49bbcfe08cd1a20 Reviewed-on: https://gerrit.libreoffice.org/14886 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-03-23Fix mistaken 'u' inserted into xmlYousuf Philips
Change-Id: I1bdc2ec3cf9c94b0d48be99a4409b39dc6d77389 Reviewed-on: https://gerrit.libreoffice.org/14961 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-23Catch accidental mis-conversions from pointer to boolStephan Bergmann
Change-Id: I3f6ec3bd951d45b973880be1ae19e167c5e99d20
2015-03-23tdf#89387 Change summing loop to SumSquare methodŁukasz Hryniuk
Change-Id: I996a984763f9fece9074f8bc318db25f01b8f4ed Reviewed-on: https://gerrit.libreoffice.org/14954 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-03-23fdo#52540 refix graphite layout generallyMartin Hosken
Change-Id: I13896adbc3d8b006c3b192dbf40e766d718a8bac Reviewed-on: https://gerrit.libreoffice.org/14959 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-03-23Revert "loplugin:constantfunction: connectivity"Noel Grandin
it seems to be causing unit-test and build failures This reverts commit 5cbb51c009fa266e8418ef93799ac64e431c22f5. Change-Id: Idc6372f98200b23828aa19b22a75b6b2b640d1ab
2015-03-23fdo#39440 cppcheck cleanlinessMichael Dunphy
Reduce scope of local variables. Change-Id: I5f06dc0d9d16e92a7a0afb599eb3a93d9d5cc878 Reviewed-on: https://gerrit.libreoffice.org/14943 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>