summaryrefslogtreecommitdiff
path: root/sc/source/ui/app/transobj.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-07-15fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-1/+1
2014-05-06fdo#78054: Initialize drawing layer when the document contains notes.Kohei Yoshida1-1/+1
2014-03-31Resolves: #i124085# disabled CF_DIBV5...Armin Le Grand1-1/+2
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-1/+1
2013-10-11Resolves: #i123405# Allow to not limit size to PageSize...Armin Le Grand1-6/+13
2013-10-08convert sc/source/ui/app/*.cxx from String to OUStringNoel Grandin1-4/+4
2013-06-27I forgot to pass the string param objects.Kohei Yoshida1-2/+2
2013-06-13Resolves: #i121504# Support for alpha channel in clipboard for all systemsArmin Le Grand1-1/+1
2013-06-02remove unused variableMarkus Mohrhard1-1/+0
2013-06-02all formula cells have now an explicit number formatMarkus Mohrhard1-12/+0
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-3/+3
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-28Started killing direct use of ScEditCell.Kohei Yoshida1-12/+10
2013-03-26Remove a variant of constructor from ScCellIterator.Kohei Yoshida1-1/+1
2013-03-22More ScCellIterator usage conversion. The rest are non-trivial...Kohei Yoshida1-55/+53
2013-03-22Use ScCellValue instead of ScBaseCell in ScCellIterator.Kohei Yoshida1-0/+1
2013-03-22Simplify ScCellIterator.Kohei Yoshida1-2/+2
2013-03-22Remove a variant of PutCell().Kohei Yoshida1-1/+0
2013-03-22More on reducing use of ScDocument::PutCell().Kohei Yoshida1-7/+12
2013-03-19Remove use of ScBaseCell and its derivatives outside ScDocument.Kohei Yoshida1-2/+8
2013-03-15initial work on an odc exportMarkus Mohrhard1-1/+1
2013-01-30Let's stick with just one variant of ScDocument::GetString()...Kohei Yoshida1-2/+1
2013-01-08Let's not have two variants of this getter. One is enough.Kohei Yoshida1-2/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-07-28Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in scArnaud Versini1-1/+1
2012-07-26Unused local variable.Kohei Yoshida1-1/+0
2012-07-26Actually this method is totally redundant. Remove it.Kohei Yoshida1-1/+1
2012-07-26Try to encapsulate the row flag array.Kohei Yoshida1-5/+2
2012-06-09Remove superfluous include commentsThomas Arnhold1-5/+0
2012-03-18some sal_Bool to bool in transobj.cxxMarkus Mohrhard1-13/+13
2012-03-18also shrink used area for HTML in some cases, fdo#46230, n#677811Markus Mohrhard1-1/+14
2012-03-13only shrink to used area in text export, fdo#46230, related n#677811Markus Mohrhard1-3/+0
2012-02-27merge GetString variantsCaolán McNamara1-2/+1
2011-12-23fix copy/paste with whole column/rowMarkus Mohrhard1-0/+4
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-08-29Hide ScDragData and ScClipData from scmod.hxx, clean up ScModule a bit.Kohei Yoshida1-0/+2
2011-08-26String to rtl::OUString.Kohei Yoshida1-1/+1
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard1-3/+3
2011-06-01use tunnel id pattern hereCaolán McNamara1-9/+7
2011-05-27Replace DBG_* with OSL_* in sc/source/uiJacek Wolszczak1-3/+3
2011-05-25Paste link from another calc doc as external reference instead of DDE.Kohei Yoshida1-2/+2
2011-05-19fix some bugs introduced with the last patches and rework some partsMarkus Mohrhard1-3/+3
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-39/+45
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-6/+6
2011-03-01Remove bogus comments.Guillaume Poussel1-2/+2
2011-02-11Cleaned up RowHidden() and ColHidden() calls.Kohei Yoshida1-4/+3
2011-01-18Remove dead code: "//static" and "//virtual"Thomas Arnhold1-5/+0
2011-01-17removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko1-37/+37
2010-12-14Fixed unformatted text paste. (fdo#32213)Kohei Yoshida1-1/+8