summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)AuthorFilesLines
2020-03-04comphelper: allow simple ad-hoc measuring with ProfileZonesMiklos Vajna1-6/+30
2020-02-25Fix currency symbol selection in Calc on mobileTomaž Vajngerl1-2/+5
2020-02-21Drop o3tl::optional wrapperStephan Bergmann3-14/+14
2020-02-17inline some acquire/release callsNoel Grandin1-2/+5
2020-02-08pack some data structuresNoel Grandin1-1/+1
2020-02-07make isDebuggerAttached() public comphelper APILuboš Luňák1-0/+38
2020-02-07merge OpenGLZone and OpenCLZone into one generic codeLuboš Luňák1-0/+72
2020-01-21Make TempFile destructor remove temp directory recursivelySamuel Mehrbrodt1-0/+34
2020-01-13Revert "tdf#125662: disable parallel-zip if the memory..."Dennis Francis1-37/+0
2020-01-04tdf#125662: disable parallel-zip if the memory...Dennis Francis1-0/+37
2019-12-23desktop: unit-test to check SpellDialog works in multiple viewsAshod Nakashian1-0/+2
2019-12-18sal_Char->char in comphelperNoel Grandin5-37/+37
2019-12-12Use std::transform instead of for loopMike Kaganski1-15/+12
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann3-14/+14
2019-12-01Don't use boost::optional forward declarationsStephan Bergmann1-2/+4
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-1/+1
2019-11-20Remove comphelper::OUStringLiteralListStephan Bergmann1-31/+0
2019-11-18convert AccessibilityFlowTo to scoped enumNoel Grandin1-4/+6
2019-11-16Replace comphelper::ServiceInfoHelper::addToSequenceMike Kaganski2-48/+31
2019-11-15make some classes module-privateNoel Grandin1-1/+1
2019-11-09tdf#80731: Only check closing parenthesis when in IDEMike Kaganski2-49/+63
2019-11-06Revert "sc lok: Implement hi-dpi and zoom for spreadsheets."Michael Meeks1-2/+2
2019-10-29loplugin:finalclass in comphelperNoel Grandin24-39/+39
2019-10-23Resolves: tdf#128313 disambiguate flow-to search resultsCaolán McNamara1-1/+2
2019-10-23put together the 'magic' flow-to constantsCaolán McNamara1-0/+33
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin1-7/+7
2019-10-01Implement parallel version of super-scalar-sample-sort...Dennis Francis1-0/+373
2019-09-26loplugin:constmethod in comphelper..desktopNoel Grandin1-1/+1
2019-09-07tdf#39593 drop comphelper::getImplementationArkadiy Illarionov1-10/+0
2019-09-07tdf#39593 use isUnoTunnelId in connectivityArkadiy Illarionov1-1/+1
2019-09-06TyposAndrea Gelmini3-4/+4
2019-09-03Fix typosAndrea Gelmini1-1/+1
2019-09-01loplugin:unusedmethodsNoel Grandin1-19/+0
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-29LOK: per-view support for isMobile()Muhammet Kara1-2/+2
2019-08-29lok: Add isMobile() methodMuhammet Kara1-0/+6
2019-08-26Generalize comphelper::concatSequences to accept other container typesMike Kaganski1-4/+3
2019-08-23loplugin:returnconstval in comphelperNoel Grandin3-5/+5
2019-08-23Mark move ctors/assignments noexceptMike Kaganski1-2/+2
2019-08-23tdf#39593 extract UnoTunnelId comparison to template functionArkadiy Illarionov1-4/+9
2019-08-22The AsyncQuitHandler class needs to be implemented in the comphelper DLLTor Lillqvist1-27/+7
2019-08-22More hacks for quit requests from an OLE Automation clientTor Lillqvist1-1/+13
2019-08-22loplugin:constmethod in canvas,comphelperNoel Grandin1-1/+1
2019-08-22Use range ctor to avoid default-insertion of elements before assignmentMike Kaganski1-11/+5
2019-08-21Make comphelper::findValue inline template and drop sequence.cxxMike Kaganski1-3/+13
2019-08-20tdf#119388 speed up listener broadcastNoel Grandin1-0/+356
2019-08-13warn on load when a document binds an event to a macroCaolán McNamara1-1/+4
2019-08-11Use standard algorithms instead of custom copy functionMike Kaganski1-16/+6
2019-08-01new loplugin:mapindexNoel Grandin1-2/+3
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): comphelperStephan Bergmann1-2/+2