summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-04yyyyyNoel Grandin
2015-11-04STR_MASTERPAGESSELECTOR appears to be unusedStephan Bergmann
2015-11-04-Werror,-Wabsolute-valueStephan Bergmann
2015-11-04tdf#95298: corrected some out-of-bound accesses to arrayArmin Le Grand
2015-11-04vcl: What we want here is exactly std::copysignTakeshi Abe
2015-11-04Bin some use-once variables, use literals insteadTor Lillqvist
2015-11-04loplugin:stringconstantNoel Grandin
2015-11-04loplugin:stringconstantNoel Grandin
2015-11-04Resurrect CppunitTest_sal_osl_getsystempathfromfileurlStephan Bergmann
2015-11-04tdf#93296 dashes in decimal part => 0 min decimal placesLaurent Balland-Poirier
2015-11-04loplugin:stringconstantNoel Grandin
2015-11-04lokdocview: Don't render tiles while tile buffer has changedPranav Kant
2015-11-04CppunitTest_desktop_lib: test absolute positions for row/column headersMiklos Vajna
2015-11-04sc lok: return absolute positions for row/column headersMiklos Vajna
2015-11-04loplugin:stringconstantNoel Grandin
2015-11-04boost->std in include/toolsNoel Grandin
2015-11-04boost::array->std::array in include/ooxNoel Grandin
2015-11-04tdf#95077 Check Index != 0ccsheller
2015-11-04tdf#94716 allow Oracle's JDK to be used on OS X 10.10 and 10.11Patrick Luby
2015-11-04Handle URLs with query or fragment (or containing NUL chars)Stephan Bergmann
2015-11-04remove unused boost headerNoel Grandin
2015-11-04Bin some use-once variables, use literals insteadTor Lillqvist
2015-11-04remove remaining boost/noncopyable includes from /includeNoel Grandin
2015-11-04sw: fix non-dbgutil buildMiklos Vajna
2015-11-04editeng: Eliminate unecessary padding in classesDaniel Robertson
2015-11-04sw: prefix members of SwCacheObjMiklos Vajna
2015-11-04sw: prefix members of SwOrderIterMiklos Vajna
2015-11-04sw: prefix members of SwRegionRectsMiklos Vajna
2015-11-04sw: prefix members of SwSelUnionMiklos Vajna
2015-11-04loplugin:stringconstantNoel Grandin
2015-11-04loplugin:stringconstantNoel Grandin
2015-11-04Clean up osl_getSystemPathFromFileURL implementationStephan Bergmann
2015-11-04Don't dereference null pointerStephan Bergmann
2015-11-04Tweak MenuBarManager a bit for use with context menusMaxim Monastirsky
2015-11-03loplugin:simplifyboolStephan Bergmann
2015-11-03-Werror,-Wformat-securityStephan Bergmann
2015-11-03get-bugzilla-attachments: RSS query doesn't work with '+' characterXisco Fauli
2015-11-03Support of popupmenu resource typeMaxim Monastirsky
2015-11-03tdf#81144 Chinese full-width punctuation does not align properlyMark Hung
2015-11-03dynamic_cast fixed againOliver Specht
2015-11-03vcl: Prefer std::abs to a home-brewed macroTakeshi Abe
2015-11-03lok: Fix crash due to non-initialized callback.Jan Holesovsky
2015-11-03lok: Unit test for LOK_CALLBACK_UNO_COMMAND_RESULT.Jan Holesovsky
2015-11-03sc lok: avoid placeholder row when providing all headersMiklos Vajna
2015-11-03-Werror,-Wformat-securityStephan Bergmann
2015-11-03sc lok: allow requesting column headers only for a logic areaMiklos Vajna
2015-11-03sc lok: allow requesting row headers only for a logic areaMiklos Vajna
2015-11-03ScGlobal::UpdatePPT: make conversion more preciseMiklos Vajna
2015-11-03Bin a few pointless variablesTor Lillqvist
2015-11-03read past end of pCellInfoCaolán McNamara