summaryrefslogtreecommitdiff
path: root/include/comphelper
AgeCommit message (Expand)Author
2019-04-11Run clang-formatTor Lillqvist
2019-04-11Don't crash if the BSTR pointer in a VARIANT is (weirdly) nullTor Lillqvist
2018-11-08Refactor SfxObjectShell sign methodsSamuel Mehrbrodt
2018-11-07sc lok: Implement hi-dpi and zoom for spreadsheets.Jan Holesovsky
2018-05-31Introduce comphelper::Automation::AutomationInvokedZoneTor Lillqvist
2018-05-31Handle <codecvt> deprecation issue with VS2017Tor Lillqvist
2018-05-31Factor out AsyncQuitHandler to be usable elsewhere, tooTor Lillqvist
2018-05-31Mask away the extra bits from vt before switchingTor Lillqvist
2018-04-20sw lok: View jumps to cursor position even if it is moved by an other view.Tamás Zolnai
2018-03-28Fix copy-paste errorTor Lillqvist
2018-03-28Add BSTR handlingTor Lillqvist
2018-03-27First cut at annotating 'exotic' filters.Michael Meeks
2018-03-26oox: preserve the ContentType of custom filesAshod Nakashian
2018-03-25Manually recognize some IIDs that don't have cleartext names in the RegistryTor Lillqvist
2018-03-25Do what the TODO saidTor Lillqvist
2018-03-25Apply clang-formatTor Lillqvist
2018-03-25Add debug output operator for VARIANTTor Lillqvist
2018-03-25Make this work also outside LibreOffice code (for test programs)Tor Lillqvist
2018-03-25Add debug output operator for IIDTor Lillqvist
2018-03-25lok: Allow whitelisting languages that should be used by LibreOfficeKit.Jan Holesovsky
2018-03-19lokdialog: Allow windows / dialogs in different languages.Jan Holesovsky
2018-03-19lok: calc: LOK_FEATURE_RANGE_HEADERSMarco Cecchetti
2018-01-17comphelper: put some include guards around stark naked headerMichael Stahl
2018-01-16tdf#114939 package,comphelper: Try both real SHA1 and StarOffice SHA1Michael Stahl
2018-01-13tdf#114550: load back PGP encrypted filesThorsten Behrens
2017-12-04tdf#113696 Add mimetype to image elementSamuel Mehrbrodt
2017-11-29tdf#109202: Convert images to desired format in (f)odt filterKatarina Behrens
2017-11-18silence some coverity warningsCaolán McNamara
2017-11-13Remove OAccessibleTextHelper::getCharacter and getTextRangeArnaud Versini
2017-11-13Remove OCommonAccessibleText::getText and getCharacterCount.Arnaud Versini
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann
2017-11-11Remove unnecessary makePropertyValue specialization for AnyStephan Bergmann
2017-11-10No need to blacklist this loplugin:unnecessaryoverrideStephan Bergmann
2017-11-09loplugin:finalclasses in comphelperNoel Grandin
2017-11-09use rtl::Reference for SlaveDataNoel Grandin
2017-11-04Make Windows error reporting more robustMike Kaganski
2017-11-03-Werror,-Wsign-compare (clang-cl)Stephan Bergmann
2017-11-02Improve failed HRESULT reporting on debugMike Kaganski
2017-10-30clang-tidy modernize-use-equals-default in comphelperJochen Nitschke
2017-10-25loplugin:constmethod in comphelper,ucbhelperNoel Grandin
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-10-17correct wrong doxygen syntax; also comments clean-upKorrawit Pruegsanusak
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski
2017-10-04Revert "check for unnecessary DLLPUBLIC annotations"Stephan Bergmann
2017-10-03LOK: getSpellLanguages() is not necessary in comphelper in the end.Jan Holesovsky
2017-10-03lok: use getCommandValues to obtain a list of languagesHenry Castro
2017-10-02lokdialog: Dialog invalidation supportPranav Kant
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski
2017-09-29check for unnecessary DLLPUBLIC annotationsNoel Grandin
2017-09-27tdf#75757 comphelper: avoid STL inheritance in SequenceAsHashMapMiklos Vajna