summaryrefslogtreecommitdiff
path: root/sw/source/uibase/misc
AgeCommit message (Expand)AuthorFilesLines
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+1
2016-09-08loplugin:constantparam in swNoel Grandin1-1/+1
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-5/+5
2016-07-13tdf#84635 - Slow layout of large tablesNoel Grandin1-3/+7
2016-06-27loplugin:singlevalfields in sw(part1)Noel Grandin1-5/+3
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-4/+4
2016-06-14the __RSC hack is only needed in src files and things included from src filesCaolán McNamara1-2/+0
2016-05-30Convert SelectionMode to scoped enumNoel Grandin1-1/+1
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin2-4/+3
2016-03-31tdf#84938 convert INSERT_NUM_ constants to scoped enumNoel Grandin1-8/+8
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-2/+3
2016-03-22loplugin:constantparam in swNoel Grandin1-4/+4
2015-12-21loplugin:unusedfields in swNoel Grandin1-2/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-3/+3
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-2/+0
2015-11-11sw: prefix members of SwRedlineAcceptDlgMiklos Vajna1-186/+186
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-31/+31
2015-11-09formatting improvements in sw/Noel Grandin1-1/+1
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-1/+1
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin1-1/+1
2015-10-28tdf#91270 fix crash on exit (Windows)Andras Timar1-8/+8
2015-10-21refactor out some com::sun::star typedefsNoel Grandin1-2/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-06loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-10-05sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-10/+14
2015-10-05sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-20/+20
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-2/+0
2015-09-17boost->stdCaolán McNamara3-7/+7
2015-09-08convert Link<> to typedNoel Grandin1-11/+5
2015-09-08convert Link<> to typedNoel Grandin1-3/+1
2015-09-08convert Link<> to typedNoel Grandin1-5/+2
2015-08-31convert Link<> to typedNoel Grandin1-3/+1
2015-08-25make pWindow private in SfxChildWindowNoel Grandin1-2/+2
2015-08-21loplugin: defaultparamsNoel Grandin2-3/+3
2015-08-03sw: inline use-once typedefsNoel Grandin1-1/+1
2015-07-06improve the returnbyref lopluginNoel Grandin1-2/+2
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-3/+3
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann1-2/+1
2015-06-02loplugin: loopvartoosmallKatarina Behrens1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-19/+19
2015-05-17loplugin:staticmethodsStephan Bergmann1-20/+31
2015-05-15refactor swruler to use RenderContextTomaž Vajngerl1-23/+23
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-2/+2
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks1-1/+3
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2-9/+10
2015-05-02redline dialog handle post-dispose event bits.Michael Meeks1-3/+2
2015-04-29Protect against event emission during dispose.Michael Meeks1-0/+3