summaryrefslogtreecommitdiff
path: root/sc/source/ui/view
AgeCommit message (Expand)AuthorFilesLines
2012-06-21Remove unused dbexch.hrcThomas Arnhold3-3/+0
2012-06-18convert LocaleDataWrapper to OUStringCaolán McNamara1-2/+2
2012-06-18callcatcher: drop unused macro-generated GetChildWindowId methodsCaolán McNamara2-23/+18
2012-06-18fix the number detection in data bar dialogMarkus Mohrhard1-3/+5
2012-06-16removed unused forward declarations of classTakeshi Abe1-3/+0
2012-06-15callcatcher: chainsaw out some unnecessary codeCaolán McNamara1-13/+0
2012-06-15Remove unused argumentCor Nouws1-1/+1
2012-06-12Convert SV_DECL_PTRARR(SvBaseLinks) to std::vectorNoel Grandin1-1/+1
2012-06-12Get rid of GRADIENT_* defines, they conflict with Windows GDI types.Jan Holesovsky1-1/+1
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2-4/+4
2012-06-11correctly set new conditional formatMarkus Mohrhard1-8/+7
2012-06-11use the result of the dialog and apply it to the documentMarkus Mohrhard1-3/+23
2012-06-11adjust import/export code to merged conditional formatsMarkus Mohrhard2-6/+4
2012-06-11first part for new conditional format dialogMarkus Mohrhard7-64/+12
2012-06-11data bar settings menuMarkus Mohrhard1-0/+27
2012-06-09Remove superfluous include commentsThomas Arnhold4-20/+0
2012-06-09remove dead codeThomas Arnhold1-6/+0
2012-06-09Remove superfluous empty lines on topThomas Arnhold6-14/+0
2012-06-09Remove superfluous include commentsThomas Arnhold13-61/+0
2012-06-09Remove superfluous include commentsThomas Arnhold56-229/+0
2012-06-08-Werror=unused-parameterStephan Bergmann3-3/+2
2012-06-07dead code: ScDocument::DeleteNumberFormatThomas Arnhold1-4/+0
2012-06-06Disable Exit application (Ctrl-Q) from preview mode.Kohei Yoshida1-0/+1
2012-06-05Disable Data source (F4) icon in preview mode.Kohei Yoshida1-0/+1
2012-06-05Disable "send document as email" icon in preview mode.Kohei Yoshida1-0/+1
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 Yoshida1-1/+32
2012-06-05Disable file load and save and a whole bunch of other commands in preview.Kohei Yoshida1-0/+2
2012-06-05fix incredible shrinking scrollbars when zooming in calc preview fdo#50722Noel Power1-1/+1
2012-06-01targeted string re-workNorbert Thiebaud6-17/+17
2012-05-26use the smaller version for data barsMarkus Mohrhard1-4/+4
2012-05-25Revert "fix bad import positions of shapes & controls fdo#49430"Noel Power1-4/+3
2012-05-25Revert "Fixed #i116848# Shapes are at wrong position"Noel Power3-3/+3
2012-05-25Revert "calc69: #i118068# handle all-hidden case in ScDrawUtil::CalcScale"Noel Power1-12/+0
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard1-1/+1
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-1/+1
2012-05-21support to suppress values in data bar cellsMarkus Mohrhard1-0/+7
2012-05-21some smalll data bar rendering improvementsMarkus Mohrhard1-5/+9
2012-05-18ensure that number of tabs is correctly set in ScViewData, fdo#45987Markus Mohrhard1-0/+3
2012-05-18Revert 4 commits related to fdo#45987Markus Mohrhard1-27/+19
2012-05-18Yet another -Werror=sign-compareStephan Bergmann1-1/+1
2012-05-18and another wae ( that I missed )Noel Power1-1/+1
2012-05-18fix waeNoel Power1-1/+1
2012-05-18attempt to prevent illegal maTabData access(s)Noel Power1-16/+21
2012-05-18paint gradients in data barsMarkus Mohrhard1-3/+20
2012-05-18really use a dashed lineMarkus Mohrhard1-1/+3
2012-05-18show dottet line if axis is not at zeroMarkus Mohrhard1-0/+14
2012-05-18add render code for data barsMarkus Mohrhard1-6/+66
2012-05-18One more -Werror=sign-compareStephan Bergmann1-1/+1
2012-05-17Add sort options to the autofilter popup.Kohei Yoshida1-0/+46