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