summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin20-66/+66
2016-05-27sw: these all look like intended fall-throughsMichael Stahl4-5/+5
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin20-75/+162
2016-05-27improve exception throwing in java class util.utilsNoel Grandin1-1/+1
2016-05-26Sw UNO API TableStyles getByNameJakub Trzebiatowski5-20/+186
2016-05-26Various loplugin warningsStephan Bergmann9-56/+28
2016-05-26loplugin:overrideStephan Bergmann2-2/+2
2016-05-26VclPtr in container warningsCaolán McNamara1-1/+1
2016-05-26loplugin:nullptrTor Lillqvist1-6/+6
2016-05-26tdf#83830: Writer page sidebar deckRishabh Kumar18-0/+1857
2016-05-26loplugin:unusedmethodsNoel Grandin4-12/+0
2016-05-26loplugin:unusedreturntypesNoel Grandin7-14/+12
2016-05-26tdf#100051 Partially revert "loplugin:constantparam in sw"Miklos Vajna3-14/+10
2016-05-25sw: replace boost::shared_array with std::shared_ptrMichael Stahl2-7/+8
2016-05-25sw: boost::numeric_cast not really ideal in core codeMichael Stahl2-5/+4
2016-05-25Resolves: tdf#97879 loop in style hierarchy on odt loopCaolán McNamara1-0/+0
2016-05-25Resolves: rhbz#89554 Dragging table to other page causes crashCaolán McNamara1-0/+1
2016-05-25Window::SetData and Window::GetData are nearly unused nowCaolán McNamara2-8/+6
2016-05-25tdf#74795 RTF import: handle row-level default cell marginsMiklos Vajna2-0/+25
2016-05-25Convert XmlReader::Result to scoped enumNoel Grandin1-9/+9
2016-05-25Resolves: tdf#96244 get the right Writer window view for Formula windowCaolán McNamara2-4/+7
2016-05-25Fix typosAndrea Gelmini1-1/+1
2016-05-24sw: prefix members of SwColumnMiklos Vajna2-24/+24
2016-05-24Implement basic TableStyle FamilyJakub Trzebiatowski16-9/+129
2016-05-24Convert XMLTextType to scoped enumNoel Grandin2-2/+2
2016-05-24Convert XmlReader::Text to scoped enumNoel Grandin1-8/+8
2016-05-23-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2016-05-23loplugin:unusedmethods in swNoel Grandin48-390/+1
2016-05-23Convert GradientStyle to scoped enumNoel Grandin2-4/+4
2016-05-23loplugin:stringconstantNoel Grandin1-29/+29
2016-05-23Add a test for comparing table cells and table cell rangesslideon2-0/+39
2016-05-23tdf#89329: use unique_ptr for pImpl in newXisco Fauli1-2/+2
2016-05-23clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin12-23/+6
2016-05-22Convert HYPERDLG_EVENT to scoped enumNoel Grandin1-5/+5
2016-05-22Convert XOUTBMP to scoped enumNoel Grandin2-9/+9
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin6-10/+13
2016-05-20Add test for checking the color of characters and paragraphsslideon1-8/+73
2016-05-19tdf#75757: remove inheritance on vector (SwTableBoxes)Bjoern Michaelsen10-45/+34
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin12-24/+36
2016-05-19tdf#98985 create merge results at the right timeOliver Specht7-63/+89
2016-05-19clang-tidy clang-analyzer-alpha.core.IdenticalExprNoel Grandin2-3/+2
2016-05-18tdf#99935 Fix rulers visible stateMaxim Monastirsky1-2/+2
2016-05-18tdf#82073 RTF import: handle \clcbpatrawMiklos Vajna2-0/+17
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-9/+7
2016-05-18sfx2 classification: add Type parameter to the UNO commandMiklos Vajna3-4/+12
2016-05-18sfx2 classification: specify policy type when setting a categoryMiklos Vajna1-1/+1
2016-05-18clang-tidy modernize-make-sharedNoel Grandin12-46/+40
2016-05-17sfx2 classification: do not hardcode policy type in SfxClassificationParserMiklos Vajna1-6/+8
2016-05-17sw, writerfilter: indentation fixesMiklos Vajna3-4/+4
2016-05-17loplugin:stringconstantTor Lillqvist1-1/+1