summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* Unused method.Kohei Yoshida2011-11-152-13/+0
* Let's not use macro for this sort of stuff.Kohei Yoshida2011-11-151-35/+47
* Cleaned up ScDocShell a bit.Kohei Yoshida2011-11-156-61/+50
* sal_Bool to bool.Kohei Yoshida2011-11-152-8/+8
* Fixed soft re-calc.Kohei Yoshida2011-11-151-1/+1
* Fixed hard re-calc. Manual re-calc still not working yet.Kohei Yoshida2011-11-151-1/+1
* Reset formula cell's changed flag only for those within visible range.Kohei Yoshida2011-11-157-20/+9
* Reduce scoping.Kohei Yoshida2011-11-151-76/+76
* Make these two methods non-inline.Kohei Yoshida2011-11-151-0/+10
* Parse it as a single address.Kohei Yoshida2011-11-151-3/+2
* Fixed the ref button for "copy results to" not starting the ref mode.Kohei Yoshida2011-11-152-2/+2
* Use size_t and remove static_cast'ing.Kohei Yoshida2011-11-152-10/+10
* More cleanups.Kohei Yoshida2011-11-151-13/+15
* Use the range parser instead of local string parsing.Kohei Yoshida2011-11-151-7/+3
* More cleanups.Kohei Yoshida2011-11-152-15/+12
* Reduce scoping level by early bailout.Kohei Yoshida2011-11-151-41/+42
* Store header position this way.Kohei Yoshida2011-11-152-19/+33
* Use map and avoid MAXCOLCOUNT-sized array.Kohei Yoshida2011-11-152-20/+22
* C-style array to std::vector.Kohei Yoshida2011-11-152-69/+69
* Cleanup few macros and unused headers.Jan Holesovsky2011-11-152-3/+1
* remove obsolete layout macrosFelix Zhang2011-11-151-5/+3
* removing obsolete layout codeFelix Zhang2011-11-1515-201/+0
* Tweaked previous comment translations.Stephan Bergmann2011-11-151-3/+3
* correct commentLionel Elie Mamane2011-11-151-1/+1
* tweak commentLionel Elie Mamane2011-11-151-1/+1
* translations of comments from german to english Committer: Winfried Donkers <...w.donkers2011-11-154-30/+28
* String to rtl::OUString.Kohei Yoshida2011-11-151-3/+3
* String to rtl::OUString.Kohei Yoshida2011-11-152-9/+10
* Replaced heap array with std::vector.Kohei Yoshida2011-11-152-16/+13
* sal_Bool to bool.Kohei Yoshida2011-11-151-8/+8
* Beware that the sequence can be empty.Kohei Yoshida2011-11-151-0/+4
* Unused local var.Kohei Yoshida2011-11-151-3/+0
* Used std::vector instead of C-style array.Kohei Yoshida2011-11-151-15/+6
* This can be for loop instead.Kohei Yoshida2011-11-151-4/+2
* This bool array is not used here.Kohei Yoshida2011-11-151-8/+0
* This can be const.Kohei Yoshida2011-11-141-1/+1
* Prefer for_each over manual loop.Kohei Yoshida2011-11-141-43/+54
* Adopt lcl_PrepareQuery to multi-item queries.Kohei Yoshida2011-11-142-16/+25
* No more pSpecial treatment of empty / non-empty queries.Kohei Yoshida2011-11-147-44/+23
* Make multi-item query possible.Kohei Yoshida2011-11-142-10/+29
* Aggregate all these local functions into a class.Kohei Yoshida2011-11-141-289/+306
* Marking methods const where possible.Kohei Yoshida2011-11-142-5/+5
* Extracted compare-by-value and compare-by-string into functions.Kohei Yoshida2011-11-141-238/+269
* Revert "Revert "Removing the mixed comparison flag, which is no longer needed.""Kohei Yoshida2011-11-145-29/+2
* make this a little more pleasing to the eye, logic unchangedCaolán McNamara2011-11-141-11/+10
* original would unconditionally truncate to nLenCaolán McNamara2011-11-141-2/+9
* Remove String::Fill() usageChristina Rossmanith2011-11-141-17/+24
* ByteString->rtl::OString[Buffer]Caolán McNamara2011-11-146-22/+30
* stray pointless aByteLineCaolán McNamara2011-11-141-1/+0
* Revert "Removing the mixed comparison flag, which is no longer needed."Kohei Yoshida2011-11-115-2/+29