summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* german comments translated to english On branch master Changes to be committe...Winfried Donkers2011-11-174-117/+116
* Removing the last remnants of layout - sorry to see it go :-(Jan Holesovsky2011-11-176-139/+0
* remove obsolete layout codeFelix Zhang2011-11-175-8/+0
* Oops I forgot to remove the header include line.Kohei Yoshida2011-11-164-1/+5
* More on reducing header dependency.Kohei Yoshida2011-11-162-42/+47
* More on reducing header dependency.Kohei Yoshida2011-11-163-16/+33
* This header doesn't need to include queryparam.hxx.Kohei Yoshida2011-11-161-1/+1
* Reduced header dependency on dbdata.hxx by better encapsulation.Kohei Yoshida2011-11-163-60/+75
* make experimental (calc) input bar update betterNoel Power2011-11-161-1/+41
* Fixed the overlapped UI controls.Kohei Yoshida2011-11-161-4/+4
* UniqueIdContainer is only needed by binfilterCaolán McNamara2011-11-163-3/+0
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
* 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-158-21/+10
* Reduce scoping.Kohei Yoshida2011-11-151-76/+76
* Make these two methods non-inline.Kohei Yoshida2011-11-152-2/+12
* 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
* add sqlite path to library path and enable testPasswordMarkus Mohrhard2011-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-152-5/+5
* String to rtl::OUString.Kohei Yoshida2011-11-153-11/+12
* Replaced heap array with std::vector.Kohei Yoshida2011-11-153-18/+15
* sal_Bool to bool.Kohei Yoshida2011-11-152-24/+24
* 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
* clean up macros_testMarkus Mohrhard2011-11-141-30/+3
* don't use XUnoTunnel directly, use SfxObjectShell::GetShellFromComponentMarkus Mohrhard2011-11-141-20/+13