summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-2/+2
2015-04-23fix duplicate attribute export to docx with ooo69297-4.odtCaolán McNamara4-9/+43
2015-04-23loplugin:staticmethodsNoel Grandin2-2/+2
2015-04-23loplugin:staticmethodsNoel Grandin7-17/+16
2015-04-23fix crash on export of ooo88740-1.odt to .docxCaolán McNamara1-5/+28
2015-04-23sw: remove misleading commentMichael Stahl1-1/+0
2015-04-23avoid crash in layout on exporting ooo101776-1.odt to .docCaolán McNamara1-1/+1
2015-04-23cppcheck: zerodivcond gold, address preview crash on key inputCaolán McNamara1-5/+10
2015-04-23Fix applying of theme fonts sets, add new / rename old variantsTomaž Vajngerl1-14/+38
2015-04-23Modify tint/shade for theme colors, different shades for headingsTomaž Vajngerl1-7/+91
2015-04-22fix export of ooo63048-1.sxw to .docCaolán McNamara2-2/+2
2015-04-22no need to take addressCaolán McNamara1-5/+5
2015-04-22tdf#85769 Avoid writing font name attribute twice, by ignoring empty valueMatúš Kukan1-1/+2
2015-04-22Remove some deprecated AccessibleShapeTreeInfo member functionsStephan Bergmann1-2/+2
2015-04-22rhbz#1198848: sw: delete *all* table redlines to fix DOCX import crashMichael Stahl1-9/+14
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin7-16/+16
2015-04-22convert TREEBOX_ALLITEM constants to scoped enumNoel Grandin1-1/+1
2015-04-22convert SFX_TOOLBOX_ constants to scoped enumNoel Grandin1-2/+2
2015-04-22convert HIB_ constants to scoped enumNoel Grandin4-9/+9
2015-04-22convert GRFMGR_DRAW_ constants to scoped enumNoel Grandin3-3/+3
2015-04-22convert EBBF_ constants to scoped enumNoel Grandin1-1/+1
2015-04-22convert BROWSER_ constants to scoped enumNoel Grandin1-8/+8
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin6-24/+24
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann5-0/+5
2015-04-22DocxAttributeOutput::m_postponedDMLDrawing: use std::unique_ptr<>Miklos Vajna2-12/+9
2015-04-22WaE: Unreferenced function definitionTor Lillqvist1-46/+0
2015-04-22WaE: passing 'class OUString' by value, rather pass by referenceTor Lillqvist1-6/+6
2015-04-22Theme panel to change color/fonts of current stylesTomaž Vajngerl6-0/+658
2015-04-22add "Style Presets" sidebar panel (experimental) to writerTomaž Vajngerl6-0/+264
2015-04-22tdf#90766: Table - keep with paragraph setting is brokenZolnai Tamás1-8/+11
2015-04-21loplugin:cstylecastStephan Bergmann1-2/+2
2015-04-21sw: assert that SwField::m_pType is not nullMichael Stahl1-4/+3
2015-04-21sw: prefix members of SwValueFieldType/SwValueField/SwFormulaFieldMichael Stahl2-28/+31
2015-04-21sw: prefix members of SwFieldMichael Stahl2-35/+35
2015-04-21sw: prefix members of SwFieldTypeMichael Stahl4-13/+13
2015-04-21tdf#90421 RTF export: ignore hyperlinks without an URLMiklos Vajna5-34/+80
2015-04-21SwTxtAttr::dumpAsXml: show hyperlink URLsMiklos Vajna1-0/+7
2015-04-21Applies CharAttribute to selected text and tests undoAustin Chen1-0/+38
2015-04-21tdf#39547 Image title/description is lost after changing anchorNiklas Johansson1-6/+14
2015-04-21RTF import: handle d{x,y}WrapDist* picture propertiesMiklos Vajna2-0/+87
2015-04-21silence the warning from GetAssignedOutlineStyleLevelCaolán McNamara1-2/+10
2015-04-21tdf#78606: unittest for docx section header export bugEilidh McAdam2-0/+8
2015-04-21tdf#78606: Write DOCX header even if section is first paragraphEilidh McAdam4-8/+14
2015-04-21StyleManager & StylePreviewRenderer + common implementationTomaž Vajngerl3-0/+15
2015-04-21sw: ODF import: frame background: do not override gradient transparencyMichael Stahl1-1/+2
2015-04-21tdf#90640: sw: ODF import: ignore style:background-transparency forMichael Stahl1-1/+7
2015-04-21tdf#90640: sw: ODF export: be consistent when exporting RES_BACKGROUNDMichael Stahl5-21/+71
2015-04-21tdf#90640: sw: ODF export: fix wrong property types in FILL_PROPERTIES_SWMichael Stahl1-4/+4
2015-04-20sw, writerfilter: these 'using namespace' statements can be avoided easilyMiklos Vajna4-39/+32
2015-04-20Related: tdf#90681 table model can have truly empty cellsCaolán McNamara5-36/+78