summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cppcheck: uninitialised members in vclJochen Nitschke2016-05-145-12/+23
* recognize #REF! particles of invalidated references, tdf#86575 follow-upEike Rathke2016-05-142-58/+91
* remove various crutches for boost::bind/boost::mem_fnMichael Stahl2016-05-134-31/+0
* filter: convert boost::bindMichael Stahl2016-05-131-9/+8
* sdext: replace boost::bindMichael Stahl2016-05-133-15/+12
* recognize #REF! particles of invalidated references, tdf#86575 follow-upEike Rathke2016-05-134-91/+264
* Related tdf#99272: Prevent bogus com.sun.star.uno.Type(Short[].class) etc.Stephan Bergmann2016-05-134-36/+67
* more places we use other than end ellipsizeCaolán McNamara2016-05-133-3/+3
* we don't have an end ellipsize (yet)Caolán McNamara2016-05-131-1/+1
* Related: tdf#99523 two undo actions listed after dragging a slideCaolán McNamara2016-05-131-1/+5
* tdf#35957 check for preconditions earlierDavid Tardon2016-05-131-2/+7
* sw: document the MoveInvalidXAccToEnd() oddityMichael Stahl2016-05-131-3/+5
* tdf#99722 sw: avoid buffering a11y events for not-visible framesMichael Stahl2016-05-132-5/+13
* Resolves: tdf#99730 lower the barrier for inferior systems, cripple the testEike Rathke2016-05-131-3/+9
* Resolves: tdf#99692 crash in SwPostItMgr with change trackingCaolán McNamara2016-05-131-4/+7
* Resolves: tdf#99556 if the num of arguments is not 1 infer a rawCaolán McNamara2016-05-133-5/+18
* Convert VIEWOPT_CORE2 to scoped enumNoel Grandin2016-05-132-24/+29
* Resolves: tdf#96092 crash on activating manage changes sidebarCaolán McNamara2016-05-131-1/+4
* fix ShowTrackFlags legal bitsCaolán McNamara2016-05-131-1/+1
* only ever seen this with Khmer OS fonts, and their name is in ascii anywayCaolán McNamara2016-05-131-1/+3
* convert TSS_TYPE to scoped enumNoel Grandin2016-05-133-229/+242
* tdf#42949: clean up includes in include/oox/ole with iwyuJorenz Paragas2016-05-1319-33/+115
* docxtablestyleexport: can pass the serializer by const refMiklos Vajna2016-05-132-2/+2
* Resolves: tdf#99272 new Short[] used instead of new short[]Caolán McNamara2016-05-131-7/+7
* Fix unittest failure on aarch64Tomáš Chvátal2016-05-131-1/+1
* slideshow: replace boost::mem_fn with std::mem_fnMichael Stahl2016-05-137-29/+27
* slideshow: tweak BaseContainerNode::forEachChildNodeMichael Stahl2016-05-131-1/+1
* convert EXCHG_OUT_ACTION_FLAG to scoped enumNoel Grandin2016-05-138-1007/+1027
* clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin2016-05-1321-85/+77
* clang-tidy modernize-loop-convert in vclNoel Grandin2016-05-1340-216/+199
* clang-tidy modernize-loop-convert in writerfilter to xmlsecurityNoel Grandin2016-05-1332-153/+131
* convert SHOWTRACK to scoped enumNoel Grandin2016-05-1326-65/+72
* Fix wrong commentJulien Nabet2016-05-131-2/+1
* Convert ACT to scoped enumNoel Grandin2016-05-1310-68/+68
* convert PROT to scoped enumNoel Grandin2016-05-1310-107/+116
* Convert WHEELMODE to scoped enumNoel Grandin2016-05-132-27/+32
* convert EXCEPTION_ to scoped enumNoel Grandin2016-05-139-75/+65
* convert FilePicker flags to scoped enumNoel Grandin2016-05-1311-110/+76
* Typo: ExcecuteContextMenuAction->ExecuteContextMenuActionJulien Nabet2016-05-1313-17/+17
* Updated coreJohnny_M2016-05-131-0/+0
* starmath: SmMatrixNode should have the node TMATRIXTakeshi Abe2016-05-132-3/+5
* Update mdds to 1.2.0. Note that the API version is also up.Kohei Yoshida2016-05-137-55/+15
* Remove wrong TODOJulien Nabet2016-05-121-1/+1
* framework: register DispatchDisabler serviceMiklos Vajna2016-05-121-0/+3
* framework: initial implementation of a dispatch disabler.Michael Meeks2016-05-126-3/+295
* tdf#99722 sw: silly performance issue when firing a11y eventsMichael Stahl2016-05-121-9/+4
* CppunitTest_sw_uwriter: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-05-122-70/+68
* if we can't use assert() as intended then use SAL_WARN()Eike Rathke2016-05-121-2/+2
* Revert "Silence -Werror,-Wimplicit-fallthrough under NDEBUG"Eike Rathke2016-05-121-4/+4
* use SAL_WARN()Eike Rathke2016-05-121-4/+3