summaryrefslogtreecommitdiffstats
path: root/include/editeng
Commit message (Expand)AuthorAgeFilesLines
* editeng: add EditView::GetSelectionRectangles()Miklos Vajna2015-10-132-0/+3
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1285-1066/+1066
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1212-25/+25
* loplugin:mergeclassesNoel Grandin2015-10-071-11/+20
* loplugin:mergeclassesNoel Grandin2015-10-071-16/+22
* loplugin:unusedmethodsNoel Grandin2015-10-064-28/+0
* tdf#94559: 4th step to remove rtti.hxxOliver Specht2015-10-062-2/+7
* tdf#92341 Make Autocorrect entry actually workSamuel Mehrbrodt2015-10-011-5/+6
* Fix typosAndrea Gelmini2015-09-301-3/+3
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-296-9/+0
* coverity#1325077 Uninitialized pointer fieldCaolán McNamara2015-09-291-1/+1
* convert Link<> to typedNoel Grandin2015-09-221-2/+2
* convert Link<> to typedNoel Grandin2015-09-221-1/+2
* convert Link<> to typedNoel Grandin2015-09-221-1/+1
* convert Link<> to typedNoel Grandin2015-09-222-2/+2
* remove unused Link<> fieldNoel Grandin2015-09-222-4/+0
* WaE: this method can be declared staticTor Lillqvist2015-09-201-2/+2
* chained editeng: Add Chaining-related UNO attributematteocam2015-09-201-0/+1
* chained editeng: Add primitive creation methods for chainingmatteocam2015-09-202-0/+31
* chained editeng: Add interface and implementations for text chainingmatteocam2015-09-201-0/+149
* convert Link<> to typedNoel Grandin2015-09-171-1/+1
* convert Link<> to typedNoel Grandin2015-09-171-1/+1
* convert Link<> to typedNoel Grandin2015-09-172-6/+6
* convert Link<> to typedNoel Grandin2015-09-172-4/+4
* convert Link<> to typedNoel Grandin2015-09-172-4/+4
* convert Link<> to typedNoel Grandin2015-09-172-4/+4
* convert Link<> to typedNoel Grandin2015-09-171-2/+2
* convert Link<> to typedNoel Grandin2015-09-172-23/+23
* convert Link<> to typedNoel Grandin2015-09-162-4/+4
* tdf#62525 editeng: OutlinerParaObjectDaniel Robertson2015-09-151-4/+27
* sal_uLong to sal_uInt32 as SvxEditSourceHint IDMatteo Casalin2015-08-291-2/+2
* don't write SvxBackgroundColorItem via inherited SvxColorItem::StoreCaolán McNamara2015-08-271-0/+1
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-261-6/+7
* remove default value from SfxPoolItem::PutValueNoel Grandin2015-08-1438-42/+42
* tdf#93041: Resolve clashing SID_OFFER_IMPORT vs. SID_ATTR_CHAR_BACK_COLORStephan Bergmann2015-08-041-1/+1
* include: inline some use-once typedefsNoel Grandin2015-08-041-7/+6
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-304-8/+8
* loplugin:unusedmethodsNoel Grandin2015-07-301-2/+0
* convert RGCHK constants to scoped enumNoel Grandin2015-07-282-5/+9
* remove some unused EDITUNDO_ constantsNoel Grandin2015-07-281-3/+0
* convert EE_ACTION constants to scoped enumNoel Grandin2015-07-281-6/+5
* loplugin:unusedmethodsNoel Grandin2015-07-243-14/+5
* loplugin:unusedmethods sdNoel Grandin2015-07-212-2/+0
* editeng: need to prevent MSVC from generating SvxRTFParser copy tooMichael Stahl2015-07-201-0/+3
* editeng: try to prevent MSVC from generating copy assignmentMichael Stahl2015-07-201-0/+3
* editeng: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl2015-07-201-5/+4
* editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl2015-07-201-9/+3
* editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl2015-07-201-4/+6
* loplugin:unusedmethods svlNoel Grandin2015-07-201-2/+0
* editeng: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl2015-07-171-2/+2