summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)Author
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist
2014-08-22HIG-ify Cond. format manager + Help buttonOlivier Hallot
2014-08-22HIG-ify conditional format dialog + help buttonOlivier Hallot
2014-08-22Restore help button in Pivot Table DialogOlivier Hallot
2014-08-22Split FillAsTable into Binary and Xml variants in the same manner.Kohei Yoshida
2014-08-22Split FillAsHeader into FillAsHeaderBinary and FillAsHeaderXml.Kohei Yoshida
2014-08-22Make header (workbook) export and worksheet export clearer.Kohei Yoshida
2014-08-22treat datetime as handledEike Rathke
2014-08-22current date/time hotkey inserts also if cell is in input or edit modeEike Rathke
2014-08-22InsertCurrentTime: don't fiddle with the cell while editingEike Rathke
2014-08-22Use anonymous namespace for these. (mostly EnumWrapper)Matúš Kukan
2014-08-22resolved fdo#82936 do not clear the 3D flag on refupdateEike Rathke
2014-08-22init formula options once, fdo#82183Eike Rathke
2014-08-22nitpick on comment formEike Rathke
2014-08-22fdo#82183 do not reset globals while loading a documentEike Rathke
2014-08-22out-of-bounds string accessEike Rathke
2014-08-21it's about time to write GOALSEEK as ODFF ORG.OPENOFFICE.GOALSEEKEike Rathke
2014-08-21fdo#80367 (part) help pages fo Calc XML sourceOlivier Hallot
2014-08-21write COLOR function with extension namespaceEike Rathke
2014-08-21add missing parameter flagEike Rathke
2014-08-20Work around unhelpful MSVC error C2216: override cannot be used with inlineStephan Bergmann
2014-08-20convert some OSL_TRACE to SAL_WARNEike Rathke
2014-08-20Bad hack to enforce weakly emitted RTTI for ScValidationDlgStephan Bergmann
2014-08-20ODF export: don't write invalid "group-name" attributeMichael Stahl
2014-08-20vcl: use enum for complex text layout constantsNoel Grandin
2014-08-20Clean up line splicing and indentationStephan Bergmann
2014-08-20add a VclViewportCaolán McNamara
2014-08-20update input bar with new valueEike Rathke
2014-08-20refine current date/time hotkey handlingEike Rathke
2014-08-20disable the test until I understand the problemMarkus Mohrhard
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin
2014-08-20Wa: C4701: potentially uninitialized local variable 'fVal' usedTor Lillqvist
2014-08-19more flexible handling of current date/time hotkeysEike Rathke
2014-08-19a date is a date, without timeEike Rathke
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-19enable test after fixing the validation errorMarkus Mohrhard
2014-08-18Let's not export sheet tab color when it's not set.Kohei Yoshida
2014-08-18Write test to ensure that we export sheet tab color settings correctly.Kohei Yoshida
2014-08-18Consistency around XColorItem in svx/sdshcitm.hxxStephan Bergmann
2014-08-18Consistency around SdrOnOffItem in svx/sdtcfitm.hxxStephan Bergmann
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-08-18Consistency around SdrMetricItem in svx/sdsxyitm.hxxStephan Bergmann
2014-08-18pivottablelayoutdialog: define default buttonThomas Arnhold
2014-08-17coverity#737702 Uncaught exceptionCaolán McNamara