summaryrefslogtreecommitdiffstats
path: root/sc
Commit message (Expand)AuthorAgeFilesLines
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-1011-11/+11
* Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins2011-08-086-42/+23
* missing ',' makes a completely different string than it appears.Caolán McNamara2011-08-081-2/+2
* ByteString::ConvertToUnicode->rtl::OUString::ctorCaolán McNamara2011-08-081-3/+9
* fix typoDavid Tardon2011-08-081-1/+1
* show row/column headers as default againMarkus Mohrhard2011-08-081-1/+1
* don't use ODFVER_LATEST instead of ODFVER_012Markus Mohrhard2011-08-081-2/+2
* there is no sd library hereMatúš Kukan2011-08-071-1/+0
* fix for fdo#39792: changes to range names invalidate stream tooMarkus Mohrhard2011-08-071-0/+4
* fix for fdo#39678: don't write password algorithm in odf 1.0 and 1.1Markus Mohrhard2011-08-071-16/+22
* remove clone/calc references in filters-test.cxxNorbert Thiebaud2011-08-061-6/+6
* Emacs modeline compatible with vim's oneTakeshi Abe2011-08-051-0/+1
* sal_Bool to bool.Kohei Yoshida2011-08-042-23/+23
* Perhaps a const member needs an explicit constructor?Kohei Yoshida2011-08-042-0/+4
* More String removal.Kohei Yoshida2011-08-042-6/+7
* More String / sal_Bool removal.Kohei Yoshida2011-08-043-26/+23
* More String removal etc.Kohei Yoshida2011-08-042-9/+9
* Indentation "fix".Kohei Yoshida2011-08-041-21/+23
* Removed unnecessary condition checks.Kohei Yoshida2011-08-041-8/+4
* String to rtl::OUString.Kohei Yoshida2011-08-043-19/+20
* Removed custom html options iterator class; use the real iterators.Kohei Yoshida2011-08-041-60/+20
* Combined two html option loops.Kohei Yoshida2011-08-041-36/+33
* Parse CSS in the <style> content and set number formats to cells.Kohei Yoshida2011-08-037-15/+907
* some clean-upMarkus Mohrhard2011-08-044-8/+8
* change from sal_Bool to boolMarkus Mohrhard2011-08-032-3/+3
* change from c-array to boost::ptr_vectorMarkus Mohrhard2011-08-032-37/+30
* use delete[] for arrays allocated with new[]Markus Mohrhard2011-08-031-2/+2
* fix for fdo#39773: crash with hidden column in Data->FormMarkus Mohrhard2011-08-031-1/+2
* fix for fdo#39151: set correct table number in local db dataMarkus Mohrhard2011-08-031-1/+9
* Remove EXC_INCL_SST_STATISTICSThomas Arnhold2011-08-031-47/+0
* 2 fixes in OSL_DEBUG part with ByteStringJulien Nabet2011-08-032-15/+16
* fix for fdo#39728: check for empty local range namesMarkus Mohrhard2011-08-021-1/+3
* ByteString::CreateFromInt32 -> rtl::OStringBuffer::appendCaolán McNamara2011-07-313-43/+60
* convert to rtl::OString[Buffer] and simplifyCaolán McNamara2011-07-312-55/+95
* Add consistent Emacs and vim mode linesTor Lillqvist2011-07-3012-4/+24
* initial work for autofilter unit testMarkus Mohrhard2011-07-291-0/+56
* bnc#707486 fix fit of extreme carelessness with defaulted paramsNoel Power2011-07-291-2/+2
* bnc#707486, use correct CopyRangeNamesToClip for bUseRangeForVBANoel Power2011-07-291-3/+6
* findbar: Add seporator between the Prev/Next and Serch & ReplaceJan Holesovsky2011-07-291-0/+1
* Fix the "By" property in GoDownSel and GoDownBlockSelOlivier Hallot2011-07-291-9/+24
* tweak fix for bnc#707486 ( ensure multi-area processed for simple copy only )Noel Power2011-07-291-0/+3
* Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/calcJan Holesovsky2011-07-288-9/+9
|\
| * add prefixes for component_getFactoryMatúš Kukan2011-07-288-9/+9
* | Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky2011-07-281-0/+8
|\ \ | |/ |/|
| * fdo#39236: Better way to remove DP objects without reversing order.Kohei Yoshida2011-07-251-9/+21
| * fdo#39236: Prevent double-deletes during removal of pivot tables.Kohei Yoshida2011-07-251-24/+9
| * Avoid confusion with our windows api clash preventionFridrich Štrba2011-07-211-0/+7
| * Out-of-bounds array access fix. (Thanks to Fridrich too).Muthu Subramanian2011-07-191-3/+3
| * fdo#37767: Fix broken refresh() from UNO API (and Basic).Kohei Yoshida2011-07-184-33/+42
| * fdo#36688: Make sure the drawing layer is initialized before use.Kohei Yoshida2011-07-151-0/+1