summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/preview.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-03-19trailing whitespacesThomas Arnhold1-1/+1
Change-Id: I3d0e2015e4c9f0ea6118fd92892022607fe4bde6
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-7/+3
Change-Id: I5a8f2d1a5762c20d21d31b04778a9e2cac8df9cb Reviewed-on: https://gerrit.libreoffice.org/2364 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-02-24loplugin: unused variablesThomas Arnhold1-1/+0
And some fallout. Change-Id: I8dfc12f3566e72d79d4f9930284c92577aa485a1
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-2/+2
I ran the following code replace: s/(Uni|Xub)?String\s*::\s*CreateFromInt32/OUString::number/ Change-Id: I45edaec4de2481ad45f9bcae2e280d5aca487714 Reviewed-on: https://gerrit.libreoffice.org/2281 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-12-30More cppcheck cleaning in scJulien Nabet1-1/+1
Change-Id: Ie040fa7ed9a3304bd4a10e404b7a0a4e45cbd69c
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
Patches contributed by Herbert Duerr i#118735 prevent endless loop if vlookup/hlookup doesn't find anything http://svn.apache.org/viewvc?view=revision&revision=1239673 Patches contributed by Andre Fischer remove lp_solver http://svn.apache.org/viewvc?view=revision&revision=1199180 i#118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Armin Le-Grand i#118485 - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 i#118524: apply patch, followup fixes to 118485 http://svn.apache.org/viewvc?view=revision&revision=1186077 Patches contributed by lihuiibm i#108860 - Fix range validation. http://svn.apache.org/viewvc?view=revision&revision=1242846 i#118954 Chart data will lost after copy to different file http://svn.apache.org/viewvc?view=revision&revision=1301345 Patches contributed by Ariel Constenla-Haile Fix Linux build breaker: extra qualification on member http://svn.apache.org/viewvc?view=revision&revision=1301591 i#118696 - i#118697 - Fix some Sheet Tab Color API issues http://svn.apache.org/viewvc?view=revision&revision=1225428 i#118697 - Fix uninitialized variable http://svn.apache.org/viewvc?view=revision&revision=1225859 i#118771 - ScUndoImportTab should preserve tab background color http://svn.apache.org/viewvc?view=revision&revision=1230356 i#118921 - Repaint linked sheet tab background color after updating link http://svn.apache.org/viewvc?view=revision&revision=1245177 i#118927 - Undo/Redo "Update Link" does not reset sheet tab color http://svn.apache.org/viewvc?view=revision&revision=1245241 i#118747 - Copy tab color when transferring sheets across documents http://svn.apache.org/viewvc?view=revision&revision=1230355 Patch contributed by Oliver Rainer-Wittman i#118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and <ScBroadcastAreaSlot::AreaBroadcastInRange(..)> adapt stl-container iteration in order to avoid destroyed iterators during iteration. http://svn.apache.org/viewvc?view=revision&revision=1297916 Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1396797 http://svn.apache.org/viewvc?view=revision&revision=1397315 Patch contributed by Daniel Rentz calc69: #i116936# fix VBA symbol Cells http://svn.apache.org/viewvc?view=revision&revision=1172135 Patches contributed by leiw: i#118546 CPU 100% on switched off AutoCalculate with Conditional Formatting on date values http://svn.apache.org/viewvc?view=revision&revision=1301380 Re-add new function documentation. Many various cleanups. Add missing calc66: #o11817313# also look at formula result number format, remove redundant binaries.
2012-11-24Translation of German commentsPeter Baumgarten1-27/+28
Change-Id: I729049b8fa9c26926423c6990a06377e6884e840
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
http://lists.freedesktop.org/archives/libreoffice/2012-October/039639.html Change-Id: I231f0b367bf0b513c6c1ce4c4cfdb7c3dc8660d5
2012-09-11-Werror,-Wunused-valueStephan Bergmann1-1/+1
Change-Id: I30a2d1c5ad0611eeb69ee50dadfb847981d0a61d
2012-07-30Bug 48549 - System::Beep() removalMathieu Vonlanthen1-1/+0
Change-Id: I011048912af051a762a78af8646513a1fc624073
2012-06-26fix for fdo#51040 preview crashNoel Power1-4/+1
Change-Id: I13d3cfa99294bdce8c9f5133f49e91114feb4baa
2012-06-09Remove superfluous include commentsThomas Arnhold1-4/+0
Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
2012-06-05fix incredible shrinking scrollbars when zooming in calc preview fdo#50722Noel Power1-1/+1
Change-Id: If6fe9ccb1aa3320d96921f76a86def7d588f5f4e
2012-04-19change strange way of testing a boolLuboš Luňák1-1/+1
2012-04-03Hori/Vert scrollbars in calc preview should be shown only when necessaryNoel Power1-1/+4
2012-04-02Don't instantiate ScDocFunc objects, get them from the doc-shellMichael Meeks1-2/+3
2012-03-22removed duplicate includes in scTakeshi Abe1-1/+0
2012-02-09remove unnecessary checkMarkus Mohrhard1-5/+1
2012-02-09remove unnecessary temporary variableMarkus Mohrhard1-5/+6
2011-12-26move OSL_FAIL to correct locationMarkus Mohrhard1-2/+2
2011-12-01get rid of class Date and Time default ctor with system time penaltyEike Rathke1-2/+4
2011-11-29fdo#32826: Fixed the print preview inconsistency.Kohei Yoshida1-5/+2
Now, the print preview should display the correct set of sheets based on the print settings as well as what sheets are selected. Previously, this was very quirky and inaccurate.
2011-11-29More meaningless comments removed.Kohei Yoshida1-2/+1
2011-11-29Arg to CalcPages() no longer used.Kohei Yoshida1-5/+5
2011-11-29sal_Bool cleanup in ScPreview.Kohei Yoshida1-45/+45
2011-11-29Removed meaningless comments.Kohei Yoshida1-3/+0
2011-11-29fdo#32826: Finally return the real selected sheets, and use it.Kohei Yoshida1-1/+6
This should solve the problem reported in fdo#32826, which is, when printing from print preview window always prints all sheets regardless of currently selected sheets.
2011-11-29Passed the selected sheet info to ScPreview.Kohei Yoshida1-1/+5
2011-11-28dr78: #i116881# correct handling of cached page breaks for user-defined cell ↵Eike Rathke1-1/+1
range, remove unused parameter in DoPrint # HG changeset patch # User Niklas Nebel <nn@openoffice.org> # Date 1297188469 -3600 # Node ID be5ffcd423c49c0045ddeaf11702d44fbde8a8f1 # Parent 3157cd9d60c35f1bcb4c8f56e86cf76ab364e7ee
2011-11-28dr78: #i106108# SetDocumentModified also for page marginsEike Rathke1-0/+4
# HG changeset patch # User Niklas Nebel <nn@openoffice.org> # Date 1291638188 -3600 # Node ID 029c278f68940ca4f1ea089cf2ddc62ffdb13d87 # Parent 297b5255c27a9fa541bed948d675bba1c4d87ab0
2011-11-28dr78: #i88468# merge page margin display back into DoPrintEike Rathke1-187/+101
# HG changeset patch # User Niklas Nebel <nn@openoffice.org> # Date 1290192520 -3600 # Node ID 427eca1ec1adf81ed3016bde2ef2b010c9fd9ed1 # Parent 1ae0b7505c139ccfdb550df74c87e1da09a62eee
2011-11-28dr78: #i114518# don't resize/invalidate in DataChanged if called from PaintEike Rathke1-13/+23
# HG changeset patch # User Niklas Nebel <nn@openoffice.org> # Date 1290179165 -3600 # Node ID 1ae0b7505c139ccfdb550df74c87e1da09a62eee # Parent addf2b12858c100fe23e1979a720231ed447a4f4
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-23Reducing header dependency on markdata.hxx.Kohei Yoshida1-0/+1
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard1-5/+17
Conflicts: sc/source/core/data/dociter.cxx sc/source/core/data/table1.cxx sc/source/ui/view/preview.cxx
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-4/+4
2011-05-23Remove some extra #incude <tools/pstm.hxx>Joseph Powers1-1/+0
2011-05-18rework ScPreview to work with unlimited number of sheetsMarkus Mohrhard1-5/+17
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-127/+127
2011-03-02Remove bogus comments.Guillaume Poussel1-1/+1
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-1/+1
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-127/+127
2011-01-17Remove some dead code in 'view'Thomas Arnhold1-4/+0
2010-12-11cleaning of __EXPORT defineGert Faller1-7/+7
2010-11-17Changing margins in print preview should mark the document modified.Kohei Yoshida1-0/+7
This fixes fdo#31219.
2010-10-20Removed lots of dead code.Povilas Kanapickas1-7/+0
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-09-15sc-print-selected-sheets.diff: Make Print Preview consistent with Print outputJonathan Pryor1-0/+10
n#335684, i#45497
2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov1-4/+1
Notes: split repo tag: calc_ooo/DEV300_m72 split repo tag: calc_ooo/DEV300_m73
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-4/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)