summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
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-07Factor out XFillBitmapItem::dumpAsXml() from swMiklos Vajna
Change-Id: Ice3a44635a1f4ac2c2852c2e73adae4920412d3a
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-06LOK: add LibreOfficeKitCallbackType enumerationMiklos Vajna
Change-Id: I0147b1985f87f25e70f4d8672beba18fdd9ba6c2
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-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-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-07android: Add initializeForRendering to LOKTomaž Vajngerl
Change-Id: Ibf4721bf4358ef215efde09ef688b2551604bfa2
2015-01-06boost::math::nextafter->std::nextafterCaolán McNamara
Change-Id: I868b3fcf367e61c40e77e64bcc153b2a2feefa0b
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
Change-Id: I1451180d258315a310a048b27510b4b58fa9145c
2015-01-06fdo#84938: convert SELENG_ #defines to 'enum class'Noel Grandin
Change-Id: I200fc00958984577ced6d2df87c8e9647b43c809
2015-01-06fdo#84938: convert SEF_EXPORT_ #defines to 'enum class'Noel Grandin
Change-Id: I7165d0f1b6b4af4de5e5b39a21f36d726a1b0e30
2015-01-06fdo#84938: convert ERROR_ #defines to 'enum class'Noel Grandin
Change-Id: Ie76bac6b91a9faa4f9ff7dbdf2b455ea9016cf72
2015-01-06fdo#84938: convert EXPORT_ #defines to 'enum class'Noel Grandin
Change-Id: I2ed239fa073b5fa8fb56c1af9d4b0bac89acfacf
2015-01-06fdo#84938: convert XML_EXPORT_FLAG_ to 'enum class'Noel Grandin
Change-Id: I43d778e0eee19a56ea37898ec1c4309d3407775e
2015-01-06fdo#84938: convert IMPORT_ constants to 'enum class'Noel Grandin
Change-Id: Idaa8f07c62b3ba93c27ca5fe286720254baac10d
2015-01-06remove unused #definesNoel Grandin
Change-Id: Ia56012ec795da47a2b6c2482289b698793703918
2015-01-06fdo#84938: convert TEXT_PROP_MAP #defines to 'enum class'Noel Grandin
Change-Id: Ia8c5913c60e3d509a906965d813c8d1380396dc6
2015-01-06fdo#84938: replace BUTTONTYPE_ constants with 'enum class'Noel Grandin
Change-Id: I54f9019297913683605b5aea9f79b3defc1dcc13
2015-01-06Factor out XFillColorItem::dumpAsXml() from swMiklos Vajna
Change-Id: Idc4c3e00c748fa94f233f2fc5e7c7e9de3a31a22
2015-01-05I assume this class is not public due to an oversightDavid Tardon
Change-Id: If43e49dc05ad213cbbf6363dfa68a7a93959582f
2015-01-05Factor out XFillStyleItem::dumpAsXml() from swMiklos Vajna
Change-Id: I04aed56c1e32f98f8920530e3ba313765baa1bba
2015-01-05These extern "C" functions are in the global namespaceStephan Bergmann
Change-Id: I75bdb9ac71a3d36eeaf0b846e25d22a0aa923895
2015-01-05Mark function declarations as CPPU_DLLPUBLIC, not only definitionsStephan Bergmann
<http://msdn.microsoft.com/en-us/library/8fskxacy.aspx> "Importing into an Application Using __declspec(dllimport)": "Using __declspec(dllimport) is optional on function declarations, but the compiler produces more efficient code if you use this keyword." Change-Id: I149306049987b2406622d7a0dc5dde92d283a5b3
2015-01-05fdo#84938: replace NUMBERFORMAT_INT_ constants with 'enum class'Noel Grandin
Change-Id: I9c67de31f5571b282adc132d973b79bccb35fdc9
2015-01-04Translated German commentsLuc Castermans
Change-Id: I4be56ff8a8a006894e764620e8572568b1a63a3f Reviewed-on: https://gerrit.libreoffice.org/13732 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-04boost::unordered_set->std::unordered_setCaolán McNamara
Change-Id: I0a8ecc3aa26ffc56f216a6a0e078e158b03a4a02
2015-01-04merge OpCodeEnum and OpCodeCaolán McNamara
and replace ifdef hackery with an explicit underlying type Change-Id: Ibd340cf28d022af545a82e98e623d4c137ff7e53
2015-01-04A bit of cleanup.Jan Holesovsky
Change-Id: Ia7c5cf07dba7f65ee65dab67a0a32975c8026dce
2015-01-04changes sidebar: Use images instead of texts for types of changes in Writer.Jan Holesovsky
This is a Writer-only change because: 1) Calc does not have the changes sidebar yet. 2) The redlines in Calc have more complex descriptions (like 'Deleted column'), so postponing that for now until I have a good list of the possible values there so that I can ask for the icons. Change-Id: I2d9860261d0b690012c3c11cdd97a140f48842bf
2015-01-03fdo#83058 File corrupt due to data label position is invalid in chart.xmlPriyankaGaikwad
- File getting corrupted after RT due to data label position is invalid in chart.xml - LO must not export invalid label position property if chart type doesn't support that positioning in MS Office. - For clusterd bar chart XML Difference chart1.xml Original file <c:barChart> <c:grouping val="clustered" /> <c:ser> <c:dLbls> ... <c:dLbl> <c:dLblPos val="outEnd" /> </c:dLbl> ... </c:dLbls> </c:ser> </c:barChart> Roundtrip file <c:barChart> <c:grouping val="clustered" /> <c:ser> <c:dLbls> ... <c:dLbl> <c:dLblPos val="r" /> </c:dLbl> ... </c:dLbls> </c:ser> </c:barChart> Change-Id: I9cae11b8d198aaa70fb05cb3bf329cd898519170 Reviewed-on: https://gerrit.libreoffice.org/11141 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2015-01-02oox: fix gcc-4.8 buildMiklos Vajna
Change-Id: I2ca3bf8f842c4ba4b2777f81547a20502510fcc9
2015-01-02Fix simple typos.Andrea Gelmini
Change-Id: I1fdbe47ed7a6e05d2cf20f4c296bffad4bbc6599 Reviewed-on: https://gerrit.libreoffice.org/13719 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann
Change-Id: I49192637121441b9a1980350b9bb32cd995d4386
2015-01-01de-resource SFX_PB_EDITCaolán McNamara
Change-Id: Ia8002d76443dee819b57779df5213707bd52f890
2014-12-31drop unused definesCaolán McNamara
Change-Id: Ib3966118e5dde496f294c7ee224f4651a6192388
2014-12-31Date/Time no longer loaded from rsc filesCaolán McNamara
Change-Id: Ia9ed86b0d96cac76c2e1639065a4ac594c2966b1
2014-12-31various other apparently unnecessary rsc stuffCaolán McNamara
Change-Id: I745695a92023e7a14ee547ca6bef5981dd329d19
2014-12-31drop dateformatter resource loadingCaolán McNamara
Change-Id: Ie94c7502b0a82ca406b8d76e18def7bab8233a00
2014-12-31drop timeformatter resource loadingCaolán McNamara
Change-Id: I11de468ab65aa4dec761fbcc1e9416528c332dd5
2014-12-31TimeFields not loaded from resource files anymoreCaolán McNamara
Change-Id: Idf69d375eff4bfff7115e59530b37200ee79f086
2014-12-31de-resource custom properties widgetsCaolán McNamara
Change-Id: Id0579d323016d760ec89185026a3c0803345695b
2014-12-31convert docking window RID_SVXDLG_FONTWORK to .uiCaolán McNamara
This is the "old" pre OOo2 fontwork stuff, take the document from #i14297# to see an example of this old fontwork object and use tools->customize->add->format->fontwork to enable the fontwork dialog Change-Id: Ic7151937f8dccd8bfaf146f6a058fc03c49632ae
2014-12-31drop unused CURRENCYFIELD_ definesCaolán McNamara
Change-Id: I15fda8ab103a7cdad18ef6cc36debf983819e6f3
2014-12-31prefer ptr_container to manual memory managementMarkus Mohrhard
Change-Id: I11326c2873aad5116fd70bfa31eb94e93fef3f40
2014-12-31use constructor initializer listMarkus Mohrhard
Change-Id: Ieede6dec05f63ed0fa1dde376b2e89c381601cd6