summaryrefslogtreecommitdiff
path: root/sw/source/core
AgeCommit message (Expand)AuthorFilesLines
2016-07-15new loplugin unnecessary overrideNoel Grandin2-13/+0
2016-07-14Blind fix attempt for some GCC versionsStephan Bergmann1-1/+1
2016-07-14Disambiguate DeflateThread classesStephan Bergmann1-0/+6
2016-07-13-Werror=maybe-uninitializedStephan Bergmann1-2/+2
2016-07-13tdf#84635 - Slow layout of large tablesNoel Grandin2-0/+3
2016-07-13GSoC Writer Table Styles export of paragraph and char propertiesJakub Trzebiatowski2-0/+288
2016-07-12Resolves: tdf#100538 make searching in shape text a libreoffice-kit only thingCaolán McNamara1-22/+26
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke3-9/+3
2016-07-08Disabled async/parallel chart loading for nowArmin Le Grand1-1/+3
2016-07-08Resolves: tdf#100813 crash during pagination of particular docxCaolán McNamara1-0/+3
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann51-108/+102
2016-07-08sw lok: add LOK_CALLBACK_VIEW_CURSOR_VISIBLEMiklos Vajna1-2/+7
2016-07-07loplugin:nullptrStephan Bergmann1-1/+1
2016-07-07Related: tdf#50613 use an own instance of ThreadPoolArmin Le Grand1-8/+36
2016-07-07tdf#99165 avoid passing empty control points for beziersArmin Le Grand1-1/+3
2016-07-07sw: tdf#50613 fix async chart load handlingArmin Le Grand1-26/+62
2016-07-07sw: tdf#50613 fix waitFinished into a loopArmin Le Grand1-2/+3
2016-07-07tdf#50613 add support to load charts asynchronouslyArmin Le Grand2-8/+133
2016-07-07tdf#50613 buffer OLE primitives for chartsArmin Le Grand2-24/+53
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann12-31/+31
2016-07-07GSoC Writer Table Styles ImportJakub Trzebiatowski2-2/+106
2016-07-05a11y crash on deleting certain frame in certain documentCaolán McNamara17-48/+52
2016-07-05Clarify calculation precedence tdf#39440Muhammet Kara1-1/+1
2016-07-05tdf#90834 Turn in-line version control history commentskrishna keshav1-66/+54
2016-07-04typo: emtpy → emptyChristian Lohmaier3-3/+3
2016-07-04remove comphelper::string::removeNoel Grandin7-11/+9
2016-06-30everything is called Dispose, hard to find anythingCaolán McNamara2-6/+6
2016-06-30sw lok: mix missing invalidation due to page calc in visible cursor changeMiklos Vajna1-1/+3
2016-06-29dynamic_cast followed by static_castCaolán McNamara1-3/+2
2016-06-29move #includes to top of fileNoel Grandin3-21/+19
2016-06-28Convert Bitmap tab to Pattern tabRishabh Kumar1-0/+1
2016-06-27tdf#76322 writer: allow column breaks in headers/footersJustin Luth1-1/+1
2016-06-27ODT export: add embedded pdf supportMiklos Vajna1-0/+3
2016-06-27sw: prefix members of SwFntObjMiklos Vajna2-187/+187
2016-06-27loplugin:singlevalfields in sw(part4)Noel Grandin7-23/+11
2016-06-27loplugin:singlevalfields in sw(part3)Noel Grandin27-193/+27
2016-06-24compilerplugins: add OWeakObject::release() override checkMichael Stahl1-2/+2
2016-06-24GSoC Table Style Family: insertByName, replaceByName, removeByNameJakub Trzebiatowski2-97/+227
2016-06-23sw: fix STL asserts in lcl_MoveAllLowerObjs *again*Michael Stahl1-1/+3
2016-06-23tdf#76349 writer: treat single-column break as page breakJustin Luth1-1/+4
2016-06-21sw: replace pointless XComponent and XTextContent overridesMichael Stahl2-57/+1
2016-06-21sw: use ImplInheritanceHelper for SwXTextGraphicObjectMichael Stahl1-100/+13
2016-06-21sw lok: add LOK_CALLBACK_TEXT_VIEW_SELECTIONMiklos Vajna1-20/+3
2016-06-20Remove no longer needed SdrModel::libreOfficeKitCallback()Miklos Vajna1-12/+0
2016-06-20sw lok: add LOK_CALLBACK_INVALIDATE_VIEW_CURSORMiklos Vajna1-0/+22
2016-06-20GSoC Table Styles, Export Cell StylesJakub Trzebiatowski3-11/+88
2016-06-20tdf#95797: Don't jump to the cursor position after auto-save.Jan Holesovsky1-2/+2
2016-06-20tdf#90834 Turn in-line version controlapurvapriyadarshi1-24/+12
2016-06-19loplugin:salbool: Implicit conversions from non-Boolean fundamental typesStephan Bergmann1-1/+1
2016-06-17comphelper lok: remove the g_bViewCallback globalMiklos Vajna3-36/+9