summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2014-08-29Fix signature of dummy non-ORCUS implementationStephan Bergmann1-1/+1
2014-08-28bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx.Kohei Yoshida12-9/+831
2014-08-28Make some methods non-inline, and add method descriptions.Kohei Yoshida6-13/+87
2014-08-28fdo#39468 Translate German comments in sc/source/ui/miscdlgsThomas Viehmann13-396/+100
2014-08-27assert on first useEike Rathke1-1/+3
2014-08-27callcatcher: update unused codeCaolán McNamara4-4/+0
2014-08-27out-of-bounds string access, this comparison never matchedEike Rathke1-1/+1
2014-08-26We don't need this branching here anymore.Kohei Yoshida1-10/+7
2014-08-26This one needs to be local time too.Kohei Yoshida1-1/+1
2014-08-26Let's not get the UTC date to see if it fixes test failure in PST.Kohei Yoshida1-1/+1
2014-08-26Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+2
2014-08-26unit test for sort with volatile formula cells, fdo#83067Eike Rathke2-0/+110
2014-08-25fdo#83067 also volatile cells need to listen to all referencesEike Rathke1-7/+1
2014-08-25fdo#36772 Move the scrollbar and sheet tabs in a separate row.Tomaž Vajngerl2-34/+29
2014-08-25sc HTML export: indent conditional blockMiklos Vajna1-55/+55
2014-08-25HTML export: avoid invalid output for embedded spreadsheetsMiklos Vajna2-3/+18
2014-08-25nitpick no need for an extra indentation levelEike Rathke1-25/+23
2014-08-25Resolves fdo#81084 fdo#81696 fdo#80874 fdo#81010 : sort causes crashDeena Francis1-0/+4
2014-08-25Translate German comments, fix some wsPhilipp Weissenbacher3-141/+137
2014-08-24added Lithuanian "LTL" to EUROCONVERT(), CONVERT()Aurimas Fišeras1-1/+2
2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt5-25/+11
2014-08-23Translate German comments, fix some wsPhilipp Weissenbacher4-186/+176
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist21-32/+32
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist5-7/+7
2014-08-22HIG-ify Cond. format manager + Help buttonOlivier Hallot1-85/+123
2014-08-22HIG-ify conditional format dialog + help buttonOlivier Hallot1-111/+168
2014-08-22Restore help button in Pivot Table DialogOlivier Hallot1-1/+15
2014-08-22Split FillAsTable into Binary and Xml variants in the same manner.Kohei Yoshida2-50/+33
2014-08-22Split FillAsHeader into FillAsHeaderBinary and FillAsHeaderXml.Kohei Yoshida2-43/+110
2014-08-22Make header (workbook) export and worksheet export clearer.Kohei Yoshida1-16/+21
2014-08-22treat datetime as handledEike Rathke1-0/+3
2014-08-22current date/time hotkey inserts also if cell is in input or edit modeEike Rathke1-110/+164
2014-08-22InsertCurrentTime: don't fiddle with the cell while editingEike Rathke1-0/+6
2014-08-22Use anonymous namespace for these. (mostly EnumWrapper)Matúš Kukan4-3/+22
2014-08-22resolved fdo#82936 do not clear the 3D flag on refupdateEike Rathke1-1/+2
2014-08-22init formula options once, fdo#82183Eike Rathke1-2/+8
2014-08-22nitpick on comment formEike Rathke3-6/+6
2014-08-22fdo#82183 do not reset globals while loading a documentEike Rathke6-23/+45
2014-08-22out-of-bounds string accessEike Rathke1-1/+1
2014-08-21it's about time to write GOALSEEK as ODFF ORG.OPENOFFICE.GOALSEEKEike Rathke1-1/+2
2014-08-21fdo#80367 (part) help pages fo Calc XML sourceOlivier Hallot1-6/+22
2014-08-21write COLOR function with extension namespaceEike Rathke3-2/+5
2014-08-21add missing parameter flagEike Rathke1-1/+1
2014-08-20Work around unhelpful MSVC error C2216: override cannot be used with inlineStephan Bergmann1-93/+93
2014-08-20convert some OSL_TRACE to SAL_WARNEike Rathke1-8/+8
2014-08-20Bad hack to enforce weakly emitted RTTI for ScValidationDlgStephan Bergmann2-19/+17
2014-08-20ODF export: don't write invalid "group-name" attributeMichael Stahl1-1/+2
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin1-1/+1
2014-08-20Clean up line splicing and indentationStephan Bergmann1-13/+13
2014-08-20add a VclViewportCaolán McNamara2-11/+25