summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
2015-01-21SwSection::GetFmt const-correctnessStephan Bergmann13-39/+39
2015-01-21sw: make SwTxtNode::RstTxtAttr() easier to understandMichael Stahl1-43/+28
2015-01-21sw: fix bogus assert in SwTxtNode::RstTxtAttr()Michael Stahl1-6/+13
2015-01-21Factor out SwFmtPageDesc::dumpAsXml() from docnodeMiklos Vajna3-8/+18
2015-01-20sw: add unit test for 5c363cf3f1d75e37835a6663a96b4e22c754c4cbMichael Stahl1-0/+32
2015-01-20fix SwIndexReg::~SwIndexReg assert in fdo68332-2.docxCaolán McNamara1-5/+1
2015-01-20Maintain the sorting in sorted_vector after modifying the elements.Ashod Nakashian1-5/+5
2015-01-20Resolves: fdo#84943 make fodt non crashy like odt for formulas inside shapesCaolán McNamara1-7/+11
2015-01-20OSL_ENSURE->SAL_WARN_IF where conditional deref followsCaolán McNamara1-1/+1
2015-01-20OSL_ENSURE->assert where unconditionally deref followsCaolán McNamara1-7/+7
2015-01-20Drop unused comphelper::service_decl::component_getFactoryHelper paramsStephan Bergmann1-6/+1
2015-01-20Factor out SvxShadowItem::dumpAsXml() from swMiklos Vajna1-3/+3
2015-01-19fdo#39468 Translate German comments - sw/source/core/textPhilipp Weissenbacher1-140/+158
2015-01-19if we change the keys we have to resort based on the new keysCaolán McNamara1-4/+22
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn15-43/+42
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn22-53/+51
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn9-24/+29
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn18-46/+49
2015-01-18SwTextBoxHelper::findTextBoxes: optimize unnecessary O(n^2)Miklos Vajna1-5/+26
2015-01-18ODT export: fix namespace of <table:covered-table-cell> inside shapesMiklos Vajna3-2/+7
2015-01-17Use std::unique_ptrMiklos Vajna1-2/+3
2015-01-17Factor out SvxULSpaceItem::dumpAsXml() from swMiklos Vajna1-3/+3
2015-01-17rhbz#1136013: svx: try to make the ExternalToolEdit not crash all the timeMichael Stahl2-17/+36
2015-01-16SwViewImp::AddPaintRect: when tiled rendering, ignore visual areaMiklos Vajna1-2/+8
2015-01-16SwViewShell: make sure no callback is fired during PaintTile()Miklos Vajna1-0/+3
2015-01-16SwViewShell::InvalidateWindows: when tiled rendering, ignore visual areaMiklos Vajna1-1/+3
2015-01-16SwViewShell::PaintTile: paint a small red rectangle as well in debug modeMiklos Vajna1-0/+13
2015-01-16sw: missing nullptr checkMiklos Vajna1-1/+1
2015-01-16SwRootFrm::CheckViewLayout: never center pages when doing tiled renderingMiklos Vajna4-4/+26
2015-01-16sw: invalidate after keypresses when we have a callbackMiklos Vajna1-1/+4
2015-01-16Missing guard in SwXTextDocument::initializeForTiledRendering()Miklos Vajna1-0/+1
2015-01-16coverity#1264391 help coverity out wrt Logically dead codeCaolán McNamara1-12/+23
2015-01-16fdo#86844 - CONTEXT MENU: Remove hyperlink not accessibleNiklas Johansson1-1/+3
2015-01-16fdo#39440 sw: reduce scope of local variablesMichael Weghorn24-54/+73
2015-01-16Factor out SvxLRSpaceItem::dumpAsXml() from swMiklos Vajna1-3/+3
2015-01-16remove unnecessary parenthesesNoel Grandin3-10/+9
2015-01-15Revert "coverity#1264391 help coverity out wrt Logically dead code"Caolán McNamara1-23/+12
2015-01-15coverity#1264391 help coverity out wrt Logically dead codeCaolán McNamara1-12/+23
2015-01-15Resolves: fdo#85666 when matching existing list indent use matching levelCaolán McNamara1-2/+10
2015-01-15rhbz#1175027: sw: fix life cycle of SwConnectionDisposedListener_ImplMichael Stahl1-14/+27
2015-01-15Resolves: rhbz#SwDataChanged dtor accesses deleted PaMCaolán McNamara1-4/+6
2015-01-15Revert "fdo#88157 Remove misused frames from 4 of n dialogs"Caolán McNamara1-146/+198
2015-01-15remove unnecessary castsNoel Grandin1-1/+1
2015-01-15Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara1-2/+2
2015-01-15Factor out SwFmtNoBalancedColumns::dumpAsXml() from docnodeMiklos Vajna3-3/+13
2015-01-15sw: SwFntObj::DrawText - comments added and clearer variable namesChris Sherlock1-68/+92
2015-01-14rhbz#1180114: writerfilter: don't crash on w:customXmlDelRangeStart etc.Michael Stahl2-0/+5
2015-01-14fdo#88157 Remove misused frames from 4 of n dialogsAdolfo Jayme Barrientos1-198/+146
2015-01-14Use the same advanced Ellipse and Rectangle shapes in writer as drawCaolán McNamara5-15/+15
2015-01-14GetData is a hopelessly generic nameCaolán McNamara1-1/+1