summaryrefslogtreecommitdiff
path: root/editeng/inc
AgeCommit message (Expand)AuthorFilesLines
2016-02-06Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-1/+1
2015-02-05Updated all precompiled headers.Ashod Nakashian1-1/+10
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-1/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert1-1/+1
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold2-0/+349
2014-04-23huge hrc and src file cleanupThomas Arnhold1-19/+0
2013-10-28fixincludeguards.sh: editengThomas Arnhold1-2/+2
2013-04-23execute move of global headersBjoern Michaelsen133-17815/+0
2013-04-22editeng: move two double used SIDsThomas Arnhold1-3/+3
2013-04-22restore SvxNumRule::SetLevel variantCaolán McNamara1-0/+1
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2-46/+8
2013-04-22sal_Bool to boolMatteo Casalin2-18/+18
2013-04-19Revert "Revert "fix fdo#47018 Impress paste destroy bullet""Eike Rathke1-3/+6
2013-04-19Revert "fix fdo#47018 Impress paste destroy bullet"Stephan Bergmann1-6/+3
2013-04-18fix fdo#47018 Impress paste destroy bulletCao Cuong Ngo1-3/+6
2013-04-15basic inplace Font preview for calcNoel Power1-0/+3
2013-04-12make that a proper static method EditView::CheckLanguage()Eike Rathke1-1/+26
2013-04-08fdo#62116: Be sure to convert relative URLs into absolute ones.Kohei Yoshida1-0/+2
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák33-126/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák32-201/+201
2013-04-05new module i18nlangtagEike Rathke13-13/+13
2013-03-22Make EditTextObject copyable. Its Clone() method uses that anyway...Kohei Yoshida1-1/+1
2013-03-13fdo#60724: Fix spelling avaliable -> available.Steven Meyer1-1/+1
2013-03-12OopsFridrich Štrba1-1/+1
2013-03-12Resolves: #i120773 Numbering lost when saving or opening a ppt fileZhe Wang1-0/+14
2013-03-12Let's abbreviate Rectangle as Rect, not RecTor Lillqvist2-3/+3
2013-03-11Resolves: #i118905# Changed EditEngine to be able to paint to overlay directlyArmin Le Grand2-2/+3
2013-03-09const-correctnessIvan Timofeev2-2/+2
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim5-0/+12
2013-03-04doubled includesThomas Arnhold1-1/+0
2013-03-04remove unused and commented out codeThomas Arnhold2-2/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-03-02Typo fix: informations -> information and a few other adjacent typos.Gregg King1-1/+1
2013-02-27fdo#39446 - Bloat Removal. Removing uncallable code with callcatcherJean-Noël Rouvignac1-2/+0
2013-02-25fdo#60724 - change 'charcter' to 'character'sadam361-1/+1
2013-02-25fix fdo#38951, use paragraph’s writing direction.navin1-1/+1
2013-02-23Fix typo begining/beginning.Julien Nabet1-1/+1
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet1-1/+1
2013-02-22s/the the/the/Tor Lillqvist2-2/+2
2013-02-22s/childrens/children/Tor Lillqvist1-1/+1
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida13-2/+2
2013-02-12fdo#46808, Adapt linguistic2::DictionaryList UNO service to new styleNoel Grandin1-8/+8
2013-02-11Add Dump() method to dump content of EditTextObject.Kohei Yoshida3-0/+24
2013-01-28fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac61-65/+65
2013-01-28SwXTextFrame: use XFillGradientItem instead of extending SvxBrushItemMiklos Vajna2-5/+0
2013-01-28SwXTextFrame: use XFillStyleItem instead of extending SvxBrushItemMiklos Vajna1-3/+0
2013-01-25text::BaseFrameProperties: add FillStyle and FillGradient optional propertiesMiklos Vajna1-0/+2
2013-01-25SvxBrushItem: extend this with a vcl Gradient and drawing::FillStyleMiklos Vajna1-0/+6
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-2/+2