summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-05-08Translate German comments, fix some wsPhilipp Weissenbacher2-357/+294
2014-05-08fix another crash on exitMarkus Mohrhard3-1/+15
2014-05-08don't put the parent window as child into itselfMarkus Mohrhard1-10/+7
2014-05-08Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part5Julien Nabet23-332/+332
2014-05-07Need vclopengl nowTor Lillqvist1-0/+1
2014-05-07fix crash on exitMarkus Mohrhard3-2/+23
2014-05-07fix crash when canceling the chart wizardMarkus Mohrhard1-1/+1
2014-05-07let us use the new OpenGLWindowMarkus Mohrhard2-2/+3
2014-05-07provide the OpenGL windowMarkus Mohrhard1-0/+16
2014-05-08Avoid possible memory leaks in case of exceptionsTakeshi Abe5-56/+33
2014-05-07remove uncompiled source filesThomas Arnhold3-70/+0
2014-05-07fdo#77944: No need to store updated formulas in undo document when moving.Kohei Yoshida1-1/+1
2014-05-07Drop unused #includeTakeshi Abe2-2/+0
2014-05-06fdo#77990: Write test for this, using the 2nd test document submitted.Kohei Yoshida2-0/+15
2014-05-06fdo#77990: Intern strings for hybrid strings during import.Kohei Yoshida6-7/+11
2014-05-06Let's make this non-inline...Kohei Yoshida2-6/+9
2014-05-06fdo#77647: Fix the column insertion use case.Kohei Yoshida1-1/+1
2014-05-06fdo#77647: Test for reference adjustment on column insertion.Kohei Yoshida3-16/+53
2014-05-06fdo#77944: Put updated formula cells into undo document.Kohei Yoshida1-1/+1
2014-05-06fdo#77944: Write test for this.Kohei Yoshida3-0/+54
2014-05-06remove uncompiled source filesThomas Arnhold2-224/+0
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin4-4/+4
2014-05-06fix typoMarkus Mohrhard1-4/+4
2014-05-06consistent percent sign in commentsThomas Arnhold2-3/+3
2014-05-06Related: #i56998# english doesn't put a space between numbers and percentThomas Arnhold1-2/+2
2014-05-05fdo#78054: Initialize drawing layer when the document contains notes.Kohei Yoshida3-10/+21
2014-05-05remove some commented out lines from src filesThomas Arnhold2-4/+0
2014-05-05resolved fdo#78294 default null-date for document import is 1899-12-30Eike Rathke1-0/+6
2014-05-06Avoid possible memory leaks in case of exceptionsTakeshi Abe4-55/+36
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin22-30/+30
2014-05-04sc: Fix bunch of testsMaxim Monastirsky12-0/+12
2014-05-04Fix CppunitTest_sc_outlineobj testMaxim Monastirsky1-0/+1
2014-05-04loplugin:saloverrideStephan Bergmann1-2/+2
2014-05-03fdo#78062: Broadcast only on non-empty cells within deleted range.Kohei Yoshida7-6/+155
2014-05-02Implement "fill single edit" mode and map it to Ctrl-' by default.Kohei Yoshida10-6/+80
2014-05-02Avoid possible memory leaks in case of exceptionsTakeshi Abe7-51/+47
2014-05-01Remove this width requestMaxim Monastirsky1-1/+0
2014-05-01Simplify type detectorsMaxim Monastirsky3-376/+44
2014-05-01coverity#708034 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-05-01coverity#738786 Uninitialized pointer fieldCaolán McNamara1-2/+7
2014-05-01fdo#77806: Use the common block position set for start and end listening.Kohei Yoshida4-6/+27
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni14-36/+36
2014-05-01fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida12-115/+467
2014-05-01fdo#78079: Write test for this.Kohei Yoshida4-32/+114
2014-05-01add test for fdo#75168Markus Mohrhard3-4/+16
2014-05-01escape conditional formatting formulas during xlsx export, fdo#75168Markus Mohrhard1-2/+2
2014-05-01add unit test for fdo#77984Markus Mohrhard2-0/+40
2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni1-2/+2
2014-05-01Avoid possible memory leaks in case of exceptionsTakeshi Abe5-47/+34
2014-04-30coverity#704283 Logically dead codeCaolán McNamara1-4/+2