summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-04tdf#89466: Getting/setting page size works nowKatarina Behrens1-42/+63
2016-05-04tdf#89466: Give those slots a separate GetState methodKatarina Behrens4-6/+16
2016-05-04tdf#89466: Access to page setup dialog, alignment of labelsKatarina Behrens2-9/+21
2016-05-04tdf#89466: Slide Background tabRishabh Kumar14-5/+1089
2016-05-04filter: svg: avoid undefined variablesHenry Castro1-3/+5
2016-05-04Better fix for Windows-only codeStephan Bergmann2-2/+2
2016-05-04Missing includesStephan Bergmann2-0/+2
2016-05-04Fix Windows-only code, part 8Stephan Bergmann1-2/+1
2016-05-04Fix Windows-only code, part 7Stephan Bergmann1-1/+1
2016-05-04genLang .tree files got "help_section"jan Iversen2-3/+4
2016-05-04No need to explicitly delete ctor the compiler wouldn't implicitly declareStephan Bergmann8-10/+0
2016-05-04tdf#62525 vcl: use cow_wrapper for wallXisco Fauli4-139/+60
2016-05-04Fix Windows-only code, part 6Stephan Bergmann1-2/+1
2016-05-04tdf#62525 vcl: use cow_wrapper for mapmodXisco Fauli2-156/+55
2016-05-04-Werror=maybe-uninitializedThorsten Behrens1-1/+1
2016-05-04Fix Windows-only code, part 5Stephan Bergmann1-2/+1
2016-05-04Resolves: tdf#94146 a11y crash, obtain formula using the correct pointerEike Rathke1-1/+2
2016-05-04Fix Windows-only code, part 4Stephan Bergmann1-2/+1
2016-05-04Fix Windows-only code, part 3Stephan Bergmann1-2/+1
2016-05-04genlang keygen with newline changedjan Iversen1-2/+15
2016-05-04genlang correct xcu filterjan Iversen2-3/+8
2016-05-04Fix Windows-only code, part 2Stephan Bergmann1-1/+1
2016-05-04Fix Windows-only codeStephan Bergmann2-3/+2
2016-05-04sal_Bool -> boolStephan Bergmann2-4/+4
2016-05-04Remove unnecessary ScUnoHelpFunctions::SetBoolInAnyStephan Bergmann21-201/+193
2016-05-04use Any constructor instead of temporariesNoel Grandin145-1753/+658
2016-05-04Underline should be a split buttonMaxim Monastirsky1-1/+1
2016-05-04tdf#42949: clean up includes in include/oox/dump with iwyuJorenz Paragas5-22/+52
2016-05-04tdf#97831 follow up : use ScInterpreter::ReverseStack()Winfried Donkers1-18/+2
2016-05-04loplugin:staticmethodsStephan Bergmann2-2/+5
2016-05-04tdf#94260 Convert pixel to 1/100 mmRosemary Sebastian1-9/+15
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann29-133/+88
2016-05-04underline popup control possible to use outside sidebarSzymon Kłos14-566/+426
2016-05-04notebookbar: rearranged layoutSzymon Kłos1-783/+901
2016-05-04Rewrite fix for tdf#99353 in way that doesn't trigger loplugin:passstuffbyrefStephan Bergmann1-34/+39
2016-05-04loplugin:implicitboolconversionStephan Bergmann1-2/+2
2016-05-04CPPUNIT_ASSERT(a == b) -> CPPUNIT_ASSERT_EQUAL(b, a)Miklos Vajna1-1/+1
2016-05-04Correct value types for the respective function objects.Kohei Yoshida1-6/+6
2016-05-04Replace namespace ScErrorCodes with formula...Kohei Yoshida23-172/+166
2016-05-04update creditsChristian Lohmaier1-1263/+1316
2016-05-04tdf#82160 Reset mouse pointer if doc loading failedMaxim Monastirsky3-0/+5
2016-05-04LoadEnv::getTargetComponent() is supposed to return nothingMaxim Monastirsky1-0/+1
2016-05-03Enable Any functions on sal_uInt16 for LIBO_INTERNAL_ONLYStephan Bergmann2-0/+8
2016-05-03NameToken with Sheet instead of boolean GlobalEike Rathke3-11/+7
2016-05-03tdf#99383 vcl: don't dispatch events from SolarMutexReleaserMichael Stahl2-3/+9
2016-05-03bump openssl to 1.0.2hChristian Lohmaier1-2/+2
2016-05-03tdf#42949: clean up includes in include/oox/drawingml with iwyuJorenz Paragas38-41/+165
2016-05-03C++11: disable ctors with delete in include/Jochen Nitschke10-30/+17
2016-05-03Trivially improve sal/types.h code indentationStephan Bergmann1-2/+2
2016-05-03Handle wchar_t as native C++11 type on windowsDavid Ostrovsky8-91/+3