summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-14SwDoc::CompareDoc: no need to copy 'a'Miklos Vajna1-2/+2
2015-01-14Factor out SwFmtEditInReadonly::dumpAsXml() from sw coreMiklos Vajna3-3/+13
2015-01-14WaE: private field 'nSttLineNum' is not usedTor Lillqvist1-2/+1
2015-01-13misunderstood that MergeDoc and CompareDoc used different diff modesCaolán McNamara1-11/+15
2015-01-13allow comparing documents which only differ by frame contentsCaolán McNamara1-19/+100
2015-01-13protected->privateCaolán McNamara1-2/+1
2015-01-13remove superfluous Date and Time temporariesEike Rathke1-3/+1
2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin7-78/+17
2015-01-13merge CompareData and SwCompareDataCaolán McNamara1-77/+45
2015-01-13fix debug stl assert about unsorted range on loading ooo42586-1.sxwCaolán McNamara1-0/+3
2015-01-13SwFlyLayFrm is already indirectly derived from noncopyableDavid Tardon1-3/+1
2015-01-13Exclude FAR_AWAY objects from bounds computationStephan Bergmann1-6/+8
2015-01-13SwFlyLayFrm shall apparently be noncopyableStephan Bergmann1-2/+6
2015-01-12sw: fdo#88005: fix check in SwWW8ImplReader::StopApo()Michael Stahl1-2/+1
2015-01-12sw: translate some german commentsMichael Stahl1-23/+17
2015-01-12radio check top/center/bottom alignment for table cellsCaolán McNamara7-18/+21
2015-01-12More overflowing InvalidateWindows(SwRect(0, 0, MAX, MAX))Stephan Bergmann2-4/+4
2015-01-12kind of thing coverity will warn aboutCaolán McNamara1-4/+4
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin11-12/+12
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin12-21/+25
2015-01-12Factor out SvxProtectItem::dumpAsXml() from swMiklos Vajna1-3/+3
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin2-3/+0
2015-01-12remove FRMC_ #definesNoel Grandin14-57/+39