summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)Author
2015-04-24sw: revert type changes in SwFrm subclass destructorsMichael Stahl
2015-04-24sw: pointless castMichael Stahl
2015-04-24sw: merge the SwFrm::Destroy() into SwFrm::DestroyImpl()Michael Stahl
2015-04-24related: tdf#90820 refactor SwFrm destructionMichael Stahl
2015-04-24tdf#90820: Revert "Hack to make an in-destruction SwFlyInCntFrm ...Michael Stahl
2015-04-24sw: -Werror=sign-compareMiklos Vajna
2015-04-24checkFrameBtlr() can be moved to DocxSdrExport::ImplMiklos Vajna
2015-04-23de-trainwreck if statementCaolán McNamara
2015-04-23fix scopeCaolán McNamara
2015-04-23cppcheck: cstyleCast, these cast's are unnecessary anywayCaolán McNamara
2015-04-23Avoid out-of-bounds container index on import of ooo112657-2.rtfMatúš Kukan
2015-04-23Avoid dereference a past-the-end iterator on import of fdo81650-2.docxMatúš Kukan
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann
2015-04-23fix duplicate attribute export to docx with ooo69297-4.odtCaolán McNamara
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-23fix crash on export of ooo88740-1.odt to .docxCaolán McNamara
2015-04-23sw: remove misleading commentMichael Stahl
2015-04-23avoid crash in layout on exporting ooo101776-1.odt to .docCaolán McNamara
2015-04-23cppcheck: zerodivcond gold, address preview crash on key inputCaolán McNamara
2015-04-23Fix applying of theme fonts sets, add new / rename old variantsTomaž Vajngerl
2015-04-23Modify tint/shade for theme colors, different shades for headingsTomaž Vajngerl
2015-04-22fix export of ooo63048-1.sxw to .docCaolán McNamara
2015-04-22no need to take addressCaolán McNamara
2015-04-22tdf#85769 Avoid writing font name attribute twice, by ignoring empty valueMatúš Kukan
2015-04-22Remove some deprecated AccessibleShapeTreeInfo member functionsStephan Bergmann
2015-04-22rhbz#1198848: sw: delete *all* table redlines to fix DOCX import crashMichael Stahl
2015-04-22convert SV_DRAGDOP_ constants to scoped enumNoel Grandin
2015-04-22convert TREEBOX_ALLITEM constants to scoped enumNoel Grandin
2015-04-22convert SFX_TOOLBOX_ constants to scoped enumNoel Grandin
2015-04-22convert HIB_ constants to scoped enumNoel Grandin
2015-04-22convert GRFMGR_DRAW_ constants to scoped enumNoel Grandin
2015-04-22convert EBBF_ constants to scoped enumNoel Grandin
2015-04-22convert BROWSER_ constants to scoped enumNoel Grandin
2015-04-22convert SFX_STYLESHEET_ constants to scoped enumNoel Grandin
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-22DocxAttributeOutput::m_postponedDMLDrawing: use std::unique_ptr<>Miklos Vajna
2015-04-22WaE: Unreferenced function definitionTor Lillqvist
2015-04-22WaE: passing 'class OUString' by value, rather pass by referenceTor Lillqvist
2015-04-22Theme panel to change color/fonts of current stylesTomaž Vajngerl
2015-04-22add "Style Presets" sidebar panel (experimental) to writerTomaž Vajngerl
2015-04-22tdf#90766: Table - keep with paragraph setting is brokenZolnai Tamás
2015-04-21loplugin:cstylecastStephan Bergmann
2015-04-21sw: assert that SwField::m_pType is not nullMichael Stahl
2015-04-21sw: prefix members of SwValueFieldType/SwValueField/SwFormulaFieldMichael Stahl
2015-04-21sw: prefix members of SwFieldMichael Stahl
2015-04-21sw: prefix members of SwFieldTypeMichael Stahl
2015-04-21tdf#90421 RTF export: ignore hyperlinks without an URLMiklos Vajna
2015-04-21SwTxtAttr::dumpAsXml: show hyperlink URLsMiklos Vajna
2015-04-21Applies CharAttribute to selected text and tests undoAustin Chen