summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-24svtools: replace boost::ptr_vector with std::vectorMichael Stahl3-7/+4
2015-07-24svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl2-17/+18
2015-07-24calc mapmode: Cleanup DrawBackground + fix one pixel size.Jan Holesovsky1-32/+33
2015-07-24calc mapmode: Refactor DrawBackground to use logic unitsKrisztian Pinter2-29/+60
2015-07-24writerfilter: use std::shared_ptr<> in ThemeTableMiklos Vajna2-2/+2
2015-07-24convert ImageAlign to enum classNoel Grandin8-90/+90
2015-07-24convert WindowAlign to scoped enumNoel Grandin22-157/+161
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin15-132/+111
2015-07-24NAVBTN_PEN_ENABLED is unusedNoel Grandin2-4/+0
2015-07-24simplify SdOptions::StoreConfigNoel Grandin2-35/+10
2015-07-24convert GA_ constants to enum classNoel Grandin2-32/+35
2015-07-24calc mapmode: Pass RenderContext as reference in DrawNoteMarksKrisztian Pinter3-7/+7
2015-07-24calc mapmode: Pass RenderContext as reference in DrawFrameKrisztian Pinter4-32/+33
2015-07-24update branding for 5.0Christian Lohmaier7-308/+19896
2015-07-24don't generate invalid XLSX filesMarkus Mohrhard1-5/+5
2015-07-24that comment is not correct anymoreMarkus Mohrhard1-2/+0
2015-07-23add unhandled case in switchMarkus Mohrhard1-0/+1
2015-07-23tdf#92256: OOXML save/load syntax for string referenceKatarina Behrens11-3/+157
2015-07-23Added test for tdf#57197 table row/column insert undo crashVarun1-0/+84
2015-07-23TableRef: generate error for header-less column references, tdf#91278 relatedEike Rathke1-30/+48
2015-07-23clear HasHeader at database range if table headerRowCount is 0Eike Rathke1-0/+9
2015-07-23handle ContainsHeader property at database rangeEike Rathke1-0/+9
2015-07-23add optional ContainsHeader propertyEike Rathke1-0/+7
2015-07-23separate variables by scoping instead of reusingLionel Elie Mamane1-4/+6
2015-07-23coverity#1312139 random byte is deliberateCaolán McNamara1-1/+1
2015-07-23coverity#1312138 Resource leakCaolán McNamara1-0/+1
2015-07-23Bin pointless #ifndef #define danceTor Lillqvist1-5/+0
2015-07-23fix regression introduced by 21834f14c97071c5bcf13ef02bf940dc1922663fLionel Elie Mamane1-3/+3
2015-07-23Resolves: tdf#92689 grab keyboard focus to parent, not to earlier generationsCaolán McNamara1-6/+2
2015-07-23loplugin:stringconstantNoel Grandin1-1/+1
2015-07-23tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe37-85/+82
2015-07-23writerfilter: use std::unique_ptr<> in FontTableMiklos Vajna2-2/+1
2015-07-23inline a handful of use-once #definesNoel Grandin28-195/+80
2015-07-23Merge ImplIntrospectionAccess and ImplIntrospectionAdapterMatthew J. Francis2-160/+128
2015-07-22tdf#92600 fix missing font preview in character set widgetLászló Németh2-0/+5
2015-07-22update creditsChristian Lohmaier1-1074/+1117
2015-07-22cppcheck: noExplicitConstructorCaolán McNamara14-22/+23
2015-07-22Apply special treatment of OUStringLiteral1 to MSVC 2015David Ostrovsky1-3/+3
2015-07-22configure: try not to break with MSVC 2013 ExpressMichael Stahl1-0/+4
2015-07-22new linux baseline (CentOS 6)Christian Lohmaier1-4/+4
2015-07-22tdf#82744: fix WebDAV lock/unlock behaviour - part 2Giuseppe Castagno5-10/+62
2015-07-22limit storage entry max size to size of underlying streamCaolán McNamara7-10/+31
2015-07-22tdf#82744: fix WebDAV lock/unlock behaviour - part 1Giuseppe Castagno2-18/+91
2015-07-22tdf#92600: Restore ability to apply font settings to controlsKatarina Behrens4-17/+10
2015-07-22Resolves: tdf#92148 SmElementsControl invalidates itself from paint endlesslyCaolán McNamara2-31/+42
2015-07-22ListBox in grid: properly set selection on change from modelLionel Elie Mamane1-1/+3
2015-07-22tdf#92725 FormattedField: when model value is NULL, force empty display stringLionel Elie Mamane1-1/+1
2015-07-22Fix logic in the fast path of Implementation::inspect()Matthew J. Francis1-91/+22
2015-07-22read block in one swoop, rather than char by charCaolán McNamara1-14/+4
2015-07-22xstUsrInitl contains max 9 charsCaolán McNamara2-4/+7