summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno/unotxvw.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-1/+1
2018-01-22tdf#35301 Modify Asian phonetic guide dialog.Mark Hung1-1/+9
2018-01-15More loplugin:cstylecast: swStephan Bergmann1-2/+2
2017-10-27loplugin:constantparam in swNoel Grandin1-2/+2
2017-10-09uibase: consistently use "" and <> in include directivesMike Kaganski1-2/+2
2017-09-29loplugin:flatten check for throw in then clauseNoel Grandin1-31/+29
2017-09-26loplugin:flatten in swNoel Grandin1-394/+369
2017-08-25Drop gratuitous initial :: from comphelper::ProfileZoneTor Lillqvist1-5/+5
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-1/+0
2017-06-16Profiling API: add ProfileZonesLászló Németh1-0/+6
2017-05-12remove unused uno::Reference varsNoel Grandin1-4/+0
2017-05-08loplugin:checkunusedparams in sw(part2)Noel Grandin1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-23merge comphelper::ChainablePropertySet with comphelper::ChainableHelperNoStateNoel Grandin1-3/+2
2017-04-12convert SelectionType to scoped enumNoel Grandin1-3/+3
2017-04-03use actual UNO enums in swNoel Grandin1-1/+1
2017-03-27create SfxInterfaceId o3tl::strong_intNoel Grandin1-1/+1
2017-02-13convert ShellModes to scoped enumNoel Grandin1-42/+41
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-85/+24
2016-12-12remove useless Mutex guardsNoel Grandin1-2/+0
2016-10-12convert GET_POOLID constants to scoped enumNoel Grandin1-3/+3
2016-06-10Clean up uses of Any::getValue() in swStephan Bergmann1-1/+2
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann1-9/+9
2016-05-26tdf#100051 Partially revert "loplugin:constantparam in sw"Miklos Vajna1-8/+4
2016-05-16convert VIEWOPT_1 to scoped enumNoel Grandin1-3/+1
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-3/+2
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+2
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-2/+1
2016-04-22Avoid reserved identifiersStephan Bergmann1-4/+4
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-7/+7
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-03-22loplugin:constantparam in swNoel Grandin1-4/+3
2016-03-09loplugin:constantparam in swNoel Grandin1-2/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-69/+69
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-23/+23
2015-11-09formatting improvements in sw/Noel Grandin1-8/+8
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-8/+8
2015-11-05use uno::Reference::set method instead of assignmenNoel Grandin1-3/+3
2015-10-27don't allocate uno::Reference on the heapNoel Grandin1-16/+14
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-08-31sw: convert boost::ptr_vector to std::vector<std::unique_ptr>Michael Stahl1-3/+3
2015-07-06improve the returnbyref lopluginNoel Grandin1-8/+8
2015-06-30sw: avoid layout recursion when loading documents with charts...Michael Stahl1-1/+1
2015-06-09use ABC instead of Pimpl for SwXTextRangesBjoern Michaelsen1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-19/+19
2015-05-05loplugin:staticmethodsNoel Grandin1-6/+2
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-12/+12