summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2015-09-15tdf#62525 editeng: OutlinerParaObjectDaniel Robertson1-110/+54
2015-09-14sal_uInt16 to sal_Int32Matteo Casalin1-4/+3
2015-09-14Refactor graphite integration and update graphiteMartin Hosken1-2/+4
2015-09-13cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-09-13Also get rid of :: prefix for cssTor Lillqvist4-18/+18
2015-09-13editeng: com::sun::star->cssNoel Grandin46-477/+457
2015-09-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-3/+1
2015-09-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-7/+3
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara11-45/+19
2015-09-03Fix tdf#93781 Impress copy wrong style name to clipboard whenMark Hung1-1/+2
2015-09-03Restored missing includes from source files.Ashod Nakashian1-0/+1
2015-09-01tdf#93052 - When save, generate unused list-styles in context.xmlJuergen Funk1-1/+1
2015-08-31Fix tdf#93438 Impress generate abnormal style when copy-pastingMark Hung1-1/+7
2015-08-29sal_uLong to sal_uInt32 as SvxEditSourceHint IDMatteo Casalin1-2/+2
2015-08-27don't write SvxBackgroundColorItem via inherited SvxColorItem::StoreCaolán McNamara2-32/+12
2015-08-27Help GCCStephan Bergmann1-1/+1
2015-08-27Clean up aEmptyStephan Bergmann2-6/+3
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-21/+12
2015-08-21tdf#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2015-08-20tweak config-less sysconfig pathCaolán McNamara3-21/+11
2015-08-20more no-config shortcutsCaolán McNamara1-0/+4
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-3/+2
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara4-13/+26
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud3-5/+5
2015-08-15tdf#93052 Fix abundance of calc annotation stylesJan-Marek Glogowski1-2/+1
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin2-3/+3
2015-08-12tdf#93384 editeng rendercontext: don't paint spellcheck result directlyMiklos Vajna1-2/+1
2015-08-11loplugin: defaultparamsNoel Grandin17-90/+90
2015-08-05loplugin:unusedmethodsNoel Grandin2-9/+0
2015-08-03new loplugin: refcountingNoel Grandin4-58/+58
2015-07-30tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe4-11/+11
2015-07-30loplugin:unusedmethodsNoel Grandin1-5/+0
2015-07-28convert RGCHK constants to scoped enumNoel Grandin3-8/+9
2015-07-28remove some unused EDITUNDO_ constantsNoel Grandin1-3/+0
2015-07-28convert EE_ACTION constants to scoped enumNoel Grandin1-4/+2
2015-07-24loplugin:unusedmethodsNoel Grandin4-22/+2
2015-07-24convert WALLPAPER constants to scoped enumNoel Grandin1-25/+25
2015-07-21loplugin:unusedmethods sdNoel Grandin1-13/+0
2015-07-20Removed commentAndrea Gelmini1-1/+0
2015-07-20editeng: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl2-54/+58
2015-07-20editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl1-18/+15
2015-07-20editeng: replace boost::ptr_map with std::map<std::unique_ptr>>Michael Stahl2-17/+17
2015-07-20loplugin:unusedmethods svlNoel Grandin1-7/+0
2015-07-19sal_uInt16 to sal_Int32/size_tMatteo Casalin2-6/+6
2015-07-17editeng: pointless codeMichael Stahl1-6/+0
2015-07-17editeng: replace boost::ptr_map with std::map<std::unique_ptr>Michael Stahl1-66/+66
2015-07-16loplugin:unusedmethods editengNoel Grandin15-204/+27
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2-4/+3
2015-07-13Fix IndentingPagesHdl type (and GetIndentingPagesHdl is unused)Stephan Bergmann1-2/+2
2015-07-13editeng: make Link<> usage typedNoel Grandin1-10/+3