summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-25I forgot to turn this off.Kohei Yoshida1-1/+1
2013-07-25fdo#67269 adapt checkTable to getTableName changeLionel Elie Mamane1-3/+4
2013-07-25A Torsdag without typo would not be a TorsdagFridrich Štrba1-1/+1
2013-07-25Add some consistency to the world as we know itFridrich Štrba7-8/+8
2013-07-25have my own stab at fixing the leaking SmDocShellCaolán McNamara2-0/+6
2013-07-25Related: fdo#67113 restore some code, it has side effectsIvan Timofeev1-0/+2
2013-07-25Related: fdo#61544 don't include border size twice in edit optimal sizeCaolán McNamara1-2/+8
2013-07-25WaE: default constructor could not be generated (because of const member(s))Tor Lillqvist1-1/+1
2013-07-25vertically align textboxes to center, which looks much better on MacOSXCaolán McNamara9-7/+49
2013-07-25odk: let configure find the office path by default on dev-installMiklos Vajna1-0/+7
2013-07-25Revert "Fix memory leak in Math, by holding SmModel pointer"Fridrich Strba2-5/+4
2013-07-25convert TakeObjNameSingul family to OUStringCaolán McNamara53-280/+310
2013-07-25fdo#59427 first step for template menuCor Nouws11-9/+69
2013-07-25WaE: C4510: default constructor could not be generated)Tor Lillqvist1-4/+16
2013-07-25Updated coreArnaud Versini1-0/+0
2013-07-25Remove some unused code form unusedcode.easyMarcos Paulo de Souza17-185/+0
2013-07-25fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa12-33/+3
2013-07-25fix for SwCombinedCharField constructor with wrong initAdam Co1-1/+1
2013-07-25Fix memory leak in Math, by holding SmModel pointerMarcos Paulo de Souza2-4/+5
2013-07-25convert some XubString to OUString in ApplicationNoel Grandin3-7/+7
2013-07-25convert vcl/ilistbox from XubString to OUStringNoel Grandin2-9/+17
2013-07-25convert XubString to OUStringNoel Grandin2-6/+6
2013-07-25n#827332: Charts shrink when there are no legends.Muthu Subramanian1-5/+7
2013-07-24These static_cast's are very significant. Don't remove these.Kohei Yoshida2-4/+4
2013-07-24Work on remving direct access to ScSingleRefData's data members.Kohei Yoshida15-160/+171
2013-07-24Add support for double in OpenCL kernel.Haidong Lian4-1865/+1397
2013-07-24add SC_SOFTWARE tweak to force sw group interpret.Michael Meeks1-0/+5
2013-07-24Prompt the user to delete cached kernels on failureMichael Meeks2-13/+31
2013-07-24add min/max/delta kernels and misc. cleanup / bug fixing.Jing Xian3-63/+121
2013-07-24fdo#67206: Add test for broadcaster relocation on column insertion.Kohei Yoshida1-8/+44
2013-07-24I'm supposed to move it, not shift it.Kohei Yoshida1-2/+3
2013-07-24There isn't much we have to do for copy.Kohei Yoshida1-59/+6
2013-07-24Add test for partial move of referenced range.Kohei Yoshida1-0/+22
2013-07-24Re-implement adjusting of references on move.Kohei Yoshida3-13/+64
2013-07-24Add test for moving the formula cells that reference stationary range.Kohei Yoshida1-0/+23
2013-07-24Add starter test for reference update on range move.Kohei Yoshida2-0/+52
2013-07-24Broadcast on recalc-ref-on-move cells for the other 3 directions.Kohei Yoshida1-31/+36
2013-07-24Add test for ROW function.Kohei Yoshida2-0/+39
2013-07-24Broadcast on formula cells containing COLUMN functions on column insertion.Kohei Yoshida5-14/+94
2013-07-24Make these non-inline.Kohei Yoshida2-29/+39
2013-07-24CalcRelFromAbs() is no more.Kohei Yoshida3-24/+22
2013-07-24More on removing use of CalcRelFromAbs().Kohei Yoshida3-12/+6
2013-07-24More on removing CalcRelFromAbs().Kohei Yoshida5-56/+47
2013-07-24Work on removing CalcRelFromAbs().Kohei Yoshida2-18/+12
2013-07-24Remove CalcAbsIfRel() since nobody uses this anymore.Kohei Yoshida2-27/+0
2013-07-24Remove CalcAbsIfRel() from ScComplexRefData::Extend().Kohei Yoshida1-61/+22
2013-07-24Add test for extending range reference.Kohei Yoshida1-14/+34
2013-07-24Add test for cell function COLUMN.Kohei Yoshida2-0/+23
2013-07-24Modified reference shouldn't make the cell dirty.Kohei Yoshida1-6/+6
2013-07-24Flag cell state modified when a reference points to a different position.Kohei Yoshida4-8/+15