summaryrefslogtreecommitdiffstats
path: root/sc/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-035-15/+389
* 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
* 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
* 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-284-5/+5
|\
| * add prefixes for component_getFactoryMatúš Kukan2011-07-284-5/+5
* | 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
| * 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-183-33/+40
| * fdo#36688: Make sure the drawing layer is initialized before use.Kohei Yoshida2011-07-151-0/+1
| * fix for fdo#37880Markus Mohrhard2011-07-082-1/+15
| * Make sure to only export up to 1026 manual page breaks to XLS.Kohei Yoshida2011-07-071-0/+8
| * fix for fdo#38380: update local range namesMarkus Mohrhard2011-07-061-0/+17
| * fix for fdo#36963: name box always selects cell in the first sheetMarkus Mohrhard2011-06-302-2/+2
| * fdo#38456: Always set column offset to 0Katarina Machalkova2011-06-281-3/+0
| * Revert "fdo#36688: Fixed undisplayed calc page and header / footer borders"Petr Mladek2011-06-241-7/+4
| * fix for fdo#38544 enable Object/Edit menu item for ole/embedded objectsNoel Power2011-06-231-1/+1
| * fix for fdo#38593: don't call vector::back on an empty vectorMarkus Mohrhard2011-06-231-1/+3