summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/prevwsh.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann1-1/+5
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-4/+4
2014-02-19sal_Bool->boolNoel Grandin1-4/+4
2014-02-11coverity#735818 Dereference after null checkCaolán McNamara1-2/+2
2014-01-28bool improvementsStephan Bergmann1-3/+3
2013-12-17Unnecessary use of OUString constructor inside OUStringBuffer constructorNoel Grandin1-1/+1
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-2/+2
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin1-1/+1
2013-10-08convert sc/source/ui/view/*.cxx from String to OUStringNoel Grandin1-2/+2
2013-10-08convert sc/inc/editutil.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/source/ui/inc/p*.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-14convert Read/WriteUserData methods to OUString and boolIvan Timofeev1-7/+6
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-8/+8
2013-03-23Translations of comments from German into EnglishJohannes Widmer1-2/+2
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-1/+1
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-13/+7
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-6/+6
2013-02-09Remove unused methodsThomas Arnhold1-36/+0
2012-12-07an app can have print options without a print options dialogCaolán McNamara1-0/+5
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-06-28probably the last uses of the one argument String::CreateFromAscii variantCaolán McNamara1-2/+2
2012-06-26fix for fdo#51040 preview crashNoel Power1-41/+59
2012-06-26Revert "set the zoom only once, prevents infinite loop, fdo#51040"Noel Power1-0/+4
2012-06-25set the zoom only once, prevents infinite loop, fdo#51040Markus Mohrhard1-4/+0
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+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-01targeted string re-workNorbert Thiebaud1-4/+4
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard1-2/+0
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida1-0/+2
2012-04-04-Werror=unused-but-set-variableStephan Bergmann1-2/+0
2012-04-03Hori/Vert scrollbars in calc preview should be shown only when necessaryNoel Power1-18/+83
2012-04-03Revert "Hori scroll fix in Writer and Calc Print Preview" & add new patchNoel Power1-3/+0
2012-03-22removed duplicate includes in scTakeshi Abe1-2/+0
2012-03-15i#84393 Fix title field in header, footerSzabolcs Dezsi1-1/+6
2012-03-15Horizontal scrollbar fix in Writer and Calc Print PreviewSzabolcs Dezsi1-0/+3
2012-01-25optimized zoom to use more common intervalsTim Hardeck1-3/+3
2012-01-17Use platform-independent ::rtl::math::round to fix msvc buildKorrawit Pruegsanusak1-2/+3
2012-01-13fdo#44173: use a geometric progression for zoomingTim Hardeck1-4/+3
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-1/+2
2011-11-29fdo#32826: Fixed the print preview inconsistency.Kohei Yoshida1-1/+1
2011-11-29Create an UNO controller object for the preview shell.Kohei Yoshida1-0/+3