summaryrefslogtreecommitdiffstats
path: root/sw
Commit message (Expand)AuthorAgeFilesLines
* tdf#39080 Interactive hide-whitespace modeAshod Nakashian2015-10-0116-46/+148
* sw: convert this sal_uLongMichael Stahl2015-10-011-2/+2
* sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-10-013-16/+22
* sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-10-012-21/+27
* sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2015-10-011-13/+15
* replace hardcoded string with STR_YIELDSJustin Luth2015-10-011-1/+2
* tdf#88128 fix unevaluated undo variable: cutJustin Luth2015-10-011-2/+2
* remove old standalone Sun bug numbersNoel Grandin2015-10-0140-79/+17
* Fix typosAndrea Gelmini2015-09-3015-29/+29
* Resolves: tdf#93187 gtk3 spin box element in navigator cut-offCaolán McNamara2015-09-301-0/+2
* sw: prefix members of SwBorderAttrsMiklos Vajna2015-09-302-144/+144
* Remove no-more-existent file referenceAndrea Gelmini2015-09-301-2/+0
* Fix typosAndrea Gelmini2015-09-303-3/+3
* Fix typosAndrea Gelmini2015-09-2915-19/+19
* Fix typosAndrea Gelmini2015-09-2915-23/+23
* Fix typosAndrea Gelmini2015-09-2910-11/+11
* Related: tdf#93461 relax loop detection some moreCaolán McNamara2015-09-291-4/+7
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-2921-162/+162
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-294-16/+0
* coverity#1325054 Explicit null dereferencedCaolán McNamara2015-09-291-1/+1
* coverity#1325053 Dereference after null checkCaolán McNamara2015-09-291-1/+1
* lok: add Document::getPartPageRectangles()Miklos Vajna2015-09-294-0/+29
* Nobody would go down the corridor anymoreMiklos Vajna2015-09-2929-47/+47
* duplicate commentsCaolán McNamara2015-09-281-2/+0
* move strings out of widgetCaolán McNamara2015-09-286-225/+228
* tdf#94011: load&save more border typesOliver Specht2015-09-285-14/+59
* Resolves: tdf#93461 captions laid out behind imagesCaolán McNamara2015-09-281-4/+11
* sw table styles: Kill useless SwTableBox_Impl.Jan Holesovsky2015-09-282-83/+50
* bnc#939996 tdf#93919 DOCX import: fix left-from-style and first-from-directMiklos Vajna2015-09-282-0/+6
* Return std::unique_ptr from SvTreeListBox::CreateContextMenuStephan Bergmann2015-09-283-7/+9
* tdf#94456 RTF import: fix list vs paragraph style interaction wrt para indentsMiklos Vajna2015-09-282-0/+33
* tdf#90153 DOCX import: fix default sw TextFrame roundtripMiklos Vajna2015-09-282-0/+6
* sw: prefix members of SwTextFrmMiklos Vajna2015-09-285-87/+87
* sw table styles: Direct formatting takes precedence over table style.Jan Holesovsky2015-09-278-43/+63
* sw table styles: Insert column, split table, delete row/column.Jan Holesovsky2015-09-275-11/+37
* sw table styles: Implement table styles in Writer.Jan Holesovsky2015-09-2710-8/+80
* making alt-x code consistentJustin Luth2015-09-261-5/+6
* translate DE->ENNicolas Christener2015-09-251-44/+38
* translate DE->EN, minor indentation fixesNicolas Christener2015-09-251-79/+81
* tdf#94228 comphelper: replace BOOST_PPDaniel Robertson2015-09-254-7/+3
* convert Link<> to typedNoel Grandin2015-09-252-8/+8
* convert Link<> to typedNoel Grandin2015-09-252-20/+14
* convert Link<> to typedNoel Grandin2015-09-252-77/+76
* hackfect 2015: vertical text columns need page height not widthCaolán McNamara2015-09-251-8/+38
* hackfest 2015: show vertical columns for vertical text layoutCaolán McNamara2015-09-251-12/+49
* translate DE->EN, fix typoNicolas Christener2015-09-241-2/+2
* tdf#92341 Add AutoCorrect entry in spellcheck context menuYousuf Philips2015-09-243-4/+14
* convert Link<> to typedNoel Grandin2015-09-2429-131/+170
* move m_bVertical down to SwPageExample from SwPageGridExampleCaolán McNamara2015-09-242-9/+11
* return early on no-op cases, no logic changeCaolán McNamara2015-09-241-79/+79