summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Expand)AuthorFilesLines
2012-06-10Bin pointless <vcl/sv.h> headerTor Lillqvist3-3/+0
2012-06-09Do what the TODO said: Remove unused member and inclusion of vcl/virdev.hxxTor Lillqvist1-0/+1
2012-06-09Remove superfluous include commentsThomas Arnhold6-29/+0
2012-06-09remove dead codeThomas Arnhold3-23/+0
2012-06-09Remove superfluous empty lines on topThomas Arnhold87-233/+0
2012-06-09Remove superfluous include commentsThomas Arnhold78-327/+0
2012-06-09Remove superfluous include commentsThomas Arnhold221-919/+0
2012-06-08Convert SV_DECL_PTRARR( SvLinkSources) to std::setNoel Grandin1-2/+3
2012-06-08-Werror=unused-parameterStephan Bergmann4-5/+3
2012-06-07dead code: unused Biff virtualsThomas Arnhold2-25/+0
2012-06-07dead code: ScDocument::DeleteNumberFormatThomas Arnhold3-9/+0
2012-06-07get rid of unecessary loop and change commentNoel Power1-11/+3
2012-06-07Revert "get rid of unecessary loop and change comment"Noel Power1-3/+11
2012-06-07get rid of unecessary loop and change commentNoel Power1-11/+3
2012-06-07I alway miss these, add Hide and Show items to tab context menuNoel Power1-0/+15
2012-06-07nuke dead codeTakeshi Abe1-4/+0
2012-06-07attempt to use mce::FallBack for control/oleObject importNoel Power1-5/+19
2012-06-07fix unused pDocSh variableKevin Hunter1-5/+2
2012-06-06Use iterators over index access.Kohei Yoshida3-5/+23
2012-06-06Avoid expensive allocation & deallocation of local vector on every call.Kohei Yoshida1-14/+13
2012-06-06drop String::ReverseCaolán McNamara1-2/+2
2012-06-06fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin1-3/+4
2012-06-06Disable Exit application (Ctrl-Q) from preview mode.Kohei Yoshida2-0/+2
2012-06-05Disable Data source (F4) icon in preview mode.Kohei Yoshida2-0/+2
2012-06-05Disable "send document as email" icon in preview mode.Kohei Yoshida2-0/+2
2012-06-05Slightly cleaner way to get to the system window instance.Kohei Yoshida1-2/+1
2012-06-05Intercept the window close event and end the preview when clicking 'x'.Kohei Yoshida2-1/+35
2012-06-05Disable file load and save and a whole bunch of other commands in preview.Kohei Yoshida5-29/+34
2012-06-05unusedcode.easy: remove some unused codeThomas Arnhold6-57/+0
2012-06-05fix missing ole and form control(s) on xlsx importNoel Power1-2/+2
2012-06-05status bar: Normalize the selection and modification status icons sizes.Jan Holesovsky1-2/+2
2012-06-05fix incredible shrinking scrollbars when zooming in calc preview fdo#50722Noel Power1-1/+1
2012-06-05drop some unused codeCaolán McNamara14-95/+4
2012-06-05Add ODF1.2 extended-but-more-compatible modeThorsten Behrens1-1/+1
2012-06-05Unify ODF extended vs. ODF1.2 handlingThorsten Behrens1-5/+5
2012-06-05fix some issues with sort dlg patchMarkus Mohrhard5-26/+11
2012-06-05fdo#45747 remove the limitation to 3 sort entries in calc part2Albert Thuswaldner9-273/+483
2012-06-04better import xlsx heightsNoel Power3-23/+1
2012-06-04remove anchor to cell shape (re)position hackNoel Power4-94/+1
2012-06-04fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin3-0/+3
2012-06-02targeted string re-workNorbert Thiebaud3-18/+18
2012-06-02no need for "> 0"Ivan Timofeev1-1/+1
2012-06-01use isEmpty instead of getLength == 0Markus Mohrhard1-1/+1
2012-06-01Remove ScDocFunc calls and unnecessary checks from ODS import for merged cellsDaniel Bankston2-64/+8
2012-06-01Remove header includes that are no longer used.Daniel Bankston1-3/+0
2012-06-01Remove ScDocFunc layer on ODS import for matricesDaniel Bankston1-11/+15
2012-06-01Remove unnecessary code in ODS import for matrix and mergeDaniel Bankston3-80/+24
2012-06-01Convert ScMyTables matrix methods to use direct Sc callsDaniel Bankston3-44/+68
2012-06-01Make suggested code style changesDaniel Bankston3-68/+56
2012-06-01Convert ODS import merge methods to use direct Sc callsDaniel Bankston4-53/+117