summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
... implementing signed years with year 0 gap. Date(31,12,-1) last day BCE Date(1,1,1) first day CE New class Date member functions: * AddYears(sal_Int16) to be used instead of aDate.SetYear(aDate.GetYear()+sal_Int16) to handle year 0 gap. * convenience GetNextYear() to be used insted of GetYear()+1 * convenience GetPrevYear() to be used insted of GetYear()-1 * AddMonths(sal_Int32) * operator=(const css::util::Date&) New class DateTime member functions: * operator=(const css::util::DateTime&) Made some conversion ctors explicit, specifically Date(sal_Int32) Adapted hopefully all places that used a sal_uInt16 year to use sal_Int16 where appropriate. Eliminated some quirks in date handling found on the fly. Added era handling to i18npool icu calendar setting interface, which missing was responsible for 0001-01-01 entered in Calc being set as -0001-01-01, hence subtracting one day resulted in -0002-12-31. Change-Id: I77b39fba9599ebd5067d7864f6c9ebe01f6f578f Reviewed-on: https://gerrit.libreoffice.org/27049 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
2016-07-08Resolves: rhbz#1352881 turn off undo generation during undoCaolán McNamara
Change-Id: I6aa4ceb09b252ad0b04d8e0a89d8c3327f565b49 Reviewed-on: https://gerrit.libreoffice.org/26980 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-07-08tdf#87643: Default Shapes Panel for Shapes DeckSusobhan Ghosh
Change-Id: Ib3d4a32e70b6dc2ae0898846a27d3ffcb43c2a75 Reviewed-on: https://gerrit.libreoffice.org/26770 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-07-08Make bitmap preset preview resizableRishabh Kumar
Change-Id: I733994c93b598a357dfe24c525d74978d3f70237 Reviewed-on: https://gerrit.libreoffice.org/27011 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-07-08GSOC: Added test case for mishandle of namespaces.Mohammed Abdul Azeem
Added a test case for misuse of namespace declaration and resolving an element name. Change-Id: Iadda81a82353de45418fff6315c2d9b94626126a Reviewed-on: https://gerrit.libreoffice.org/26661 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2016-07-08GetStVarParams: unnecessary to count if we have a size anywayEike Rathke
... and streamline the error handling. Change-Id: Idbae0487aa7052aa39cb1dd8cb8d0072aef3c90c
2016-07-08tdf#100753 propagate error with VAR and STDEV functions.Winfried Donkers
Change-Id: I1b3ece177f5586f5cd64a34d16193d01d4bd5bd9 Reviewed-on: https://gerrit.libreoffice.org/26979 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2016-07-08SvxGetOrCreatePosDic parameter is unusedStephan Bergmann
...ever since fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import", so kill the equally old "TODO: remove argument or provide SvxGetIgnoreAllList with the same one" comment for good now Change-Id: Ie7b64306b8d06fc72d0bb49cc1e5fa3b00f59d6b
2016-07-08Disabled async/parallel chart loading for nowArmin Le Grand
Need to check deeper for circumstances leading to problems Change-Id: I58c9601008edc53c958d59d04a30d11bc0c1bba3
2016-07-08Resolves: tdf#100813 crash during pagination of particular docxCaolán McNamara
Change-Id: Id2c99cc6c5fe4c3a5bcf3c0b3f16b603cdd46239
2016-07-08DialogControlFlags::Mod1Tab is never setCaolán McNamara
Change-Id: If681e1f296934c7e20934b0e000a3288f989ed35
2016-07-08ScrollFlags::NoErase is never setCaolán McNamara
Change-Id: I0cd0140b26100c6cd6d91ad060526310ef2ba7f6
2016-07-08ScrollFlags::NoInvalidate is never setCaolán McNamara
Change-Id: I7646b9572429540704a6f84734f647c10540825d
2016-07-08ScrollFlags::NoWindowInvalidate never setCaolán McNamara
Change-Id: Ib1f0f85fc6c1b68fcebdf94635536a9bdba06d93
2016-07-08PosSizeFlags::Dropdown is never setCaolán McNamara
Change-Id: I22d43822a54ec80b01b889cb4ab32073fdd2a3d0
2016-07-08tdf#100052 sd: Add labels to insert before/after commandsSamuel Mehrbrodt
Change-Id: If3c273d8c579a30594b5570fced3f0617e9656a5 Reviewed-on: https://gerrit.libreoffice.org/27047 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-07-08loplugin:redundantcast: redundant static_castsStephan Bergmann
Change-Id: I4d50b77745d68a23136221ef06f327137e89fa7e
2016-07-08loplugin:redundantcast: redundant static_casts in xmloffStephan Bergmann
Change-Id: I0893b51a3c7e48451dd93bcda77e9005d6eb799c
2016-07-08loplugin:redundantcast: redundant static_casts in vclStephan Bergmann
Change-Id: Ib543e45d8eb1d54ef5c27769c601379fe615b23d
2016-07-08loplugin:redundantcast: redundant static_casts in unoxmlStephan Bergmann
Change-Id: I75db798c0b7d6951fc278b91f4162fa7c7ffd79c
2016-07-08loplugin:redundantcast: redundant static_casts in ucbStephan Bergmann
Change-Id: Ifd6a843ce5af9409512c4303a103fdc158e38c40
2016-07-08loplugin:redundantcast: redundant static_casts in toolkitStephan Bergmann
Change-Id: Iee61c812384e24a9ac68f1e0ee4ba590838442ca
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann
Change-Id: I09c1ebaf5742e983ee05942a4c7c17c6aa5179cc
2016-07-08loplugin:redundantcast: redundant static_casts in svxStephan Bergmann
Change-Id: I50ddaa998d28de04416f6406cc165fa863594a5c
2016-07-08loplugin:redundantcast: redundant static_casts in sotStephan Bergmann
Change-Id: I29403dacedcff60f2d4c5818636db24fad4ab67e
2016-07-08loplugin:redundantcast: redundant static_casts in sfx2Stephan Bergmann
Change-Id: If51f17f040866bbfb223f11a2571cc9f87f0599f
2016-07-08loplugin:redundantcast: redundant static_casts in sdStephan Bergmann
Change-Id: I843ca15d3515273bd78bf9f111974f9be5252549
2016-07-08loplugin:redundantcast: redundant static_casts in scStephan Bergmann
Change-Id: I20311bd69cff3a417f09b0faf5b5d125b81c22ff
2016-07-08loplugin:redundantcast: redundant static_casts in saxStephan Bergmann
Change-Id: I8f9398a0d6e362c8f786e17e63ec48e4c4f77866
2016-07-08loplugin:redundantcast: redundant static_casts in salStephan Bergmann
Change-Id: I2641f16530ec7f1087c217a74aeb39b5c3a8aba5
2016-07-08loplugin:redundantcast: redundant static_casts in rscStephan Bergmann
Change-Id: I6cdc267965d787ac4caa6ccb9e277fff18f9841f
2016-07-08loplugin:redundantcast: redundant static_casts in jvmfwkStephan Bergmann
Change-Id: I6aef36bd21043460e74b5e3d478665a35213bb1a
2016-07-08loplugin:redundantcast: redundant static_casts in frameworkStephan Bergmann
Change-Id: I3556fac0bd5100db44f389aeb9f64b635f3e0569
2016-07-08loplugin:redundantcast: redundant static_casts in editengStephan Bergmann
Change-Id: Ifc6d62fce28d540d07d95ec06c3a2b95030f1f0c
2016-07-08loplugin:redundantcast: redundant static_casts in dbaccessStephan Bergmann
Change-Id: Ia959a92044ba2fb7fef1938bd236e4a3a9f55908
2016-07-08loplugin:redundantcast: redundant static_casts in cuiStephan Bergmann
Change-Id: I97385a4fade4794f5aebd0b65eaf4c92ed06bd66
2016-07-08loplugin:redundantcast: redundant static_casts in connectivityStephan Bergmann
Change-Id: I2428e27f04b9f967c21ea0dd29eff6ee63167ec3
2016-07-08loplugin:redundantcast: redundant static_casts in comphelperStephan Bergmann
Change-Id: I6112c3cc40383d00ea134bdc650e457f942e0dcf
2016-07-08loplugin:redundantcast: redundant static_casts in basicStephan Bergmann
Change-Id: I6504cb70518f8770a0d44b1fb4d8ad91e43dc2b6
2016-07-08loplugin:redundantcast: redundant static_casts in basctlStephan Bergmann
Change-Id: Iac1a400f37ee25bfbebbe95bb22f9708581899f4
2016-07-08loplugin:redundantcast: redundant static_casts in animationsStephan Bergmann
Change-Id: I7449a82672d412a963eab7df793182af85b4cb53
2016-07-08Prepare for loplugin:redundantcast checking for redundant static_castsStephan Bergmann
Change-Id: Id113c4e99e74c40b577841e3486aea295bbd0310
2016-07-08tdf#100807 upload expat 2.2.0David Tardon
Change-Id: Ic059d9cc94d4a5cf016dcf63cf5a8bf9c05d8c8a Reviewed-on: https://gerrit.libreoffice.org/27037 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com>
2016-07-08cppcheck: noCopyConstructorCaolán McNamara
Change-Id: Ic81697b8b1d826bf421a3b52f9a00f34536af8c8
2016-07-08Use PageNumberListBox in cuiSusobhan Ghosh
Change-Id: Id7e71ade1946b5f33701a71073f1cc5a7870af6a Reviewed-on: https://gerrit.libreoffice.org/26564 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2016-07-08tdf#83054 Writer: Add "Go to Page" Entry in Edit MenuAkshay Deep
Change-Id: I09026910687b019fe33d4016612b8247ff076100 Reviewed-on: https://gerrit.libreoffice.org/25949 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2016-07-08Resolves: rhbz#1352965 gtk3 infinite clipboard recursion with clipit installedCaolán McNamara
Change-Id: Ib67afaf532b8409e05fffbf1b8312d664460567d
2016-07-08sw lok: add LOK_CALLBACK_VIEW_CURSOR_VISIBLEMiklos Vajna
With this, in case a text cursor is turned into a graphic selection in view#0, then view#1 can also hide the text cursor of view#0. Change-Id: I7de89b8537ef8b0985336793b719d93733604bff Reviewed-on: https://gerrit.libreoffice.org/27044 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-07-08if mpCurrentProgram and pProgram are NULL this crashesMarkus Mohrhard
See http://crashreport.libreoffice.org/stats/signature/OpenGLProgram::Reuse%28%29 Change-Id: I2d1c9d9faff05d0d57a2c217a9ee594b1c22b61d Reviewed-on: https://gerrit.libreoffice.org/27043 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2016-07-08GSoC notebookbar: container with prioritySzymon Kłos
+ extended vcl builder to parse priority + IPrioritable interface for controls with priorities + added IPrioritable as a base for VclContainer + Added PriorityHBox - box which shows controls if we have enough space PriorityHBox listen vcl events from SystemWindow to detect Resize Change-Id: I74ac1a80e7d0a061f5e7a8584dbb2abf956053c7 Reviewed-on: https://gerrit.libreoffice.org/26983 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>