summaryrefslogtreecommitdiffstats
path: root/sc/source/filter
Commit message (Expand)AuthorAgeFilesLines
* Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins2011-08-082-17/+11
* don't use ODFVER_LATEST instead of ODFVER_012Markus Mohrhard2011-08-081-2/+2
* 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
* Remove EXC_INCL_SST_STATISTICSThomas Arnhold2011-08-031-47/+0
* 2 fixes in OSL_DEBUG part with ByteStringJulien Nabet2011-08-031-1/+1
* 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 prefixes for component_getFactoryMatúš Kukan2011-07-281-1/+1
* Adjusted for HTMLParser::GetOptions() return type change.Kohei Yoshida2011-07-222-70/+63
* Correctly use adjusted range strings for range name import.Kohei Yoshida2011-07-181-1/+1
* fix for fdo#35357 SetNamedRanges speedupLaurent Godard2011-07-181-109/+30
* Remove component_getImplementationEnvironmentMatus Kukan2011-07-121-5/+0
* use oox filter for *all* control importNoel Power2011-07-122-6/+28
* some clean-upMarkus Mohrhard2011-06-292-7/+0
* export local range names to xlsxMarkus Mohrhard2011-06-293-0/+21
* fix for fdo#38593: don't call vector::back on an empty vectorMarkus Mohrhard2011-06-231-1/+3
* fix for fdo#38204: formulas with range names were not imported correctlyMarkus Mohrhard2011-06-231-1/+1
* Some cppcheck cleaningJulien Nabet2011-06-183-4/+4
* Merge remote-tracking branch 'origin/libreoffice-3-4'Jan Holesovsky2011-06-171-0/+2
|\
| * fdo#38154: convert split win Y coord to 16bit int before xls exportKatarina Machalkova2011-06-133-6/+7
| * fix for fdo#37872: we don't allow points in range names any moreMarkus Mohrhard2011-06-101-0/+2
| * fdo#37622: Fix incorrect font attribute lookup during XLS import.Kohei Yoshida2011-06-101-3/+7
| * fdo#37673: Fix a crasher during HTML import on Windows.Kohei Yoshida2011-06-091-2/+4
| * fdo#37947: Correctly import sheet-local named ranges.Kohei Yoshida2011-06-095-49/+101
* | Replace List with std::vector< SvxMSDffConnectorRule* >Joseph Powers2011-06-162-19/+6
* | ENTRY -> Entry. Let's not use all CAPS for class/struct names.Kohei Yoshida2011-06-142-6/+6
* | Let's not use 'p' prefix for iterators.Kohei Yoshida2011-06-141-15/+15
* | Replace List with std::vector<ENTRY>.Rafael Dominguez2011-06-142-36/+25
* | Don't forget nExcIndex is 1-based.Kohei Yoshida2011-06-141-1/+1
* | Replace List with std::vector<Cont>.Rafael Dominguez2011-06-142-70/+51
* | Fixed incorrect boundary checks & simplified the code a bit.Kohei Yoshida2011-06-141-8/+3
* | Replace List with std::vector<StringHashEntry*>.Rafael Dominguez2011-06-142-32/+24
* | Replace XclExpChTrRecordList with std::vector<ExcRecord*>.Rafael Dominguez2011-06-142-66/+30
* | Replace XclExpChTrTabIdBufferList with std::vector<>.Rafael Dominguez2011-06-142-28/+7
* | Replaced manual loop with for_each.Kohei Yoshida2011-06-141-3/+2
* | Removed ExcRecordList; nobody uses it.Kohei Yoshida2011-06-132-41/+0
* | fdo#38154: convert split win Y coord to 16bit int before xls exportKatarina Machalkova2011-06-133-6/+7
* | fdo#37622: Fix incorrect font attribute lookup during XLS import.Kohei Yoshida2011-06-101-3/+7
* | Replace List for std::vector<ExcRecord*>.Rafael Dominguez2011-06-092-13/+10