summaryrefslogtreecommitdiff
path: root/include/editeng
AgeCommit message (Expand)Author
2015-08-29sal_uLong to sal_uInt32 as SvxEditSourceHint IDMatteo Casalin
2015-08-27don't write SvxBackgroundColorItem via inherited SvxColorItem::StoreCaolán McNamara
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin
2015-08-04tdf#93041: Resolve clashing SID_OFFER_IMPORT vs. SID_ATTR_CHAR_BACK_COLORStephan Bergmann
2015-08-04include: inline some use-once typedefsNoel Grandin
2015-07-30tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-28convert RGCHK constants to scoped enumNoel Grandin
2015-07-28remove some unused EDITUNDO_ constantsNoel Grandin
2015-07-28convert EE_ACTION constants to scoped enumNoel Grandin
2015-07-24loplugin:unusedmethodsNoel Grandin
2015-07-21loplugin:unusedmethods sdNoel Grandin
2015-07-20editeng: need to prevent MSVC from generating SvxRTFParser copy tooMichael Stahl
2015-07-20editeng: try to prevent MSVC from generating copy assignmentMichael Stahl
2015-07-20editeng: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl
2015-07-20editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl
2015-07-20editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl
2015-07-20loplugin:unusedmethods svlNoel Grandin
2015-07-17editeng: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl
2015-07-16loplugin:unusedmethods editengNoel Grandin
2015-07-13Fix IndentingPagesHdl type (and GetIndentingPagesHdl is unused)Stephan Bergmann
2015-07-13editeng: make Link<> usage typedNoel Grandin
2015-07-13editeng, convert to typed Link<>Noel Grandin
2015-07-08Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin
2015-06-29remove custom RTTI from SvxAutoCorrectNoel Grandin
2015-06-28coverity#1308551 Uncaught exceptionCaolán McNamara
2015-06-28coverity#1308483 Uncaught exceptionCaolán McNamara
2015-06-22Typo: erturn->returnJulien Nabet
2015-06-21Fix typosAndrea Gelmini
2015-06-16Fix typosAndrea Gelmini
2015-06-15Remove unused macrosZolnai Tamás
2015-06-10tdf#88055: Don't export transparent background colour as whiteKatarina Behrens
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-06-01tdf#88276: Add slot and handlers for toolbar|sidebar buttonsKatarina Behrens
2015-06-01sal_uInt16 to sal_Int32, and use -1 as a special caseMatteo Casalin
2015-05-26Global CptlSttWrd and CptlSttWord -> CapitalStartWordJan Holesovsky
2015-05-26Global CptlSttSntnc -> CapitalStartSentenceJan Holesovsky
2015-05-26bCptlSttSntnc -> bCapitalStartSentenceMiklos Vajna
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-18Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann
2015-05-07Unwind SotStorageRef typedefStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks