summaryrefslogtreecommitdiff
path: root/svx
AgeCommit message (Expand)AuthorFilesLines
2015-11-12Sidebar: Make the flip buttons available for Images in Writer alsoSamuel Mehrbrodt1-104/+26
2015-11-12tdf#90357 create correct undo actionArmin Le Grand1-0/+8
2015-11-12Namespace cleanup and disambiguationAshod Nakashian16-107/+98
2015-11-12sfx2: boost::ptr_vector->std::vectorNoel Grandin1-4/+4
2015-11-12Bin mesa_headers completelyTor Lillqvist1-1/+0
2015-11-12Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist2-2/+1
2015-11-11Fix MSVC build: Need to delete copy ctor and operator=Tor Lillqvist1-0/+3
2015-11-11loplugin:nullptrStephan Bergmann2-2/+2
2015-11-11-Werror,-Wunevaluated-expressionStephan Bergmann1-1/+1
2015-11-11Resolves: tdf#95723 arrange GridControl buttons to be always visibleCaolán McNamara1-11/+71
2015-11-11Resolves: tdf#94069 call setVisible when setDesignMode is calledCaolán McNamara1-0/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht87-307/+245
2015-11-11remove boost/ptr_vector from pch fileNoel Grandin1-1/+0
2015-11-11svx: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-4/+5
2015-11-11svx: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-4/+4
2015-11-11new loplugin: memoryvarNoel Grandin2-12/+11
2015-11-10XDash: salu_uIntPtr to sal_uInt32Matteo Casalin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann351-3620/+3620
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann1-5/+3
2015-11-09new loplugin: oncevarNoel Grandin4-36/+19
2015-11-06coverity#1338251 Uncaught exceptionCaolán McNamara1-0/+5
2015-11-06coverity#1338250 Uncaught exceptionCaolán McNamara1-3/+1
2015-11-06coverity#1338240 Uncaught exceptionCaolán McNamara1-2/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann1-7/+7
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann40-138/+138
2015-11-05_SdrItemBrowserControl: reuse BreakChangeEntry in EndChangeEntryMatteo Casalin1-12/+6
2015-11-05Use more proper integer typesMatteo Casalin2-27/+30
2015-11-05Expand some prefixes ('Brk' to 'Break', 'Beg' to 'Begin')Matteo Casalin2-8/+8
2015-11-05Privatize _SdrItemBrowserControl::GetCurrentPos|BegChangeEntryMatteo Casalin1-2/+2
2015-11-05fix tdf#95488, crash in report wizardNoel Grandin3-55/+107
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin35-110/+100
2015-11-04tdf#86595 One "Text Background Color" missedMaxim Monastirsky2-9/+1
2015-11-04loplugin:stringconstantNoel Grandin9-34/+18
2015-11-03notifyer -> notifier.Jan Holesovsky2-2/+2
2015-11-03tdf#86595 Change 'Highlighting' to 'Highlight Color'Yousuf Philips1-1/+1
2015-11-02compilerplugins: add "badstatics" to detect abuse of VCL BitmapsMichael Stahl1-24/+6
2015-10-31com::sun::star->css in svxNoel Grandin214-3254/+3209
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin3-5/+4
2015-10-30convert Sequence<XInterface> constructions to use initializer listsNoel Grandin4-14/+7
2015-10-29Initialize Sequence<beans::NamedValue> from initializer_listsNoel Grandin3-10/+5
2015-10-27tdf#88548 fontwork gallery always have transparent/checkered background.Aybuke Ozdemir2-28/+9
2015-10-27Fix Cherokee Supplement range (U+ABCO--ABFF is occupied by Meetei Mayek)Stephan Bergmann1-1/+1
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin2-0/+2
2015-10-27sal_uLong/long to ErrCodeMatteo Casalin1-2/+2
2015-10-26tdf#93487 - protect GetFocus method call post dispose.Michael Meeks1-1/+2
2015-10-25Remember the state of "Search formatted display string" checkboxDennis Francis1-0/+2
2015-10-23fix indent and simplify returns, no logic changeCaolán McNamara1-21/+21
2015-10-23afl-eventtesting: crash on undoing insert new page in impressCaolán McNamara1-2/+2
2015-10-23afl-eventtesting: crash seen on occasionCaolán McNamara1-4/+4
2015-10-23tdf#48456 : when searching for a number, consider formattingDennis Francis6-2/+178