summaryrefslogtreecommitdiff
path: root/sc/source
AgeCommit message (Expand)AuthorFilesLines
2014-08-30Make nPrtToScreenFactor and GetOutputFactor fractions.Andrzej Hunt9-23/+44
2014-08-30ScViewData::GetActiveWin can be const.Andrzej Hunt2-2/+2
2014-08-30Allow overriding limits for SetZoom for Tiled Rendering.Andrzej Hunt2-16/+31
2014-08-30aScrSize should be mutable.Andrzej Hunt2-5/+5
2014-08-30Fillinfo: don't scale data unnecessarily.Andrzej Hunt2-17/+15
2014-08-30Ensure we actually render all cells in the selected area.Andrzej Hunt1-0/+4
2014-08-30Take into account drawing layer for data area size.Andrzej Hunt1-2/+18
2014-08-30Implement data area size retrieval.Andrzej Hunt3-4/+49
2014-08-30Allow overriding of device for Paint, and use that for Tiles.Andrzej Hunt2-7/+14
2014-08-30Calc: Add tiled rendering device to the paint view.Andrzej Hunt1-0/+13
2014-08-30Render tiles from calc.Andrzej Hunt3-14/+32
2014-08-30interpr: ZinsesZins is Compound InterestThomas Arnhold2-16/+16
2014-08-30interpr: fPeriodn -> fPeriodsThomas Arnhold1-8/+8
2014-08-30fdo#39674: translated German to EnglishJennifer Liebel1-216/+213
2014-08-30fdo#39674: Improved translationJennifer Liebel1-14/+13
2014-08-30WaE: private field 'mnId' is not usedTor Lillqvist2-4/+2
2014-08-29Remove the old xlsx pivot table export code.Kohei Yoshida2-216/+1
2014-08-29Correctly export subtotal functions of data fields.Kohei Yoshida1-5/+57
2014-08-29Use the source dimension name when searching for a dimension.Kohei Yoshida1-4/+9
2014-08-29Export data layout field to xlsx correctly.Kohei Yoshida1-8/+13
2014-08-30WaE: unused function 'isGL3DDiagram'Tor Lillqvist1-35/+0
2014-08-29This OpenGL window is uselessZolnai Tamás3-41/+0
2014-08-29opengl charts: Move the init from sc to chart2, to have the right parent.Jan Holesovsky1-18/+0
2014-08-28bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx.Kohei Yoshida8-8/+823
2014-08-28Make some methods non-inline, and add method descriptions.Kohei Yoshida3-1/+61
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 McNamara3-3/+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-26Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+2
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 Mehrbrodt4-22/+8
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-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