summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-24tdf#92018 cache native controls for X11 OpenGL backend (for now)Tomaž Vajngerl
2015-07-24filter: MSVC wants to generate unnecessary copy assignment againMichael Stahl
2015-07-24Add test for OOXML part of tdf#99256Katarina Behrens
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-24filter: convert boost::ptr_vector to std::vectorMichael Stahl
2015-07-24filter: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-07-24filter: that cast is sillyMichael Stahl
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-24filter: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-24filter: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl
2015-07-24svx: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-24svtools: replace boost::ptr_vector with std::vectorMichael Stahl
2015-07-24svtools: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-07-24calc mapmode: Cleanup DrawBackground + fix one pixel size.Jan Holesovsky
2015-07-24calc mapmode: Refactor DrawBackground to use logic unitsKrisztian Pinter
2015-07-24writerfilter: use std::shared_ptr<> in ThemeTableMiklos Vajna
2015-07-24convert ImageAlign to enum classNoel Grandin
2015-07-24convert WindowAlign to scoped enumNoel Grandin
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin
2015-07-24NAVBTN_PEN_ENABLED is unusedNoel Grandin
2015-07-24simplify SdOptions::StoreConfigNoel Grandin
2015-07-24convert GA_ constants to enum classNoel Grandin
2015-07-24calc mapmode: Pass RenderContext as reference in DrawNoteMarksKrisztian Pinter
2015-07-24calc mapmode: Pass RenderContext as reference in DrawFrameKrisztian Pinter
2015-07-24update branding for 5.0Christian Lohmaier
2015-07-24don't generate invalid XLSX filesMarkus Mohrhard
2015-07-24that comment is not correct anymoreMarkus Mohrhard
2015-07-23add unhandled case in switchMarkus Mohrhard
2015-07-23tdf#92256: OOXML save/load syntax for string referenceKatarina Behrens
2015-07-23Added test for tdf#57197 table row/column insert undo crashVarun
2015-07-23TableRef: generate error for header-less column references, tdf#91278 relatedEike Rathke
2015-07-23clear HasHeader at database range if table headerRowCount is 0Eike Rathke
2015-07-23handle ContainsHeader property at database rangeEike Rathke
2015-07-23add optional ContainsHeader propertyEike Rathke
2015-07-23separate variables by scoping instead of reusingLionel Elie Mamane
2015-07-23coverity#1312139 random byte is deliberateCaolán McNamara
2015-07-23coverity#1312138 Resource leakCaolán McNamara
2015-07-23Bin pointless #ifndef #define danceTor Lillqvist
2015-07-23fix regression introduced by 21834f14c97071c5bcf13ef02bf940dc1922663fLionel Elie Mamane
2015-07-23Resolves: tdf#92689 grab keyboard focus to parent, not to earlier generationsCaolán McNamara
2015-07-23loplugin:stringconstantNoel Grandin
2015-07-23tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-23writerfilter: use std::unique_ptr<> in FontTableMiklos Vajna
2015-07-23inline a handful of use-once #definesNoel Grandin
2015-07-23Merge ImplIntrospectionAccess and ImplIntrospectionAdapterMatthew J. Francis
2015-07-22tdf#92600 fix missing font preview in character set widgetLászló Németh
2015-07-22update creditsChristian Lohmaier
2015-07-22cppcheck: noExplicitConstructorCaolán McNamara
2015-07-22Apply special treatment of OUStringLiteral1 to MSVC 2015David Ostrovsky