summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin50-554/+630
2018-06-01Move signature line to signed propertiesSamuel Mehrbrodt2-61/+53
2018-06-01tdf#117915: fix mix of Bullet TooltipsJulien Nabet1-2/+2
2018-06-01Fix typosAndrea Gelmini1-1/+1
2018-06-01tdf#117777 fix show hidden files/folders option on AndroidMert Tümer1-1/+11
2018-06-01[Pardus] tdf#106371 ability to insert/delete tables Android ViewerMert Tümer6-0/+348
2018-06-01Added Storage permission handling on the Android ViewerMert Tümer7-17/+55
2018-06-01tdf#115600 Use "Navigation element not found" message for HeadingsJim Raykowski1-2/+2
2018-06-01tdf#115600 Display messages in Findbar for Index entry navigationJim Raykowski1-19/+43
2018-05-31sc: disable test that fails on WindowsHenry Castro1-1/+0
2018-06-01linguistic: add functionality to change spellcheck colorFred Kruse4-3/+161
2018-06-01Updated coreSophia Schröder1-0/+0
2018-06-01Updated coreSophia Schröder1-0/+0
2018-06-01Updated coreAdolfo Jayme Barrientos1-0/+0
2018-06-01Updated coreAdolfo Jayme Barrientos1-0/+0
2018-05-31Mimetype icon update writer and calcandreas kainz88-32/+44
2018-05-31move related functions next to each otherLuboš Luňák1-14/+11
2018-05-31assert(!bThreadedGroupCalcInProgress) in ScGlobal get-or-create functionsLuboš Luňák1-0/+19
2018-05-31move mbThreadedGroupCalcInProgress from ScDocument to ScGlobalLuboš Luňák8-23/+26
2018-05-31connect up accessibility locationCaolán McNamara5-13/+26
2018-05-31dynamic_cast followed by static_castCaolán McNamara1-2/+2
2018-05-31Resolves: tdf#116268 use on/off data, not pos to determine which is whichCaolán McNamara1-1/+1
2018-05-31use std::unique_ptrCaolán McNamara9-48/+46
2018-05-31tdf#117537 block rentry to CheckAndMarkUnknownFontCaolán McNamara1-1/+7
2018-05-31ofz#8651 Integer-overflowCaolán McNamara1-2/+9
2018-05-31Add WordBasic property and its FileOpen "command"Tor Lillqvist5-0/+65
2018-05-31cppuhelper : use rtl::isAlphaNumeric instead of recreate the method.Arnaud Versini1-16/+6
2018-05-31Corrected PresObj StylesArmin Le Grand6-58/+59
2018-05-31tdf#96698 - calc: add support for custom validation (through a formula)Marco Cecchetti13-15/+130
2018-05-31Run soffice frpm instdir (but CustomTarget_automationtest still can't work)Tor Lillqvist2-3/+11
2018-05-31Log the call to CoRegisterClassObject()Tor Lillqvist1-0/+3
2018-05-31chmod -xTor Lillqvist3-0/+0
2018-05-31focus rect for value setCaolán McNamara4-1/+14
2018-05-31Revert "Simplify: Use AutomationInvokedZone::isActive()"Tor Lillqvist3-14/+29
2018-05-31Comment out CustomTarget_automationtest for now, it can't work properlyTor Lillqvist1-3/+3
2018-05-31tdf#117884: intersect border with paint area of upper frame.Mark Hung4-18/+53
2018-05-31SOSAW080: Cleanup of SdrModelArmin Le Grand24-126/+94
2018-05-31Implement NewWorkbook and WorkbookOpen Automation callbacks in CalcTor Lillqvist4-1/+41
2018-05-31Add a SAL_INFOTor Lillqvist1-0/+2
2018-05-31Add a unit test for the Automation client servicesTor Lillqvist3-0/+155
2018-05-31Must catch Exception here, not the more specific UnknownPropertyExceptionTor Lillqvist1-2/+2
2018-05-31Simplify: Use AutomationInvokedZone::isActive()Tor Lillqvist3-29/+14
2018-05-31Need to enter the AutomationInvokedZone here, tooTor Lillqvist1-0/+3
2018-05-31Add Author property to ooo::vba::excel::XWorkbook and implement itTor Lillqvist3-0/+21
2018-05-31Can simplify, our IDL compiler is more clever nowadaysTor Lillqvist1-10/+0
2018-05-31Avoid a SolarMutex assertion failure in some use cases from AutomationTor Lillqvist1-1/+8
2018-05-31comphelper: fix an IWYU warningMiklos Vajna2-1/+4
2018-05-31Enter AutomationInvokedZone appropriatelyTor Lillqvist1-0/+46
2018-05-31Introduce comphelper::Automation::AutomationInvokedZoneTor Lillqvist3-0/+76
2018-05-31Do same trick in setValue() as earlier in getValue() for Automation clientsTor Lillqvist1-62/+70