summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/stringutil.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin1-3/+3
Change-Id: Iee7688ea60b4d45d3e6725afd46e9cbb5ebe26c5
2013-09-10fdo#62475 removed pointless commentsJelle van der Waa1-2/+0
Conflicts: sc/source/core/tool/interpr1.cxx sc/source/core/tool/interpr4.cxx sc/source/core/tool/token.cxx Change-Id: I507d747b6c087d089203f7bce6be836da28fc537 Reviewed-on: https://gerrit.libreoffice.org/5824 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-05-14coverity#1000855 Unitialized scalar variableNorbert Thiebaud1-0/+1
Change-Id: I2bece68ed33f3aa193a30d9686ba81d21c7ec55e Reviewed-on: https://gerrit.libreoffice.org/3896 Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de> Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>
2013-04-10add the missing type information for the parsed stringMarkus Mohrhard1-0/+3
Change-Id: I4e2567ba2a9000763c54b7d38ab4ba66a13a77f4
2013-03-22Another removal of PutCell().Kohei Yoshida1-0/+1
Change-Id: I1519ed62f623770f690385cb725e5d1e9a636e48
2013-03-22One less use of PutCell().Kohei Yoshida1-0/+35
Change-Id: I10120476e3bb17c330fa8a59ae51ac7d4573d937
2013-03-22Add convenience methods to set maximum text input and numeric input modes.Kohei Yoshida1-0/+14
And remove one use of ScDocument::PutCell(). Change-Id: Iaa3c115794894964cb7c9f809235cdb7669be094
2013-03-19More on removal of direct use of cell classes outside ScDocument.Kohei Yoshida1-3/+12
Change-Id: Ie888b3494334613b5e4bcf97019b6dfbbd1a5da1
2013-03-15fixesThomas Arnhold1-1/+1
from b0cf3aba085373d84a55ef144b273a8a89d017af Change-Id: I03a7df23ea9838715304d0359536403af89bcfa3
2013-03-14fdo#38838: Replaced some (Uni)String to OUString in core/scelixir1-26/+26
Change-Id: I4fa27b933c5b3cf2645b139bf6349b90f613feab Reviewed-on: https://gerrit.libreoffice.org/2735 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
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-09-09fdo#39468: Translated German comments in sc/source/core/toolgerhard oettl1-8/+8
Change-Id: I0fe94ebc9751ebfa25851a482244fda9ddac5bbb Reviewed-on: https://gerrit.libreoffice.org/585 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2012-08-13fdo#53089: Avoid setting valid numbers as text during html import.Kohei Yoshida1-1/+1
Change-Id: I5fa9a54f70e8e4d8aac42687f2a204b2925d4619
2012-08-07move UniString::GetQuotedToken to sc, you can keep itCaolán McNamara1-0/+127
Change-Id: I6bc724186d9d701316e3e945d877bfaa88ac120d
2012-06-09Remove superfluous include commentsThomas Arnhold1-3/+0
Change-Id: Ie5792855761b9be209bf3fa2cba9e6998523c982
2012-04-15resolved fdo#48731 in CSV import do not strip leading apostropheEike Rathke1-1/+2
2012-04-05Revert "Cleanup. ScPivot(Collection) is no more."Markus Mohrhard1-10/+42
This reverts commit 568d3912bf8ced76ecb9506bccc3bd361daba082.
2012-04-04Cleanup. ScPivot(Collection) is no more.Kohei Yoshida1-42/+10
2012-04-03resolved fdo#39716 CSV import numbers in scientific notationEike Rathke1-10/+42
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-01-21Remove old RCS lines.Thomas Arnhold1-3/+0
2010-12-13Remove trailing spaces too when parsing csv's simple numbers.Kohei Yoshida1-3/+13
2010-12-13WaE, shadowed warningCaolán McNamara1-1/+1
2010-12-13We need to reset i to 0 after parsing spaces.Kohei Yoshida1-1/+7
2010-12-13The previous commit would skip *all* spaces. This is the right fix.Kohei Yoshida1-5/+12
2010-12-13When parsing numbers, ignore preceding spaces.Kohei Yoshida1-2/+6
Also, increment the char pointer and use it directly, which is faster than accessing char via [] in each iteration.
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-16calc-html-csv-import-force-text-cell.diff: MigratedKohei Yoshida1-0/+9
n#523414 set cell format to Text when a string format is requested, and don't prepend ' in front of the value.
2009-07-27#i97416# initial porting of patches from ooo-build, to implement modifiedKohei Yoshida1-6/+36
csv import option dialog.
2009-07-27#i102141# initial port of patches from ooo-build, to implement a newKohei Yoshida1-0/+101
HTML option dialog & associated changes in the core.