summaryrefslogtreecommitdiff
path: root/sc/inc/address.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-1/+0
2015-10-01loplugin:unusedmethodsNoel Grandin1-5/+0
2015-07-08remove ScRange::Justify() and replace calls with PutInOrder()Eike Rathke1-2/+1
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin1-1/+1
2015-03-09SCROWS64K is not used anywhereTor Lillqvist1-2/+0
2015-03-09SC_ROWLIMIT_MORE_THAN_64K is not used anywhereTor Lillqvist1-10/+0
2015-03-09SC_LIMIT_ROWS is not defined anywhereTor Lillqvist1-11/+0
2015-01-29tdf#88810 XLSX export: more cleanupLászló Németh1-3/+2
2015-01-27tdf#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh1-0/+6
2015-01-26Revert "fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX ex...László Németh1-3/+0
2015-01-26fdo#88810 avoid unnecessary massive O(U)String allocations in XLSX exportLászló Németh1-0/+3
2014-12-09surely it makes no sense to ignore return of Sanitize[Col|Row]Caolán McNamara1-10/+10
2014-12-05I got the terms 'union' and 'intersection' mixed up.Kohei Yoshida1-1/+1
2014-11-18Send broadcast range to the area broadcast slot machine.Kohei Yoshida1-0/+3
2014-11-18Related: coverity#1242793 Untrusted value as argumentCaolán McNamara1-4/+4
2014-05-11fix-includes.pl: scThomas Arnhold1-1/+1
2014-05-01fdo#78079: Re-work sort by column to get it to do the right thing.Kohei Yoshida1-12/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-3/+3
2014-03-31sc: clean-up address.hxx/cxxTomaž Vajngerl1-218/+349
2014-02-24fdo#75304: Set external reference info to ScCompiler.Kohei Yoshida1-3/+3
2014-02-15fdo#63154 Remove unused solar.h reference in scAlexandre Vicenzi1-1/+0
2014-01-14bool improvementsStephan Bergmann1-7/+7
2013-10-20drop unnecessary tools/string includesCaolán McNamara1-1/+0
2013-10-08convert sc/inc/address.hxx from String to OUStringNoel Grandin1-7/+7
2013-10-03de-GetBuffer calcCaolán McNamara1-4/+4
2013-08-31fdo#62475 removed pointless commentsJelle van der Waa1-20/+7
2013-08-30Related: fdo#38838 remove UniString::ToUpperAsciiCaolán McNamara1-11/+6
2013-07-24More on removing CalcAbsIfRel().Kohei Yoshida1-0/+1
2013-07-24Start replacing CalcAbsIfRel() with toAbs().Kohei Yoshida1-0/+8
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+6
2013-02-13Remove VALIDTAB and other similar macrosJulien Nabet1-5/+0
2013-01-24New test for importing chart object with references to cell ranges.Kohei Yoshida1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-10Change some comments to meet doxygen standardsFaisal M. Al-Otaibi1-9/+9
2012-07-02Remove unused definesThomas Arnhold1-2/+0
2012-07-01Remove unused definesThomas Arnhold1-3/+0
2012-04-18This is no longer relevant. Removing.Kohei Yoshida1-12/+0
2012-04-18Use global constants for initial tab count bounds checkingAlbert Thuswaldner1-1/+5
2012-01-08limit the number of sheets again to 10000Markus Mohrhard1-1/+2
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz1-1/+0
2011-10-28These can be const pointers.Kohei Yoshida1-4/+4
2011-09-05consistent includesCaolán McNamara1-3/+0
2011-06-07Merge branch 'feature/unlimited-number-of-sheets'Markus Mohrhard1-1/+1
2011-05-31set table limit to 32000Markus Mohrhard1-1/+1
2011-05-28String to rtl::OUString in the external ref manager code.Kohei Yoshida1-1/+1
2011-05-17increase table limit to 10000 for nowMarkus Mohrhard1-1/+1
2011-04-13Convert OLE links from XLS doc into external ranges on import.Kohei Yoshida1-1/+1
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-20/+14
2011-03-11Export sheet-local range names to ODS.Kohei Yoshida1-0/+2
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-19/+13