summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-07remove unused FEATUREFLAG_ #definesNoel Grandin
Change-Id: Ie0a4daef3b4cd728be7e8a7be5455b919ff8fdf9
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin
Change-Id: I155e45f58974a2b946c4a7703b350bcbfbad342e
2015-01-07remove dead MOUSE_ definitionsNoel Grandin
the active definitions are in event.hxx Change-Id: I2025a64623b036a897277d1fa0ccee4235600a88
2015-01-07fdo#84938: convert INDICATOR_ #defines to 'enum class'Noel Grandin
and replace SalIndicatorState, it serves the same purpose Change-Id: I618b8946b8e2527883eecb13060b2256abc505b6
2015-01-07-Werror,-Winconsistent-missing-overrideStephan Bergmann
Change-Id: I403feb52e491700dfb99e86817b983cbfd7aca45
2015-01-07external/icu: Work around -fsanitize=boundsStephan Bergmann
Change-Id: Iad87d17c162717aa33eec2113697422d9b0545ca
2015-01-07Factor out XFillBitmapItem::dumpAsXml() from swMiklos Vajna
Change-Id: Ice3a44635a1f4ac2c2852c2e73adae4920412d3a
2015-01-07it makes no sense to use the line color in some casesMarkus Mohrhard
Hopefully that helps a little bit with some strange rendering effects. Change-Id: I6b001bf31d745d6d19f91acadee5ceb0e5480025
2015-01-07make sure to use the FillColor when we used it beforeMarkus Mohrhard
Change-Id: I36443d12e1607221b9505d1e05a51e804d714e16
2015-01-07UNO API test for conditional formatsMatúš Kukan
Change-Id: I45d4b9652f35174eaf59c8868d593764c2ef2ebf
2015-01-07fdo#82014: Remove old conditional formats when setting new one by UNO APIMatúš Kukan
Change-Id: I76488045eba281227124041da505e38c4c3d31c1
2015-01-07fix invalid string accessMarkus Mohrhard
Change-Id: I758ee4a53a80d89662bc081f435b01bc6f9c3087
2015-01-07external/icu: Work around -fsanitize=shiftStephan Bergmann
Change-Id: I0ca31fc36b14d433e9276401c952959a46994c91
2015-01-07fix spelling: garded -> guardedNoel Grandin
Change-Id: I3e9f8781957a8b96afeb609501dff1f8bc9d718e
2015-01-07fdo#39440 reduce scope of local variablesŁukasz Hryniuk
Beside scope changes, it fixes lack of initialization in a few places. Change-Id: Ia09fdb9845d8ac17256330a5ec5168401c84f0f2 Reviewed-on: https://gerrit.libreoffice.org/13755 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-01-07Resolves fdo#87789: show groups in collected addressesJulien Nabet
Retrieves lists in CollectedAddressBook and retrieves the right mork parser However, it doesn't take into account addresses books created by user Change-Id: I2cee6ba7afd43dd772f69af6686cc4308e753e66 Reviewed-on: https://gerrit.libreoffice.org/13760 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu>
2015-01-07fdo#85818: rename 'Zins' enum name, constant, function to RateLaurent Charrière
Rename OcZins to OcRate, SC_OPCODE_ZINS to SC_OPCODE_RATE, ScInterpreter::ScZins() to ScInterpreter::ScRate() (partial fix for fdo#85818, more constants remain to be renamed) Change-Id: Icd5d0df14f2583da7ebd0308dc660abd07f326a4 Reviewed-on: https://gerrit.libreoffice.org/13777 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-07fdo#83354: Chart is truncated - moved down outside the margins of the objectZolnai Tamás
Handle the case when the content height is unitialized (0). When content height is 0 it means there is no content (so we don't need to calculate adjustment) or the content height is uninitialized which leads to wrong calculated value. Regression from: cb19042f4395c97d123a27c6960d5e30d666c010 Change-Id: I45570a71f0597847820ce77e8dcec4a5b0c6785d
2015-01-06Better fix for fdo#87558: Duplication in Last Used Functions sidebar listJulien Nabet
Advantage compared to previous fix: in sidebar, last used function is put at the top Still function from menu is sorted, the pb is we use InsertEntry, see 0 ImplEntryList::InsertEntry (this=0x32d0910, nPos=2147483647, pNewEntry=0x326f620, bSort=true) at /home/julien/compile-libreoffice/libreoffice/vcl/source/control/ilstbox.cxx:144 1 0x00002aaab1b2444e in ImplListBoxWindow::InsertEntry (this=0x3287358, nPos=2147483647, pNewEntry=0x326f620) at /home/julien/compile-libreoffice/libreoffice/vcl/source/control/ilstbox.cxx:750 2 0x00002aaab1b2a138 in ImplListBox::InsertEntry (this=0x3287100, nPos=2147483647, rStr="ACOT") at /home/julien/compile-libreoffice/libreoffice/vcl/source/control/ilstbox.cxx:2182 3 0x00002aaab1b47d51 in ListBox::InsertEntry (this=0x32e9ca0, rStr="ACOT", nPos=2147483647) at /home/julien/compile-libreoffice/libreoffice/vcl/source/control/lstbox.cxx:1001 4 0x00002aaad0c05d84 in formula::FuncPage::UpdateFunctionList (this=0x3217110) at /home/julien/compile-libreoffice/libreoffice/formula/source/ui/dlg/funcpage.cxx:153 should we create a new InsertEntry to force bSort=false? Change-Id: Iba1b020aeea09951dead30f6781b24993aac98e0 Reviewed-on: https://gerrit.libreoffice.org/13725 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-06Fix --enable-pch option on msvc 64bit compilerDavid Ostrovsky
When /Zmxxx option is provided to 64 bit compiler it throws on us weird error messages, no matter what the value is passed. It was mentioned in the knowledge base, that removing it entirely fixes the problem. Change-Id: I95296ad8811d0065498f0ef55ae503d4a07b914b Reviewed-on: https://gerrit.libreoffice.org/13779 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-01-06Revert "grml.. nScanLineBufferComponents still needs to be on jmp stack"Eike Rathke
This reverts commit d389216038d874c0d99a8168649a7f5f4db970d3. Author is obviously too dumb for this. It's alright, isn't it?
2015-01-06LOK: add LibreOfficeKitCallbackType enumerationMiklos Vajna
Change-Id: I0147b1985f87f25e70f4d8672beba18fdd9ba6c2
2015-01-06sw: notify LOK clients about invalidationsMiklos Vajna
So that when the document changes, they can know what tiles to throw away. Change-Id: I1f00585e7691a40af8fe5de71ac1a4225bc4e67f
2015-01-06gtktiledviewer: register a LOK callback and re-render the document ...Miklos Vajna
... when the callback is invoked Change-Id: I979a75bc7c7ad1e0d0b9c5413c238ed7260d2093
2015-01-06lok::Document: add registerCallback()Miklos Vajna
So that LOK clients can invoke the new vcl::ITiledRenderable::registerCallback(). Change-Id: I6d9974acbd7fb5eea217c88f963e6ebb10343078
2015-01-06vcl: add OutputDevice::LogicInvalidate()Miklos Vajna
This way subclasses may know when and what is invalidated. Change-Id: Ie4aa843fcf45b2643b24ca49534627fbf43afd94
2015-01-06vcl::ITiledRenderable: add registerCallback()Miklos Vajna
This can be overriden in applications, if they need a callback. Change-Id: I0441e48afbbfd63a96d47c5cf837e6635ce72aff
2015-01-06Typo: Rerturns -> ReturnsJulien Nabet
Change-Id: Ic331f71eb0f248528a340c4390af65951b46b22f
2015-01-06grml.. nScanLineBufferComponents still needs to be on jmp stackEike Rathke
A follow-up on 09a5910c96a822c6e7fc4b82d89c00c22e905eba move nScanLineBufferComponents to where it is used [-Werror=clobbered] If pScanLineBuffer is used, nScanLineBufferComponents is the corresponding counter so it needs to be preserved as well in case of a longjmp. Change-Id: If9c6f148cd47b98dee2418fb61eebe2c829869f1
2015-01-06external/harfbuzz: Work around -fsanitize=nullStephan Bergmann
Change-Id: I81dc29f5ba2ef442ffb7e2823f02b9bfead24a46
2015-01-06Resolves: fdo#82219 color graphics as black and whiteCaolán McNamara
i.e. revert commit bb5c7d6a79309236d4f19bb2498f2e850f735a2f Date: Sun Apr 13 01:42:27 2014 +1000 fdo#38844 Reduce XOR clipping for gradients Removed XOR clipping version of ClipAndDrawGradientMetafile. Because it has been removed, the other version isn't really needed in it's own function so I've moved it back into DrawGradient. Change-Id: Ib1519a019061c8c71183db63e5c11681bcad4cc4 Change-Id: Iff1cb48cb8fa6d29937cf228a57aea9e8072110c
2015-01-06loplugin:saloverrideStephan Bergmann
Change-Id: I4509ee714622ad1fcccfed9255a474727e0f8e16
2015-01-06external/libxml2: Work around -fsanitize=boundsStephan Bergmann
Change-Id: I57d30410640fa1b7e1768136b1802546b2b7253f
2015-01-06external/icu: Work around -fsanitize=signed-integer-overflowStephan Bergmann
Change-Id: Iec76486aa8a0eef7e1a5c74b416d466f16ff979a
2015-01-06vcl: reset OpenGLContext(s) when yielding the last SolarMutex.Michael Meeks
This should make OpenGL thread-safe to allow multiple threads to render using VCL's OpenGL backend, and fix misc. associated driver horrors, will give some performance cost for tight Yield loops. Change-Id: Ib23702262fd9f0925a5ed8c642d0a26e92136b37
2015-01-06vcl: cleanup shared SalYieldMutex from GtkYieldMutex.Michael Meeks
Change-Id: I6ace72606ba666322c045d28bea713443c0fc45f
2015-01-06vcldemo: extend threaded rendering test.Michael Meeks
Change-Id: I81e31e1e7442fd0c6d8d720dbd0e9d5cb82bf52b
2015-01-06build requires libmwaw 0.3.4 nowDavid Tardon
Change-Id: Ia129961bc429514b70e4bb508a76424e4df83289
2015-01-06fdo#88098 ClarisWorks: import empty starting lines/columnsDavid Tardon
Change-Id: Ibe4d5be4df874336de7ae387d210deff0a927b38
2015-01-06add cmath for std::nextafterCaolán McNamara
Change-Id: Ic5580d5efb9d5a891a62630dc457624ba89c15a2
2015-01-06include time.h for timeCaolán McNamara
Change-Id: Id2fbc93fb99cd97473298e127dd5a3d82f22e438
2015-01-06boost::random->std::randomCaolán McNamara
Change-Id: I1b823b6c17b731e427bff88c6fff7897f66ddb5c
2015-01-06fdo#78921 save embedded fonts in Flat ODFDavid Tardon
Change-Id: I9d8614a5c20bab8e3b3d7c40e2504348c4386b64
2015-01-06vcldemo: add threading mode.Michael Meeks
Change-Id: I6ad5524c518a79cac7ec343398242515ef0bbb5f
2015-01-07android: set single page mode in writer when init for tiled renderTomaž Vajngerl
Change-Id: Id01b373fe7ec6620ca036b1ee7bc5debf64a92b4
2015-01-07android: take document borders into account for document sizeTomaž Vajngerl
Change-Id: I62b0afd635b439653850a3d830de032006505bac
2015-01-07android: Add initializeForRendering to LOKTomaž Vajngerl
Change-Id: Ibf4721bf4358ef215efde09ef688b2551604bfa2
2015-01-06reorient name dialog and make a little narrowerCaolán McNamara
Change-Id: I59769d286dc3e5a7fee77d4f72711e6b48b8b7ed
2015-01-06add a borderCaolán McNamara
Change-Id: I44f696cd09f39c425a77ae202854a77c7c2d7d20
2015-01-06set default buttonCaolán McNamara
Change-Id: I3662ef26c96525480812f25706e6324ceca3e153