summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Declaration of sal_Bool overload of convertPropertyValue had been missingStephan Bergmann2016-05-041-0/+1
* Remove leftover declaration of convertPropertyValue overloadStephan Bergmann2016-05-041-3/+0
* tdf#89466: Getting/setting page size works nowKatarina Behrens2016-05-041-42/+63
* tdf#89466: Give those slots a separate GetState methodKatarina Behrens2016-05-044-6/+16
* tdf#89466: Access to page setup dialog, alignment of labelsKatarina Behrens2016-05-042-9/+21
* tdf#89466: Slide Background tabRishabh Kumar2016-05-0414-5/+1089
* filter: svg: avoid undefined variablesHenry Castro2016-05-041-3/+5
* Better fix for Windows-only codeStephan Bergmann2016-05-042-2/+2
* Missing includesStephan Bergmann2016-05-042-0/+2
* Fix Windows-only code, part 8Stephan Bergmann2016-05-041-2/+1
* Fix Windows-only code, part 7Stephan Bergmann2016-05-041-1/+1
* genLang .tree files got "help_section"jan Iversen2016-05-042-3/+4
* No need to explicitly delete ctor the compiler wouldn't implicitly declareStephan Bergmann2016-05-048-10/+0
* tdf#62525 vcl: use cow_wrapper for wallXisco Fauli2016-05-044-139/+60
* Fix Windows-only code, part 6Stephan Bergmann2016-05-041-2/+1
* tdf#62525 vcl: use cow_wrapper for mapmodXisco Fauli2016-05-042-156/+55
* -Werror=maybe-uninitializedThorsten Behrens2016-05-041-1/+1
* Fix Windows-only code, part 5Stephan Bergmann2016-05-041-2/+1
* Resolves: tdf#94146 a11y crash, obtain formula using the correct pointerEike Rathke2016-05-041-1/+2
* Fix Windows-only code, part 4Stephan Bergmann2016-05-041-2/+1
* Fix Windows-only code, part 3Stephan Bergmann2016-05-041-2/+1
* genlang keygen with newline changedjan Iversen2016-05-041-2/+15
* genlang correct xcu filterjan Iversen2016-05-042-3/+8
* Fix Windows-only code, part 2Stephan Bergmann2016-05-041-1/+1
* Fix Windows-only codeStephan Bergmann2016-05-042-3/+2
* sal_Bool -> boolStephan Bergmann2016-05-042-4/+4
* Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann2016-05-0421-201/+193
* use Any constructor instead of temporariesNoel Grandin2016-05-04145-1753/+658
* Underline should be a split buttonMaxim Monastirsky2016-05-041-1/+1
* tdf#42949: clean up includes in include/oox/dump with iwyuJorenz Paragas2016-05-045-22/+52
* tdf#97831 follow up : use ScInterpreter::ReverseStack()Winfried Donkers2016-05-041-18/+2
* loplugin:staticmethodsStephan Bergmann2016-05-042-2/+5
* tdf#94260 Convert pixel to 1/100 mmRosemary Sebastian2016-05-041-9/+15
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-0429-133/+88
* underline popup control possible to use outside sidebarSzymon Kłos2016-05-0414-566/+426
* notebookbar: rearranged layoutSzymon Kłos2016-05-041-783/+901
* Rewrite fix for tdf#99353 in way that doesn't trigger loplugin:passstuffbyrefStephan Bergmann2016-05-041-34/+39
* loplugin:implicitboolconversionStephan Bergmann2016-05-041-2/+2
* CPPUNIT_ASSERT(a == b) -> CPPUNIT_ASSERT_EQUAL(b, a)Miklos Vajna2016-05-041-1/+1
* Correct value types for the respective function objects.Kohei Yoshida2016-05-041-6/+6
* Replace namespace ScErrorCodes with formula...Kohei Yoshida2016-05-0423-172/+166
* update creditsChristian Lohmaier2016-05-041-1263/+1316
* tdf#82160 Reset mouse pointer if doc loading failedMaxim Monastirsky2016-05-043-0/+5
* LoadEnv::getTargetComponent() is supposed to return nothingMaxim Monastirsky2016-05-041-0/+1
* Enable Any functions on sal_uInt16 for LIBO_INTERNAL_ONLYStephan Bergmann2016-05-032-0/+8
* NameToken with Sheet instead of boolean GlobalEike Rathke2016-05-033-11/+7
* tdf#99383 vcl: don't dispatch events from SolarMutexReleaserMichael Stahl2016-05-032-3/+9
* bump openssl to 1.0.2hChristian Lohmaier2016-05-031-2/+2
* tdf#42949: clean up includes in include/oox/drawingml with iwyuJorenz Paragas2016-05-0338-41/+165
* C++11: disable ctors with delete in include/Jochen Nitschke2016-05-0310-30/+17