summaryrefslogtreecommitdiff
path: root/include/editeng
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini3-5/+5
2014-11-12Clean up SvxFontHeightItem::SetPropStephan Bergmann1-2/+1
2014-11-11Fix SvxFontHeightItem::operator=Stephan Bergmann1-8/+4
2014-11-11Revert "Some SvxFontHeightItem clean-up"Stephan Bergmann1-8/+16
2014-11-11Some SvxFontHeightItem clean-upStephan Bergmann1-16/+8
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara1-5/+2
2014-11-05editeng: SvxRTFParser sal_Bool to boolMichael Stahl1-5/+5
2014-11-05fdo#79761: parse BlockList.xml only onceDaniel Sikeler1-2/+3
2014-10-17coverity#1247635 Uncaught exceptionCaolán McNamara1-1/+2
2014-10-07Resolves: fdo#44998 crash when opening context menu of a fieldCaolán McNamara2-0/+2
2014-10-02Bin EE_CNTRL_URLSFXEXECUTE which was only set, never testedTor Lillqvist1-1/+0
2014-10-02Bin commented-out #definesTor Lillqvist1-2/+0
2014-10-01loplugin: cstylecastNoel Grandin2-4/+4
2014-10-01fdo#82577: Handle TimeNoel Grandin2-5/+5
2014-09-30clean up some weird type-casting in SvxRTFParserNoel Grandin1-13/+6
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin3-7/+7
2014-09-25editeng: std::auto_ptr -> std::unique_ptrStephan Bergmann3-9/+3
2014-09-25Remove unnecessary #includeStephan Bergmann1-1/+0
2014-09-24fdo#47302: Added insert->fields->page title buttonJennifer Liebel1-0/+13
2014-09-24Replace some std::auto_ptr function parameters with std::unique_ptrStephan Bergmann2-13/+7
2014-09-23fdo#82577: Handle WindowNoel Grandin8-29/+29
2014-09-18fdo#82577: Handle FontNoel Grandin10-30/+30
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+0
2014-09-03Remove (misleading) EditEngine::QuickRemoveCharAttribsMatúš Kukan2-2/+1
2014-08-25QueryBox RID_SVXQB_* -> MessageDialog + stringCaolán McNamara1-4/+2
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist1-2/+2
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-08-22Simplify autocorrect loading - removing redundant parameter.Michael Meeks1-1/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara2-2/+0
2014-08-17coverity#1132709 Uncaught exceptionCaolán McNamara1-1/+1
2014-08-14Apply a simple pimpl idiom and rename the old Impl to make it non-Impl.Kohei Yoshida1-3/+2
2014-08-07coverity#982278 Resource leak in objectCaolán McNamara1-2/+1
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin61-65/+65
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin5-11/+11
2014-07-20vcl consitent use of long for corrdinateNorbert Thiebaud3-43/+43
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2-2/+2
2014-07-06coverity#706504 Uncaught exceptionCaolán McNamara1-1/+1
2014-07-03Resolves fdo#79276 Add fallback system for autocorrection of French variantsJulien Nabet1-1/+2
2014-06-30Cleanup: removed comments and debugging outputmatteocam1-6/+0
2014-06-30Associated CharBackColor to EE_CHAR_BKGCOLORmatteocam1-0/+1
2014-06-30Added case in editdoc.cxxmatteocam1-1/+2
2014-06-30Added EE_CHAR_BKGCOLORmatteocam1-9/+14
2014-06-30Added class SvxBackgroundColorItemmatteocam1-0/+25
2014-06-30Cleaned up code from operations in vclmatteocam1-9/+9
2014-06-30Added EE_CHAR_BKGCOLORmatteocam1-8/+10
2014-06-29Typo: beeing->beingJulien Nabet1-2/+2
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin2-2/+2
2014-06-13Paragraph argument never used in InvalidateBulletCaolán McNamara1-2/+2
2014-06-11Bin unused fileTor Lillqvist1-56/+0